-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtest.html
More file actions
434 lines (408 loc) · 14.6 KB
/
test.html
File metadata and controls
434 lines (408 loc) · 14.6 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
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
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Basic Meta Tags -->
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Testimonials | Friend Circle</title>
<!-- Canonical URL -->
<link rel="canonical" href="https://friendcirclee.netlify.app/test.html" />
<!-- Primary SEO Meta -->
<meta
name="description"
content="Read heartfelt testimonials from the Friend Circle — a close-knit group of adventurers from Kashmir sharing their unforgettable journeys, experiences, and friendships."
/>
<meta
name="keywords"
content="Friend Circle testimonials, Kashmir adventurers reviews, Zuhaib Rashid friends feedback, travel group experiences Kashmir, adventure group testimonials, offroading friends reviews"
/>
<meta name="robots" content="index, follow" />
<meta name="language" content="English" />
<meta name="author" content="Zuhaib Rashid" />
<meta name="referrer" content="no-referrer-when-downgrade" />
<meta name="theme-color" content="#0d1117" />
<meta name="rating" content="General" />
<!-- Open Graph / Facebook Meta -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://friendcirclee.netlify.app/test.html" />
<meta property="og:title" content="Testimonials | Friend Circle" />
<meta
property="og:description"
content="See what our adventurers have to say about their journeys and friendships in the Friend Circle — a vibrant community of explorers from Kashmir."
/>
<meta
property="og:image"
content="https://friendcirclee.netlify.app/All%20photos/group.new.jpg"
/>
<meta property="og:site_name" content="Friend Circle" />
<!-- Twitter Meta -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Testimonials | Friend Circle" />
<meta
name="twitter:description"
content="Discover what makes the Friend Circle special — read real stories from our Kashmiri adventurers."
/>
<meta
name="twitter:image"
content="https://friendcirclee.netlify.app/All%20photos/group.new.jpg"
/>
<meta name="twitter:creator" content="@xuhaibx9" />
<!-- PWA Manifest -->
<link rel="manifest" href="/manifest.json" />
<!-- Favicon -->
<link rel="icon" href="Favicon1.png" type="image/x-icon" />
<!-- Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com" crossorigin />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Caveat:wght@400..700&family=Ga+Maamli&family=Shalimar&display=swap"
rel="stylesheet"
/>
<!-- Structured Data (JSON-LD for Google Rich Results) -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebPage",
"name": "Friend Circle Testimonials",
"url": "https://friendcirclee.netlify.app/test",
"description": "Testimonials from the Friend Circle — stories and feedback from adventurers exploring Kashmir together.",
"author": {
"@type": "Person",
"name": "Zuhaib Rashid"
},
"publisher": {
"@type": "Organization",
"name": "Friend Circle",
"logo": {
"@type": "ImageObject",
"url": "https://friendcirclee.netlify.app/All%20photos/group.new.jpg"
}
},
"image": "https://friendcirclee.netlify.app/All%20photos/group.new.jpg"
}
</script>
<style>
/* General Reset */
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: "Arial", sans-serif;
background-color: #f4f4f9;
color: #333;
line-height: 1.6;
min-height: 100vh;
display: flex;
flex-direction: column;
}
header,
footer {
background-color: #283e51;
color: white;
text-align: center;
padding: 1rem;
font-family: "Caveat", cursive;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}
header nav ul {
list-style: none;
display: flex;
justify-content: center;
gap: 20px;
margin-top: 10px;
}
header nav ul li a {
color: white;
font-weight: bold;
text-decoration: none;
font-family: "Ga Maamli", sans-serif;
font-size: 18px;
}
header nav ul li a:hover {
color: #4b79a1;
}
main {
flex: 1;
padding: 2rem 1rem;
max-width: 1200px;
margin: 0 auto;
font-family: "Shalimar", cursive;
}
h1 {
font-family: "Caveat", cursive;
font-size: 3rem;
color: #283e51;
text-align: center;
margin-bottom: 2rem;
}
.testimonials {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
gap: 2rem;
}
.testimonial {
background: white;
border-radius: 10px;
padding: 20px;
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
text-align: center;
}
.testimonial img {
width: 100px;
height: 100px;
border-radius: 50%;
object-fit: cover;
margin-bottom: 0.5rem;
}
.testimonial h3 {
margin-bottom: 0.8rem;
color: #4b79a1;
font-family: "Caveat", cursive;
}
.testimonial p {
font-style: italic;
font-size: 1.4rem;
line-height: 1.4;
color: #555;
}
.instagram-icon {
margin-top: 10px;
color: #333;
font-size: 1.5rem;
}
footer p {
font-family: "Ga Maamli", sans-serif;
font-size: 1rem;
}
</style>
</head>
<body>
<header>
<div class="container">
<div class="logo" style="font-size: 2rem">Testimonials</div>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="adventure.html">Adventure</a></li>
<li><a href="about.html">About Us</a></li>
<li>
<a
href="http://zuhaibrashid.com/"
target="_blank"
rel="noopener noreferrer"
>My Portfolio</a
>
</li>
</ul>
</nav>
<div class="social-icons" style="margin-top: 1rem">
<a
target="_blank"
href="https://x.com/xuhaib_x9"
title="Twitter"
aria-label="Twitter"
>
<img
src="https://cdn-icons-png.flaticon.com/512/733/733579.png"
alt="Twitter Icon"
style="width: 24px; height: 24px"
/>
</a>
<a
target="_blank"
href="https://www.linkedin.com/in/zuhaib-rashid-661345318/"
title="LinkedIn"
aria-label="LinkedIn"
>
<img
src="https://cdn-icons-png.flaticon.com/512/174/174857.png"
alt="LinkedIn Icon"
style="width: 24px; height: 24px"
/>
</a>
<a
target="_blank"
href="https://instagram.com/yourprofile"
title="Instagram"
aria-label="Instagram"
>
<img
src="https://cdn-icons-png.flaticon.com/512/174/174855.png"
alt="Instagram Icon"
style="width: 24px; height: 24px"
/>
</a>
</div>
</div>
</header>
<main>
<h1>What Our Friends Say</h1>
<section class="testimonials">
<article class="testimonial">
<img src="profile picturs/aqib 1.jpg" alt="Aqib" />
<h3>Aqib</h3>
<p>
"Every off-road adventure with the Friend Circle is an absolute
thrill. The excitement, camaraderie, and unforgettable moments we
share make these trips something I look forward to every time. It’s
an experience that creates lasting memories and bonds."
</p>
<a
href="https://www.instagram.com/itx_aqib_45?utm_source=ig_web_button_share_sheet"
target="_blank"
rel="noopener noreferrer"
>
<i class="fab fa-instagram instagram-icon"></i>
</a>
</article>
<article class="testimonial">
<img src="profile picturs/tehseen.jpg" alt="Tehseen Bin Akbar" />
<h3>Tehseen Bin Akbar</h3>
<p>
“Being part of the Friend Circle has been an incredible journey.
Every adventure, from exploring new places to spontaneous outings,
is filled with laughter and joy. These shared experiences have
created some of the most cherished memories of my life.”
</p>
<a
href="https://www.instagram.com/tehseenbinakba?utm_source=ig_web_button_share_sheet"
target="_blank"
rel="noopener noreferrer"
>
<i class="fab fa-instagram instagram-icon"></i>
</a>
</article>
<article class="testimonial">
<img src="profile picturs/mubashir.jpg" alt="Muhammed Mubashir" />
<h3>Muhammed Mubashir</h3>
<p>
"Joining the Friend Circle has been a highlight of my adventures.
Every outing, whether it's hiking or just hanging out, is filled
with great moments and laughter. These experiences with the group
are memories I’ll always hold dear."
</p>
<a
href="https://www.facebook.com/profile.php?id=100023662695866"
target="_blank"
rel="noopener noreferrer"
>
<i class="fab fa-facebook instagram-icon"></i>
</a>
</article>
<article class="testimonial">
<img src="profile picturs/Furqan.jpg" alt="Furqan" />
<h3>Furqan</h3>
<p>
"Being part of the Friend Circle has been an incredible experience.
Whether we’re hitting the volleyball court or exploring new places,
the fun and camaraderie we share are unmatched. Each adventure
leaves us with memories that we’ll cherish forever."
</p>
<a
href="https://www.instagram.com/fasu20790?utm_source=ig_web_button_share_sheet"
target="_blank"
rel="noopener noreferrer"
>
<i class="fab fa-instagram instagram-icon"></i>
</a>
</article>
<article class="testimonial">
<img src="profile picturs/sahil javeed.jpg" alt="Sahil Javeed" />
<h3>Sahil Javeed</h3>
<p>
"Every outing with the Friend Circle is a blast. Whether we're
off-roading, fishing, or just enjoying each other's company, the
moments we share are always full of joy and laughter. These
adventures create memories that I treasure deeply."
</p>
<a
href="https://www.instagram.com/sahil.4024/?utm_source=ig_web_button_share_sheet"
target="_blank"
rel="noopener noreferrer"
>
<i class="fab fa-instagram instagram-icon"></i>
</a>
</article>
<article class="testimonial">
<img src="profile picturs/Sahil mushtaq.jpg" alt="Sahil" />
<h3>Sahil</h3>
<p>
"Adventures with the Friend Circle are always unforgettable. From
off-roading to camping under the stars, each experience is filled
with laughter and great memories. Being part of this group makes
every outing special and worth remembering."
</p>
<a
href="https://www.instagram.com/sahiiii_2032/?utm_source=ig_web_button_share_sheet"
target="_blank"
rel="noopener noreferrer"
>
<i class="fab fa-instagram instagram-icon"></i>
</a>
</article>
<article class="testimonial">
<img src="profile picturs/sameem.jpg" alt="Sameem" />
<h3>Sameem</h3>
<p>
"The Friend Circle is where the best memories are made. Whether
we're playing volleyball or embarking on new adventures, every
moment is filled with excitement and camaraderie. These experiences
with the group are truly unforgettable."
</p>
<a
href="https://www.instagram.com/captain__s123?utm_source=ig_web_button_share_sheet"
target="_blank"
rel="noopener noreferrer"
>
<i class="fab fa-instagram instagram-icon"></i>
</a>
</article>
<article class="testimonial">
<img src="profile picturs/naveed.webp" alt="Naveed" />
<h3>Naveed</h3>
<p>
"Exploring new terrains and off-roading with the Friend Circle is
always an adventure. Each trip is packed with excitement and shared
moments that turn into lasting memories. Being part of this group
makes every journey extraordinary."
</p>
<a
href="https://www.instagram.com/nav_jatt____?utm_source=ig_web_button_share_sheet"
target="_blank"
rel="noopener noreferrer"
>
<i class="fab fa-instagram instagram-icon"></i>
</a>
</article>
<article class="testimonial">
<img src="profile picturs/zuhaib.jpg" alt="Zuhaib" />
<h3>Zuhaib</h3>
<p>
"Being part of the Friend Circle is truly special. Every adventure
with Aqib, Sahil, Furqan, Sameem, Naveed, and the rest of the crew
is packed with excitement and joy. Whether we’re off-roading,
playing volleyball, or just exploring new places, each moment is
filled with laughter and camaraderie. These shared experiences are
memories I’ll cherish forever and look forward to adding many more
to our collection."
</p>
<a
href="https://www.instagram.com/zoh.aib__/"
target="_blank"
rel="noopener noreferrer"
>
<i class="fab fa-instagram instagram-icon"></i>
</a>
</article>
</section>
</main>
<footer>
<p style="text-align: center; font-family: 'Ga Maamli', sans-serif">
© 2026 Friend Circle. All rights reserved.
</p>
</footer>
</body>
</html>