-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
225 lines (161 loc) · 8.81 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>ACM-W SRM - Home</title>
<meta content="" name="description">
<meta content="" name="keywords">
<!-- Favicons -->
<link href="assets/img/acm.png" rel="icon">
<!-- Google Fonts -->
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&display=swap" rel="stylesheet">
<!-- Vendor CSS Files -->
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/icofont/icofont.min.css" rel="stylesheet">
<link href="assets/vendor/venobox/venobox.css" rel="stylesheet">
<link href="assets/vendor/owl.carousel/assets/owl.carousel.min.css" rel="stylesheet">
<!-- Main CSS File -->
<link href="assets/css/style.css" rel="stylesheet">
<!-- Vendor JS Files -->
<script src="assets/vendor/jquery/jquery.min.js"></script>
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/jquery.easing/jquery.easing.min.js"></script>
<script src="assets/vendor/php-email-form/validate.js"></script>
<script src="assets/vendor/isotope-layout/isotope.pkgd.min.js"></script>
<script src="assets/vendor/venobox/venobox.min.js"></script>
<script src="assets/vendor/owl.carousel/owl.carousel.min.js"></script>
<script src="https://kit.fontawesome.com/bb42107a2b.js" crossorigin="anonymous"></script>
<!-- Template Main JS File -->
<script src="assets/js/main.js"></script>
</head>
<body>
<!-- ======= Header ======= -->
<header id="header" class="fixed-top">
<div class="container">
<div class="logo float-left">
<a href="index.html"><img src="assets/img/logo.png" alt="" class="img-fluid"></a>
</div>
<nav class="nav-menu float-right d-none d-lg-block">
<ul>
<li class="active"><a href="index.html">HOME</a></li>
<li><a href="events.html">EVENTS</a></li>
<li><a href="team.html">TEAM</a></li>
<li><a href="https://medium.com/srm-acm-women" target="_blank" rel="noopener noreferrer">BLOG</a></li>
<li><a href="contact.html">CONTACT US</a></li>
</ul>
</nav><!-- .nav-menu -->
</div>
</header><!-- End #header -->
<!-- Hero Section -->
<div id="hero">
<div id="particles-js">
<script type="text/javascript" src="assets/js/particles.js"></script>
<script type="text/javascript" src="assets/js/app.js"></script>
<div class="hero-container" >
<div class="row mx-auto" style="min-height: 100vh;">
<div class=" col-12 col-md-6 text-center my-auto logo-part">
<img class="hero-img" src="assets/img/logo.png">
</div>
<div class="col-12 col-md-6 text-center text-lg-left my-auto intro">
<h2 class="tagline">Uplifting women one code at a time.</h2>
<p>
ACM-W (Association for Computing Machinery's Council on Women in Computing) supports, celebrates, and advocates the full engagement of women in all aspects of the computing field. The SRM ACM-W student chapter began its journey in 2020 and wishes to leave a mark in the field of computing.
</p>
<h3 class="about"> We welcome you all to join us in this journey.</h3>
<div class="social-links align-items-center">
<div class="centerBlock">
<a href="#" class="linkedin"><i class="icofont-linkedin" target="_blank" rel="noopener noreferrer"></i></a>
<a href="#" class="instagram"><i class="icofont-instagram" target="_blank" rel="noopener noreferrer"></i></a>
<a href="#" class="github"><i class="fab fa-github" target="_blank" rel="noopener noreferrer"></i></a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- End hero section -->
<main id="main">
<!-- Vision -->
<section class="vision">
<div class="container">
<div class="text-center">
<div class="section-title">
<h2>Our Vision</h2>
</div>
<p> We strive to break down gender barriers in the field of computing and achieve an inclusive environment with equal opportunities for all.
We aim to provide a channel with technical news and information to encourage the involvement of women and all gender minorities in the field of computing.</p>
</div>
</div>
</section>
<!-- End Vision Section -->
<!-- ======= Activities Section ======= -->
<section id="services" class="services section-bg">
<div class="container">
<div class="section-title" data-aos="fade-up">
<h2>MAIN ACTIVITIES</h2>
<p>Following are the activities we perform in various domains such as machine learning, artificial intelligence, web development, human-computer interaction, and cyber security, </p>
</div>
<div class="row">
<div class="col-md-6 d-flex align-items-stretch" data-aos="zoom-in" data-aos-delay="100">
<div class="icon-box">
<div class="icon"><i><img src="assets/img/home/workshop.svg" alt="workshop"></i></div>
<h4 class="title"><a href="">Workshops</a></h4>
<p class="description">Workshops are a way for our community members to perfect their skills by sharing their knowledge and providing a hands-on experience to those interested. We also frequently bring in industry experts to conduct our workshops.</p>
</div>
</div>
<div class="col-md-6 d-flex align-items-stretch" data-aos="zoom-in" data-aos-delay="200">
<div class="icon-box">
<div class="icon"><i><img src="assets/img/home/project.svg" alt="project"></i></div>
<h4 class="title"><a href="">Projects</a></h4>
<p class="description">Projects form an integral part of our community. They are the best tool to test the skills learned as well as promote teamwork and practical application of knowledge.</p>
</div>
</div>
</div>
<div class="row">
<div class="col-md-6 d-flex align-items-stretch" data-aos="zoom-in" data-aos-delay="300">
<div class="icon-box">
<div class="icon"><i><img src="assets/img/home/paper.svg" alt="paper discussions"></i></div>
<h4 class="title"><a href="">Paper Discussions</a></h4>
<p class="description">Research papers are a great source of knowledge. Discussing research papers by various members of the tech community is an excellent way of initiating an intellectual dialogue between members of our community. </p>
</div>
</div>
<div class="col-md-6 d-flex align-items-stretch" data-aos="zoom-in" data-aos-delay="400">
<div class="icon-box">
<div class="icon"><i><img src="assets/img/home/blog.svg" alt="blogs"></i></div>
<h4 class="title"><a href="">Technical Blogs</a></h4>
<p class="description">Blogs are a medium through which members of our community showcase what they've worked with the intention of sharing their experiences and imparting their knowledge with others.</p>
</div>
</div>
</div>
</div>
</section><!-- End Services Section -->
<!--Calendar-->
<section class="calendar">
<div class="container">
<div class="section-title">
<h2>Event Calendar</h2>
</div>
<div class="responsive">
<iframe src="https://calendar.google.com/calendar/embed?height=500&wkst=1&bgcolor=%23ffffff&ctz=Asia%2FKolkata&src=YWNtd3NybUBnbWFpbC5jb20&src=YWRkcmVzc2Jvb2sjY29udGFjdHNAZ3JvdXAudi5jYWxlbmRhci5nb29nbGUuY29t&color=%23039BE5&color=%2333B679&showPrint=0&showTabs=0&showCalendars=0&showTz=0&showNav=0&showTitle=0" style="border-width:0" width="600" height="500" frameborder="0" scrolling="no"></iframe>
</div>
</div>
</section>
<!-- End of Calendar -->
</main>
<!-- End #main -->
<!-- Footer -->
<footer id="footer">
<div class="container">
<div class="copyright">
© Copyright <strong><span>ACM-W</span></strong>. All Rights Reserved
</div>
</div>
</footer>
<!-- End #footer -->
<a href="#" class="back-to-top"><i class="icofont-simple-up"></i></a>
</body>
</html>