Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Commit e3c92ed7 authored by Martin Déclert's avatar Martin Déclert
Browse files

Ajout d'un lien vers les projets dans la section hello world

parent 1f80dde2
No related branches found
No related tags found
No related merge requests found
......@@ -89,6 +89,7 @@ header {
}
.home-page header nav a {
text-decoration: none;
transition: all 0.3s ease;
}
.home-page header nav a:not(:last-child) {
margin-right: 2rem;
......@@ -96,6 +97,9 @@ header {
.home-page header nav a.current {
text-decoration: underline;
}
.home-page header nav a:hover {
color: #0A5797;
}
.home-page .hello-section {
background-image: url("/assets/backgrounds/hello-world-bg.jpg");
background-repeat: no-repeat;
......@@ -103,10 +107,15 @@ header {
}
.home-page .hello-section .content {
width: 700px;
margin-top: 1.5rem;
margin-top: 0.5rem;
}
.home-page .hello-section .content .paragraph {
margin-top: 1rem;
}
.home-page .hello-section .content .paragraph:last-child {
.home-page .hello-section .content a {
margin-top: 1rem;
color: #0A5797;
display: block;
}
.home-page .skills-section {
height: 346px;
......
{"version":3,"sourceRoot":"","sources":["../scss/main.scss","../scss/atoms/home.scss"],"names":[],"mappings":"AAAQ;AAER;EACI;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;EACA;;;AAGJ;EACI;;AAEA;EACI;;;AAIR;EACI;EACA;EACA;EACA;;;ACrCI;EACI;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;;AAEA;EACI;EACA;EACA;;AAEA;EACI;;AAGJ;EACI;EACA;EACA;EACA;EACA;;AAMhB;EACI;EACA;EACA;;AAGJ;EACI;;AAEA;EACI;EACA;;AAIR;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;;AAEA;EACI;;AAEA;EACI;;AAGJ;EACI;;AAMhB;EACI;EACA;EACA;;AAEA;EACI;EACA;;AAEA;EACI;;AAKZ;EACI;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;;AAEA;EACI;;AAEA;EACI;EACA;;AAIR;EACI;EACA;EACA;;AAMhB;EACI;EACA;EACA;EACA","file":"main.css"}
\ No newline at end of file
{"version":3,"sourceRoot":"","sources":["../scss/main.scss","../scss/atoms/home.scss"],"names":[],"mappings":"AAAQ;AAER;EACI;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;EACA;;;AAGJ;EACI;;AAEA;EACI;;;AAIR;EACI;EACA;EACA;EACA;;;ACtCI;EACI;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;;AAEA;EACI;EACA;EACA;;AAEA;EACI;;AAGJ;EACI;EACA;EACA;EACA;EACA;;AAMhB;EACI;EACA;EACA;;AAGJ;EACI;;AAEA;EACI;EACA;;AAIR;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;;AAEA;EACI;EACA;;AAEA;EACI;;AAGJ;EACI;;AAGJ;EACI;;AAMhB;EACI;EACA;EACA;;AAEA;EACI;EACA;;AAEA;EACI;;AAGJ;EACI;EACA;EACA;;AAKZ;EACI;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;;AAEA;EACI;;AAEA;EACI;EACA;;AAIR;EACI;EACA;EACA;;AAMhB;EACI;EACA;EACA;EACA","file":"main.css"}
\ No newline at end of file
.home-page {
header {
.flex-wrapper {
display: grid;
......@@ -60,6 +59,7 @@
a {
text-decoration: none;
transition: all .3s ease;
&:not(:last-child) {
margin-right: 2rem;
......@@ -68,6 +68,10 @@
&.current {
text-decoration: underline;
}
&:hover {
color: #0A5797;
}
}
}
}
......@@ -79,10 +83,16 @@
.content {
width: 700px;
margin-top: 1.5rem;
margin-top: .5rem;
.paragraph {
margin-top: 1rem;
}
.paragraph:last-child {
a {
margin-top: 1rem;
color: #0A5797;
display: block;
}
}
}
......
......@@ -48,6 +48,7 @@
Etiam fermentum
felis sit amet nulla scelerisque, ut fermentum nulla semper.
</div>
<a href="#projects">voir mes projets</a>
</div>
</section>
<section class="skills-section">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment