-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
45 lines (44 loc) · 1.56 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
<!DOCTYPE html>
<html>
<head>
<script
src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.1/jquery.min.js"
integrity="sha512-bLT0Qm9VnAYZDflyKcBaQ2gg0hSYNQrJ8RilYldYQ1FxQYoCLtUjuuRuZo+fjqhx/qtq/1itJ0C2ejDxltZVFg=="
crossorigin="anonymous"
></script>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/flexboxgrid/6.3.1/flexboxgrid.min.css"
integrity="sha512-YHuwZabI2zi0k7c9vtg8dK/63QB0hLvD4thw44dFo/TfBFVVQOqEG9WpviaEpbyvgOIYLXF1n7xDUfU3GDs0sw=="
crossorigin="anonymous"
/>
<script type="text/javascript" src="./scripts/includes.js"></script>
<link rel="preconnect" href="https://fonts.gstatic.com" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link
href="https://fonts.googleapis.com/css2?family=Oxygen:wght@300;400;700&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" href="/css/styles.css" />
</head>
<body>
<div class="row full-height">
<!-- Left part -->
<div class="col-xs-4 left">
<div class="section">
<h1>Roch Fiona</h1>
<h2>Software Engineer</h2>
<p>Over 5 years of experience building web applications.</p>
</div>
<div id="contact" class="section"></div>
<div id="skills" class="section"></div>
<div id="other" class="section"></div>
</div>
<!-- Right part -->
<div class="col-xs-8 right">
<div id="education" class="section"></div>
<div id="experience" class="section"></div>
</div>
</div>
</body>
</html>