Skip to content
Snippets Groups Projects
Commit f5a267b3 authored by psy's avatar psy
Browse files

Initial commit

parents
Branches
Tags
No related merge requests found
Showing
with 114 additions and 0 deletions
The MIT License (MIT)
Copyright (c) 2020 YOUR_NAME_HERE
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
the Software, and to permit persons to whom the Software is furnished to do so,
subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+++
+++
<!DOCTYPE html>
<html>
{{ partial "head.html" . }}
<body>
{{ partial "header.html" . }}
<div id="content">
{{- block "main" . }}{{- end }}
</div>
{{ partial "footer.html" . }}
{{ partial "script.html" . }}
</body>
</html>
{{ define "main" }}
<h1>{{ .Title }}</h1>
{{ .Content }}
{{ end }}
\ No newline at end of file
<a href="https://events.ccc.de/impressum/">Impressum</a>
\ No newline at end of file
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>{{ .Site.Title }}</title>
<link rel="stylesheet" href="css/c3simplepage.css">
</head>
\ No newline at end of file
<script src="/js/jquery-2.1.4.min.js"></script>
<script type="text/javascript" src="/js/spamspan.js"></script>
{{ if isset .Site.Params "zammad" }}
{{ with .Site.Params.zammad }}
<script id="zammad_form_script" src="{{ .formURL }}"></script>
<script>
$(function() {
$('#feedback-form').ZammadForm({
messageTitle: {{ .messageTitle | default "Create Ticket" }},
messageSubmit: {{ .messageSubmit | default "Submit" }},
messageThankYou: {{ .messageThankYou | default "Thank you for your inquiry (#%s)! We\\'ll contact you as soon as possible." }},
showTitle: {{ .showTitle | default "true" }},
modal: {{ .modal | default "true" }},
attachmentSupport: {{ .attachmentSupport | default "true" }}
});
});
</script>
{{ end }}
{{ end }}
\ No newline at end of file
<span class="spamspan"><span class="u">{{ .Get 0 }}</span><img alt="at" width="10" src="/gfx/@.png"><span class="d">{{ .Get 1 }}</span></span>
\ No newline at end of file
<p class="warning">
{{ .Inner | markdownify }}
</p>
\ No newline at end of file
/* roboto-regular - latin */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
src: url('/fonts/roboto-v19-latin-regular.eot'); /* IE9 Compat Modes */
src: local('Roboto'), local('Roboto-Regular'),
url('/fonts/roboto-v19-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('/fonts/roboto-v19-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
url('/fonts/roboto-v19-latin-regular.woff') format('woff'), /* Modern Browsers */
url('/fonts/roboto-v19-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
url('/fonts/roboto-v19-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}
body {
width: 800px;
margin: auto;
font-family: 'Roboto', sans-serif;
}
.warning {
background-image: url('/gfx/warning.png');
background-repeat: no-repeat;
background-position: left;
padding: 15px 20px 20px 60px;
}
pre {
background-color: lightgray;
font-family: monospace;
}
table tr th:empty {
display: none;
}
\ No newline at end of file
File added
This diff is collapsed.
File added
File added
File added
c3simplepage/static/gfx/@.png

184 B

c3simplepage/static/gfx/warning.png

3.17 KiB

This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment