-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
228 lines (207 loc) · 7.79 KB
/
about.html
File metadata and controls
228 lines (207 loc) · 7.79 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Team Members - Frames Photography Club</title>
<style>
/* General Styles */
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: Arial, sans-serif;
}
body {
background-color: #000000;
overflow-x: hidden;
font-size: 16px;
color: #ffffff; /* White text for better contrast against black background */
}
h1 {
text-align: center;
margin: 20px 0;
color: #ffffff;
}
/* Team Section */
.team-container {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 20px;
padding: 20px;
}
.team-member {
background: #be4545;
border-radius: 10px;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
padding: 20px;
text-align: center;
width: 250px;
transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.team-member:hover {
transform: scale(1.05);
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
.team-member h4 {
font-size: 1.2em;
margin: 10px 0;
}
.team-member p {
font-size: 1em;
margin: 10px 0;
}
.team-member a {
color: #ffffff;
text-decoration: none;
font-size: 1em;
}
.team-member a:hover {
text-decoration: underline;
}
/* Image Styles */
.team-member img {
width: 150px;
height: 150px;
border-radius: 50%;
object-fit: cover;
margin-bottom: 15px;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}
/* Responsive Design */
@media (max-width: 768px) {
.team-member {
width: 200px;
padding: 15px;
}
.team-member h4 {
font-size: 1em;
}
.team-member p {
font-size: 0.9em;
}
.team-member a {
font-size: 0.9em;
}
.team-member img {
width: 120px;
height: 120px;
}
}
@media (max-width: 480px) {
.team-member {
width: 100%;
padding: 10px;
}
.team-member img {
width: 100px;
height: 100px;
}
}
</style>
</head>
<body>
<h1>Meet Our Team</h1>
<div class="team-container">
<!-- Existing Team Members -->
<div class="team-member">
<img src="./IMG_6076.png" alt="Sidharth Kumar">
<h4>President: Sidharth Kumar</h4>
<p>Instagram: <a href="https://instagram.com/siddharthh__k" target="_blank">@siddharthh__k</a></p>
</div>
<div class="team-member">
<img src="Clipped_image_20241003_113909.jpeg" alt="Munish">
<h4>Vice President: Munish</h4>
<p>Instagram: <a href="https://instagram.com/wtf.munish" target="_blank">@wtf.munish</a></p>
</div>
<div class="team-member">
<img src="./WhatsApp Image 2024-10-03 at 12.48.32.jpeg" alt="Shivanshu">
<h4>Management: Shivanshu</h4>
<p>No Instagram</p>
</div>
<div class="team-member">
<img src="" alt="varun">
<h4>Management: varun</h4>
<p>No Instagram</p>
</div>
<div class="team-member">
<img src="./1000035306-removebg.png" alt="Aayush">
<h4>Photography Head: Aayush</h4>
<p>Instagram: <a href="https://instagram.com/myselfaayush" target="_blank">@fmyselfaayush</a></p>
</div>
<div class="team-member">
<img src="./PHOTO-2024-10-03-12-19-32.jpg" alt="Asmit's Image">
<h4>Web Development Head: Asmit</h4>
<p>Instagram: <a href="https://instagram.com/fxckrukt" target="_blank">@fxckrukt</a></p>
</div>
<div class="team-member">
<img src="./SAVE_20240909_192410-removebg-preview.png" alt="Aaqib Abdullah">
<h4>Video Editor: Aaqib Abdullah</h4>
<p>Instagram: <a href="https://instagram.com/afx.exe" target="_blank">@afx.exe</a></p>
</div>
<div class="team-member">
<img src="./PHOTO-2024-10-03-13-29-45.jpg" alt="Archit Singh">
<h4>Camera Head: Archit Singh</h4>
<p>Instagram: <a href="https://instagram.com/why_tihcra" target="_blank">@why_tihcra</a></p>
</div>
<div class="team-member">
<img src="./IMG_4352.PNG" alt="Manish">
<h4>Video Editor: Manish </h4>
<p>Instagram: <a href="#" target="_blank">@manish</a></p>
</div>
<div class="team-member">
<img src="./1000058576-removebg.png" alt="Suchita Kumari">
<h4>Content Writer Head: Suchita Kumari</h4>
<p>Instagram: <a href="https://instagram.com/Suchiitaaa_" target="_blank">@Suchiitaaa_</a></p>
</div>
<div class="team-member">
<img src="./PHOTO-2024-10-03-14-35-22.jpg" alt="Yashi">
<h4>Creative Head: Yashi</h4>
<p>Instagram: <a href="https://instagram.com/itsyourhighnessdarling" target="_blank">@itsyourhighnessdarling</a></p>
</div>
<div class="team-member">
<img src="./PHOTO-2024-10-05-23-02-55.jpg" alt="Sneha">
<h4>Social Media Manager: Sneha</h4>
<p>Instagram: <a href="https://instagram.com/_eternityorphic" target="_blank">@_eternityorphic</a></p>
</div>
<div class="team-member">
<img src="https://via.placeholder.com/150" alt="Utkarsh Saxena">
<h4>Graphic Design Head: Utkarsh Saxena</h4>
<p>Instagram: <a href="https://instagram.com/theuvsaxena" target="_blank">@theuvsaxena</a></p>
</div>
<div class="team-member">
<img src="shaliy.png" alt="Shalliy">
<h4>Graphic Design: Shalliy</h4>
<p>Instagram: <a href="https://instagram.com/shalliy_profile" target="_blank">@shalliy_profile</a></p>
</div>
<!-- New Members: Sanskriti and Shruti -->
<div class="team-member">
<img src="./PHOTO-2024-10-03-14-42-14.jpg" alt="Sanskriti">
<h4>Photographer: Sanskriti</h4>
<p>Instagram: <a href="https://instagram.com/ugh.shhh" target="_blank">@ugh.shhh</a></p>
</div>
<div class="team-member">
<img src="./WhatsApp Image 2024-10-03 at 15.53.11.jpeg" alt="Shruti">
<h4>Photographer: Shruti</h4>
<p>Instagram: <a href="https://instagram.com/shruti_gautam37" target="_blank">@shruti_gautam37</a></p>
</div>
<!-- Individual Photographer Cards -->
<div class="team-member">
<img src="./IMG_2867.png" alt="Jaspreet">
<h4>Photographer: Jaspreet</h4>
<p>Instagram: <a href="https://instagram.com/jxsxpreet" target="_blank">@jxsxpreet</a></p>
</div>
<div class="team-member">
<img src="./1000015526-removebg-preview.png" alt="Kartik">
<h4>Video Editor: Kartik</h4>
<p>Instagram: <a href="https://instagram.com/kartik_singh9226" target="_blank">@kartik_singh9226</p>
</div>
<div class="team-member">
<img src="./Clipped_image_20241003_130108.png" alt="Abhimanu">
<h4>Photographer: Abhimanu</h4>
<p>Instagram: <a href="#" target="_blank">@abhimanu</a></p>
</div>
</div>
</body>
</html>