-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathAboutUs.html
153 lines (122 loc) · 6.03 KB
/
AboutUs.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
<!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">
<title>ABOUT US</title>
<link rel="stylesheet" type="text/css" href="AboutUs.css">
<link href="https://fonts.googleapis.com/css2?family=Marmelad&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap" rel="stylesheet">
<!-- Google Analytics -->
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-99YPG10RE8"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'G-99YPG10RE8');
</script>
</head>
<body>
<h1 class="about_us_head">About Us</h1>
<div class="aboutUs">
<div class="Text" >
<p>
Yuva Marathi (Marathi Literary Association) is a Literary and Cultural Club functioning under
Office of Students' Welfare at Vellore Institute of Technology in Tamil Nadu.
Having been established in 2016, we represent the magnificent culture and language of Maharashtra and
pride on being a ‘Home away from Home’
for all Marathi students. In spite of being founded in Tamil Nadu, we have 150+ enthusiastic members
functioning in nine departments working
towards the fulfillment of our motto – ‘To promote Marathi culture and provide a platform to the young
girls and boys for showcasing their talents and skills.’
Jay Maharashtra!
</p>
<a href="./SponsorshipBrochure22_23.pdf" download="Yuva Marathi Brochure 2021-22"
target="_blank">
<button type="button">
Download Brochure
<img src="./Images/Vector_Brochure_.svg">
</button>
</a>
</div>
<div class="Image_about_us" >
<img src="./Images/About us page.png">
</div>
</div>
<div class="domains_main_box">
<h1 class="title_domain">Domains</h1>
<div class="domain-inner-box-1">
<div class="domain_cards editorial">
<img src="./Images/Vector_Editorial.svg" alt="Editorial">
<h2>Editorial</h2>
<p>
Our Editorial Department is the very soul of our club.
Right from drama scripts and Instagram captions to publishing
our very own magazine, our budding writers always conjure up
stimulating content for all of our endeavors.
</p>
</div>
<div class="domain_cards design">
<img src="./Images/Vector_Design.svg" alt="Design">
<h2>Design</h2>
<p>
Designing and editing Instagram posts, YouTube videos, posters, reels, brochures, websites and so much more, our design department determines how we are perceived by our audience, especially after the world has moved online.
</p>
</div>
<div class="domain_cards management">
<img src="./Images/Vector_Management.svg" alt="Management">
<h2>Management</h2>
<p>
Communicating between various departments, conducting events as well as managing PR and sponsorship, our biggest division – the Management Department is the thread that binds together all of our different units.
</p>
</div>
</div>
<div class="domain-inner-box-2">
<div class="domain_cards technical">
<img src="./Images/Vector_Technical.svg" alt="Technical">
<h2>Technical</h2>
<p>
Being a cultural club, our Technical Department is surely our most unique facet. Right from Web Dev to organising our event – ‘Globomatics’, this truly the department for all things technical.
</p>
</div>
<div class="domain_cards documentation">
<img src="./Images/Vector_Documentation.svg" alt="Documentation">
<h2>Documentation</h2>
<p>
The Documentation Department is responsible for the keeping of records of all of our meetings, events, and other initiatives as well as the submission of reports and documents to the college authorities.
</p>
</div>
</div>
</div>
<div class="academies">
<h1 class="title_acadamics">Academies</h1>
<div class="domain-inner-box-1">
<div class="domain_cards drama">
<img src="./Images/theater-masks 1.svg" alt="Drama">
<h2>Drama</h2>
<p>
Be it Shivajallosh or Gudhipadwa, students of our Drama Academy always manage to come up with entertaining dramatic presentations that tie together the various aspects of the entire event.
</p>
</div>
<div class="domain_cards dance">
<img src="./Images/dancing 1.svg" alt="Dance">
<h2>Dance</h2>
<p>
Especially during the Aikya parade, but also otherwise, members of the dance academy always put up an exciting show and raise the spirits of all those watching.
</p>
</div>
<div class="domain_cards music">
<img src="./Images/music 1.svg" alt="Music">
<h2>Music</h2>
<p>
The members of the Music Academy showcase their musical skills during each of our events and are extremely instrumental in setting the tone of the occasion.
</p>
</div>
</div>
</div>
</body>
</html>