Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
site-kwei
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
aeltheos
site-kwei
Commits
4305cb6c
Commit
4305cb6c
authored
4 years ago
by
Dorian Lesbre
Browse files
Options
Downloads
Patches
Plain Diff
Added navigation bar below header
parent
f02ec70a
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
home/static/css/style.css
+45
-4
45 additions, 4 deletions
home/static/css/style.css
home/templates/home.html
+6
-0
6 additions, 0 deletions
home/templates/home.html
with
51 additions
and
4 deletions
home/static/css/style.css
+
45
−
4
View file @
4305cb6c
...
...
@@ -10,15 +10,19 @@ body {
background-color
:
#FFF
;
}
a
:link
{
section
a
:link
{
text-decoration
:
underline
;
color
:
rgb
(
62
,
62
,
255
);
}
.header
{
background-color
:
#006809
;
margin-top
:
0
;
padding
:
5px
5px
20px
20px
;
display
:
flex
;
background-color
:
#00b80f
;
border-bottom
:
5px
solid
#006809
;
margin
:
0px
;
border-top
:
0px
;
align-items
:
center
;
padding
:
0px
0px
20px
20px
;
}
.header
h1
,
.header
h1
a
,
.header
h1
a
:visited
,
.header
h1
a
:active
{
...
...
@@ -26,6 +30,43 @@ a:link {
font-size
:
60px
;
text-decoration
:
none
;
text-align
:
center
;
width
:
100%
;
}
nav
{
display
:
flex
;
justify-content
:
center
space-around
;
background-color
:
#006809
;
color
:
white
;
margin
:
0
;
padding
:
0
30px
;
border-bottom
:
5px
solid
#006809
;
}
nav
div
{
text-align
:
center
;
text-decoration
:
bold
;
width
:
100%
;
/* background-color: #00b80f; */
border-radius
:
0%
;
}
nav
a
{
margin-left
:
5px
;
margin-right
:
5px
;
padding
:
5px
5px
5px
5px
;
font-size
:
20px
;
color
:
white
;
text-decoration
:
none
;
text-emphasis
:
bold
;
width
:
100%
;
}
nav
a
:hover
{
transition-property
:
background-color
;
background-color
:
#00b80f
;
transition-duration
:
0.5s
;
}
section
{
...
...
This diff is collapsed.
Click to expand it.
home/templates/home.html
+
6
−
0
View file @
4305cb6c
...
...
@@ -15,6 +15,12 @@
<h1><a
href=
"/"
>
The site's title
</a></h1>
</div>
</header>
<nav>
<a
href=
"/"
class=
"internal"
><div
class=
"navlink"
>
Inscriptions
</div></a>
<a
href=
"/"
class=
"internal"
><div
class=
"navlink"
>
Activités
</div></a>
<a
href=
"/"
class=
"internal"
><div
class=
"navlink"
>
Bouton
</div></a>
<a
href=
"/"
class=
"internal"
><div
class=
"navlink"
>
Bouton autre
</div></a>
</nav>
<section>
<h1>
A Title
</h1>
<p>
a paragraph
</p>
...
...
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