-
Notifications
You must be signed in to change notification settings - Fork 0
/
curriculum-vitae.html
76 lines (65 loc) · 3.4 KB
/
curriculum-vitae.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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<link rel="shortcut icon" type="image/x-icon" href="/global/meta/favicon.ico">
<title>Curriculum Vitae</title>
<!--Google fonts-->
<!-- <link rel="stylesheet" href='https://fonts.googleapis.com/css?family=Lato'> -->
<!-- <link rel="stylesheet" href='https://fonts.googleapis.com/css?family=Abel'> -->
<!-- <link rel="stylesheet" href='https://fonts.googleapis.com/css?family=Poiret One'> -->
<link rel="stylesheet" href='https://fonts.googleapis.com/css?family=Bellota Text'>
<link rel="stylesheet" href='https://fonts.googleapis.com/css?family=Montserrat Alternates'>
<!-- <link rel="stylesheet" href='https://fonts.googleapis.com/css?family=Alegreya Sans SC'> -->
<!-- <link rel="stylesheet" href='https://fonts.googleapis.com/css?family=Bad Script'> -->
<!-- <link rel="stylesheet" href='https://fonts.googleapis.com/css?family=Catamaran'> -->
<!--globals-->
<link rel="stylesheet" href='/global/globalStyleSheet.css'>
<!--kits-->
<link rel="stylesheet" href="/global/kits/shelf/stylesheet.css">
<!--local exclusives-->
<link rel="stylesheet" href="/curriculum-vitae/stylesheet.css">
</head>
<body class="page">
<div class="header" id="header">
<div class="headerTitle" id="title">
<a href="/home">CCheukKa's Site</a> / <a href="" class="bold underline">curriculum-vitae</a>
</div>
<div class="headerCatalogue" id="catalogue">
<!--Catalogue items added programmatically-->
</div>
<div class="headerDropdown" id="dropdown">
<div class="menu-icon" id="menu-icon"></div>
<div class="dropdownMenu" id="dropdownMenu">
<!-- To be filled in programmatically -->
</div>
</div>
</div>
<div class="main">
<div class="structure-handler" style="padding-left: 2%; padding-right: 2%; position: relative; top: -6.5px;">
<div class="titleCard" id="titleCard" style="padding-left: 2%; padding-right: 2%; padding-bottom: 3rem; height: fit-content; margin-top: 14px;">
<div style="width: 100%; margin-top: -25px; margin-bottom: -20px; width: 100%;">
<span class="title">CV</span>
<br>
<span class="flavour-text">Curriculum Vitae</span>
<br>
<br>
<span class="description">
Sensitive and redundant information has been redacted from this document.
</span>
</div>
</div>
<div class="shelf-item-wrapper" style="width: 100%; display: flex; justify-content: center; margin-top: 14px;">
<div class="shelfContainer" id="shelfContainer" style="width: 100%">
<object data="/curriculum-vitae/CCheukKa Curriculum Vitae [Reduced + Redacted].pdf" onerror="replaceWithDownload();" type="application/pdf" width="100%" height="100%" style="border-radius: 16px;" frameborder="0">
</div>
</div>
</div>
</div>
</body>
<script src='/global/scripts/globalLibrary.js'></script>
<script src='/global/scripts/headerController.js'></script>
<script src='/curriculum-vitae/curriculum-vitae.js'></script>
<script src='/global/kits/dropdownMenu/script.js'></script>
<script src='/global/scripts/globalResizeHandler.js'></script>
</html>