Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
pelican-theme-teckids
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Teckids
Team PR
pelican-theme-teckids
Commits
77cf7d49
Commit
77cf7d49
authored
5 years ago
by
Tom Teichler
Browse files
Options
Downloads
Patches
Plain Diff
Remove backup file
parent
8d455c1a
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
templates/base.html~
+0
-100
0 additions, 100 deletions
templates/base.html~
with
0 additions
and
100 deletions
templates/base.html~
deleted
100644 → 0
+
0
−
100
View file @
8d455c1a
<!DOCTYPE html>
<html
lang=
"{{ DEFAULT_LANG }}"
>
<head>
<meta
charset=
"utf-8"
/>
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=edge"
/>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1"
/>
<meta
name=
"description"
content=
"{{ DESCRIPTION }}"
/>
<meta
name=
"author"
content=
"Teckids e.V."
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"{{ SITEURL }}/{{ THEME_STATIC_DIR }}/css/materialize.min.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"{{ SITEURL }}/{{ THEME_STATIC_DIR }}/css/style.css"
/>
<title>
{{ SITENAME }}
</title>
</head>
<body>
<!-- Navigation -->
<nav
id=
"navbar-main"
>
<div
class=
"nav-wrapper"
>
<!-- Brand and toggle get grouped for better mobile display -->
<a
class=
"brand-logo"
href=
"{{ SITEURL }}"
>
<img
id=
"logo"
src=
"/{{ SITELOGO }}"
alt=
"{{ SITENAME }}"
>
</a>
<a
href=
"#"
data-target=
"mobile-demo"
class=
"sidenav-trigger"
><i
class=
"material-icons"
>
menu
</i></a>
<!-- Collect the nav links, forms, and other content for toggling -->
<ul
class=
"right hide-on-med-and-down"
>
{% for name, link in LINKS %}
<li>
<a
href=
"{{ link }}"
>
{{ name }}
</a>
</li>
{% endfor %}
</ul>
<ul
class=
"sidenav"
id=
"mobile-demo"
>
{% for name, link in LINKS %}
<li>
<a
href=
"{{ link }}"
>
{{ name }}
</a>
</li>
{% endfor %}
</ul>
<!-- /.navbar-collapse -->
</div>
<!-- /.container -->
</nav>
<!-- Page Header -->
{% block header %}{% endblock %}
<!-- Main Content -->
{% block content %}{% endblock %}
<!-- Sponsoren Footer -->
<footer
class=
"page-footer"
id=
"sponsoren-footer"
>
<div
class=
"container"
>
<div
class=
"row"
>
<div
class=
"col s12"
>
<h3
id=
'sponsorheading'
class=
"black-text"
>
Sponsoren
</h3>
<p
id=
"sponsortext"
class=
"black-text"
>
Wir bedanken uns bei unseren Sponsoren für die Unterstützung unserer Vereinsarbeit. Außerdem freuen wir uns immer über weitere Sponsoren, die ihr Engagement mit ihrem Logo hier bewerben möchten!
</p>
<a
href=
"https://www.bareos.com"
><img
src=
"{{ SITEURL }}/{{ THEME_STATIC_DIR }}/img/logo-bareos.png"
href=
"https://www.bareos.com/"
alt=
"Bareos-Logo"
class=
"sponsorslogo"
/></a>
<a
href=
"https://www.speedpartner.de/"
><img
src=
"{{ SITEURL }}/{{ THEME_STATIC_DIR }}/img/logo-speedpartner.png"
alt=
"Speedpartner-Logo"
class=
"sponsorslogo"
/></a>
<a
href=
"https://www.informatik-aktuell.de/"
><img
src=
"{{ SITEURL }}/{{ THEME_STATIC_DIR }}/img/logo_informatik-aktuell.png"
alt=
"Informatik-Aktuell-Logo"
class=
"sponsorslogo"
/></a>
</div>
</div>
</div>
</footer>
<!-- Footer -->
<footer
id=
"main-footer"
class=
"page-footer"
>
<div
class=
"container"
>
<div
class=
"row"
>
<div
class=
"col s6"
>
<ul
class=
"footer-link-list"
>
{% for name, link in FOOTERMENU %}
<li>
<a
href=
"{{ link }}"
>
{{ name }}
</a>
</li>
{% endfor %}
</ul>
</div>
<div
class=
"col s6"
>
<p
style=
"text-align: right"
>
Teckids e.V.
<br/>
Rochusstr. 2
<br/>
53123 Bonn
</p>
<p
style=
"text-align: right"
>
<span
class=
"glyphicon glyphicon-envelope"
></span>
<a
href=
"mailto:verein@teckids.org"
>
verein@teckids.org
</a><br/>
<span
class=
"glyphicon glyphicon-phone-alt"
></span>
<a
href=
"tel:+4922892934160"
>
+49 228 92934160
</a>
</p>
</div>
</div>
</div>
</footer>
<script
src=
"{{ SITEURL }}/{{ THEME_STATIC_DIR }}/js/materialize.js"
></script>
</body>
</html>
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment