-
Notifications
You must be signed in to change notification settings - Fork 0
/
hobbies.html
115 lines (102 loc) · 3.96 KB
/
hobbies.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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Bootstrap CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" href="css/master.css">
<link rel="stylesheet" href="css/index.css">
<title>Bronson Carder's Bottomless Thoughts</title>
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Raleway:wght@500&family=Shadows+Into+Light&display=swap" rel="stylesheet">
</head>
<body>
<header>
<h1>Bronson Carder's Bottomless Thoughts</h1>
<ul id="myHeader">
<li><a href="index.html">Home</a></li>
<li><a href="coding.html">Coding</a> </li>
<li><a href="music.html">Music</a></li>
<li><a href="reviews.html">Reviews</a> </li>
<li><a href="contact.html">Contact Me</a></li>
</ul>
</header>
<article>
<h1>Hobbies</h1>
<h2>Video Games: </h2>
<aside class="card">
<img src="css/images/20200407_175203.jpg" alt="My Computer" width="400">
<p>The computer I built in 2020</p>
</aside>
<ul>
<li>Metal Gear Solid (full series)</li>
<li>Final Fantasy (full series, especially IV and VII-X)</li>
<li>Dragon Age (full)</li>
<li>Mass Effect (the first 2 and 3/4 of the series)</li>
<li>Fallout (3, New Vegas, 4; haven't played the older ones yet)</li>
<li>Portal (both)</li>
</ul>
<h2>Films and TV Shows: </h2>
<ul>
<li>Rick and Morty</li>
<li>Community</li>
<li>The Magicians (though, of course, the books were better)</li>
<li>Death Note</li>
<li>Samurai Shamploo</li>
<li>Afro Samurai</li>
<li>Most things with Samurai in them, really... (Ruroni Kenshin)</li>
<li>Scott Pilgrim vs. The World</li>
<li>Black Mirror</li>
<li>Neon Genesis Evangelion</li>
<li>Fullmetal Alchemist: Brotherhood</li>
</ul>
<h2>Music:</h2>
<aside class="card">
<img src="css/images/20200913_172042.jpg" alt="My Guitar" width="250">
<p>The guitar I built in 2020</p>
</aside>
<ul>
<li>Aesop Rock (not to be confused with A$AP Rocky)</li>
<li>Soundgarden and Audioslave (and Temple of the Dog)</li>
<li>The Beatles</li>
<li>Pink Floyd</li>
<li>Mega Ran (a.k.a. Random)</li>
<li>A Perfect Circle and Tool</li>
<li>Red Hot Chili Peppers</li>
<li>Dio</li>
<li>Flobots</li>
<li>Metallica</li>
<li>Stone Sour and Slipknot</li>
<li>System of a Down</li>
<li>Alice in Chains</li>
<li>The Black Keys</li>
<li>Foo Fighters</li>
<li>The White Stripes</li>
<li>Marilyn Manson</li>
<li>Rammstein</li>
<li>Atmosphere</li>
<li>Billie Eilish</li>
</ul>
<h2>Favorites:</h2>
<ul>
<li>Favorite Guitarist: Buckethead</li>
<li>Favorite Drummer: Neil Peart (RIP)</li>
<li>Favorite Singer: Chris Cornell (RIP)</li>
<li>Favorite song: "Hallelujah" by Jeff Buckley or "None Shall Pass" by Aesop Rock</li>
<li>Favorite color: Orange (like a sunset, not bright orange)</li>
</ul>
</article>
<footer class="footer">
<p><a href="https://www.facebook.com/bronson.carder">Facebook</a></p>
<p>-</p>
<p><a href="mailto:[email protected]">[email protected]</p>
<p>-</p>
<p><a href="https://discord.gg/WcXShk5r">Discord</p>
</footer>
<script src="js/bootstrap.bundle.min.js"></script>
<script src="js/javascript.js">
</script>
</body>
</html>