-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinterests.html
More file actions
47 lines (44 loc) · 1.63 KB
/
interests.html
File metadata and controls
47 lines (44 loc) · 1.63 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
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>Bocchi - Interests</title>
<link rel = "icon" type = "image/x-con" href = "bocchi.jpg">
<link rel="stylesheet" href="style.css">
</head>
<body>
<nav>
<ul>
<li><a href = "./index.html"> About </a></li>
<li><a href = "./skills.html"> Skills </a></li>
<li><a href = "./education.html"> Education</a></li>
<li><a href = "experinece.html">Experience </a></li>
<li> Interests</li>
</ul>
</nav>
<div id="main-body">
<div id="border">
<figure>
<img id="profile-pic" src = "bocchi.jpg" width = "400" alt = "bocchi">
<figcaption>
<p class="fig-info">Hitori Gotoh</p>
<p class="fig-info">Band, Guitarist</p>
<p class="fig-info"><a href ="mailto: hitori@starry.com">hitori.gotoh@gmail.com</a></p>
</figcaption>
</figure>
</div>
<article>
<h2 class = "text-color">Interests</h2>
<ul id = "interest-list">
<li class = "interests">Playing guitar</li>
<li class = "interests">Making Videos (check out my videos <a href="https://youtu.be/QjmnsAWGm8E" target = "_blank"><u>here</u></a>!)</li>
<li class = "interests">Phasing into different dimensions</li>
<li class = "interests">Playing with the Kessoku Band members</li>
<li class = "interests">Hanging out with the Kessoku Band members</li>
</ul>
</article>
</div>
<footer>© Hitori Gotoh 2023</footer>
</body>
</html>