-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathnews.html
191 lines (178 loc) · 8.62 KB
/
news.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
<!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 href="assets/ACMW logo new.png" rel="icon">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
integrity="sha384-B0vP5xmATw1+K9KRQjQERJvTumQW0nPEzvF6L/Z6nronJ3oUOFUFpCjEUQouq2+l" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.carousel.min.css"
integrity="sha512-tS3S5qG0BlhnQROyJXvNjeEM4UpMXHrQfTGmbQ1gKmelCxlSEBUaxhRBj/EFTzpbP4RVSrpEikbmdJobCvhE3g=="
crossorigin="anonymous" />
<link rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.theme.default.min.css"
integrity="sha512-sMXtMNL1zRzolHYKEujM2AqCLUR9F2C4/05cdbxjjLSRvMQIciEPCQZo++nk7go3BtSuK9kfa/s+a4f4i5pLkw=="
crossorigin="anonymous" />
<link rel="stylesheet" href="css/styles.css">
<link rel="stylesheet" href="css/home.css">
<link rel="stylesheet" href="css/news.css">
<title>Resources</title>
</head>
<body>
<nav class="navbar navbar-expand-lg navbar-light bg-light ">
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav mx-auto">
<li class="nav-item ">
<a class="nav-link" href="index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="events.html">Events</a>
</li>
<li class="nav-item">
<a class="nav-link" href="team.html">Team</a>
</li>
<li class="nav-item active">
<a class="nav-link" href="news.html">Resources</a>
</li>
<li class="nav-item">
<a class="nav-link" href="join.html">Join Us</a>
</li>
</ul>
</div>
</nav>
<div class="container-fluid">
<div class="row intro">
<div class="col-lg-6">
<h4>ACM-W SRM Chapter</h4>
<h1>
Stay<br> <span class="gradient">Updated </span><br> With ACM-W
</h1>
<p>In Computing sharing our progress and resources help our fellow developers in their own endeavours.
</p>
</div>
</div>
<h3 class="wdwd text-center">Our Latest Blogs</h3>
<div class="row">
<div class="owl-carousel owl-theme">
<div class="item">
<div class="card">
<div class="card-body">
<h5 class="card-title text-center">HCI: A vision for Future</h5>
<h3 class="text-center">Aastha Aggarwal</h3>
<p class="card-text"> It is becoming necessarily essential to create an intuitive
relationship between the human and the computer. Human-Computer Interaction is a
multidisciplinary field of study dedicated to the usage of design in computer
technology.</p>
<button class="btn btn-primary">Read</button>
</div>
</div>
</div>
<div class="item">
<div class="card">
<h5 class="card-title text-center">Transformers vs CNN</h5>
<h3 class="text-center">Devangi Purkayastha</h3>
<p class="card-text">As attractive and exciting as the two AI domains of Computer Vision and
Natural Language Processing sound, how enthralling would it be if these two fields came
together to help each other grow?</p>
<button class="btn btn-primary">Read</button>
</div>
</div>
<div class="item">
<div class="card">
<h5 class="card-title text-center">Women in Computing</h5>
<h3 class="text-center">Pallavi</h3>
<p class="card-text">With the growing demand in tech fields, society requires the contributions
of women as well as men to computing. The statistics put forward by leading IT companies to
show us the current situation of the presence of women.</p>
<button class="btn btn-primary">Read</button>
</div>
</div>
</div>
</div>
<h3 class="wdwd text-center">Our Latest Projects</h3>
<div class="row projects">
<div class="project">
<div class="top-head d-flex justify-content-between">
<h1>Getting Started with Data science</h1>
<h2>Shreyansh</h2>
</div>
<p>Data Science is said to be the sexiest job of 21st century. So here is an introduction of the
important python libraries which you will need to get started with Data Science. In this repository,
you can find jupyter notebooks explaining
the basics of Pandas, Numpy, Seaborn and a simple data science project for you to see a glimpse of
what you can achieve with these tools.</p>
</div>
<div class="project">
<div class="top-head d-flex justify-content-between">
<h1>AWS LEX Healthcare bot</h1>
<h2>Avi Gautam</h2>
</div>
<p>A Healthcare Chat Bot Created using various services of AWS like Lex , Lambda, DynamoDB and
CloudFormation.</p>
</div>
</div>
<a href="https://github.com/SRM-ACM-Women">
<p class="text-right check">CHECK MORE</p>
</a>
<div class="row d-flex justify-content-lg-end justify-content-md-end justify-content-sm-center opportunities">
<div class="col-6">
<h3 class="wdwd ">Opportunities</h3>
<div class="opportunity">
<p class="text-center">Scholarships for Women</p>
</div>
<div class="opportunity">
<p class="text-center">Internships for Women</p>
</div>
<div class="opportunity">
<p class="text-center">Seminars by Leading Women</p>
</div>
</div>
</div>
</div>
<footer>
<h4 class="text-center">Copyright acm-w srm chapter</h4>
<p class="text-center">All rights reserved</p>
</footer>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.1/jquery.min.js "
integrity="sha512-bLT0Qm9VnAYZDflyKcBaQ2gg0hSYNQrJ8RilYldYQ1FxQYoCLtUjuuRuZo+fjqhx/qtq/1itJ0C2ejDxltZVFg=="
crossorigin=" anonymous "></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/owl.carousel.min.js "
integrity="sha512-bPs7Ae6pVvhOSiIcyUClR7/q2OAsRiovw4vAkX+zJbw3ShAeeqezq50RIIcIURq7Oa20rW2n2q+fyXBNcU9lrw=="
crossorigin=" anonymous "></script>
<script>
$('.owl-carousel').owlCarousel({
loop: false,
margin: 0,
autoplay: true,
autoplayTimeout: 4000,
dots: true,
nav: true,
autoplayHoverPause: true,
slideBy: 1,
dotsEach: 3,
responsive: {
0: {
items: 1
},
600: {
items: 2
},
900: {
items: 3
}
}
})
</script>
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"
integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj"
crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-Piv4xVNRyMGpqkS2by6br4gNJ7DXjqk09RmUpJ8jgGtD7zP9yug3goQfGII0yAns"
crossorigin="anonymous"></script>
</body>
</html>