make cv downloadable
continuous-integration/drone/push Build is passing Details

master
Maxime BATISTA 3 months ago
parent 997c68dfd1
commit abaad74acb

@ -68,7 +68,12 @@ function App() {
</div> </div>
<div id="cv"> <div id="cv">
<h2>My CV</h2> <h2>My CV</h2>
<img src={cv} alt={"cv"}/> <a href={"https://maxou.dev/cv"}>
<img src={cv} alt={"cv"}/>
</a>
<a href={"https://maxou.dev/cv"}>
Téléchargez le PDF
</a>
</div> </div>
<div id="projects"> <div id="projects">
<h2>Projects</h2> <h2>Projects</h2>

@ -39,10 +39,19 @@
justify-content: space-between; justify-content: space-between;
} }
#header-content a { a {
color: white; color: white;
} }
#cv {
display: flex;
flex-direction: column;
}
#cv a {
text-align: center;
}
#content { #content {
width: 100%; width: 100%;

Loading…
Cancel
Save