-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhobbies.html
232 lines (223 loc) · 9.41 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
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
<!DOCTYPE html>
<html lang="en">
<head>
<title>Chris | Hobbies</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Each page has a shared reset and general style, along with a specific
Stylesheet unique to that page's styling.-->
<link href="styles/reset.css" rel="stylesheet">
<link href="styles/style.css" rel="stylesheet">
<link href="styles/hobbyStyle.css" rel="stylesheet">
</head>
<body>
<!--Header and top nav bar are shared across all pages for uniformity-->
<header>
<img src="images/header_Name.png" alt="Chris Lucas">
<nav>
<ul>
<li>
<div class="navButton">
<a href="index.html"
alt="Link to Home Page">
About Chris</a>
</div>
</li>
<li>
<div class="navButton">
<a href="experience.html"
alt="Link to Experience Page">
Experience</a>
</div>
</li>
<li>
<div class="navButton">
<a href="education.html"
alt="Link to Education Page">
Education</a>
</div>
</li>
<li>
<div class="navButton">
<a href="https://chr-lucas.github.io/2350_AssignmentsSite/"
alt="Link to Web Portfolio" target="_blank">
Portfolio</a>
</div>
</li>
<li>
<div class="navButton">
<a href="hobbies.html"
alt="Link to Hobbies Page">
Hobbies</a>
</div>
</li>
<li>
<div class="navButton">
<a href="contact.html"
alt="Contact Me">
Contact</a>
</div>
</li>
</ul>
</nav>
</header>
<article>
<div id="gameSection">
<p id="introText">I love videogames!</p>
<p id="bodyText">
When I'm not working, I'm often streaming gameplay on twitch.tv,
where I can share my interest with others in real time. Ever since I
was young, I've been fascinated not only with playing games, but
the unique design and artistic storytelling technique of the medium.
Below, you'll find links to a sample of some of my essays and
critiques for various games.</p>
</div>
<div id="reviewContainer">
<img id="gameReviews" src="images/hobbyGameReviews.png"
alt="Various Videogames" usemap="#review_map">
<map id="review_map" name="review_map">
<area shape="rect" coords="10,35,149,249"
href="https://cvbreviews.wordpress.com/2023/06/03/hollow-knight-ghosts-of-the-past/"
alt="Hollow Knight by Team Cherry"
target="_blank">
<area shape="rect" coords="169,93,311,308"
href="https://cvbreviews.wordpress.com/2023/06/03/my-love-affair-with-supergiant-games/"
alt="Transistor by Supergiant Games"
target="_blank">
<area shape="rect" coords="328,35,470,249"
href="https://cvbreviews.wordpress.com/2023/06/03/vampyr-retrospective/"
alt="Vampyr by Dontnod Entertainment"
target="_blank">
<area shape="rect" coords="488,93,630,308"
href="https://cvbreviews.wordpress.com/2023/06/03/alan-wake-is-still-shining/"
alt="Alan Wake by Remedy Entertainment"
target="_blank">
<area shape="rect" coords="649,35,791,249"
href="https://cvbreviews.wordpress.com/2023/06/03/branded-by-the-darksign/"
alt="Dark Souls Remastered by FROM Software and Qloc"
target="_blank">
</map>
</div>
<hr>
<div id="podcastSection">
<div id="podcastText">
<p>I am also an avid birdwatcher. Songbirds provide a music unmatched
in nature, and few take the time to really appreciate their song.
In 2022, I started producing <em>Fluent in Bird</em>, a podcast
to celebrate the musicians living in your backyard. Each episode,
listeners learn a new birdcall along with the
host.</p>
</div>
<div id="podcastContainer">
<a href="https://open.spotify.com/show/1ftW67cSuOdMNaeUgPIbcv?si=1650a2733d3d4702"
alt="Link to Fluent in Bird podcast"
target="_blank">
<img src="images/fib.jpg" alt="Fluent in Bird Logo">
</a>
</div>
</div>
<div id="episodeTable">
<table>
<caption><em>Fluent in Bird</em> Catalog</caption>
<colgroup>
<col class="number">
<col class="title">
<col class="link">
</colgroup>
<tr>
<th>#</th>
<th>Feature Bird</th>
<th>Link</th>
</tr>
<tr>
<td class="number">1</td>
<td>Eastern Yellow Robin</td>
<td class="link"><a href="https://open.spotify.com/episode/6UQy1uiuSMkGwYMNfTHBvq"
alt="Episode 1"
target="_blank">LISTEN</td>
</tr>
<tr>
<td class="number">2</td>
<td>Red Crossbill</td>
<td class="link"><a href="https://open.spotify.com/episode/3l0CdH0DQziTGyRZpSonQC"
alt="Episode 2"
target="_blank">LISTEN</td>
</tr>
<tr>
<td class="number">3</td>
<td>Northern Cardinal</td>
<td class="link"><a href="https://open.spotify.com/episode/3UrBY7h4fQF6vkbSEGdoLZ"
alt="Episode 3"
target="_blank">LISTEN</td>
</tr>
<tr>
<td class="number">4</td>
<td>Grey Catbird</td>
<td class="link"><a href="https://open.spotify.com/episode/3xRSwmMvlg6Arcw6rhrQ5P"
alt="Episode 4"
target="_blank">LISTEN</td>
</tr>
<tr>
<td class="number">5</td>
<td>Yellow-billed Cuckoo</td>
<td class="link"><a href="https://open.spotify.com/episode/6PYj81G37G7n7lvGLE4hHr"
alt="Episode 5"
target="_blank">LISTEN</td>
</tr>
<tr>
<td class="number">6</td>
<td>Pelican Eel</td>
<td class="link"><a href="https://open.spotify.com/episode/3kmfVPXkww47tvvgALNuor"
alt="Episode 6"
target="_blank">LISTEN</td>
</tr>
<tr>
<td class="number">7</td>
<td>Bee Hummingbird</td>
<td class="link"><a href="https://open.spotify.com/episode/5tVlp0I7RanJgu6ZKEzSkM"
alt="Episode 7"
target="_blank">LISTEN</td>
</tr>
<tr>
<td class="number">8</td>
<td>Mystery Bird</td>
<td class="link"><a href="https://open.spotify.com/episode/2N4CucnbttqD95OLqLNwxu"
alt="Episode 8"
target="_blank">LISTEN</td>
</tr>
<tr>
<td class="number">9</td>
<td>White Stork</td>
<td class="link"><a href="https://open.spotify.com/episode/2oyvMfUpsoF2IizDAOCmcE"
alt="Episode 9"
target="_blank">LISTEN</td>
</tr>
</table>
</div>
</article>
<!-- Footer repeates top nav menu and provides brief copyright. -->
<footer>
<div>
<a href="index.html"
alt="Link to Home Page"
class="footerLink">About Chris</a>
<a href="experience.html"
alt="Link to Experience Page"
class="footerLink">Experience</a>
<a href="education.html"
alt="Link to Education Page"
class="footerLink">Education</a>
<a href="https://clucas1-5assignmentssite.netlify.app/learningactivites"
alt="Link to Web Portfolio"
target="_blank"
class="footerLink">Portfolio</a>
<a href="hobbies.html"
alt="Link to Hobbies Page"
class="footerLink">Hobbies</a>
<a href="contact.html"
alt="Contact Me"
class="footerLink">Contact</a>
</div>
<p id="copyright">Chris Lucas - CS2350 - ©2023</p>
</footer>
</body>