Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
AlekSIS-Core
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
Container Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Contributor analytics
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
Show more breadcrumbs
AlekSIS®
Official
AlekSIS-Core
Commits
a2789973
Commit
a2789973
authored
6 years ago
by
Jonathan Weth
Committed by
root
6 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request
#157
from Katharineum/feature/lighthouse
Some small but important changes
parents
ffc661cb
2e2376e3
No related branches found
No related tags found
1 merge request
!86
Merge school-apps
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
schoolapps/templates/partials/footer.html
+11
-0
11 additions, 0 deletions
schoolapps/templates/partials/footer.html
schoolapps/templates/partials/header.html
+5
-12
5 additions, 12 deletions
schoolapps/templates/partials/header.html
with
16 additions
and
12 deletions
schoolapps/templates/partials/footer.html
+
11
−
0
View file @
a2789973
{% load static %}
<footer
class=
"page-footer primary-color"
>
<div
class=
"footer-copyright"
>
<div
class=
"container"
>
...
...
@@ -15,5 +18,13 @@
</div>
</div>
</footer>
<!---------------->
<!-- JavaScript (jquery v. 3.3.1.slim)-->
<!---------------->
<script
src=
"{% static 'common/manup.min.js' %}"
></script>
<script
src=
"{% static "
common
/
pwabuilder-sw-register.js
"
%}"
></script>
<script
src=
"{% static 'jquery/jquery-3.3.1.slim.min.js' %}"
></script>
<script
src=
"{% static 'materialize/dist/js/materialize.min.js' %}"
></script>
<script
src=
"{% static 'common/helper.js' %}"
></script>
</body>
</html>
This diff is collapsed.
Click to expand it.
schoolapps/templates/partials/header.html
+
5
−
12
View file @
a2789973
{% load static %}
<!DOCTYPE html>
<html
xmlns=
"http://www.w3.org/1999/html
"
>
<html
lang=
"de
"
>
<head>
<meta
charset=
"utf-8"
>
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=edge"
>
<title>
SchoolApps – Katharineum zu Lübeck
</title>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1"
>
<meta
name=
"theme-color"
content=
"#da1f3d"
>
<meta
name=
"description"
content=
"Selbst programmierte Anwendungen für den Schullaltag am Katharineum zu Lübeck"
>
<!-- Favicon -->
<link
rel=
"shortcut icon"
type=
"image/png"
href=
"{% static 'common/favicon.ico' %}"
>
<link
rel=
"manifest"
href=
"{% static "
common
/
manifest.json
"
%}"
>
...
...
@@ -18,16 +21,6 @@
<link
rel=
"stylesheet"
type=
"text/css"
media=
"screen"
href=
"{% static 'materialize/dist/css/materialize.min.css' %}"
>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"{% static 'common/style.css' %}"
>
<!---------------->
<!-- JavaScript (jquery v. 3.3.1.slim)-->
<!---------------->
<script
src=
"{% static 'common/manup.min.js' %}"
></script>
<script
src=
"{% static "
common
/
pwabuilder-sw-register.js
"
%}"
></script>
<script
src=
"{% static 'jquery/jquery-3.3.1.slim.min.js' %}"
></script>
<script
src=
"{% static 'materialize/dist/js/materialize.min.js' %}"
></script>
<script
src=
"{% static 'common/helper.js' %}"
></script>
</head>
<body>
<header>
...
...
@@ -64,7 +57,7 @@
<ul
id=
"slide-out"
class=
"sidenav sidenav-fixed"
>
<li
class=
"logo"
>
<a
id=
"logo-container"
href=
"/"
class=
"brand-logo"
>
<img
src=
"{% static 'common/logo.png' %}"
>
<img
src=
"{% static 'common/logo.png' %}"
alt=
"Logo des Katharineums"
>
</a>
</li>
...
...
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