-
Notifications
You must be signed in to change notification settings - Fork 1
/
articles.html
228 lines (202 loc) · 13.4 KB
/
articles.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
226
227
228
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css" integrity="sha384-JcKb8q3iqJ61gNV9KGb8thSsNjpSL0n8PARn9HuZOnIxN0hoP+VmmDGMN5t9UJ0Z" crossorigin="anonymous">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-social/5.1.1/bootstrap-social.css" integrity="sha512-sopmFEmRVsWt542K+yzH3FQ1KJfdosOJG+bGLs9ZJT07b/3gUxRA9ICuJg2JtoZ9WeknAUuwJ0ggnmrV1YL6kQ==" crossorigin="anonymous" />
<link rel="stylesheet" href="./css/articles.css">
<link rel="stylesheet" href="./css/animate.css"/>
<link rel="icon" href="./img/index/wielogo.png" type="image/x-icon"/>
<title>Articles - IEEE WIE MIT</title>
</head>
<body style="overflow-x: none;">
<nav class="navbar navbar-dark navbar-expand-sm fixed-top" id="navcolormobile"> <!--Add fixed-top class in this line for sticky navbar-->
<div class="container-fluid">
<!-- <span class="navbar-text">
<a role="button" id="loginButton">
<span class="fa fa-sign-in"> Login </span>
</a>
</span> -->
<a style="margin-top: -4.5px;" class="navbar-brand mr-auto" href="./index.html"><img src="./img/index/wielogo.png" class="navlogo" height="90" width="90" alt=""></a>
<button class="navbar-toggler ml-auto mr-2 custom-toggler" style="margin-top: -3.5px;" onclick="navMobile()" type="button" data-toggle="collapse" data-target="#Navbar">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="Navbar">
<ul class="navbar-nav ml-auto" style="margin-top: -32px;">
<!-- <li class="nav-item active"><a class="nav-link" href="#"><span class="fa fa-home fa-lg"></span> Home</a></li> -->
<li class="nav-item navtop"><a style="font-size: 1.3rem; color: black;" class="nav-link" href="./index.html">Home</a></li>
<li class="nav-item"><a style="font-size: 1.3rem; color: black;" class="nav-link" href="./about.html">About</a></li>
<li class="nav-item"><a style="font-size: 1.3rem; color: black;" class="nav-link" href="./membership.html">Membership</a></li>
<li class="nav-item"><a style="font-size: 1.3rem; color: black;" class="nav-link" href="./events.html">Events</a></li>
<li class="nav-item"><a style="font-size: 1.3rem; color: black;" class="nav-link" href="./achievements.html">Achievements</a></li>
<!-- <li class="nav-item"><a style="font-size: 1.3rem; color: black;" class="nav-link" href="./articles.html">Articles</a></li> -->
<li class="nav-item"><a style="font-size: 1.3rem; color: black;" class="nav-link" href="./faqs.html">FAQs</a></li>
</ul>
</div>
</div>
</nav>
<div class="container cont">
<div class="row justify-content-center text-center">
<div class ="col-12">
<img src="./img/articles/Articles.svg" id="articleshead">
</div>
</div>
</div>
<img src="./img/articles/articles01.svg" id="articlebg1">
<img src="./img/articles/articles01.svg" id="articlebg2">
<img src="./img/articles/articles01.svg" id="articlebg3">
<div class="container cont">
<h1 style="text-align: center;"></h1>
<div class="blog-post wow fadeInUp">
<div class="blog-post__img">
<img src="./img/articles/workornot.jpeg" alt="">
</div>
<div class="blog-post__info">
<h1 class="blog-post__title">TO WORK OR NOT TO WORK - A TALE OF EVERY INDIAN WOMAN</h1>
<p class="blog-post__text">
Privileged are the ones allowed to pursue their dreams.
For aeons, women were just seen as birthing machines. Many people in our society were of the opinion that education is...
</p>
<a a href="https://medium.com/ieee-manipal/to-work-or-not-to-work-a-tale-of-every-indian-woman-f808dfafa287" target="_blank" class="blog-post__cta">Read more</a>
</div>
</div>
<div class="blog-post wow fadeInUp">
<div class="blog-post__img">
<img src="./img/articles/datasc.png" alt="">
</div>
<div class="blog-post__info">
<h1 class="blog-post__title">DATA SCIENCE: AN OCEAN OF OPPORTUNITIES FOR WOMEN</h1>
<p class="blog-post__text">
Nowadays, every mind is curious to learn about Data Science. In the technical world, all of us are craving for questions that tickle our minds...
</p>
<a a href="https://medium.com/ieee-manipal/data-science-an-ocean-of-opportunities-for-women-69aad038d666" target="_blank" class="blog-post__cta">Read more</a>
</div>
</div>
<div class="blog-post wow fadeInUp">
<div class="blog-post__img">
<img src="./img/articles/aerospace.jpg" alt="">
</div>
<div class="blog-post__info">
<h1 class="blog-post__title">WOMEN IN THE AEROSPACE AND AVIATION INDUSTRY</h1>
<p class="blog-post__text">
In today’s times, we are all in support of empowering and motivating women to explore their career opportunities in non-traditional roles, and we are noticing the changes too...
</p>
<a a href="https://medium.com/ieee-manipal/women-in-the-aerospace-and-aviation-industry-fc00c201f784" target="_blank" class="blog-post__cta">Read more</a>
</div>
</div>
<div class="blog-post wow fadeInUp">
<div class="blog-post__img">
<img src="./img/articles/instem.png" alt="">
</div>
<div class="blog-post__info">
<h1 class="blog-post__title">WOMEN IN STEM</h1>
<p class="blog-post__text">
Studies show that when children are asked to draw a mathematician, they are twice as likely to draw a man than they are to draw women. This shocking revelation makes us question...
</p>
<a a href="https://medium.com/ieee-manipal/women-in-stem-the-gender-gap-1ff312e893d" target="_blank" class="blog-post__cta">Read more</a>
</div>
</div>
<div class="blog-post wow fadeInUp">
<div class="blog-post__img">
<img src="./img/articles/startups.jpeg" alt="">
</div>
<div class="blog-post__info">
<h1 class="blog-post__title">WOMEN LED STARTUPS</h1>
<p class="blog-post__text">
In a world dominated by men, these women have shattered the glass ceiling by founding some of the most successful companies. These women that possess sharp entrepreneurial skills have battled stereotypes and have emerged victorious...
</p>
<a href="https://medium.com/ieee-manipal/top-five-women-led-start-ups-5aa9b7fcb229" target="_blank" class="blog-post__cta">Read more</a>
</div>
</div>
<div class="blog-post wow fadeInUp">
<div class="blog-post__img">
<img src="./img/articles/ceos.jpeg" alt="">
</div>
<div class="blog-post__info">
<h1 class="blog-post__title">WOMEN CEOs</h1>
<p class="blog-post__text">
These powerful women CEOs broke the glass ceiling in the ultra-competitive, male-dominated technology industry, inspiring many young women in the process to pursue their passion in STEM fields....
</p>
<a a href="https://medium.com/ieee-manipal/women-ceos-26dc18edfe5f" target="_blank" class="blog-post__cta">Read more</a>
</div>
</div>
</div>
<!-- <div class="container-fluid">
<div class="row justify-content-center text-center contactusrow">
<div class="col-12 wow ">
CONTACT US
</div>
</div>
</div> -->
<div class="container-fluid cont7">
<div class="row justify-content-center text-center socialrow wow pulse">
<div class="col-6 col-md-4">
<a href="https://www.ieeemanipal.com" target="_blank"><img src="./img/index/ieeeLogo_white.png" id="sbmlogo"></a>
</div>
<div class="d-none d-sm-none d-md-block d-lg-block col-md-4 socialiconscol">
<div class="container-fluid">
<div class="row justify-content-center text-center socialiconscol2">
<a href="https://www.facebook.com/ieeesbmanipal" target="_blank"><i id="social-fb" class="fa fa-facebook-square fa-3x social"></i></a>
<a href="https://www.instagram.com/ieeesbm/" target="_blank"><i id="social-tw" class="fa fa-instagram fa-3x social"></i></a>
<a href="https://www.linkedin.com/company/ieee-student-branch-manipal/" target="_blank"i id="social-li" class="fa fa-linkedin-square fa-3x social"></i></a>
<a href="mailto:wie.ag.ieeesbm@gmail.com" target="_blank"><i id="social-em" class="fa fa-envelope-square fa-3x social"></i></a>
</div>
</div>
</div>
<div class="col-6 col-md-4 contactdetailscol">
<div class="container-fluid" style="margin-top: 1em;">
<div class="row justify-content-center text-center">
<span style="color: white;">
<i class="fa fa-mobile" aria-hidden="true"></i>
Gousiya: +917259555786
</span>
</div>
<!-- <div class="row justify-content-center text-center">
<span style="color: white; white-space: nowrap;">
<i class="fa fa-envelope-o" aria-hidden="true"></i>
wie.ag.ieeesbm@gmail.com
</span>
</div> -->
<div class="row justify-content-center text-center">
<span style="margin-top: 0.5em; color: white;">
<i class="fa fa-map-marker" aria-hidden="true"></i>
MIT, Manipal - 576104, Karnataka
</span>
</div>
</div>
</div>
</div>
<div class="row justify-content-center text-center socialrowmobile wow pulse">
<div class="col-12 socialiconscolmobile">
<div class="container-fluid">
<div class="row justify-content-center text-center socialiconscol2mobile">
<a href="https://www.facebook.com/ieeesbmanipal" target="_blank"><i id="social-fb" class="fa fa-facebook-square fa-3x social"></i></a>
<a href="https://www.instagram.com/ieeesbm/" target="_blank"><i id="social-tw" class="fa fa-instagram fa-3x social"></i></a>
<a href="https://www.linkedin.com/company/ieee-student-branch-manipal/" target="_blank"i id="social-li" class="fa fa-linkedin-square fa-3x social"></i></a>
<a href="mailto:wie.ag.ieeesbm@gmail.com" target="_blank"><i id="social-em" class="fa fa-envelope-square fa-3x social"></i></a>
</div>
</div>
</div>
</div>
</div>
<div class="container-fluid cont8">
<div class="row justify-content-center text-center">
<div class="col-12 copyrightrow">
<span style="color: white; padding-top: 2rem;"><i class="fa fa-copyright" aria-hidden="true"></i> 2020 IEEE Student Branch Manipal</span>
</div>
</div>
</div>
<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/popper.js@1.16.1/dist/umd/popper.min.js" integrity="sha384-9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js" integrity="sha384-B4gt1jrGC7Jh4AgTPSdUtOBvfO8shuf57BaghqFfPlYxofvL8/KUEfYiJOMMV+rV" crossorigin="anonymous"></script>
<script src="https://unpkg.com/swiper/swiper-bundle.min.js"></script>
<script src="./js/articles.js"></script>
<script type="text/javascript" src="./js/wow.min.js"></script>
<script>
new WOW().init();
</script>
</body>
</html>