-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
155 lines (155 loc) · 6 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
<!DOCTYPE html xmlns:fb="http://ogp.me/ns/fb#">
<html>
<head>
<title>Andrea Mannarà - My Resume</title>
<meta charset="UTF-8" />
<meta name="viewport"
content="width=device-width, initial-scale=1.0" />
<meta property="og:image"
content="http://huvber.github.io/cv/img/minicvhead.png" />
<link href="https://fonts.googleapis.com/css?family=Alegreya+Sans" rel="stylesheet">
<link rel="stylesheet"
href="http://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" />
<link type="text/css" rel="stylesheet" media="all" href="css/flex-grid.css" />
<link type="text/css" rel="stylesheet" media="all" href="css/style.css" />
<link type="text/css" rel="stylesheet" media="all" href="css/print.css" />
</head>
<body>
<header class="flex">
<section class="picture col-3">
<img class="real" src="img/cvhead_real.png" alt="Andrea Mannarà" />
<img class="pixel" src="img/cvhead.png" alt="Andrea Mannarà" />
<div class="callout">
So you're reading my intro. <br />
Good! Do you like it?
</div>
</section>
<section class="intro col-9">
<h1>{{firstname}} {{lastname}}</h1>
<h2 class="profession">{{profession}}</h2>
<p>
{{intro}}
</p>
</section>
</header>
<main class="flex">
<aside class="col-3">
<div class="main-info">
<p>{{birthdate}}</p>
<p>{{address}}</p>
<p>{{phone}}</p>
<p><a href="mailto:{{email}}">{{email}}</a></p>
<p><a href="{{github}}">{{github}}</a></p>
<p><a href="{{linkedin}}">{{linkedin}}</a></p>
<p>{{drivel}}</p>
<p>{{car}}</p>
</div>
<div class="skills">
<h2>SKILLS</h2>
<ul>
{{#all_skills}}
<li>{{_val}}</li>
{{/all_skills}}
</ul>
</div>
<div class="languages">
<h2>LANGUAGES</h2>
<ul>
<li class="mother"><label>Mother tongue:</label> <span>{{motherLanguage}}<span></li>
{{#languages}}
<li class="language">
<label>{{language}}</label>
<p><i class="fa fa-university" title="certificates"></i> {{#certificates}}{{_val}} {{/certificates}}</p>
<p><i class="fa fa-assistive-listening-systems" title="comprehension"></i> {{comprehension}}</p>
<p><i class="fa fa-commenting-o" title="speaking"></i> {{speaking}}</p>
<p><i class="fa fa-pencil" title="writing"></i> writing: {{writing}}</p>
</li>
{{/languages}}
</li>
</div>
<div class="interest">
<h2>INTEREST AND HOBBIES</h2>
<ul>
<li><i class="fa fa-music"></i> {{#music}}{{_val}} {{/music}}</li>
<li><i class="fa fa-film"></i> {{#cinema}}{{_val}} {{/cinema}}</li>
<li><i class="fa fa-book"></i> {{#literature}}{{_val}} {{/literature}}</li>
<li><i class="fa fa-dribbble"></i> {{#sport}}{{_val}} {{/sport}}</li>
</ul>
</div>
<div class="ballast"></div>
</aside>
<section class="history col-9">
<h3 class="section">WORK HISTORY</h3>
<div class="jobs">
{{#jobs}}
<article class="flex">
<em class="date col-3">{{date}}</em>
<div class="entry col-9">
<h3>{{title}}</h3>
<h4><a href="{{link}}">{{where}}</a></h4> <p>{{subtitle}}</p>
<ul class="skills">
{{#skills}}
<li>{{_val}}</li>
{{/skills}}
</ul>
</div>
</article>
{{/jobs}}
</div>
<div style="page-break-after: always;"></div>
<h3 class="section">PROJECTS</h3>
<div class="projects">
{{#projects}}
<article class="flex">
<em class="date col-3">{{date}}</em>
<div class="entry col-9">
<h3>{{title}}</h3>
<h4><a href="{{link}}">{{where}}</a></h4> <p>{{subtitle}}</p>
<ul class="skills">
{{#skills}}
<li>{{_val}}</li>
{{/skills}}
</ul>
</div>
</article>
{{/projects}}
</div>
<h3 class="section">EDUCATION</h3>
<div class="education">
{{#education}}
<article class="flex">
<em class="date col-3">{{date}}</em>
<div class="entry col-9">
<h3>{{title}}</h3>
<h4><a href="{{link}}">{{where}}</a></h4>
<p>{{subtitle}}</p>
<p>{{grade}}</p>
<ul class="skills">
{{#skills}}
<li>{{_val}}</li>
{{/skills}}
</ul>
</div>
</article>
{{/education}}
</div>
</section>
</main>
<footer class="no-print">
<h2>DYNAMIC CURRICULUM VITAE</h2>
<p>This printable interactive curriculum vitae was made to be dynamic
and you can create your own <a href="http://www.github.com/huvber/cv" target="_blank">forking it on GitHub</a>
</p>
<p>If you browse the code you can notice that <span class="upper">this was entire made <strong>from scratch</strong> without using
any libraries</span> except for <a href="https://www.google.com/fonts" target="_blank">Oswald Google Font</a> and
for <a href="http://fortawesome.github.io/Font-Awesome/" target="_blank">Font Awsome</a>.
</p>
<p>I'm planning to write a little guide for it and maybe add different layouts in future.</p>
<p>I hope you enjoy it.</p>
</div>
</footer>
<script type="text/javascript" src='js/data.js'></script>
<script type="text/javascript" src="js/beardy.js"></script>
<script type="text/javascript" src="js/script.js"></script>
</body>
</html>