-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
70 lines (63 loc) · 3.14 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
<!DOCTYPE html>
<html>
<head>
<title>bloodborne hell</title>
<link rel="icon" href="https://static-00.iconduck.com/assets.00/crab-emoji-256x253-s34ze1jz.png">
<link rel="stylesheet" type="text/css" href="index-style.css">
</head>
<body>
<div class="transparent-box">
<!-- UI bar -->
<img id="hud" src="assets/bloodborne_hud.png" alt="hud">
<img id="stats" src="assets/bloodborne_stats.png" alt="stats">
<div class="clr"></div>
<!-- main body -->
<section class="body-container">
<!-- top section -->
<img id="pfp" src="assets/pfp.jpeg" alt="pfp">
<div id="speech-bubble">
<h2>ah yes! text. about me.</h2>
</div>
<div class="clr"></div>
<!-- bottom section -->
<div class="icons-container">
<h3> ● cole | '03 | istp-t ● </h3>
<ul>
<li><a href="https://www.instagram.com/oya.nicole/" target="_blank">
<img src="assets/ig.png" alt="instagram">
<img src="assets/ig_hover.png" alt="instagram-hover">
</a></li>
<li><a href="https://www.linkedin.com/in/nicole-chun-0a86b71b5/" target="_blank">
<img class="og" src="assets/linkedin.png" alt="linkedin">
<img class="hov" src="assets/linkedin_hover.png" alt="linkedin-hover">
</a></li>
<li><a href="mailto:19chunnw3@gmail.com" target="_blank">
<img class="og" src="assets/mail.png" alt="mail">
<img class="hov" src="assets/mail_hover.png" alt="mail-hover">
</a></li>
<li><a href="https://github.com/crocyoiin" target="_blank">
<img class="og" src="assets/git.png" alt="git">
<img class="hov" src="assets/git_hover.png" alt="git-hover">
</a></li>
</ul>
</div>
<div class="textbox">
<p> Heya!! I'm Nicole (idiot), a second year computer science student from Hong Kong :) I have a bit of an unhealthy obsession with Jojo's bizarre adventure, Drakengard/Nier, Breath of the Wild, and recently, as you can probably tell by the layout; Bloodborne!
<br>
Apart from gaming and bashing my head against a wall (programming), I also play flute, and draw!
</p>
</div>
<div class="clr"></div>
</section>
</div>
<!-- NAVBAR (fixed)-->
<div id="navbar">
<ul>
<li><a>● HOME</a></li>
<li><a href="interests.html">INTERESTS</a></li>
<li><a href="projects.html">PROJECTS</a></li>
<li><a href="funfacts.html">FUN FACTS</a></li>
</ul>
</div>
</body>
</html>