-
Notifications
You must be signed in to change notification settings - Fork 0
/
cv.html
82 lines (71 loc) · 2.38 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="shortcut icon" type="image/jpg" href="./img/Chem-Logo1.jpg">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/bootstrap.min.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title> Gerardo's Chemistry Page</title>
</head>
<body class="style1">
<header align: center>
<a href="./index.html"> <img alt="My Logo" src="./img/Chem-Logo1.jpg">
</a>
<br>
<hr>
<div>
<nav class="menu" align: center>
<a href="./index.html">Introduction</a>
<a href="./Math4Chem.html">Maths for Chems</a>
<a href="./experiments.html">Amazing experiments</a>
<a href="./cv.html">My CV</a>
<a href="./form.html">Contact Me</a>
</nav>
</div>
<hr>
<br>
</header>
<div align: center>
<h4 align: center font-family="AppleChancery"> Here are to versions of my CV:</h4>
<nav class="menu" align: center>
<a href="#short">Short version</a>
<a href="#full">Full version</a>
</nav>
</div>
<hr>
<!-- <a href="#full">Full version
<embed id="full" src="cv/Glez-Curric.pdf" type="application/pdf" width="100%" height="600px" />
-->
</div>
<br>
<br>
<a name="short"></a>
<div>
<object data="./cv/GlezCurric.pdf " ; type="application/pdf " width="600 " ; height="500 " ;>
<p>Your browser does not support PDFs
<a href="./cv/GlezCurric.pdf "> Download PDF </a>
</p>
</object>
</div>
<a name="full "> </a>
<div>
<object data="./cv/Glez-Curric.pdf " ; type="application/pdf " width="800 " ; height="500 " ;>
<p>Your browser does not support PDFs
<a href="./cv/Glez-Curric.pdf "> Download PDF </a>
</p>
</object>
</div>
<div align: center>
<nav class="menu " align: center>
<a href="#short ">Short version</a>
<a href="#full ">Full version</a>
</nav>
</div>
<hr>
<br>
<footer>
© Gerardo González Aguilar
</footer>
</body>
</html>