-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinterests.html
96 lines (85 loc) · 3.82 KB
/
interests.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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
<!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="interests-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>welcome home, good hunter.</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">
<h2>● Games ●</h2>
<ul>
<li>Drakengard / Nier</li>
<li>Zelda</li>
<li>Undertale / Deltarune</li>
<li>Bloodborne</li>
<li>Fire Emblem: Three Houses</li>
<li>Funamusea games !!</li>
</ul>
</div>
<div class="textbox">
<h2>● Media ●</h2>
<ul>
<li>Jojo's Bizarre Adventure</li>
<li>Your Lie in April</li>
<li>Haikyuu !!</li>
</ul>
</div>
<div class="clr"></div>
</section>
<div id="art">
<p>I also draw sometimes! here are a few of the pieces i'm most proud of :)</p>
<img src="assets/art1.png" alt="art1">
<img src="assets/art2.png" alt="art2">
<img src="assets/art3.png" alt="art3">
<img src="assets/art4.png" alt="art4">
</div>
</div>
<!-- NAVBAR (fixed)-->
<div id="navbar">
<div class="blur-bar">
<ul>
<li><a href="index.html">HOME</a></li>
<li><a>● INTERESTS</a></li>
<li><a href="projects.html">PROJECTS</a></li>
<li><a href="funfacts.html">FUN FACTS</a></li>
</ul>
</div>
</div>
</body>
</html>