-
Notifications
You must be signed in to change notification settings - Fork 66
/
contact.html
337 lines (260 loc) · 12.3 KB
/
contact.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Let's Play On Swetify</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!-- Open Graph Protocols -->
<meta property="og:title" content="Let's Play On Swetify" />
<meta property="og:description" content="Play and Sing with us Now !" />
<meta property="og:image" content="homepage/swetifylogo.jpg" />
<meta property="og:url" content="https://swetify.netlify.app/" />
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css2?family=Jost:ital@1&display=swap" rel="stylesheet" />
<link href="https://fonts.googleapis.com/css2?family=Lobster&display=swap" rel="stylesheet" />
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&display=swap" rel="stylesheet" />
<link href="https://fonts.googleapis.com/css2?family=Material+Symbols+Rounded:opsz,wght,FILL,GRAD@48,400,0,0"
rel="stylesheet" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link rel="stylesheet" href="https://unpkg.com/swiper@8/swiper-bundle.min.css" />
<!-- Favicon -->
<link rel="icon" type="image/x-icon" href="/homepage/swetifylogo.jpg" />
<!-- Remix icons -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/remixicon/3.4.0/remixicon.css" crossorigin="">
<!-- scrollbar css link -->
<link rel="stylesheet" href="../Swetify-Music/Srollbar_style/style.css">
<!-- Font Awesome Kit -->
<script src="https://kit.fontawesome.com/32ceed9cc4.js" crossorigin="anonymous"></script>
<!-- Include Particle.js from CDN -->
<script src="https://cdn.jsdelivr.net/particles.js/2.0.0/particles.min.js"></script>
<script src="contact.js"></script>
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css"
integrity="sha384-HSMxcRTRxnN+Bdg0JdbxYKrThecOKuH5zCYotlSAcp1+c8xmyTe9GYg1l9a69psu" crossorigin="anonymous" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/css/all.min.css"
integrity="sha512-+4zCK9k+qNFUR5X+cKL9EIR+ZOhtIloNl9GIKS57V1MyNsYpYcUrUeQc9vNfzsWfV28IaLL3i96P9sdNyeRssA=="
crossorigin="anonymous" />
<!-- Custom CSS -->
<link href="swetify.css" type="text/css" rel="stylesheet" />
<!-- Css file for Get-In-Touch Section -->
<link href="getInTouch.css" type="text/css" rel="stylesheet" />
<!-- Custom Script -->
<script src="script.js" defer></script>
</head>
<body>
<div id="overlay"></div>
<div id="snackbar">Some text some message..</div>
<div id="container">
<div class="outer-sidebar" id="ytsidebar">
<div class="sidebar">
<div class="links">
<a href="#" class="aside-sidebar-elements" title="Home">
<i class="glyphicon glyphicon-home side-icons"></i>
<span>Home</span>
</a>
<a class="aside-sidebar-elements" title="Top Picks" href="index.html#Toppics">
<i class="glyphicon glyphicon-music"></i>
<span>Top Picks</span>
</a>
<div class="white-line"></div>
<div>
<a class="aside-sidebar-elements" title="Popular Categories" href="index.html#popular categories">
<span>Popular Categories</span>
<i class="ri-arrow-right-double-line"></i>
</a>
<a class="aside-sub-elements" title="Rock On" href="index.html#popular categories">
<i class="ri-disc-line"></i>
<span>Rock On</span>
</a>
<a class="aside-sub-elements" title="Dance Hits" href="index.html#popular categories">
<i class="fa-solid fa-bolt"></i>
<span>Dance Hits</span>
</a>
<a class="aside-sub-elements" title="College De Yaar" href="index.html#popular categories">
<i class="fa-solid fa-graduation-cap"></i>
<span>College De Yaar</span>
</a>
</div>
<div class="white-line"></div>
<div>
<a class="aside-sidebar-elements" title="Best Of Artists" href="index.html#bestofartist">
<span>Best Of Artists</span>
<i class="ri-arrow-right-double-line"></i>
</a>
<a class="aside-sub-elements" title="Neha Kakkar" href="index.html#bestofartist">
<i class="fa-brands fa-spotify"></i>
<span>Neha Kakkar</span>
</a>
<a class="aside-sub-elements" title="Arijit singh" href="index.html#bestofartist">
<i class="fa-brands fa-spotify"></i>
<span>Arijit singh</span>
</a>
<a class="aside-sub-elements" title="Ritviz" href="index.html#bestofartist">
<i class="fa-brands fa-spotify"></i>
<span>Ritviz</span>
</a>
</div>
<div class="white-line"></div>
<a class="aside-sidebar-elements" title="Your Favourites" href="index.html#container-liked-list"> <i
class="fa-solid fa-heart"></i>
<span>Your Favourites</span>
</a>
<a class="aside-sidebar-elements" title="Contact Us" href="contact.html"><i class="fa-solid fa-phone"></i>
<span>Contact Us</span>
</a>
<a class="aside-sidebar-elements" title="About Us" href="about.html"><i
class="fa-regular fa-address-card"></i>
<span>About Us</span>
</a>
</div>
</div>
</div>
<div id="side-panel">
<div class="inside-side-pannel">
<a href="index.html" class="sidebar-elements" title="Home">
<i class="glyphicon glyphicon-home side-icons"></i>
<span>Home</span>
</a>
<a class="sidebar-elements" title="Top Picks" href="index.html#Toppics">
<i class="glyphicon glyphicon-music"></i>
<span>Top Picks</span>
</a>
<a class="sidebar-elements" title="Categories" href="index.html#popular categories">
<i class="glyphicon glyphicon-music"></i>
<span>Categories</span>
</a>
<a class="sidebar-elements" title="Best Of Artists" href="index.html#bestofartist"><i class="fa-solid fa-user"></i>
<span>Best Of Artists</span>
</a>
<a class="sidebar-elements" title="Your Favourites" href="index.html#container-liked-list"> <i
class="fa-solid fa-heart"></i>
<span>Your Favourites</span>
</a>
<a class="sidebar-elements" title="Contact Us" href="contact.html"><i class="fa-solid fa-phone"></i>
<span>Contact Us</span>
</a>
<a class="sidebar-elements" title="About Us" href="about.html"><i class="fa-regular fa-address-card"></i>
<span>About Us</span>
</a>
</div>
<!-- Add more links as needed -->
</div>
<nav id="header-nav" class="navbar navbar-default">
<h2 class="navbar-header">
<button class="sidebar-toggle">
<i class="ri-menu-line"></i>
</button>
<a href="index.html">
<span class="glyphicon glyphicon-headphones " id="headphones"></span> Swetify
</a>
</h2>
<label class="switch">
<input type="checkbox" id="toggle-switch">
<span class="slider2 round"></span>
</label>
</nav>
<div id="content">
<div id="particles-js"></div>
<div class="video-filter"></div>
<!-- <video autoplay muted loop plays-inline id="myVideo">
<source src="homepage/website.mp4" type="video/mp4">
Your browser does not support the video tag.
</video> -->
<!-- Your main content goes here -->
<div id="cont2">
<!-- Get In Touch Section -->
<div class="container categories-heading">
<!-- <span style="color: #ffc400;">Contact Us </span><br> -->
</div>
<div class="modal-box" style="margin-top: -1rem; min-width: 300px;">
<img class="banner-img-contact" src="homepage/contact4.svg"></img>
<form class='modal-div' action="https://formspree.io/f/xzbnpqae" method="POST">
<p class='contact-subheader'>Get In Touch</p>
<div>
<div style="margin:3vh 4vh ;display: block;">
<label class='input-header'>First Name</label>
<input class='input-box' name="First Name" style="width:100%; border-radius: none;" type="text"
placeholder='Shwet' id="FNAME" required pattern="[a-zA-Z]{2,}$"title="please enter alphabets only"></input>
</div>
<div style="margin:3vh 4vh;display: block;">
<label class='input-header'>Last Name</label>
<input class='input-box' name="Last Name" style="width:100%" type="text" placeholder='Khatri'
id="LNAME" required pattern="[a-zA-Z]{2,}$"title="please enter alphabets only"></input>
</div>
</div>
<div>
<div style="margin:3vh 4vh">
<label class='input-header'>Email</label>
<input class='input-box' name="Email" style="width:100%" type="text" placeholder='[email protected]'
id="EMAIL" onkeyup="validateEmail()" required></input>
<span id="error" style="font-size: 2rem;"></span>
</div>
</div>
<div style="margin:4vh">
<label class='input-header'>Leave a Message!</label>
<textarea class='contact-textarea' name="message" cols="43" rows="3" placeholder='Hello!' id="TEXT"
required></textarea>
</div>
<button class='contact-btn' onclick="Checkdata()">Send</button>
</form>
</div>
</div>
<!-- footer section -->
<footer>
<div class="footer " id="footer">
<div class="footer-text">
<p>Made with ❤️ by <span class="title"><a href="#">Swetify
</a></span>Music Contributors
<br>
<span class="smallp">Make sure to star the repo</span>
<a href="https://github.com/ShwetKhatri2001/Swetify-Music" class="fa-brands fa-github icon"></a>
</p>
</div>
</div>
<button class="top" id="topbutton">
<a href="#" class="to-top">
<i class="fas fa-chevron-up"></i>
</a>
</button>
</footer>
</div>
</div>
</div>
<div class="main_div hidden" id="main_div">
<div class="music_container">
<h2 id="title">songtitle</h2>
<h3>
<marquee id="artist">artists</marquee>
</h3>
<div class="img_container" id="songimage">
<img src="songs-images/AtifAslam/DekhteDekhte.jpg" class="songimg" id="songimg" />
</div>
<audio src="songs-images/AtifAslam/DekhteDekhte.mp3"></audio>
</div>
<script src="./jsfunctions//changetab.js"></script>
<script src="./jsfunctions/mode.js"></script>
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"
integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj"
crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js"
integrity="sha384-9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN"
crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"
integrity="sha384-B4gt1jrGC7Jh4AgTPSdUtOBvfO8shuf57BaghqFfPlYxofvL8/KUEfYiJOMMV+rV"
crossorigin="anonymous"></script>
<!-- <script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL"
crossorigin="anonymous"></script> -->
<script src="swetify.js"></script>
<script src="scroll-reveal.js"></script>
<script src="https://cdn.jsdelivr.net/npm/sweetalert2@11"></script>
<script src="https://smtpjs.com/v3/smtp.js"></script>
<!-- for email validation and data check -->
<script src="./jsfunctions/validateEmail.js"></script>
<!-- Function to handle slider functionality -->
<script src="./jsfunctions/slider.js"></script>
<!-- particles -->
<script src="./jsfunctions//particles.js"></script>
</body>
</html>