-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
37 lines (34 loc) · 2.17 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
<!DOCTYPE html>
<html lang="en" class="gr__lbraganca_pt"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="author" content="hazelnutsgz">
<meta name="description" content="Guozhen's Personal Webpage">
<meta name="keywords" content="LL">
<title>Guozhen She</title>
<link rel="icon" href="./src/run_basho.png" type="image/x-icon">
<script src="./src/three.min.js"></script>
<script src="./src/CopyShader.js"></script>
<script src="./src/DigitalGlitch.js"></script>
<script src="./src/EffectComposer.js"></script>
<script src="./src/RenderPass.js"></script>
<script src="./src/MaskPass.js"></script>
<script src="./src/ShaderPass.js"></script>
<script src="./src/GlitchPass.js"></script>
<link href="./src/main.css" rel="stylesheet" type="text/css">
<!-- <script src="./src/animation.js"></script> -->
<script src="./src/main.js"></script>
</head>
<!-- <body data-gr-c-s-loaded="true"> -->
<body>
<div style="margin: 0 auto; width: 40%;">
<div id="name">Why Don't You</br> Come to Your Senses?</div>
<img src="./src/basho.png" style="padding: 50% 30%; width: 35%; height: 35%;"></img>
<div id="images">
<a class="anchor" href="https://www.linkedin.com/in/hazelnutsgz/" target="_blank" rel="nofollow noreferrer external noopener"><img src="./src/linkedin.png" alt="Link redirecting to my LinkedIn profile"></a>
<a class="anchor" href="https://github.com/hazelnutsgz/" target="_blank" rel="nofollow noreferrer external noopener"><img src="./src/github.png" alt="Link redirecting to my GitHub profile"></a>
<a class="anchor" href="https://sgzhazelnut.github.io/CV/GuozhenShe.pdf" rel="nofollow noreferrer external noopener"><img src="./src/resume.png" alt="Email me"></a>
<a class="anchor" href="https://sgzhazelnut.github.io/terminal/" target="_self" rel="dofollow"><img src="./src/terminal.png" alt="Link to the terminal"></a>
</div>
</div>
</body></html>