This commit is contained in:
+12
-12
@@ -31,33 +31,33 @@
|
|||||||
<!-- Links -->
|
<!-- Links -->
|
||||||
<div id="links-div">
|
<div id="links-div">
|
||||||
<a href="/blog" style="grid-column: 1;">
|
<a href="/blog" style="grid-column: 1;">
|
||||||
<img src="/assets/fluent-mdl2_blog.svg" style="width: 150px; height: 150px;"/>
|
<img src="/assets/fluent-mdl2_blog.svg" class="link-image"/>
|
||||||
<p style="text-align: center;">Blog</p>
|
<p class="link-text">Blog</p>
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
<a href="https://github.com/vhaudiquet/" style="grid-column: 2;">
|
<a href="https://github.com/vhaudiquet/" style="grid-column: 2;">
|
||||||
<img src="/assets/github-mark.png" style="width: 150px; height: 150px;"/>
|
<img src="/assets/github-mark.png" class="link-image"/>
|
||||||
<p style="text-align: center;">GitHub</p>
|
<p class="link-text">GitHub</p>
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
<a href="https://git.vhaudiquet.fr/vhaudiquet/" style="grid-column: 3;">
|
<a href="https://git.vhaudiquet.fr/vhaudiquet/" style="grid-column: 3;">
|
||||||
<img src="/assets/logo_black.svg" style="width: 150px; height: 150px;"/>
|
<img src="/assets/logo_black.svg" class="link-image"/>
|
||||||
<p style="text-align: center;">Gitea</p>
|
<p class="link-text">Gitea</p>
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
<a href="mailto:valentin.haudiquet@ens-rennes.fr">
|
<a href="mailto:valentin.haudiquet@ens-rennes.fr">
|
||||||
<img src="/assets/arobase.svg" style="width: 150px; height: 150px;"/>
|
<img src="/assets/arobase.svg" class="link-image"/>
|
||||||
<p style="text-align: center;">Mail</p>
|
<p class="link-text">Mail</p>
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
<a href="/cv/">
|
<a href="/cv/">
|
||||||
<img src="/assets/icon-park-solid_people.svg" style="width: 150px; height: 150px;"/>
|
<img src="/assets/icon-park-solid_people.svg" class="link-image"/>
|
||||||
<p style="text-align: center;">CV</p>
|
<p class="link-text">CV</p>
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
<a href="/about/">
|
<a href="/about/">
|
||||||
<img src="/assets/mdi_about.svg" style="width: 150px; height: 150px;"/>
|
<img src="/assets/mdi_about.svg" class="link-image"/>
|
||||||
<p style="text-align: center;">About</p>
|
<p class="link-text">About</p>
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -97,6 +97,14 @@ a:active {
|
|||||||
color: grey;
|
color: grey;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.link-image {
|
||||||
|
width: 150px;
|
||||||
|
height: 150px;
|
||||||
|
}
|
||||||
|
.link-text {
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
strong {
|
strong {
|
||||||
font-family: 'Inter', sans-serif;
|
font-family: 'Inter', sans-serif;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
@@ -123,7 +131,7 @@ strong {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (max-width: 1000px) {
|
@media only screen and (max-width: 1000px) {
|
||||||
/* Mobile version */
|
/* Tablet, small screens version */
|
||||||
#header-img {
|
#header-img {
|
||||||
align-self: center;
|
align-self: center;
|
||||||
}
|
}
|
||||||
@@ -155,4 +163,40 @@ strong {
|
|||||||
margin: auto;
|
margin: auto;
|
||||||
margin-top: 100px;
|
margin-top: 100px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media only screen and (max-width: 450px) {
|
||||||
|
/* Mobile version */
|
||||||
|
#header-img {
|
||||||
|
width: 80%;
|
||||||
|
height: auto;
|
||||||
|
}
|
||||||
|
#header-div {
|
||||||
|
margin-top: 30px;
|
||||||
|
}
|
||||||
|
|
||||||
|
h1 {
|
||||||
|
font-size: 50px;
|
||||||
|
}
|
||||||
|
h2 {
|
||||||
|
font-size: 30px;
|
||||||
|
}
|
||||||
|
h4 {
|
||||||
|
font-size: 30px;
|
||||||
|
}
|
||||||
|
p {
|
||||||
|
font-size: 20px;
|
||||||
|
}
|
||||||
|
#header-paragraph {
|
||||||
|
font-size: 26px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#links-div {
|
||||||
|
margin-top: 40px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.link-image {
|
||||||
|
width: 70px;
|
||||||
|
height: 70px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user