-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
252 lines (236 loc) · 8.7 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
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
<!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>xilinxNexus</title>
<link rel="icon" href="favicon.ico" />
<!-- bootstrap_css -->
<link
href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3"
crossorigin="anonymous"
/>
<!-- bootstrap_js -->
<script
src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js"
integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p"
crossorigin="anonymous"
></script>
</head>
<body style="background-color:#FFF6EA;">
<!-- Navbar -->
<nav class="navbar navbar-expand-lg navbar-light bg-light fixed-top" >
<div class="container-fluid" style="background-color:#dcd1c5; margin:-.5rem; ">
<a class="navbar-brand" href="index.html">
<img src="logo.png" alt="logo" width="200" height="70" />
</a>
<button
class="navbar-toggler"
type="button"
data-bs-toggle="collapse"
data-bs-target="#navbarNavDropdown"
aria-controls="navbarNavDropdown"
aria-expanded="false"
aria-label="Toggle navigation"
>
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNavDropdown">
<ul class="navbar-nav ms-auto">
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="index.html"
>Home</a
>
</li>
<li class="nav-item dropdown">
<a
class="nav-link dropdown-toggle"
href="#"
id="navbarDropdownMenuLink"
role="button"
data-bs-toggle="dropdown"
aria-expanded="false"
>
Events
</a>
<ul
class="dropdown-menu dropdown-menu-lg-end dropdown-menu-white"
aria-labelledby="navbarDarkDropdownMenuLink"
>
<li><a class="dropdown-item" href="eventStem.html">STEM programme</a></li>
<li><hr class="dropdown-divider" /></li>
<li>
<a class="dropdown-item" href="eventEnt.html"
>Engineering & Technology Education</a
>
</li>
<li><hr class="dropdown-divider" /></li>
<li>
<a class="dropdown-item" href="eventPolytech.html">Polytechnic Students</a>
</li>
</ul>
</li>
<li class="nav-item dropdown">
<a
class="nav-link dropdown-toggle"
href="#"
id="navbarDropdownMenuLink"
role="button"
data-bs-toggle="dropdown"
aria-expanded="false"
>
Reports
</a>
<ul
class="dropdown-menu dropdown-menu-lg-end dropdown-menu-white"
aria-labelledby="navbarDarkDropdownMenuLink"
>
<li><a class="dropdown-item" href="quarter1.html">First Quarter</a></li>
<li><hr class="dropdown-divider" /></li>
<li>
<a class="dropdown-item" href="quarter2.html">Second Quarter</a
>
</li>
<li><hr class="dropdown-divider" /></li>
<li>
<a class="dropdown-item" href="quarter3.html">Third Quarter</a>
</li>
</ul>
</li>
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="gallery.html"
>Gallery</a
>
</li>
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="research.html"
>Research</a
>
</li>
</ul>
</div>
</div>
</nav>
<!-- Main Card -->
<div
class="card bg-white mb-3 mx-auto text-center border-0"
style="max-width: 27rem"
FFEEEE
>
<div class="card-body">
<br />
<br />
<br />
<br />
<h1 class="card-title">Welcome to xilinxNexus SRM</h1>
<br />
<h5>"Towards Technical Empowerment"</h5>
<br />
<h7 class="card-text"
><i
>Xilinx NEXUS is an innovative programme of SRMIST from the grants
received from Xilinx, Inc., focused on the funding of Women in
Technology (WIT) programmes within the university setting.</i
></h7
>
<br />
<br />
<br />
<br />
</div>
</div>
<!-- Fello members Main Card -->
<div class="card mb-3 mx-auto text-center border-0" style="max-width: 70rem;">
<div class="card-body">
<h5 class="card-title border-0">Fellow Members</h5>
<br>
<div class="card mb-3 border-0 mx-auto>
<img src="fellowimg/malarvizhii.png" class="card-img-top" alt="...">
<div class="card-body">
<!-- Three columns of text below the carousel -->
<div class="row">
<div class="col-lg-4">
<svg class="bd-placeholder-img rounded-circle" width="0" height="0">
<img src="fellowimg/malarvizhii.jpg" alt="">
</svg>
<h5 class="pb-3">Dr. S. Malarvizhi</h5>
<p>Professor of ECE.</p>
</div><!-- /.col-lg-4 -->
<div class="col-lg-4">
<svg class="bd-placeholder-img rounded-circle" width="0" height="50">
<img src="fellowimg/revathi.jpg" alt="">
</svg>
<h5 class="pb-3">Dr. Revathi Venkatraman </h5>
<p>Chairperson of School of Computing .</p>
</div><!-- /.col-lg-4 -->
<div class="col-lg-4">
<svg class="bd-placeholder-img rounded-circle" width="0" height="50">
<img src="fellowimg/shantanu.jpg" alt="">
</svg>
<h5 class="pb-3">Dr. Shantanu Patil </h5>
<p>Head of Department of Translational-Medicine-And-Research and Associate Director, Innovation, Incubation & Entrepreneurship Center SRM IST.</p>
</div><!-- /.col-lg-4 -->
</div><!-- /.row -->
</div>
</div>
</div>
</div>
<!-- Vision Main Card -->
<div class="card mb-3 border-0 mx-auto text-center" style="max-width: 70rem;">
<div class="card-body">
<h5 class="card-title">Vision of Xilinx NEXUS</h5>
<br>
<p>The goal of the prgram is to increase the representation, participation and entrepreneurial skills and abilities of women in Technology focused careers.</p>
<br>
</div>
</div>
<!-- Vision Main Card -->
<div class="card mb-3 border-0 mx-auto text-center" style="max-width: 70rem;">
<div class="card-body">
<h5 class="card-title">MISSION of Xilinx NEXUS</h5>
<br>
<ul style="text-align:left">
<li><h4>Educate Students through STEM programmes to integrate them into a cohesive learning paradigm based on real world applications.</h4></li>
<br />
<br />
<li>
<h4>Develop new skill sets through mentorship events through seminars and workshops.</h4>
</li>
<br />
<br />
<li><h4>Steer girl students in the direction of the research and development for the benefit of women folk.</h4></li>
</ul>
</div>
</div>
<!-- foooter -->
<div class="container">
<footer
class="
d-flex
flex-wrap
justify-content-between
align-items-center
py-3
my-4
border-top
"
>
<div class="d-flex align-items-center">
<a
href="index.html"
class="mb-3 me-2 mb-md-0 text-muted text-decoration-none lh-1"
>
<img src="logo.png" alt="logo" width="200" height="70" />
</a>
<span class="text-muted ">
© 2023, SRM Institute of Science and Technology, Potheri, SRM
Nagar, Kattankulathur, Tamil Nadu 603203</span
>
</div>
</footer>
</div>
</body>
</html>