-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
347 lines (332 loc) · 15.6 KB
/
index.html
File metadata and controls
347 lines (332 loc) · 15.6 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
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
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- link to css -->
<link rel="stylesheet" href="css/central.css">
<!-- link to font-awesome icon library -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/css/all.min.css">
<!-- favicon -->
<link rel="apple-touch-icon" sizes="180x180" href="favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="favicon/favicon-16x16.png">
<link rel="manifest" href="favicon/site.webmanifest">
<link rel="mask-icon" href="favicon/safari-pinned-tab.svg" color="#000000">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="theme-color" content="#ffffff">
<!-- seo optimized meta description/keywords and title-->
<meta name="description" content="I am INAMAR, a Swiss music producer, singer and songwriter.">
<meta name="keywords" content="INAMAR, music producer, singer, songwriter, Swiss">
<title>INAMAR | Music producer, singer and songwriter</title>
</head>
<body id="top">
<!-- navigation -->
<nav>
<div class="responsive-nav">
<!-- social media icons in responsive nav -->
<div class="social-media-responsive">
<ul>
<li><a href="https://www.instagram.com/inamarmusic" target="_blank" title="instagram"><i
class="fab fa-instagram"></i></a></li>
<li><a href="https://www.youtube.com/channel/UCawW0TfY1JkidV6A5WqXAGA" target="_blank"
title="youtube"><i class="fab fa-youtube"></i></a></li>
<li><a href="https://open.spotify.com/artist/3uWsnLjKdB9bwZTblDz2KE" target="_blank"
title="spotify"><i class="fab fa-spotify"></i></a></li>
</ul>
</div>
<!-- logo in responsive nav -->
<div class="logo">
<a href="#"><img src="img/inamar_logo.svg" alt="personal INAMAR logo"></a>
<h1>Music producer, singer and songwriter</h1>
</div>
<!-- menu toggle for responsive nav-->
<a class="menu-toggle"><i class="fas fa-bars"></i></a>
</div>
<ul class="nav-links">
<li><a class="scroll" href="#top">Home</a></li>
<li><a class="scroll" href="#about">About</a></li>
<li><a class="scroll" href="#videos">Videos</a></li>
<li><a class="scroll" href="#events">Events</a></li>
<li><a class="scroll" href="#contact">Contact</a></li>
</ul>
</nav>
<!-- navigation END -->
<!-- header -->
<header>
<h1><img src="img/inamar_logo.svg" alt="personal INAMAR logo">Music producer, singer and songwriter</h1>
</header>
<!-- header END -->
<!-- social media section -->
<section id="social-media">
<ul>
<li><a href="https://www.instagram.com/inamarmusic" target="_blank" title="instagram"><i
class="fab fa-instagram"></i></a></li>
<li><a href="https://www.youtube.com/channel/UCawW0TfY1JkidV6A5WqXAGA" target="_blank" title="youtube"><i
class="fab fa-youtube"></i></a></li>
<li><a href="https://open.spotify.com/artist/3uWsnLjKdB9bwZTblDz2KE" target="_blank" title="spotify"><i
class="fab fa-spotify"></i></a></li>
</ul>
</section>
<!-- social media section END -->
<!-- about section -->
<section id="about">
<h1>About</h1>
<div class="row">
<section id="about_text">
<p>Hi guys :)</p>
<p>Thank you for visiting my website.</p>
<p>I am INAMAR, a Swiss music producer, singer and songwriter.</p>
<p>I started producing after my trip to IBIZA, the island of music, where I got so inspired by many
different and great artists.</p>
<p>Having found my passion is a real blessing. I guess that’s the most important thing in life to
find something you truly love.</p>
<p>I am deeply happy to share all of this with you.</p>
<p>I hope you guys enjoy my music.</p>
<p>Feel free to leave comments!</p>
<p>Love</p>
<p>INAMAR</p>
<i class="far fa-heart"></i> <i class="far fa-heart"></i> <i class="far fa-heart"></i> <i
class="far fa-heart"></i> <i class="far fa-heart"></i>
</section>
<section id="image-gallery">
<div class="img-box"><a href="img/inamar_ibiza.jpg" data-lightbox="gallery"
data-title="Me in Las Dalias, Ibiza"><img src="img/inamar_ibiza-mini.jpg"
alt="me in las dalias, ibiza"></a>
</div>
<div class="img-box"><a href="img/my-view-from-home.jpg" data-lightbox="gallery"
data-title="My creative space and beautiful view frome home"><img
src="img/my-view-from-home-mini.jpg" alt="my view from home"></a>
</div>
<div class="img-box"><a href="img/inamar_jumping.jpg" data-lightbox="gallery"
data-title="Just fooling around a little bit :D"><img src="img/inamar_jumping-mini.jpg"
alt="me jumping and fooling around"></a>
</div>
<div class="img-box"><a href="img/inamar_mallorca.jpg" data-lightbox="gallery"
data-title="Me in Cap de Formentor, Mallorca"><img src="img/inamar_mallorca-mini.jpg"
alt="me in cap de formentor, mallorca"></a>
</div>
<div class="img-box"><a href="img/all-singles.jpg" data-lightbox="gallery"
data-title="My 4 singles in 2019"><img src="img/all-singles-mini.jpg"
alt="all 4 single covers from 2019"></a>
</div>
<div class="img-box"><a href="img/inamar_ticino.jpg" data-lightbox="gallery"
data-title="Me in ticino"><img src="img/inamar_ticino-mini.jpg"
alt="me sitting on a hill in ticino"></a>
</div>
</section>
</div>
</section>
<!-- about section END -->
<!-- videos section -->
<section id="videos">
<h1>Videos</h1>
<div id="slideshow">
<a href="#" class="next"><img src="img/next.png" alt="next button"></a>
<a href="#" class="prev"><img src="img/prev.png" alt="previous button"></a>
<ul>
<li>
<iframe src="https://www.youtube.com/embed/ZlV4lco5HW0" frameborder="0" allowfullscreen></iframe>
</li>
<li>
<iframe src="https://www.youtube.com/embed/rHYDFenTBp8" frameborder="0" allowfullscreen></iframe>
</li>
</ul>
</div>
<div class="slider_option">
<input type="checkbox" id="toggle_autoplay">
<label for="toggle_autoplay">Autoplay Slider</label>
</div>
<h2>Sing along <i class="fas fa-music"></i></h2>
<div class="accordion"><span><i class="fas fa-plus"></i></span>
<h3>// UNSTOPPABLE</h3>
</div>
<div class="panel">
<p>Hey, is there any place you'd like to see</p>
<p>come with me</p>
<p>Hey, I'll take you anywhere you wanna go</p>
<p>let's go</p>
<br>
<p>I wanna see every sunrise with you</p>
<p>together we are unstoppable</p>
<p>I wanna explore the whole world with you</p>
<p>no matter where we go, with you it feels like home</p>
<br>
<p>You are the only one</p>
<p>I want in my life</p>
<p>I need by my side</p>
<p>together, unstoppable</p>
<br>
<p>Hey, is there any place you'd like to see</p>
<p>come with me</p>
<p>Hey, I'll take you anywhere you wanna go</p>
<p>let's go</p>
<br>
<p>I wanna see every sunrise with you</p>
<p>together we are unstoppable</p>
<p>You make me shine brighter than the moon</p>
<p>brighter than the sun, together we are one</p>
<br>
<p>together we are one</p>
<p>together we are one</p>
<br>
<p>You are the only one</p>
<p>I want in my life</p>
<p>I need by my side</p>
<p>together, unstoppable</p>
<br>
<p>Hey, is there any place you'd like to see</p>
<p>come with me</p>
<p>Hey, I'll take you anywhere you wanna go</p>
<p>let's go</p>
<br>
<p>You are the only one</p>
<p>I want in my life</p>
<p>I need by my side</p>
<p>together, unstoppable</p>
<br>
<p>Hey, is there any place you'd like to see</p>
<p>come with me</p>
<p>Hey, I'll take you anywhere you wanna go</p>
<p>let's go</p>
</div>
<div class="accordion"><span><i class="fas fa-plus"></i></span>
<h3>// WHAT IF</h3>
</div>
<div class="panel">
<p>When one door closes, another opens</p>
<p>maybe we close it forever</p>
<p>Blindly waiting for something better</p>
<p>or thinking about the best days we had together</p>
<br>
<p>How can I know what's best for me</p>
<p>How can I know which way to go</p>
<p>listen, listen, listen to your heart</p>
<br>
<p>What if I fall, but what if I fly</p>
<p>direction, direction sky</p>
<p>What if I go, but what if I stay</p>
<p>closer to you, closer to you</p>
<br>
<p>Give me a sign, I still don't know why</p>
<p>everything seems so lost</p>
<p>I wish I was just dreaming</p>
<p>having these feelings, kill me inside</p>
<br>
<p>What if I fall, What if I fly</p>
<p>What if I go, What if I stay</p>
<p>Closer, closer, closer, closer</p>
<br>
<p>How can I know, what's best for me</p>
<p>How can I know, which way to go</p>
<p>listen, listen, listen to your heart</p>
<br>
<p>2x</p>
<p>What if I fall, but what if I fly</p>
<p>direction, direction sky</p>
<p>What if I go, but what if I stay</p>
<p>closer to you, closer to you</p>
<br>
<p>How can I know, what's best for me</p>
<p>How can I know, which way to go</p>
<p>listen, listen, listen to your heart</p>
<br>
<p>What if I fall, but what if I fly</p>
<p>direction, direction sky</p>
<p>What if I go, but what if I stay</p>
<p>closer to you, closer to you</p>
</div>
</section>
<!-- videos section END -->
<!-- events section -->
<section id="events">
<h1>Events</h1>
<div class="line">
<p>Upcoming Events coming soon! <i class="fas fa-volume-up"></i></p>
</div>
</section>
<!-- events section END -->
<!-- contact section -->
<section id="contact">
<h1>Contact</h1>
<form>
<h2>Let's get in touch! <i class="far fa-comments"></i></h2>
<!-- name -->
<label for="name">Name<p class="required">*</p>
<p class="required text">*Required</p>
</label>
<input type="text" name="name" id="name">
<!-- email -->
<label for="email">Email<p class="required">*</p>
<p class="required text">*Required</p>
</label>
<input type="email" name="email" id="email" class="grey" placeholder="e.g. contact@example.com">
<!-- phone -->
<label for="phone">Phone</label>
<input type="tel" name="phone" id="phone" class="grey" placeholder="e.g. Switzerland (+41 83 333 33 33)">
<!-- message -->
<label for="message">Message<p class="required">*</p>
<p class="required text">*Required</p>
</label>
<textarea name="message" id="message" cols="30" rows="10"></textarea>
<!-- pick list favorite song-->
<label for="songs">Favorite Song:
<select name="songs" id="songs">
<option>Please select your favorite song</option>
<option value="unstoppable">Unstoppable</option>
<option value="whatif">What if</option>
<option value="whatkeeps">What keeps you up at night</option>
<option value="falling">Falling into your arms</option>
</select>
</label>
<!-- survey "how did you hear about me?" -->
<label for="awareness">How did you hear about me?</label>
<div class="row awareness">
<input type="radio" name="awareness" id="instagram">
<label for="instagram">Instagram</label>
<input type="radio" name="awareness" id="youtube">
<label for="youtube">Youtube</label>
<br class="responsive-break"><input type="radio" name="awareness" id="google_search">
<label for="google_search">Google or other search engine</label>
</div>
<div class="row awareness">
<input type="radio" name="awareness" id="friend_family">
<label for="friend_family">Friend / Family</label>
<input type="radio" name="awareness" id="other">
<label for="other">Other:</label><input type="text" name="other_text" id="other_text">
</div>
<!-- checkboxes autograph and newsletter -->
<div class="row autograph">
<label for="autograph"><input type="checkbox" id="autograph"> Send me a digital autograph with this
name:</label><br class="responsive-break"><input type="text" name="autograph_name"
id="autograph_name">
</div>
<label for="newsletter"><input type="checkbox" id="newsletter"> Subscribe to newsletter – keep me
updated!</label>
<!-- send button -->
<button type="submit"><i class="fas fa-paper-plane"></i> Send</button>
</form>
</section>
<!-- contact section END -->
<!-- back to top-button -->
<a href="#top" id="back-to-top">
<i class="fas fa-angle-double-up"></i>
<button>back to top</button>
</a>
<!-- footer -->
<footer>
<small>© 2020 INAMAR. All rights reserved. Made with <i class="far fa-heart"></i></small>
</footer>
<!-- footer END -->
<!-- link to jquery CDN -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<!-- link to lightbox js -->
<script src="js/lightbox.js"></script>
<!-- link to videos js -->
<script src="js/videos.js"></script>
<!-- link to form validation js -->
<script src="js/form.js"></script>
<!-- link to main js -->
<script src="js/main.js"></script>
</body>
</html>