Modify links to data and css
This commit is contained in:
parent
281a867d29
commit
7757b4c08b
1 changed files with 4 additions and 4 deletions
|
@ -4,13 +4,13 @@
|
|||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||||
<title>{{ meta.name | upper }} {{ meta.surname | upper }} - CV</title>
|
||||
<link rel="stylesheet" href="css/styles.css">
|
||||
<link rel="stylesheet" href="/cv/css/styles.css">
|
||||
</head>
|
||||
<body>
|
||||
<div class="a4-page">
|
||||
<header>
|
||||
<div class="img-and-title">
|
||||
<img src="data/cv-photo" alt="CV photo" width="140" height="140">
|
||||
<img src="/cv/data/cv-photo" alt="CV photo" width="140" height="140">
|
||||
<div class="title">
|
||||
<h1>{{ meta.name | upper }} {{ meta.surname | upper }}</h1>
|
||||
<h2>{{ meta.title | upper }}</h2>
|
||||
|
@ -30,8 +30,8 @@
|
|||
</header>
|
||||
<section>
|
||||
<aside>
|
||||
<div class="link"><img src="data/internet-icon.png" width="16px" height="16px"><a href="{{ meta.site }}">{{ meta.site }}</a></div>
|
||||
<div class="link"><img src="data/git-icon.png" width="16px" height="16px"><a href="{{ meta.git }}">{{ meta.git }}</a></div>
|
||||
<div class="link"><img src="/cv/data/internet-icon.png" width="16px" height="16px"><a href="{{ meta.site }}">{{ meta.site }}</a></div>
|
||||
<div class="link"><img src="/cv/data/git-icon.png" width="16px" height="16px"><a href="{{ meta.git }}">{{ meta.git }}</a></div>
|
||||
<div class="skills">
|
||||
{% if lang == 'en' %}
|
||||
<h1>SKILLS</h1>
|
||||
|
|
Loading…
Reference in a new issue