-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcv.html
More file actions
executable file
·96 lines (85 loc) · 2.85 KB
/
cv.html
File metadata and controls
executable file
·96 lines (85 loc) · 2.85 KB
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
<!DOCTYPE HTML>
<html>
<head>
<title>Gustavo Bejar</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
</head>
<body class="is-preload">
<!-- Header -->
<header id="header">
<div class="inner">
<a href="index.html" class="image avatar"><img src="images/avatar.jpg" alt="" /></a>
<h1><strong>Hola, I'm Gustavo</strong></h1>
Visiting Assistant Professor at Albion College
</div>
</header>
<!-- Main -->
<div id="main">
<!-- One -->
<section id="one">
<header class="major">
<h2>📑 My CV</h2>
</header>
<p>I'm still working on populating this webpage. However, you can download
at PDF version of my CV using the button below.
<ul class="actions">
<li><a href="assets/pdf/CV_BejarLopez_202505.pdf" class="button icon solid fa-download">Download
CV</a></li>
</ul>
</p>
</section>
<!-- End -->
<section id="end">
<h2>Get In Touch</h2>
<div class="row">
<div class="col-12 col-12-small">
<ul class="labeled-icons">
<li>
<h3 class="icon solid fa-building"><span class="label">Address</span></h3>
Albion College<br />
Palenske 126<br />
611 E Porter St<br />
Albion, MI 49224<br />
United States
</li>
<li>
<h3 class="icon solid fa-envelope"><span class="label">Email</span></h3>
<a href="mailto:gbejar@albion.edu">gbejar@albion.edu</a>
</li>
</ul>
</div>
</div>
</section>
</div>
<!-- Footer -->
<footer id="footer">
<div class="inner">
<ul class="icons">
<li><a href="https://www.instagram.com/gbejarl" class="icon brands fa-instagram"><span
class="label">Instagram</span></a></li>
<li><a href="https://www.linkedin.com/in/gbejarl" class="icon brands fa-linkedin"><span
class="label">Linked-In</span></a></li>
<li><a href="https://www.github.com/gbejarl" class="icon brands fa-github"><span
class="label">Github</span></a></li>
<li><a href="https://www.youtube.com/gbejarl" class="icon brands fa-youtube"><span
class="label">YouTube</span></a></li>
<li><a href="mailto:gbejar@albion.edu" class="icon solid fa-envelope"><span
class="label">Email</span></a></li>
</ul>
<ul class="copyright">
<li>© Gustavo Bejar, 2025</li>
<li>Design: <a href="http://html5up.net">HTML5 UP</a></li>
</ul>
</div>
</footer>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.poptrox.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>