-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathPRTeam.html
106 lines (97 loc) · 3.42 KB
/
PRTeam.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
<!DOCTYPE html>
<html>
<head>
<meta name=”robots” content=”noindex,nofollow”>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=0.75">
<title>SEDS-VITAP</title>
<script src="jquery-1.11.3.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<link rel="icon" target="_blank" href="images/logo (2).png">
<link rel="stylesheet" target="_blank" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" target="_blank" href="css/bootstrap.min.css">
<link rel="stylesheet" target="_blank" href="main.css">
<style>
* {
-webkit-animation: fadein 2s;
-moz-animation: fadein 2s;
-ms-animation: fadein 2s;
-o-animation: fadein 2s;
animation: fadein 2s
}
@keyframes fadein {
from {
opacity: 0
}
to {
opacity: 1
}
}
@-moz-keyframes fadein {
from {
opacity: 0
}
to {
opacity: 1
}
}
@-webkit-keyframes fadein {
from {
opacity: 0
}
to {
opacity: 1
}
}
@-ms-keyframes fadein {
from {
opacity: 0
}
to {
opacity: 1
}
}
@-o-keyframes fadein {
from {
opacity: 0
}
to {
opacity: 1
}
}
</style>
</head>
<body style="background: rgba(0, 0, 0, 0);">
<h1 style="text-align: center;padding-bottom: 20px;">PR Team</h1>
<div class="row justify-content-center" style="padding-left: 7vw;padding-right: 7vw;">
<div class="col-6 col-sm-6 col-md-4 col-lg-3">
<div class="our-team">
<div class="picture"> <img loading="lazy" class="img-fluid" src="images/images 2024-25/PR Team/kartika.jpg"></div>
<div class="team-content">
<h3 class="name">Kartika Porwal</h3>
<h4 class="title">PR Team Lead</h4>
<div class="social-about">
<div class="about-container">
<q class="card-text">A bibliophile stepping through life </q>
</div>
</div>
</div>
</div>
</div>
<div class="col-6 col-sm-6 col-md-4 col-lg-3">
<div class="our-team">
<div class="picture"> <img loading="lazy" class="img-fluid" src="images/images 2024-25/PR Team/tarun.jpg"></div>
<div class="team-content">
<h3 class="name">Tarun Kumar Jain</h3>
<h4 class="title">PR Team Member</h4>
<div class="social-about">
<div class="about-container">
<q class="card-text">Tarun Kumar Jain, co-founder of WearWhatever, innovative entrepreneur focused on progress and growth </q>
</div>
</div>
</div>
</div>
</div>
</div>
</body>
</html>