-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
69 lines (60 loc) · 2.06 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Jasmine Francois</title>
<!-- Google Analytics -->
<script>
(function (i, s, o, g, r, a, m) {
i['GoogleAnalyticsObject'] = r;
i[r] = i[r] || function () {
(i[r].q = i[r].q || []).push(arguments)
}, i[r].l = 1 * new Date();
a = s.createElement(o),
m = s.getElementsByTagName(o)[0];
a.async = 1;
a.src = g;
m.parentNode.insertBefore(a, m)
})(window, document, 'script', 'https://www.google-analytics.com/analytics.js', 'ga');
ga('create', 'UA-105870723-1', 'auto');
ga('send', 'pageview');
</script>
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.13/css/all.css"
integrity="sha384-DNOHZ68U8hZfKXOrtjWvjxusGo9WQnrNx2sqG0tfsghAvtVlRW3tvkXWZh58N9jp" crossorigin="anonymous">
<link href="https://fonts.googleapis.com/css?family=Bungee|Bungee+Hairline|Bungee+Shade" rel="stylesheet">
<link href="styles/index.css" type="text/css" rel="stylesheet">
</head>
<body>
<div class="content">
<div class="name focus">
<h1>Jasmine</h1>
<h2>Francois</h2>
</div>
</div>
<div class="links focus">
<div class="icons">
<h3 class="hover-shadow">
<a href="https://github.com/pickjasmine">
<i class="fab fa-github"></i>
</a>
</h3>
<h3 class="hover-shadow">
<a href="https://www.linkedin.com/in/jasmine-francois-830349a6/">
<i class="fab fa-linkedin-in"></i>
</a>
</h3>
<h3 class="hover-shadow">
<a href="mailto:francois.jasminem@gmail.com">
<i class="far fa-envelope"></i>
</a>
</h3>
</div>
<div class="resume">
<h3 class="hover-shadow">
<a href="jFrancoisResume2022.pdf" target="_blank">Resume</a>
</h3>
</div>
</div>
</body>
</html>