JAYASWAROOP commited on
Commit
b0aef8d
1 Parent(s): 7a5758d

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +35 -40
index.html CHANGED
@@ -331,46 +331,41 @@ audio {
331
  <div class="modal-dialog">
332
 
333
  <div class="modal-content container1">
334
- <div class="">
335
- <div class="modal fade" id="exampleModal2" tabindex="-1" aria-labelledby="exampleModalLabel" aria-hidden="true">
336
- <div class="modal-dialog">
337
-
338
- <div class="modal-content container1">
339
- <div class="">
340
- <div class="m-auto">
341
- <button type="button" class="close mb-auto" data-dismiss="modal" aria-label="Close">
342
- <span aria-hidden="true">&times;</span>
343
- </button>
344
- </div>
345
- <div class="m-4">
346
- <h2>Signup</h2>
347
- </div>
348
- <form action="" method="POST" onsubmit="return validateSignup();" name="signupForm">
349
- <div class="card1">
350
- <input type="text" name="username" placeholder="Username" required>
351
- <input type="password" name="password" placeholder="Password" required>
352
- <input type="email" name="email" placeholder="Email" required>
353
- <input type="tel" pattern="[+]91 [0-9]{10}" placeholder="Enter your mobile number" required>
354
- <input type="submit" value="Signup">
355
- </div>
356
- </form>
357
- </div>
358
- </div>
359
- </div>
360
- </div>
361
- <div class="m-4">
362
- <h2>Signup</h2>
363
- </div>
364
- <form action="" method="POST" onsubmit="return validateSignup();" name="signupForm">
365
- <div class="card1">
366
- <input type="text" name="username" placeholder="Username" required>
367
- <input type="password" name="password" placeholder="Password" required>
368
- <input type="email" name="email" placeholder="Email" required>
369
- <input type="tel" pattern="[+]91 [0-9]{10}" placeholder="Enter your mobile number" required>
370
- <input type="submit" value="Signup">
371
- </div>
372
- </form>
373
- </div>
374
  </div>
375
  </div>
376
  </div>
 
331
  <div class="modal-dialog">
332
 
333
  <div class="modal-content container1">
334
+ <div>
335
+ <section id="about">
336
+ <div class="background-image">
337
+ <div class="abcd">
338
+ <h2>About Us</h2>
339
+ <p>Welcome to Be Music , where the rhythm of words meets the melody of music.
340
+ We are more than just a website; we're a community of music enthusiasts, creators, and explorers united by our love for diverse sounds and meaningful lyrics.</p>
341
+
342
+ <section id="mission">
343
+ <h2>Our Mission</h2>
344
+ <p>At YourMusicHub, our mission is simple: to cultivate a space where music lovers can discover, connect, and celebrate the diverse world of music. Whether you're into chart-toppers, indie gems, or timeless classics, we've got you covered.</p>
345
+ </section>
346
+
347
+ <section id="features">
348
+ <h2>What Sets Us Apart</h2>
349
+ <ul>
350
+ <li><strong>Diverse Music Selection:</strong> From pop to rock, classical to hip-hop, explore a vast array of musical genres.</li>
351
+ <li><strong>Expert Reviews:</strong> Our team of music connoisseurs provides insightful reviews to guide your musical exploration.</li>
352
+ <li><strong>User Engagement:</strong> Share your thoughts, create playlists, and connect with like-minded music aficionados.</li>
353
+ </ul>
354
+ </section>
355
+
356
+ <section id="join">
357
+ <h2>Join the Community</h2>
358
+ <p>Ready to embark on a musical adventure? Join YourMusicHub today and become part of a community that shares your love for great tunes. Let the music unite us!</p>
359
+ <a href="#signup" class="btn">Sign Up Now</a>
360
+ </section>
361
+
362
+ <section id="contact">
363
+ <h2>Contact Us</h2>
364
+ <p>Have questions or suggestions? We'd love to hear from you. Reach out to us at <a href="mailto:jayaswaroopdandamudi@gmail.com">jayaswaroopdandamudi@gmail.com</a></p>
365
+ </section>
366
+ </div>
367
+ </section>
368
+ </div>
 
 
 
 
 
369
  </div>
370
  </div>
371
  </div>