-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdomain.html
370 lines (319 loc) · 10.4 KB
/
domain.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
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" name="viewport" content="width=device-width,initial-scale=1.0">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
<!-- Compiled and minified CSS -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/css/materialize.min.css">
<!--Import Google Icon Font-->
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<!--Import materialize.css-->
<title>
Domains
</title>
</head>
<body>
<style type="text/css">
section.section_header
{
width: 100%;
background-color: black;
margin-top: 0px;
padding: 100px;
}
h2
{
text-align: left;
font-size: 50px;
color: white;
font-family: Georgia, serif;
font-style: italic;
}
.domain-info
{
margin-top: 55px;
}
div.description
{
border: 2px #75579D;
padding: 20px;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
text-align: center;
transition-duration: 2s;
}
div.description:hover
{
border-radius: 50px;
position: relative;
color: white;
background-color: navy;
}
h2
{
text-shadow: 0 0 5px navy;
}
p
{
font-family: cursive;
}
.domains
{
margin-top: 90px;
padding: 25px;
cursor: pointer;
}
.description-2
{
padding: 70px;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
transition-duration: 2s;
text-align: center;
}
div.description-2:hover
{
color: white;
background-color: navy;
border-radius: 20px;
}
.description-3
{
padding: 70px;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
transition-duration: 2s;
vertical-align: text-top;
margin-top: 55px;
}
div.description-3:hover
{
color: white;
background-color: navy;
border-radius: 20px;
}
.flip-card {
background-color: transparent;
width: 280px;
height: 280px;
perspective: 1000px;
padding: 10px;
}
.flip-card-inner {
position: relative;
width: 100%;
height: 100%;
text-align: center;
transition: transform 0.6s;
transform-style: preserve-3d;
box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}
.flip-card:hover .flip-card-inner {
transform: rotateY(180deg);
}
.flip-card-front, .flip-card-back {
position: absolute;
width: 100%;
height: 100%;
backface-visibility: hidden;
}
.flip-card-front {
background-color: #bbb;
color: black;
}
.flip-card-back {
background-color: #111113;
color: white;
transform: rotateY(180deg);
}
h4
{
font-family: fangsong;
}
.iconside {
display: none;
}
@media screen and (min-width: 768px) {
.iconside {
clear: both;
display: block;
float: left;
margin: 10px auto 5px 20px;
width: 28%;
}
}
.icondesk{
width: 50px;
margin-left: 0;
}
.navhead{
color: black;
font-size: 20px;
}
</style>
<!--navbar-->
<div class="navbar-fixed">
<nav class="white">
<div class="nav-wrapper nav_colour">
<a href="#!" class="brand-logo">Logo</a>
<a href="#" data-target="mobile-demo" class="sidenav-trigger"><i class="material-icons">menu</i></a>
<ul class="right hide-on-med-and-down">
<li ><a href="home.html"class="navhead">Home</a></li>
<li ><a href="Radiance.html" class="navhead">Radiance</a></li>
<li ><a href="domain.html" class="navhead">Domains </a></li >
<li ><a href="gallery.html" class="navhead">Gallery</a></li>
<li ><a href="contactUs.html" class="navhead">Contact Us</a></li>
</ul>
</div>
</nav>
</div>
<ul class="sidenav" id="mobile-demo">
<li><a href="home.html">Home</a></li>
<li><a href="Radiance.html">Radiance</a></li>
<li><a href="domain.html">Domains</a></li>
<li><a href="gallery.html">Gallery</a></li>
<li><a href="contactUs.html">Contact Us</a></li>
</ul>
<div class="icon-bar trans socialcolour iconside icondesk">
<a href="https://www.facebook.com/acmpict/" target="_blank" class="facebook"><i class="fa fa-facebook"></i></a>
<a href="" target="_blank" class="twitter"><i class="fa fa-twitter"></i></a>
<a href="https://pict.acm.org/#/home" target="_blank" class="google"><i class="fa fa-google"></i></a>
<a href="https://www.linkedin.com/company/pict-acm-student-chapter" target="_blank" class="linkedin"><i class="fa fa-linkedin"></i></a>
</div>
<section class="section_header">
<div class="container">
<div class="col-md-6">
<h2>Domains We Work In</h2>
</div>
</div>
</section>
<section class="domain-info">
<div class="container">
<div class="col-md-12">
<div class="description">
<h3>Domains and SIGs</h3>
<p>
For the overall development of our members, we have created several SIGs namely, Machine learning, Web Development, Android Development, Competitive Coding, Electronics and Cyber Security.New domains are to be added such as Blockchain and Cloud Computing.
Regular meetups and teaching sessions are conducted by PASC members so that like-minded people can come together, interact and share knowledge with each other.
We nurture the growth of inquisitive minds by providing them with every opportunity to excel in various fields. The chapter organizes seminars and workshops on different domains by speakers who are well-known in their fields, which give students opportunities to learn about advanced research subjects.
</p>
</div>
</div>
</div>
</section>
<section class="domains">
<div class="container">
<div class="row">
<div class="col-md-4">
<div class="flip-card">
<div class="flip-card-inner">
<div class="flip-card-front">
<img src="./images/AI.jpg" alt="ML" style="width:260px;height:260px;">
</div>
<div class="flip-card-back">
<h4>Machine Learning</h4>
<p>Machine Learning is the future and PASC-W has active involvement in shaping students in this creative field</p>
</div>
</div>
</div>
</div>
<div class="col-md-4">
<div class="flip-card">
<div class="flip-card-inner">
<div class="flip-card-front">
<img src="./images/android.jpg" alt="Android" style="width:260px;height:260px;">
</div>
<div class="flip-card-back">
<h4>Android Development</h4>
<p>Now is a good time to pursue a career in Android development. It is not only an easy skill to learn, but also highly in demand.</p>
</div>
</div>
</div>
</div>
<div class="col-md-4">
<div class="flip-card">
<div class="flip-card-inner">
<div class="flip-card-front">
<img src="./images/web.png" alt="Web" style="width:260px;height:260px;">
</div>
<div class="flip-card-back">
<h4>Web Development</h4>
<p>Web Development is one of the primary domains of PASC. The various chapter activities are organized to help students sharpen their Web-Dev skills.</p>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-md-4">
<div class="flip-card">
<div class="flip-card-inner">
<div class="flip-card-front">
<img src="./images/blockchain.jpg" alt="Blockchain" style="width:260px;height:260px;">
</div>
<div class="flip-card-back">
<h4>Blockchain</h4>
<p>Blockchain is the future of many businesses but not all. The key value proposition of blockchain is to provide transparency and efficiency...But decentralized blockchain solutions can. It heads back the control, data, and decision making to value creaters.</p>
</div>
</div>
</div>
</div>
<div class="col-md-4">
<div class="flip-card">
<div class="flip-card-inner">
<div class="flip-card-front">
<img src="./images/competitive.jpg" alt="Competitive" style="width:260px;height:260px;">
</div>
<div class="flip-card-back">
<h4>Competitive Coding</h4>
<p>The purpose of getting better at competitive programming is to improve your fundamental programming skills. It will give you the chance to work on cool projects</p>
</div>
</div>
</div>
</div>
<div class="col-md-4">
<div class="flip-card">
<div class="flip-card-inner">
<div class="flip-card-front">
<img src="./images/cyber.jpg" alt="CyberSec" style="width:260px;height:260px;">
</div>
<div class="flip-card-back">
<h4>Cyber Security</h4>
<p>The purpose of cybersecurity is to help prevent cyberattacks, data breaches and identity theft and can aid in risk management.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<br>
<br>
<footer class="page-footer " style="background-color: #003a78;">
<div class="container">
<div class="row">
<div class="col l6 s12">
<h5 class="white-text">Footer Content</h5>
<p class="grey-text text-lighten-4">You can use rows and columns here to organize your footer content.</p>
</div>
<div class="col l4 offset-l2 s12">
<h5 class="white-text">Links</h5>
<ul>
<li><a class="grey-text text-lighten-3" href="#!">Link 1</a></li>
<li><a class="grey-text text-lighten-3" href="#!">Link 2</a></li>
<li><a class="grey-text text-lighten-3" href="#!">Link 3</a></li>
<li><a class="grey-text text-lighten-3" href="#!">Link 4</a></li>
</ul>
</div>
</div>
</div>
<div class="footer-copyright">
<div class="container">
© 2014 Copyright Text
<a class="grey-text text-lighten-4 right" href="#!">More Links</a>
</div>
</div>
</footer>
<script src = "./js/home.js"> </script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/js/materialize.min.js"></script>
</body>
</html>