-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
224 lines (216 loc) · 13 KB
/
Copy pathindex.html
File metadata and controls
224 lines (216 loc) · 13 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="description" content="I have nearly a decade of experience in music composition and sound design. I am also pursuing a degree in Computer Science. In addition to my background in music, I'm learning art, visual effects, 3D graphics, and writing. I am currently open for new projects!">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0">
<title>c4nvm</title>
<link href="/inc/global.css?t=2024.08.03" rel="stylesheet" type="text/css">
<link href="assets\images\favicon.ico" rel="shortcut icon" type="image/x-icon">
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div id="rotateMessage" style="display: none;">
Please rotate your device to portrait mode.
</div>
<div id="overlay"></div>
<div id="icons">
<a href="#music" class="tab-link"><img src="assets\images\music.svg" height="32px" width="32px"></a>
<a href="#who_am_i" class="tab-link"><img src="assets/images/blog.svg" height="32px" width="32px"></a>
<a href="#contact" class="tab-link"><img src="assets\images\email.svg" height="32px" width="32px"></a>
</a>
</div>
<div id="social-media">
</a>
<a href="https://www.instagram.com/c4nvm/" target="_blank" aria-label="Instagram">
<img src="assets\images\logo--instagram.svg" alt="Instagram">
<a href="https://www.youtube.com/@c4nvm" target="_blank" aria-label="Youtube">
<img src="assets\images\logo--youtube.svg" alt="Youtube">
</a>
<a href="https://c4nvm.bandcamp.com/" target="_blank" aria-label="Music-link">
<img src="assets\images\hearing.svg" alt="Music">
</a>
</a>
<a href="https://www.tumblr.com/c4nvm" target="_blank" aria-label="Blog">
<img src="assets\images\logo--tumblr.svg" alt="Tumblr">
</a>
</div>
<div id="tab-content">
<div id="music" class="tab-content active">
<div class="project" defaultPos="1">
<img src="assets/images/temp_files_cover.png" width="240" height="240" alt="New Album" class="focusable">
<div class="projectWrapper" style="background-image: url('assets/images/temp_files_cover.png');"></div>
<div class="info">
<h2>temp_files</h2>
<h3>Electronic</h3>
<p class="project_desc">Unfinished business. Hear tracks from shelved projects, now brought to light.</p>
<div class="project_icons">
<a href="https://c4nvm.bandcamp.com/album/temp_files_2" class="icon_project" target="_blank">
<img src="assets/images/music.svg" alt="Project Icon">
</a>
</div>
</div>
</div>
<div class="project" defaultPos="2">
<img src="assets/images/promposalcover.png" width="240" height="240" alt="Album 1" class="focusable">
<div class="projectWrapper" style="background-image: url('assets/images/promposalcover.png');"></div>
<div class="info">
<h2>PROMPOSAL QUIZ!</h2>
<h3>Electronic, House, Glitch</h3>
<p class="project_desc">Take this fun and exciting quiz to find out if we're the perfect prom partners! Yippee! But be cautious—there are consequences for incorrect answers, so don't mess up!</p>
<div class="project_icons">
<a href="https://c4nvm.bandcamp.com/track/promposal-quiz" class="icon_project" target="_blank">
<img src="assets/images/music.svg" alt="Project Icon">
</a>
</div>
</div>
</div>
<div class="project" defaultPos="3">
<img src="assets/images/cover2.png" width="240" height="240" alt="Album 2" class="focusable">
<div class="projectWrapper" style="background-image: url('assets/images/cover2.png');"></div>
<div class="info">
<h2>Entropoly OST</h2>
<h3>Electronic, Jungle</h3>
<p class="project_desc">Soundtrack for a movement-based puzzle platformer, drawing inspiration from classic jungle rhythms and contemporary EDM.</p>
<div class="project_icons">
<a href="https://c4nvm.bandcamp.com/album/entropoly-ost" class="icon_project" target="_blank">
<img src="assets/images/music.svg" alt="Project Icon">
</a>
</div>
</div>
</div>
<div class="project" defaultPos="4">
<img src="assets/images/cover3.png" width="240" height="240" alt="Album 3" class="focusable">
<div class="projectWrapper" style="background-image: url('assets/images/cover3.png');"></div>
<div class="info">
<h2>i miss you</h2>
<h3>Ambient, Drone</h3>
<p class="project_desc">This composition was produced using the Midinous tool.</p>
<div class="project_icons">
<a href="https://c4nvm.bandcamp.com/track/i-miss-you" class="icon_project" target="_blank">
<img src="assets/images/music.svg" alt="Project Icon">
</a>
</div>
</div>
</div>
<div class="project" defaultPos="5">
<img src="assets/images/cover4.png" width="240" height="240" alt="Album 4" class="focusable">
<div class="projectWrapper" style="background-image: url('assets/images/cover4.png');"></div>
<div class="info">
<h2>Ancient Construct</h2>
<h3>Electronic</h3>
<p class="project_desc">"Ancient Construct" is an experimental electronic track featuring intricate drum breaks and a fusion of diverse electronic elements.</p>
<div class="project_icons">
<a href="https://c4nvm.bandcamp.com/track/ancient-construct" class="icon_project" target="_blank">
<img src="assets/images/music.svg" alt="Project Icon">
</a>
</div>
</div>
</div>
<div class="project" defaultPos="6">
<img src="assets/images/cover5.png" width="240" height="240" alt="Album 5" class="focusable">
<div class="projectWrapper" style="background-image: url('assets/images/cover5.png');"></div>
<div class="info">
<h2>No More Nuzzles</h2>
<h3>Cover</h3>
<p class="project_desc">C4nvm is crafting what could be the greatest song ever created, utilizing only Virtual Riot Serum presets alongside the vintage Mother 2 soundfont from 2009. This piece also pays homage to Sans the Skeleton from the 2015 game Undertale.</p>
<div class="project_icons">
<a href="https://c4nvm.bandcamp.com/track/no-more-nuzzles-c4nvm-cover" class="icon_project" target="_blank">
<img src="assets/images/music.svg" alt="Project Icon">
</a>
</div>
</div>
</div>
<div class="project" defaultPos="7">
<img src="assets/images/cover6.png" width="240" height="240" alt="Album 6" class="focusable">
<div class="projectWrapper" style="background-image: url('assets/images/cover6.png');"></div>
<div class="info">
<h2>Worm Sex</h2>
<h3>Electronic, House</h3>
<p class="project_desc">A whimsical track you might hear during the playful antics of worms "getting it on."</p>
<div class="project_icons">
<a href="https://c4nvm.bandcamp.com/track/worm-sex" class="icon_project" target="_blank">
<img src="assets/images/music.svg" alt="Project Icon">
</a>
</div>
</div>
</div>
<div class="project" defaultPos="8">
<img src="assets/images/cover7.png" width="240" height="240" alt="Album 7" class="focusable">
<div class="projectWrapper" style="background-image: url('assets/images/cover7.png');"></div>
<div class="info">
<h2>Can't let you do that</h2>
<h3>Jungle, Drum and Bass</h3>
<p class="project_desc">A song composed using an array of samples from Star Fox 64.</p>
<div class="project_icons">
<a href="https://c4nvm.bandcamp.com/track/cant-let-you-do-that" class="icon_project" target="_blank">
<img src="assets/images/music.svg" alt="Project Icon">
</a>
</div>
</div>
</div>
<div class="project" defaultPos="9">
<img src="assets/images/cover8.png" width="240" height="240" alt="Album 8" class="focusable">
<div class="projectWrapper" style="background-image: url('assets/images/cover8.png');"></div>
<div class="info">
<h2>PETRiCHOLOR</h2>
<h3>Future Bass</h3>
<p class="project_desc">The Debut project.</p>
<div class="project_icons">
<a href="https://c4nvm.bandcamp.com/track/petricholor" class="icon_project" target="_blank">
<img src="assets/images/music.svg" alt="Project Icon">
</a>
</div>
</div>
</div>
</div>
<div id="who_am_i" class="tab-content">
<p>Hello, I'm c4nvm</p>
<p>I have nearly a decade of experience in music composition and sound design. I am also pursuing a degree in Computer Science. In addition to my background in music, I'm learning art, visual effects, 3D graphics, and writing. I am currently open for new projects!</p>
<p>Here is some of my art:</p>
<img src="assets\images\pfp.png" width = "400px" length = "400px">
<img src="assets\images\digital_glitch_art.png" width = "400px" length = "400px">
<img src="assets\images\skeleton.png" width = "240px" length = "420px">
<img src="assets\images\am_i_pretty.jpg" width = "300px" length = "300px">
<img src="assets\images\stars.png" width = "300px" length = "300px">
<img src="assets\images\banner.png" width = "480px" length = "360px">
<img src="assets\images\NYC_Melee_sticker_3(1).png" width = "480px" length = "360px">
</div>
<div id="contact" class="tab-content">
<p>Contact me for project inquiries!</p>
<form id="contact-form">
<div class="form-group">
<label for="name">Name:</label>
<input type="text" id="name" name="name" required>
</div>
<div class="form-group">
<label for="email">Email:</label>
<input type="email" id="email" name="email" required>
</div>
<div class="form-group">
<label for="message">Message:</label>
<textarea id="message" name="message" rows="4" required></textarea>
</div>
<button type="submit">Send</button>
</form>
<div id="response-message" class="hidden">
<p>Thank you for your message! I will take on new projects if I think they're really awesome, and if I have the time for them.</p>
</div>
</div>
<script src="script.js"></script>
</div>
</div>
<script src="https://code.jquery.com/jquery-2.2.4.min.js" integrity="sha256-BbhdlvQf/xTY9gja0Dq3HiwQF8LaCRTXxZKRutelT44=" crossorigin="anonymous"></script>
<script src="../js/tag-cloud.js?t=2024.08.03"></script>
<script src="../js/highlight.pack.js"></script>
<script src="../js/highlight_init.js"></script>
<script src="script.js"></script>
<script>$(document).ready(function () {
// defer iframe embeds. by default we put src in the wrong field 'data-src'. once the page loads, swap into 'src'.
for (var t = document.getElementsByTagName("iframe"), e = 0; e < t.length; e++) {
t[e].getAttribute("data-src");
t[e].setAttribute("src", t[e].getAttribute("data-src"));
}
});</script>
</body>
</html>