-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
168 lines (145 loc) · 6.33 KB
/
index.html
File metadata and controls
168 lines (145 loc) · 6.33 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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
<!DOCTYPE html>
<!--
_____ _____ _____
/\ \ /\ \ /\ \
/::\ \ /::\ \ /::\ \
/::::\ \ /::::\ \ /::::\ \
/::::::\ \ /::::::\ \ /::::::\ \
/:::/\:::\ \ /:::/\:::\ \ /:::/\:::\ \
/:::/ \:::\ \ /:::/__\:::\ \ /:::/ \:::\ \
/:::/ \:::\ \ /::::\ \:::\ \ /:::/ \:::\ \
/:::/ / \:::\ \ /::::::\ \:::\ \ /:::/ / \:::\ \
/:::/ / \:::\ \ /:::/\:::\ \:::\ \ /:::/ / \:::\ ___\
/:::/____/ \:::\____\/:::/ \:::\ \:::\____\/:::/____/ \:::| |
\:::\ \ \::/ /\::/ \:::\ /:::/ /\:::\ \ /:::|____|
\:::\ \ \/____/ \/____/ \:::\/:::/ / \:::\ \ /:::/ /
\:::\ \ \::::::/ / \:::\ \ /:::/ /
\:::\ \ \::::/ / \:::\ /:::/ /
\:::\ \ /:::/ / \:::\ /:::/ /
\:::\ \ /:::/ / \:::\/:::/ /
\:::\ \ /:::/ / \::::::/ /
\:::\____\ /:::/ / \::::/ /
\::/ / \::/ / \::/____/
\/____/ \/____/ ~~
Hi! Welcome to my website. I hope you can find whatever you are looking for here.
This website is still a beta version. Feel free to email me if you find any bugs or have any suggestion.
A Friendly Reminder: Do NOT contact me if you are a stalker!
-->
<html>
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-119539904-2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-119539904-2');
</script>
<meta charset="UTF-8">
<meta name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>
cad0420
</title>
<meta name="description" content="config.description">
<link href="https://fonts.googleapis.com/css?family=Source+Code+Pro:200,300,400,700,900|Eczar:400,700,800" rel="stylesheet">
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/fa.min.css">
<link rel="stylesheet" href="css/github-gist.css">
<link rel="stylesheet" href="css/common.css">
<link rel="stylesheet" href="css/cad.css">
<!--<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.1.1/css/all.css" integrity="sha384-O8whS3fhG2OnA5Kas0Y9l3cfpmYjapjI0E4theH4iuMD+pLhbf6JI0jIMfYcK3yZ" crossorigin="anonymous">-->
<script src="js/jquery-3.3.1.min.js"></script>
<script src="js/highlight.pack.js"></script>
<script src="js/slick.fixed.js"></script>
<script src="js/md5.min.js"></script>
<script src="js/cad.js"></script>
</head>
<body>
<div class="page-loader">
<div class="loader">
<span class="loader-square row-1 col-1"></span>
<span class="loader-square row-1 col-2"></span>
<span class="loader-square row-1 col-3"></span>
<span class="loader-square row-2 col-1"></span>
<span class="loader-square row-2 col-2"></span>
<span class="loader-square row-2 col-3"></span>
<span class="loader-square row-3 col-1"></span>
<span class="loader-square row-3 col-2"></span>
<span class="loader-square row-3 col-3"></span>
</div>
</div>
<nav class="menu"> <!-- show -->
<ul class="menu-list">
<li class="menu-list-item"><a href="/about">About</a></li>
<li class="menu-list-item"><a href="/portfolio">Portfolio</a></li>
<li class="menu-list-item"><a href="/blog">Blog</a></li>
</ul>
<ul class="social-media-list">
<li class="social-media-list-item email">
<a href="mailto:angdichu@gmail.com">
<i class="fas fa-envelope"></i>
</a>
</li>
<li class="social-media-list-item github">
<a href="https://github.com/andiechu" target="_blank">
<i class="fab fa-github"></i>
</a>
</li>
<li class="social-media-list-item codepen">
<a href="https://codepen.io/cad0420/" target="_blank">
<i class="fab fa-codepen"></i>
</a>
</li>
<li class="social-media-list-item instagram">
<a href="https://www.instagram.com/cad0420/" target="_blank">
<i class="fab fa-instagram"></i>
</a>
</li>
<li class="social-media-list-item vimeo">
<a href="https://vimeo.com/cad0420" target="_blank">
<i class="fab fa-vimeo-v"></i>
</a>
</li>
<li class="social-media-list-item twitter">
<a href="https://twitter.com/andiechu" target="_blank">
<i class="fab fa-twitter"></i>
</a>
</li>
</ul>
</nav>
<header>
<div class="menu-btn"> <!-- on-menu -->
<div class="menu-btn-line one">
<span class="menu-btn-dot one"></span>
<span class="menu-btn-dot two"></span>
<span class="menu-btn-dot three"></span>
</div>
<div class="menu-btn-line two">
<span class="menu-btn-dot one"></span>
<span class="menu-btn-dot two"></span>
<span class="menu-btn-dot three"></span>
</div>
<div class="menu-btn-line three">
<span class="menu-btn-dot one"></span>
<span class="menu-btn-dot two"></span>
<span class="menu-btn-dot three"></span>
</div>
</div>
<span class="menu-panel"></span>
</header>
<div class="home-animation" id="home">
<!-- here goes the P5.js animation -->
<canvas id="particleCanvas"></canvas>
<canvas id="textCanvas"></canvas>
</div>
<script src="js/sketch.js"></script>
<div class="scrollbar">
<span></span>
</div>
<footer class="home">
<a href="index.html">Andie Chu /// cad0420</a>
</footer>
</body>
</html>