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
b0293b4a
Verified
Commit
b0293b4a
authored
5 years ago
by
Tom Teichler
Browse files
Options
Downloads
Patches
Plain Diff
Remove base1
parent
7d831636
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/base1.html
+0
-139
0 additions, 139 deletions
templates/base1.html
with
0 additions
and
139 deletions
templates/base1.html
deleted
100644 → 0
+
0
−
139
View file @
7d831636
{% load staticfiles static i18n cms_tags sekizai_tags menu_tags %}
<!DOCTYPE html>
<html
lang=
"{{ LANGUAGE_CODE }}"
>
<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=
"{% page_attribute 'meta_description' %}"
/>
<meta
name=
"author"
content=
"Teckids e.V."
/>
<title>
{% block title %}
{% page_attribute "page_title" %} - {{ request.site.name }}
{% endblock title %}
</title>
<!-- Bootstrap Core CSS -->
<link
href=
"{% static 'aldryn_bootstrap3/css/bootstrap.min.css' %}"
rel=
"stylesheet"
/>
<!-- django CMS -->
{% render_block "css" %}
<!-- Aldryn -->
{{ ALDRYN_SNAKE.render_head }}
<!-- django CMS toolbar adjustment -->
{% if request.toolbar %}
<style>
.cms-toolbar-expanded
.navbar-custom
{
margin-top
:
45px
;
}
</style>
{% endif %}
{% block head_stuff %}{% endblock %}
</head>
<body>
<!-- django CMS Toolbar -->
{% cms_toolbar %}
<!-- Navigation -->
<nav
class=
"navbar navbar-default"
>
<div
class=
"container-fluid"
>
<!-- Brand and toggle get grouped for better mobile display -->
<div
class=
"navbar-header page-scroll"
>
<button
type=
"button"
class=
"navbar-toggle"
data-toggle=
"collapse"
data-target=
"#navbar-main"
>
<span
class=
"sr-only"
>
Toggle navigation
</span>
<span
class=
"glyphicon glyphicon-th-list"
></span>
</button>
<a
class=
"navbar-brand"
href=
"{% page_url "
home
"
%}"
>
{% block brand %}{% endblock %}
</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div
class=
"collapse navbar-collapse"
id=
"navbar-main"
>
<ul
class=
"nav navbar-nav navbar-right"
>
{% show_menu 0 1 100 100 %}
<li
class=
"dropdown sibling"
>
<a
class=
"dropdown-toggle"
data-toggle=
"dropdown"
expanded=
"false"
role=
"button"
>
<span
class=
"glyphicon glyphicon-globe"
></span>
</a>
<ul
class=
"dropdown-menu"
>
{% language_chooser "menu/language_chooser.html" %}
</ul>
</li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container -->
</nav>
<!-- Page Header -->
{% block header %}{% endblock %}
<!-- Main Content -->
{% block content_outer %}{% endblock %}
<!-- Sponsoren Footer -->
{% get_static_prefix as STATIC_PREFIX %}
<footer
id=
"sponsoren-footer"
>
<div
class=
"container"
>
<div
class=
"row"
>
<div
class=
"col-sm-12 col-md-12"
>
<h3
id=
'sponsorheading'
>
Sponsoren
</h3>
<p
id=
"sponsortext"
>
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=
"{{ STATIC_PREFIX }}logo-bareos.png"
href=
"https://www.bareos.com/"
alt=
"Bareos-Logo"
class=
"sponsorslogo"
/></a>
<a
href=
"https://www.speedpartner.de/"
><img
src=
"{{ STATIC_PREFIX }}logo-speedpartner.png"
alt=
"Speedpartner-Logo"
class=
"sponsorslogo"
/></a>
<a
href=
"https://www.informatik-aktuell.de/"
><img
src=
"{{ STATIC_PREFIX }}logo_informatik-aktuell.png"
alt=
"Informatik-Aktuell-Logo"
class=
"sponsorslogo"
/></a>
</div>
</div>
</div>
</footer>
<!-- Footer -->
<footer
id=
"main-footer"
>
<div
class=
"container"
>
<div
class=
"row"
>
<div
class=
"col-sm-4 col-sm-offset-1 col-xs-10 col-xs-offset-1"
>
<ul
class=
"footer-link-list"
>
<li>
{% page_attribute "page_title" "smallprint" %}
</li>
{% show_menu_below_id "smallprint" 0 0 0 0 "menu/smallprint.html" %}
</ul>
</div>
<div
class=
"col-sm-5 col-sm-offset-1 col-xs-10 col-xs-offset-1"
>
<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>
<!-- jQuery -->
<script
src=
"{% static 'aldryn_bootstrap3/js/jquery.min.js' %}"
></script>
<!-- Bootstrap Core JavaScript -->
<script
src=
"{% static 'aldryn_bootstrap3/js/bootstrap.min.js' %}"
></script>
<!-- django CMS -->
{% render_block "js" %}
<!-- Aldryn -->
{{ ALDRYN_SNAKE.render_tail }}
</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