-
Notifications
You must be signed in to change notification settings - Fork 0
/
1-3-19.html
44 lines (36 loc) · 2.06 KB
/
1-3-19.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
<!DOCTYPE html>
<html lang="en">
<!-- go bears -->
<head>
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-116695302-2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-116695302-2');
</script>
<title>George Zhang</title>
<link rel="stylesheet" type="text/css" href="css/1-3-19.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<link href="https://fonts.googleapis.com/css?family=Metrophobic" rel="stylesheet">
</head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<body>
<div class="rest"></div>
<div class="box" id="black-box"></div>
<div class="box" id="linkedin-box"></div>
<div class="box" id="github-box"></div>
<div class="box" id="spotify-box"></div>
<div class="box" id="lastfm-box"></div>
<div class="box" id="1-box"></div>
<div class="box" id="2-box"></div>
<div class="box" id="3-box"></div>
<div class="box" id="4-box"></div>
<div class="box" id="5-box"></div>
<div class="text-chunk">
Hey, I'm George, a junior at the University of California, Berkeley, studying Computer Science and Applied Mathematics. You can find me on <a id="linkedin" href="https://www.linkedin.com/in/georgelzhang/">Linkedin</a>, <a id="github" href="https://www.github.com/gorgzhang/">Github</a>, <a id="spotify" href="https://open.spotify.com/user/curiousgorg">Spotify</a>, and <a id="lastfm" href="https://www.last.fm/user/curiousgorg">Last.fm</a>. Here are some of my favorite Youtube videos<span class="sup"><a id="1" href="https://www.youtube.com/watch?v=amv8fiCQnXI">1</a>,<a id="2" href="https://www.youtube.com/watch?v=Vs6In7UtyXY">2</a>
</span>& Spotify playlists<span class="sup"><a id="3" href="https://open.spotify.com/playlist/3umzInjyMQuQ4WMEHMGidk">3</a>,<a id="4" href="https://open.spotify.com/playlist/6BiO78GEYUmW5e0G6B5Aei">4</a>,<a id="5" href="https://open.spotify.com/playlist/3aOfzVSXsCCTGnIzIEOvuW">5</a></span>.
</div>
<script src="js/box.js"></script>
</body>
</html>