-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
81 lines (75 loc) · 3.01 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
70
71
72
73
74
75
76
77
78
79
80
81
<html>
<head>
<title> JC Dy | Home </title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href="assets/images/JCDyLogo.png">
<!-- Style -->
<link rel="stylesheet" href="assets/css/style.css">
<link rel="stylesheet"
href="https://fonts.googleapis.com/css?family=Roboto|Lato|Open+Sans|Poppins|Inconsolata|Noto+Sans">
<!-- Map style and animations -->
<script src="map/ammap.js"></script>
<script src="map/worldlow.js"></script>
<script src="map/light.js"></script>
<link rel="stylesheet" href="map/media.css">
<link rel="stylesheet" href="map/animate.min.css">
<script src="map/index.js"></script>
<!-- Interactivity -->
<script src="https://code.jquery.com/jquery-2.1.4.min.js"></script>
<script src="assets/js/index.js"></script>
</head>
<!-- Map background -->
<div id="chartdiv"></div>
<body>
<div class="world">
<div class="right">
<div class="passport-border">
<div id="passport">
<!-- Top half of passport -->
<div class="top">
<div class="photoid"></div>
<div class="info">
<br><br>
<span class="category"> Name / Pangalan / 姓名 </span> <br>
<span class="answer"> JC 'JOSHUA CALEB' DY </span> <br>
<span class="category"> Education / Edukasyon / 教育 </span> <br>
<span class="answer"> UC BERKELEY </span> <br>
<span class="category"> Major / Medyor / 專業 </span> <br>
<span class="answer"> COMPUTER SCIENCE </span> <br>
<span class="category"> Location / Lokasyon / 位置 </span> <br>
<span class="answer"> SF BAY AREA </span> <br>
<span class="category"> Contact / Kontak / 联系 </span> <br>
<span class="answer"> [email protected] </span> <br>
</div>
</div>
<!-- Bottom half of passport -->
<div id="crease"></div>
<div class="bottom">
<div class="stamp">
<a href="https://www.linkedin.com/in/joshdy/">
<img alt="LinkedIn" src="assets/images/linkedinstamp.jpg">
</a>
</div>
<div class="stamp">
<a href="https://www.facebook.com/jcdythatsme/">
<img alt="Facebook" src="assets/images/facebookstamp.png">
</a>
</div>
<div class="stamp">
<a href="https://open.spotify.com/user/jcdy-us">
<img alt="Spotify" src="assets/images/spotifystamp.png">
</a>
</div>
<div class="stamp">
<a href="https://github.com/AmaJC">
<img alt="Github" src="assets/images/githubstamp.ico">
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</body>
</html>