Skip to content

Commit

Permalink
Add CV
Browse files Browse the repository at this point in the history
  • Loading branch information
em-yu committed Nov 3, 2023
1 parent ee3baeb commit 244adda
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 1 deletion.
1 change: 1 addition & 0 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ description = "I’m a second year PhD student in GraphDeco team at Inria. My re
twitter = "https://twitter.com/emxtyu"
linkedin = "https://www.linkedin.com/in/emilie-yu-312003109/"
github = "https://github.com/em-yu"
cv = "media/CV_Emilie_Yu.pdf"
email = "[email protected]"
[params.style]
primaryColor = "#2196F3"
Expand Down
7 changes: 7 additions & 0 deletions layouts/partials/index_header.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
<header class="header" style="background-color:{{ .Site.Params.style.primaryColor }};">
{{ with .Site.Params.info }}
<div class="socials">
{{ if isset . "cv" }}
<a href="{{ .cv }}" target="_blank">
<div style="color: white; display: flex; width: 32px; height: 32px;align-items: center; font-weight: bold; font-size: 1.5em;">
CV
</div>
</a>
{{ end }}
{{ if isset . "github" }}
<a href="{{ .github }}" target="_blank">
<img height="32" width="32" src="media/github.svg" alt="github" />
Expand Down
2 changes: 1 addition & 1 deletion static/css/header.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
justify-content: flex-end;
}

.header .socials img {
.header .socials img, .header .socials div {
margin: 5px 10px;
z-index: -1;
}
Expand Down
Binary file added static/media/CV_Emilie_Yu.pdf
Binary file not shown.

0 comments on commit 244adda

Please sign in to comment.