Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
connectivity-selftest
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
External Wiki
External Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
stustanet
connectivity-selftest
Commits
30afe840
Commit
30afe840
authored
Feb 12, 2019
by
Julien Schmidt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add footer
parent
40d6797f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
34 additions
and
0 deletions
+34
-0
public/css/main.css
public/css/main.css
+26
-0
public/index.html
public/index.html
+8
-0
No files found.
public/css/main.css
View file @
30afe840
...
...
@@ -88,6 +88,8 @@ nav .container {
#main
{
margin-top
:
64px
;
margin-bottom
:
1.6em
;
flex
:
1
1
0
;
}
div
.info
,
...
...
@@ -195,3 +197,27 @@ td.fail {
-ms-box-sizing
:
border-box
;
box-sizing
:
border-box
;
}
footer
{
background
:
#363636
;
color
:
#EDEDED
;
flex-shrink
:
0
;
white-space
:
nowrap
;
padding
:
0
20px
;
display
:
flex
;
justify-content
:
space-between
;
}
footer
div
{
padding
:
15px
;
}
footer
.center
{
text-align
:
center
;
}
footer
a
{
color
:
#EDEDED
;
cursor
:
pointer
;
text-decoration
:
none
;
}
public/index.html
View file @
30afe840
...
...
@@ -67,6 +67,14 @@
</div>
</div>
</article>
<footer>
<div>
<a
href=
"https://stustanet.de/impressum"
>
Imprint
</a>
</div>
<div>
<a
href=
"https://gitlab.stusta.de/stustanet/connectivity-selftest"
>
Source Code
</a>
</div>
</footer>
<script
src=
"js/selftest.js"
></script>
</body>
</html>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment