-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
59 lines (42 loc) · 2.87 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="style1.css">
</head>
<body>
<header>
<a href="#" class="brand">Varnotsava 2023</a>
<div class="navigation">
<div class="navigation-items">
<a href="index.html">Home</a>
<a href="#">About</a>
<a href="#">Participants</a>
<a href="#">Schedule</a>
<a href="https://forms.gle/WZcPyhVeJ2C94jTf8">Registration</a>
</div>
</div>
</header>
<section class="home">
<video class="video-slide" src="./production_id_4237839 (2160p).mp4" autoplay muted loop></video>
<div class="content">
<h1>SMVITM<br><span>Bantakal</span></h1>
<p>Varnotsava: A Celebration of Cultural Diversity and Unity at SMVITM
Varnotsava, the annual cultural extravaganza of Shri Madhwa Vadiraja Institute of Technology and Management (SMVITM), is a vibrant and colorful event that showcases the talents and traditions of students from various backgrounds. The festival is a testament to the institute's commitment to providing a holistic educational experience that goes beyond academics and embraces cultural enrichment.
A Vibrant Tapestry of Cultural Performances
Varnotsava typically features a variety of cultural performances, including traditional dances, music, and drama. Students from diverse cultural backgrounds come together to present their unique traditions, creating a captivating spectacle that celebrates the rich cultural heritage of India.
A Platform for Creativity and Expression
Varnotsava provides a platform for students to express their creativity, connect with their peers, and appreciate the vast array of cultural expressions. The festival encourages students to step out of their comfort zones, explore new art forms, and discover their hidden talents.
A Celebration of Unity and Belonging
Varnotsava brings together students, faculty, and the wider community to celebrate diversity and foster a sense of belonging. The festival promotes understanding and appreciation of different cultures, creating a harmonious and inclusive environment for all.</p>
</div>
<div class="media-icons">
<a href="#"><img src="https://www.facebook.com/favicon.ico" alt="Facebook logo" class="fab fa-facebook-f"></a>
<a href="https://sode-edu.in"><img src="./smvitm12-college-logo.png" class="fab fa-facebook-f"></a>
<a href="#"><img src="https://www.instagram.com/favicon.ico" alt="Instagram logo" class="fab fa-facebook-f"></a>
</div>
</section>
</body>
</html>