-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAboutusf.html
417 lines (337 loc) · 10.9 KB
/
Aboutusf.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
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
<!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 rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-KyZXEAg3QhqLMpG8r+8fhAXLRk2vvoC2f3B09zVXn8CA5QIVfZOJ3BCsw2P0p/We" crossorigin="anonymous">
<title>About Us</title>
<style>
body{
background: url(https://images.unsplash.com/photo-1463947628408-f8581a2f4aca?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxleHBsb3JlLWZlZWR8NXx8fGVufDB8fHx8&w=1000&q=80) no-repeat center;
-webkit-background-size:cover;
-moz-background-size:cover;
-o-background-size:cover;
background-size:cover;
}
/** ------------------- Heading --------------------- **/
.heading{
font-size:50px;
font-family:monospace;
font-weight: bolder;
font-style: normal;
margin-left:250px;
margin-right:40px;
}
.header{
background-image:linear-gradient(orange,white,green) ;
}
/** ------------------- Social Media CSS --------------------- **/
.socialmediaLinks ul li {
list-style: none;
margin: 0 10px;
}
.socialmediaLinks ul li .fa {
color: #000000;
font-size: 25px;
line-height: 50px;
transition: .5s;
}
.socialmediaLinks ul li .fa:hover {
color: #ffffff;
}
.socialmediaLinks ul li a {
position: relative;
display: block;
width: 50px;
height: 50px;
border-radius: 50%;
background-color: white;
text-align: center;
transition: 0.5s;
transform: translate(0,0px);
box-shadow: 0px 7px 5px rgba(0, 0, 0, 0.5);
}
.tisha ul li a {
position:relative;
display: block;
width: 50px;
height: 50px;
border-radius: 50%;
background-color: white;
text-align: center;
transition: 0.5s;
transform: translate(0,0px);
box-shadow: 0px 7px 5px rgba(0, 0, 0, 0.5);
}
.snehal ul li a {
position: relative;
display: block;
width: 50px;
height: 50px;
border-radius: 50%;
background-color: white;
text-align: center;
transition: 0.5s;
transform: translate(0,0px);
box-shadow: 0px 7px 5px rgba(0, 0, 0, 0.5);
}
.socialmediaLinks ul li a:hover {
transform: rotate(0deg) skew(0deg) translate(0, -10px);
}
.socialmediaLinks ul li:nth-child(1) a:hover {
background-color: #3b5999;
}
.socialmediaLinks ul li:nth-child(2) a:hover {
background-color: #55acee;
}
.socialmediaLinks ul li:nth-child(3) a:hover {
background-color: #f81cc1;
}
.socialmediaLinks ul li:nth-child(4) a:hover {
background-color:black;
}
.socialmediaLinks ul li:nth-child(5) a:hover {
background-color: #0077B5;
}
/** ------------------- About us CSS --------------------- **/
.names{
font-size:30px;
font-weight:bold;
font-family:fantasy;
text-decoration: solid;
}
.aboutnames{
font-size:19px;
}
.description{
font-size:15px;
}
.profile-image {
}
.snehapi {
background-color: orange;
height: 220px;
width:800px;
position: absolute;
margin-left :150px;
margin-right:0px;
padding:10px;
box-shadow: 10px 10px 8px rgb(253, 184, 56);
}
.snehapi :hover{
}
.tishapi {
background-color:white;
height: 240px;
width:800px;
position: absolute;
margin-left: 150px;
margin-right:0px;
padding:10px;
box-shadow: 10px 10px 8px rgba(255, 255, 255, 0.938) ;
}
.snehalpi {
background-color: green;
height: 220px;
width:800px;
position: absolute;
margin-left: 150px;
margin-right:0px;
padding:10px;
box-shadow: 10px 10px 8px rgb(10, 207, 10);
}
/** button CSS **/
.previous .next a{
text-decoration: none;
display: inline-block;
padding: 24px 50px;
height:50px;
width: 50px;
position: relative;
border-radius: 50%;
background-color: white;
text-align: center;
transition: 0.5s;
transform: translate(0,0px);
box-shadow: 0px 7px 5px rgba(0, 0, 0, 0.5);
}
.previous .next :hover {
background-color: #ddd;
color: black;
}
.previous {
background-color: #f1f1f1;
color: black;
}
.next {
background-color:#f1f1f1 ;
color:black;
}
.round {
border-radius: 50%;
}
/** Brown Block **/
.brown-block {
background-color:rgb(90, 22, 22);
height:30px;
width:200px;
padding:3px;
position:relative;
border-color: rgb(66, 15, 15);
border-width:2px;
border-style:outset;
box-shadow: 6px 6px 8px rgb(100, 29, 29);
}
.brown-block2{
background-color:rgb(90, 22, 22);
height:30px;
width:300px;
padding:3px;
position:relative;
border-style:outset;
border-color: rgb(66, 15, 15);
border-width:2px;
box-shadow: 6px 6px 8px rgb(100, 29, 29);
}
.brown-block3{
background-color:rgb(90, 22, 22);
height:30px;
width:400px;
padding:3px;
position:relative;
border-style:outset;
border-color: rgb(66, 15, 15);
border-width:2px;
box-shadow: 6px 6px 8px rgb(100, 29, 29);
}
/** -----------Footer --------------------------- **/
footer {
background-color: #333;
overflow: hidden;
}
footer a {
text-decoration: none;
padding: 5px;
text-align: center;
float: left;
color: white;
}
</style>
</head>
<body>
<!-- Header section -->
<header>
<div class="header">
<h1 class="heading"> About the Website Developers</h1>
</div>
</header>
<br><br><br><br>
<!-- Social Media Links -->
<!-- For Sneha -->
<div class="borderbox ">
<div class="profile-image snehapi ">
<h2 class="names text-center text-dark"> Sneha Agarwal </h2>
<h4 class="aboutnames">-First Year Undergraduate in Chemical Engineering at Harcourt Butler Technical University </h4>
<h5 class="description">A girl with fire in her belly to make her dreams come true. An engineering undergraduate who consider pen as her power. Ambitious and Determined. Wittier than thou. Often awkward. A Koala with brains, if you may. Passionate about her work and always focused and determined to complete it before time.Always have a confidence in doing rather than just keep babbling about her work and dreams.Optimistic and see good even in difficult situations.
Web Development enthusiast.Curious about her surroundings.Learner.
</h5>
</div>
<div class="socialmediaLinks">
<ul>
<li> <a href="https://www.facebook.com/" target="_blank">
<i class="fa fa-facebook"></i>
</a> </li>
<li> <a href="https://www.twitter.com/" target="_blank">
<i class="fa fa-twitter"></i>
</a> </li>
<li> <a href="https://www.instagram.com/isyneha._" target="_blank">
<i class="fa fa-instagram"></i>
</a> </li>
<li> <a href="https://github.com/isyneha" target="_blank">
<i class="fa fa-github"></i>
</a> </li>
<li> <a href="https://www.linkedin.com/in/sneha-agarwal-217a55200" target="_blank">
<i class="fa fa-linkedin"></i>
</a> </li>
</ul>
</div>
</div>
<div class="photo"></div>
<!-- For Tisha -->
<div class="borderbox">
<div class="profile-image tishapi">
<h2 class="names text-center text-dark"> Tisha Ahuja </h2>
<h4 class="aboutnames"> Second Year Undergraduate at Rajasthan College of Engineering for Women</h4>
<h5 class="description">Enthusiastic and always ready to learn , completed basics of web development , c language and currently learning python.
</h5>
</div>
<div class="socialmediaLinks tisha">
<ul>
<li> <a href="#" target="_blank">
<i class="fa fa-facebook"></i>
</a> </li>
<li> <a href="#" target="_blank">
<i class="fa fa-twitter"></i>
</a> </li>
<li> <a href="https://www.instagram.com/invites/contact/?i=550wirn2vikv&utm_content=fct82ws" target="_blank">
<i class="fa fa-instagram"></i>
</a> </li>
<li> <a href=" https://github.com/TishaAhuja" target="_blank">
<i class="fa fa-github"></i>
</a> </li>
<li> <a href="https://www.linkedin.com/in/tishaahuja2009" target="_blank">
<i class="fa fa-linkedin"></i>
</a> </li>
</ul>
</div>
</div>
<!-- For Snehal -->
<div class="borderbox">
<div class="profile-image snehalpi">
<h2 class="names text-center text-dark"> Snehal Rani </h2>
<h4 class="aboutnames"> Third Year Undergraduate at Sarla Birla University</h4>
<h5 class="description"><h5 class="description">Self motivated ,always eager to learn new technologies and like to solve difficult problems in an effective way ,open source enthusiast
, Global ambassador of womentech network'
content writer,
interested in problem solving,
a hard worker, fast learner , believe in new innovative 💡ideas which will do something different in upcoming years .
</h5>
</div>
<div class="socialmediaLinks snehal">
<ul>
<li> <a href="#" target="_blank">
<i class="fa fa-facebook"></i>
</a> </li>
<li> <a href="https://twitter.com/snehalrani1819" target="_blank">
<i class="fa fa-twitter"></i>
</a> </li>
<li> <a href="#" target="_blank">
<i class="fa fa-instagram"></i>
</a> </li>
<li> <a href="https://github.com/ranisnehal" target="_blank">
<i class="fa fa-github"></i>
</a> </li>
<li> <a href="https://linkedin.com/in/snehal-rani-5ab1781aa" target="_blank">
<i class="fa fa-linkedin"></i>
</a> </li>
</ul>
</div>
</div>
<br>
<br>
<br>
<br>
<div class= "brown-block"> </div>
<div class= "brown-block2"> </div>
<div class= "brown-block3"> </div>
<br>
<!-- -------------------Footer-------------- -->
<footer>
<a href="#">© 2021 | Team Horizons | Sneha Agarwal| Tisha Ahuja | Snehal Rani </a>
<!-- <a href="#" class="previous round">‹</a>
<a href="#" class="next round">›</a> -->
</footer>
</body>
</html>