Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
l3m-website
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
3
Issues
3
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Container Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Corentin Bettiol
l3m-website
Commits
b5309953
Commit
b5309953
authored
Sep 24, 2018
by
Corentin Bettiol
💻
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
small improvements
parent
7bbd5b26
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
52 additions
and
54 deletions
+52
-54
design.css
css/design.css
+40
-8
index.php
index.php
+12
-46
No files found.
css/design.css
View file @
b5309953
...
...
@@ -38,6 +38,12 @@ h1{
text-shadow
:
0
0
3px
#6699ff
;
}
h2
{
margin-left
:
5px
;
font-family
:
ubuntumono
;
font-weight
:
normal
;
}
ul
{
list-style-type
:
none
;
font-size
:
1.5em
;
...
...
@@ -63,10 +69,31 @@ li a:hover{
transition
:
color
0.2s
,
background-color
0.2s
;
}
article
{
margin
:
15px
;
padding
:
5px
15px
;
background-color
:
#f0f0f0
;
box-shadow
:
0
0
5px
2px
#f0f0f0
;
}
section
{
padding-left
:
15px
;
}
li
.selected
{
padding-bottom
:
2px
;
border-bottom
:
5px
solid
#cccccc
;
}
article
.postInfos
{
font-size
:
0.8em
;
}
address
,
time
{
display
:
inline
;
}
/*
====
...
...
@@ -106,7 +133,7 @@ Media Queries
@media
all
and
(
max-width
:
1020px
){
li
a
{
margin
:
2px
;
padding
:
2
px
;
padding
:
5
px
;
}
}
...
...
@@ -154,6 +181,10 @@ Media Queries
li
a
:hover
{
background-color
:
#e3e3e3
;
}
li
.selected
{
border-top
:
1px
solid
#cccccc
;
border-bottom
:
2px
solid
#cccccc
;
}
}
@media
all
and
(
max-width
:
370px
){
...
...
@@ -163,17 +194,18 @@ Media Queries
li
{
width
:
90%
;
margin
:
auto
;
margin
:
3px
auto
;
text-align
:
center
;
}
ul
li
a
{
display
:
inline-block
;
width
:
90%
;
padding
:
0
5px
;
}
/*
li:nth-child(5){
margin-top: 8px;
}*/
padding
:
3px
5px
;
}
li
.selected
{
border
:
none
;
background-color
:
#d9d9d9
;
}
}
/*
...
...
index.php
View file @
b5309953
...
...
@@ -33,7 +33,7 @@
</header>
<nav>
<ul>
<li><a
href=
"#blog"
title=
"Blog"
>
Blog
</a></li>
<li><a
href=
"#blog"
title=
"Blog"
class=
"selected"
>
Blog
</a></li>
<li><a
href=
"#about"
title=
"À propos"
>
À propos
</a></li>
<li><a
href=
"#projects"
title=
"Projets"
>
Projets
</a></li>
<li><a
href=
"#contact"
title=
"Contact"
>
Contact
</a></li>
...
...
@@ -42,53 +42,19 @@
</nav>
</header>
<section
id=
"about"
>
<h2>
À propos
</h2>
<h2>
Blog
</h2>
<p>
Je m'appelle Corentin, et je suis étudiant en Master 1 Informatique à Grenoble.
<article>
<h3>
Premier article
</h3>
<p
class=
"postInfos"
>
Corentin Bettiol,
<time
datetime=
"2018-09-20 14:32:49"
>
Jeudi 20 septembre 2018 à 14h32
</time>
</p>
</section>
<section
id=
"projects"
>
<h2>
Projets
</h2>
<p>
Coming soon :)
</p>
</section>
<section
id=
"blog"
>
<h2>
Blog
</h2>
<p>
Coming soon :)
</p>
</section>
<section
id=
"contact"
>
<h2>
Contact
</h2>
<p>
Coming soon :)
</p>
</section>
<section
id=
"login"
>
<h2>
Connexion
</h2>
<p>
Coming soon :)
</p>
</section>
<section>
<p>
Bonjour à tous et bienvenue sur cette nouvelle version du blog.
</p>
</section>
</article>
</body>
</html>
\ No newline at end of file
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