-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
91 lines (74 loc) · 2.86 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="srmcon.css">
<title>SRMCON</title>
</head>
<body>
<div class="major">
<div class="myvid">
<video autoplay muted loop id="myVideo">
<source src="pinterestdownloader.com-1681142014.886452.mp4" type="video/mp4">
</video>
</div>
<div class="nav">
<nav>
<li>HOME</li>
<li>ABOUT US</li>
<li>CONTACT</li>
</nav>
</div>
<div class="hello">
<div>
<img src="konichiwa_png.png" alt="">
</div>
</div>
<div class="new">
<div>
<img src="FINAL.jpg" alt="">
</div>
</div>
<div class="about">
<div class="aboutcontent">
<h2>ABOUT</h2>
SRMCON is a group of enthusiasts who are passionate about Japanese anime, manga and various other cultures. The club aims to promote anime culture by organizing events, screenings, discussions and debates. In addition, the club also focuses on website development as a technical front, providing a platform for members to showcase their web development skills while creating an online community for anime fans. The website will feature blogs, reviews, and forums where members can discuss and share. The club welcomes all individuals who share a passion for anime and offers a supportive and inclusive environment for members to explore and celebrate various cultures.
</div>
<div class="aboutpic">
<div>
<img src="about.jpg" alt="">
</div>
</div>
</div>
<div class="contact">
<div class="contactpic">
<div>
<img src="contact.jpg" alt="">
</div>
</div>
<div class="contactcontent">
<h2>CONTACT</h2>
You can contact us via these given contacts <br>
+919101967494 <br>
+919148401938 <br>
</div>
</div>
<footer>
<div class="footer">
<div>
<p>© 2023 SRMCON</p>
</div>
<div>
<ul>
<li><a href="#">Privacy Policy</a></li>
<li><a href="#">Terms of Service</a></li>
<li><a href="#">Contact</a></li>
</ul>
</div>
</div>
</footer>
</div>
</body>
</html>