-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmembers.html
196 lines (193 loc) · 6.52 KB
/
members.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Members area</title>
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
/>
<link
rel="stylesheet"
href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css"
/>
<style>
html,
body {
background-color: black;
}
.team {
margin: 75px 0;
}
h1 {
text-align: center;
font-weight: bold;
letter-spacing: 2px;
color: white;
padding-bottom: 10px;
}
h1:after {
content: "";
background: white;
display: block;
height: 3px;
width: 150px;
margin: 10px auto;
}
.profile {
margin-top: 25px;
}
.profile .img-box {
opacity: 1;
display: block;
position: relative;
text-align: center;
}
.profile h2 {
font-size: 22px;
font-weight: bold;
margin-top: 15px;
color: white;
}
.profile h3 {
font-size: 15px;
font-weight: bold;
margin-top: 15px;
color: aquamarine;
}
p {
color: rgb(125, 191, 193);
text-align: justify;
}
.img-box ul li {
width: 30px;
height: 30px;
border: 1px solid #fff;
border-radius: 50%;
margin: 10px;
padding: 7px;
display: inline-block;
}
.video-container {
flex: 1;
}
</style>
</head>
<body>
<section class="team">
<div class="container">
<h1>OUR TEAM</h1>
<div class="row">
<div class="col-md-3 profile text-center">
<div class="img-box">
<img
src="./hirak.enc"
class="img-responsive"
alt=""
width="300px"
height="300px"
/>
<ul>
<a href="https://www.facebook.com/profile.php?id=100090838975049"
><li><i class="fa fa-facebook-official"></i></li
></a>
<a href="https://github.com/HirakSabui"
><li><i class="fa fa-github"></i></li
></a>
<a href="https://www.linkedin.com/in/hirak-sabui-5540b8257/"
><li><i class="fa fa-linkedin"></i></li
></a>
</ul>
</div>
<h2>Hirak Sabui</h2>
<h3>Lead Member</h3>
<p>
Hirak Sabui, a visionary and the founder of a thriving community
website, is a second-year BTech student. With a passion for
technology and innovation, he has embarked on a journey to connect
and empower communities. Hirak is dedicated to creating positive
change and networking opportunities. His drive and commitment make
him a promising force in the tech industry.
</p>
</div>
<div class="col-md-3 profile text-center">
<div class="img-box">
<img
src="./Screenshot 2023-09-25 121111.png"
class="img-responsive"
alt=""
width="300px"
height="300px"
/>
<ul>
<a href="https://www.facebook.com/chandrima.das.16568"
><li><i class="fa fa-facebook-official"></i></li
></a>
<a href="https://github.com/Chandrima2005"
><li><i class="fa fa-github"></i></li
></a>
<a href="https://www.linkedin.com/in/chandrima-das-067039277/"
><li><i class="fa fa-linkedin"></i></li
></a>
</ul>
</div>
<h2>Chandrima Das</h2>
<h3>Lead Member</h3>
<p>
Chandrima Das is the dedicated founder of a vibrant community
website. Currently a second-year BTech student, she is passionate
about fostering connections and sharing knowledge among
like-minded individuals. Her innovative approach to building an
online community has brought people together in meaningful ways.
Her commitment to collaboration and her drive to create a
supportive online environment make her an inspiring leade
</p>
</div>
<div class="col-md-3 profile text-center">
<div class="img-box">
<img
src="./kochi.jpg"
class="img-responsive"
alt=""
width="300px"
height="300px"
/>
<ul>
<a href="https://www.facebook.com/neelanjan.jana.1"
><li><i class="fa fa-facebook-official"></i></li
></a>
<a href="https://github.com/Neelanjan1402"
><li><i class="fa fa-github"></i></li
></a>
<a href="https://www.linkedin.com/in/neelanjan-jana-423559256/"
><li><i class="fa fa-linkedin"></i></li
></a>
</ul>
</div>
<h2>Neelanjan Jana</h2>
<h3>Lead Member</h3>
<p>
Neelanjan Jana,founder of this prosperous community website, is a second year BTech student.
He is an innovator passionate for continous learning and fostering personal growth.
With a strong academic background and a keen interest in technology and various fields,
he is always eager to embark on a journey of exploring new opportunities .
He is an enthusiastic team player, known for his commitment and adaptability.
His drives and ambitions make him a promising talent with a bright future ahead.
</p>
</div>
<div class="video-container">
<video
src="./WhatsApp Video 2023-09-18 at 3.45.21 PM.mp4"
autoplay
loop
muted
width="90%"
height="90%"
></video>
</div>
</div>
</div>
</section>
</body>
</html>