-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcv.html
62 lines (49 loc) · 1.4 KB
/
cv.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
<!DOCTYPE html>
<html class="no-js" lang="en" dir="ltr">
</html>
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="Ema Pop Portfolio">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Ema Pop Portfolio</title>
<link rel="stylesheet" href="foundation.min.css">
<link rel="stylesheet" href="style.css">
</head>
<body>
<!--====== Start Header ======-->
<header class="header">
<nav>
<div class="left-link">
<a class="tab" href="index.html">Ema Pop</a>
</div>
<a class="tab" href="index.html">Projects </a>
<!-- <a class="tab active" href="testimonies.html">Testimonies</a> -->
<a class="tab active" href="cv.html">CV</a>
</nav>
</header>
<!--====== End Header ======-->
<br>
<br>
<br>
<!--====== Start CV ======-->
<div class="grid-container">
<div class="grid-x grid-padding-x">
<div class="large-12 small-12 cell">
<embed src="CV Ema Pop.pdf" width="1200px" height="1000">
</div>
</div>
</div>
</body>
<!--====== End CV ======-->
<script src="js/vendor/jquery.js"></script>
<script src="js/vendor/what-input.js"></script>
<script src="js/vendor/foundation.js"></script>
<script src="js/app.js"></script>
</body>
<br> <br>
<hr />
<footer class="footer">
<p> Site coded with <a href="https://get.foundation/">Foundation</a>
<p>
</footer>
</html>