-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
250 lines (232 loc) Β· 7.53 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
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
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<meta name="description" content="Eric Sakmar's personal website." />
<title>Eric Sakmar - Projects</title>
<link rel="stylesheet" href="./style.css" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Darker+Grotesque:wght@300;400;700&display=swap"
rel="stylesheet"
/>
</head>
<body>
<header>
<img src="header3.svg" class="header" alt="eric sakmar" />
<p class="nav">
<a href="/">projects</a> / <a href="resume.html">resume</a>
</p>
</header>
<main class="main main-projects">
<h2>Featured Projects</h2>
<div class="featured-projects">
<a
class="featured-project card"
href="https://youtu.be/HUsFzNKJziw?si=hRL1-EMpnjIAVaTL"
>
<img alt="photo of midi controller" src="images/cc-movie.jpeg" />
<h2 class="featured-project-header">
<span class="icon">π΅</span>
DOUBLE ROUND Presents CRUSH CURL Performing PHYSICAL MEDIUM
</h2>
<p>Live performance video, released March 3, 2024.</p>
</a>
<a class="featured-project card" href="https://pgh.events">
<img
alt="screenshot of pgh.events website"
src="images/pgh-events.png"
/>
<h2 class="featured-project-header">
<span class="icon">π₯οΈ</span>
pgh.events
</h2>
<p>
A music-focused collection of events, playlists, podcasts, youtube
channels and blogs in Pittsburgh, Pennsylvania.
</p>
</a>
<a
class="featured-project card"
href="https://crushcurl.bandcamp.com/album/physical-medium"
>
<img
alt="album cover for Physical Medium by Crush Curl"
src="images/crush-curl_physical-medium.jpg"
/>
<h2 class="featured-project-header">
<span class="icon">π΅</span>
Crush Curl - Physical Medium
</h2>
<p>5 song EP, released November 10, 2023.</p>
</a>
</div>
<h2>Other Projects</h2>
<div class="projects">
<div class="project">
<span class="icon">π₯οΈ</span>
<a
href="https://github.com/ericsakmar/midi-controller"
class="project-name"
>
Custom MIDI Controller</a
>
<p class="project-description">
A stompbox-inspired controller for the HX Stomp.
</p>
</div>
<div class="project">
<span class="icon">π΅</span>
<a
href="https://spacesspacesspaces.bandcamp.com/album/repeat"
class="project-name"
>
Spaces - Repeat
</a>
<p class="project-description">
5 song EP, released December 17, 2023.
</p>
</div>
<div class="project">
<span class="icon">π΅</span>
<a
href="https://therealsea.bandcamp.com/track/sure-thing"
class="project-name"
>The Real Sea - Sure Thing</a
>
<p class="project-description">Single, released on August 4, 2023.</p>
</div>
<div class="project">
<span class="icon">π₯οΈ</span>
<a
href="https://listentosomething.ericsakmar.com/"
class="project-name"
>
Listen to Something
</a>
<p class="project-description">
Some of my favorite music feeds, all in one place.
</p>
</div>
<div class="project">
<span class="icon">π΅</span>
<a
href="https://therealsea.bandcamp.com/track/fall-awake"
class="project-name"
>
The Real Sea - Fall / Awake
</a>
<p class="project-description">Single, released on April 10, 2023.</p>
</div>
<div class="project">
<span class="icon">π΅</span>
<a
href="https://patcoyle.bandcamp.com/track/are-you-already-there"
class="project-name"
>
Pat Coyle - Are You Already There?</a
>
<p class="project-description">
Single, released on December 9, 2022.
</p>
</div>
<div class="project">
<span class="icon">π΅</span>
<a
href="https://spacesspacesspaces.bandcamp.com/album/ignite"
class="project-name"
>
Spaces - Ignite
</a>
<p class="project-description">
5 song EP, released on October 7, 2022.
</p>
</div>
<div class="project">
<span class="icon">π΅</span>
<a
href="https://therealsea.bandcamp.com/track/ceiling-lines"
class="project-name"
>The Real Sea - Ceiling Lines</a
>
<p class="project-description">Single, released on June 10, 2022.</p>
</div>
<div class="project">
<span class="icon">π΅</span>
<a
href="https://spacesspacesspaces.bandcamp.com/album/arrive"
class="project-name"
>
Spaces - Arrive
</a>
<p class="project-description">
5 song EP, released on May 21, 2021.
</p>
</div>
<div class="project">
<span class="icon">π΅</span>
<a
href="https://spacesspacesspaces.bandcamp.com/album/embark"
class="project-name"
>
Spaces - Embark
</a>
<p class="project-description">
5 song EP, released on December 4, 2020.
</p>
</div>
<div class="project">
<span class="icon">π₯οΈ</span>
<a
href="https://github.com/ericsakmar/pomo-mood-o"
class="project-name"
>pomo-mood-o</a
>
<p class="project-description">
A combination pomodoro timer and mood tracker.
</p>
</div>
<div class="project">
<span class="icon">π΅</span>
<a
href="https://showpony.bandcamp.com/album/pony-up"
class="project-name"
>ShowPony - Pony Up</a
>
<p class="project-description">
5 song EP, released on December 20, 2019.
</p>
</div>
<div
class="project"
href="https://showpony.bandcamp.com/album/pony-down"
>
<span class="icon">π΅</span>
<a
href="https://showpony.bandcamp.com/album/pony-down"
class="project-name"
>ShowPony - Pony Down</a
>
<p class="project-description">
5 song EP, released on December 20, 2019.
</p>
</div>
<div class="project">
<span class="icon">π΅</span>
<a
href="https://showpony.bandcamp.com/album/arrow-smith"
class="project-name"
>
ShowPony - Arrow Smith
</a>
<p class="project-description">
5 song EP, released on May 27, 2016.
</p>
</div>
</div>
</main>
</body>
</html>