Fixed preload picture on cv
This commit is contained in:
parent
efdf9ab04f
commit
d9671ba442
1 changed files with 2 additions and 1 deletions
|
@ -12,7 +12,6 @@
|
||||||
<link rel="preload" href="/fonts/inter/Inter-Regular.woff2" as="font" crossorigin="anonymous" />
|
<link rel="preload" href="/fonts/inter/Inter-Regular.woff2" as="font" crossorigin="anonymous" />
|
||||||
<link rel="preload" href="/fonts/plex/IBMPlexSerif-Bold.woff2" as="font" crossorigin="anonymous" />
|
<link rel="preload" href="/fonts/plex/IBMPlexSerif-Bold.woff2" as="font" crossorigin="anonymous" />
|
||||||
<link rel="preload" href="/fonts/plex/IBMPlexSerif-Light.woff2" as="font" crossorigin="anonymous" />
|
<link rel="preload" href="/fonts/plex/IBMPlexSerif-Light.woff2" as="font" crossorigin="anonymous" />
|
||||||
<link rel="preload" href="/images/pic1.webp" as="image" />
|
|
||||||
|
|
||||||
<link rel="stylesheet" type="text/css" href="/fonts/inter/inter48.css" />
|
<link rel="stylesheet" type="text/css" href="/fonts/inter/inter48.css" />
|
||||||
<link rel="stylesheet" type="text/css" href="/fonts/plex/plex37.css" />
|
<link rel="stylesheet" type="text/css" href="/fonts/plex/plex37.css" />
|
||||||
|
@ -155,5 +154,7 @@
|
||||||
<dt>2016 - Strasbourg, France</dt>
|
<dt>2016 - Strasbourg, France</dt>
|
||||||
<dd><strong>Second Place,</strong> Olympiades de Mathématiques</dd>
|
<dd><strong>Second Place,</strong> Olympiades de Mathématiques</dd>
|
||||||
</dl>
|
</dl>
|
||||||
|
<hr>
|
||||||
|
<h2>Skills</h2>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Reference in a new issue