forked from Kritika75/TheCawnporeMag.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
475 lines (421 loc) · 19.1 KB
/
about.html
File metadata and controls
475 lines (421 loc) · 19.1 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
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About</title>
<meta name="description" content="Learn about The Cawnpore Magazine's mission to document and preserve Kanpur's historical narratives and cultural heritage.">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://thecawnporemag.github.io/about.html">
<meta property="og:title" content="About The Cawnpore Magazine - Our Mission and Vision">
<meta property="og:description" content="Learn about our mission to document and preserve Kanpur's historical narratives and cultural heritage.">
<meta property="og:image" content="https://thecawnporemag.github.io/assets/images/about-og-image.jpg">
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://thecawnporemag.github.io/about.html">
<meta property="twitter:title" content="About The Cawnpore Magazine - Our Mission and Vision">
<meta property="twitter:description" content="Learn about our mission to document and preserve Kanpur's historical narratives and cultural heritage.">
<meta property="twitter:image" content="https://thecawnporemag.github.io/assets/images/about-og-image.jpg">
<link rel = "stylesheet" href="about.css">
<link rel="icon" href="assets/favicon.ico" type="image/x-icon">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Crimson+Text:ital,wght@1,700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css" integrity="sha512-SnH5WK+bZxgPHs44uWIX+LLJAJ9/2PkPKZ5QiAj6Ta86w+fsb2TkcmfRyVX3pBnMFcV7oQPJkl9QevSCWr3W6A==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"
/>
<!-- Back Button (Fixed Top-Left Corner) -->
<button
onclick="history.back()"
style="
position: fixed;
top: 70px;
left: 20px;
z-index: 1000;
background-color: #800000;
color: white;
border: none;
padding: 10px 16px;
border-radius: 6px;
cursor: pointer;
font-weight: bold;
box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
"
>
← Back
</button>
</head>
<body>
<!-- Circles -->
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<script>
// Coordinates for the cursor
const coords = { x: 0, y: 0 };
const circles = document.querySelectorAll(".circle");
// Colors for the circles
const colors = [
"#ffb56b", "#fdaf69", "#f89d63", "#f59761", "#ef865e", "#ec805d",
"#e36e5c", "#df685c", "#d5585c", "#d1525c", "#c5415d", "#c03b5d",
"#b22c5e", "#ac265e", "#9c155f", "#950f5f", "#830060", "#7c0060",
"#680060", "#60005f", "#48005f", "#3d005e"
];
// Assign colors and initial position to each circle
circles.forEach(function (circle, index) {
circle.x = 0;
circle.y = 0;
circle.style.backgroundColor = colors[index % colors.length];
});
// Update the coordinates when the mouse moves
window.addEventListener("mousemove", function (e) {
coords.x = e.clientX;
coords.y = e.clientY;
});
// Animation function to move the circles
function animateCircles() {
let x = coords.x;
let y = coords.y;
circles.forEach(function (circle, index) {
// Update the position and scale of each circle
circle.style.left = x - 12 + "px";
circle.style.top = y - 12 + "px";
circle.style.scale = (circles.length - index) / circles.length;
circle.x = x;
circle.y = y;
// Get the next circle in the sequence
const nextCircle = circles[index + 1] || circles[0];
x += (nextCircle.x - x) * 0.15;
y += (nextCircle.y - y) * 0.15;
});
// Repeat the animation
requestAnimationFrame(animateCircles);
}
// Start the animation
animateCircles();
</script>
<div class="progress-container">
<div class="progress-bar" id="progressBar"></div>
</div>
<section class="header">
<nav role="navigation" aria-label="Main Menu">
<!-- Logo on the left -->
<a href="index.html">
<img src="assets/favicon.ico" alt="Logo" class="navbar-logo" />
</a>
<div class = "nav-links" id="navLinks">
<i class="fa fa-times" onclick="hideMenu()"></i>
<ul>
<li><a href="index.html">HOME</a></li>
<li><a href="about.html">ABOUT</a></li>
<li><a href="submission.html">SUBMIT</a></li>
<li><a href="issue.html">ISSUE</a></li>
<li><a href="masthead.html">MASTHEAD</a></li>
<li><a href="faq.html">FAQ</a></li>
<li><a href="gallery.html">Gallery</a></li>
<li><a href="open-source.html">OPEN SOURCE</a></li>
<li><a href="journey.html">OUR JOURNEY</a></li>
<li><a href="login.html" class="btn">LOGIN</a></li>
<li><a href="signup.html" class="btn">REGISTER</a></li>
</ul>
</div>
<i class="fa fa-bars" onclick="showMenu()"></i>
</nav>
</section>
<section class="header1">
<div class="text-box1">
<h1>About</h1>
<p>The Cawnpore</p>
</div>
</section>
<section class="Introductory">
<p id="intro1">
The city of <span class="bold-words">"Kanpur"</span>, formerly known as <span class="bold-words">Cawnpore</span> , has a rich and complex history that has shaped its identity. <br> Originally established by a Hindu King named <span class="bold-words">Chandel</span>, the city was named <span class="bold-words">"Kahnapur"</span> in honor of his devotion to <span class="bold-words">Lord Krishna</span>. <br>
However, during the <span class="underline-words">British colonial era</span>, the name was anglicized to <span class="bold-words">"Cawnpore"</span> due to difficulties in pronunciation. This change was significant as Cawnpore, known as the <span class="bold-words">"Manchester of India"</span> ,emerged as the commercial capital of <span class="underline-words">Uttar Pradesh</span>.
Kanpur's history is deeply intertwined with the Indian struggle for independence. The city played a pivotal role in the revolt of <span class="bold-words">1857</span>, witnessing tragic events such as the "wheeler’s entrenchment episode," the "massacre at <span class="bold-words">Sati Chaura Ghat</span>," and the <span class="bold-words">"Bibighar massacre"</span> . <br>
These events left a lasting impact on the city and its people.
Following India's independence in <span class="bold-words"> 1947</span>, the city was renamed <span class="bold-words">Kanpur</span>, <span class="underline-words">symbolizing a new era and a fresh start</span>. Despite its tumultuous past, Kanpur has emerged as a beacon of happiness and positivity. <br>
In <span class="bold-words">2023</span>, it was recognized as the <span class="underline-words">11th happiest city in the world</span>, a testament to the resilience and friendliness of its people.<br>
This vibrant city continues to honor its history while embracing progress and prosperity, making it a truly remarkable place with a captivating story to tell.
</p>
</section>
<!-- Stylish Section Separator -->
<div class="section-separator">
<div class="separator-line"></div>
<div class="separator-label">◉</div>
<div class="separator-line"></div>
</div>
<h2 id="CardsHeading">Cawnpore's Prominent Landmarks</h2>
<ul class="landmarks template-slider">
<!-- landmark cards -->
<!-- lal imli -->
<li class="landmarkCard">
<img src="lal imli.jpg" alt="Lal Imli" />
<div class="landmarkInfo">
<p class="Tag-line" style="color: #FDF0D5;">
A Forgotten woollen Empire of India's Colonial era.
</p>
<h2>Lal Imli</h2>
<a href="https://heritagehackathon.weebly.com/lal-imli-mills.html" target="_blank" rel="noopener noreferrer">
<button class="landmarkButton">Learn More</button>
</a>
</div>
</li>
<!-- kanpur memorial church -->
<li class="landmarkCard">
<img src="Kanpur_Memorial_Church.jpg" alt="Kanpur Memorial Church" />
<div class="landmarkInfo">
<p class="Tag-line" style="color: #FDF0D5;">
A Solemn echo of 1857 — where history and memory unite in silence.
</p>
<h2>Kanpur Memorial Church</h2>
<a href="https://en.wikipedia.org/wiki/Kanpur_Memorial_Church" target="_blank" rel="noopener noreferrer">
<button class="landmarkButton">Learn More</button>
</a>
</div>
</li>
<!-- Kanpur Central Station -->
<li class="landmarkCard">
<img src="Kanpur_Central_Station.jpg" alt="Kanpur Central" />
<div class="landmarkInfo">
<p class="Tag-line" style="color: #FDF0D5;">
From colonial rails to digital tracks — Kanpur's timeless junction.
</p>
<h2>Kanpur Central</h2>
<a href="https://en.wikipedia.org/wiki/Kanpur_Central_railway_station" target="_blank" rel="noopener noreferrer">
<button class="landmarkButton">Learn More</button>
</a>
</div>
</li>
<!-- JK Temple -->
<li class="landmarkCard">
<img src="1920px-JK_Temple(Juggilal_Kamlapati_temple)_is_a_temple_in_the_Indian_city_of_Kanpur.It_is_considered_to_be_a_unique_blend_of_ancient_and_modern_architecture.jpg" alt="J.K. Temple" />
<div class="landmarkInfo">
<p class="Tag-line" style="color: #FDF0D5;">
A divine fusion of modernity and tradition in marble and serenity.
</p>
<h2>J.K. Temple</h2>
<a href="https://en.wikipedia.org/wiki/JK_Temple" target="_blank" rel="noopener noreferrer">
<button class="landmarkButton">Learn More</button>
</a>
</div>
</li>
<!-- Kanpur Zoological Park -->
<li class="landmarkCard">
<img src="Kanpur.jpg" alt="Kanpur Zoological Park" />
<div class="landmarkInfo">
<p class="Tag-line" style="color: #FDF0D5;">
Also known as Allen Zoo, established in 1974. It's one of the oldest zoo in India.
</p>
<h2>Kanpur Zoological Park</h2>
<a href="https://en.wikipedia.org/wiki/Kanpur_Zoological_Park" target="_blank" rel="noopener noreferrer">
<button class="landmarkButton">Learn More</button>
</a>
</div>
</li>
</ul>
<div style="width: 100%; margin-top: 1rem; margin-bottom: 3rem; text-align: center">
<button
id="slider-left"
aria-label="Previous Slide"
style="
font-size: 1.5rem;
padding: 14px;
background: #fff;
border-radius: 50%;
border: none;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
cursor: pointer;
margin-right: 20px;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
font-weight: bolder;
"
>
←
</button>
<button
id="slider-right"
aria-label="Next Slide"
style="
z-index: 10;
font-size: 1.5rem;
padding: 14px;
background: #fff;
border-radius: 50%;
border: none;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
cursor: pointer;
font-weight: bolder;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
"
>
→
</button>
</div>
<script>
// template gallery slider
const template_slider = document.querySelector(".template-slider");
const template_slides = template_slider.querySelectorAll("li");
const slideCount = template_slides.length;
let activeSlide = 0;
// Ensure first slide is visible
template_slides[0].classList.add("active");
// Arrow buttons
const leftArrow = document.getElementById("slider-left");
const rightArrow = document.getElementById("slider-right");
function showSlide(index) {
template_slides[activeSlide].classList.remove("active");
activeSlide = (index + slideCount) % slideCount;
template_slides[activeSlide].classList.add("active");
}
// Auto slide
let sliderInterval = setInterval(() => {
showSlide(activeSlide + 1);
}, 5000);
// Arrow navigation
if (leftArrow && rightArrow) {
leftArrow.addEventListener("click", () => {
showSlide(activeSlide - 1);
clearInterval(sliderInterval);
sliderInterval = setInterval(() => showSlide(activeSlide + 1), 5000);
});
rightArrow.addEventListener("click", () => {
showSlide(activeSlide + 1);
clearInterval(sliderInterval);
sliderInterval = setInterval(() => showSlide(activeSlide + 1), 5000);
});
}
</script>
<!-- Stylish Section Separator -->
<div class="section-separator">
<div class="separator-line"></div>
<div class="separator-label">◉</div>
<div class="separator-line"></div>
</div>
<section id="famous-food" class="food-section">
<h2 class="section-title">Cawnpore's Famous Food</h2>
<div class="food-scroll">
<div class="food-card">
<img src="Imarti.jpeg" alt="Food 1">
<p>Famous golden dessert of Kanpur known for it's crispiness and sweetness.</p>
<h2>Imarti</h2>
</div>
<div class="food-card">
<img src="Sultani Dal.jpeg" alt="Food 2">
<p>A royal Dal made with tur dal cooked with milk,cream and yogurt with some tadka on top.</p>
<h2>Sultani Dal</h2>
</div>
<div class="food-card">
<img src="Luchi Sabji.jpeg" alt="Food 3">
<p>It's a breakfast dish made by deep frying the bread and bolied potato.</p>
<h2>Luchi Sabji</h2>
</div>
<div class="food-card">
<img src="Makhan Malai.jpeg" alt="Food 4">
<p>This food is quite famous in Kanpur during winter seasons.</p>
<h2>Makhan Malai</h2>
</div>
</div>
</section>
<!-- Footer -->
<footer class="site-footer" id="footer" >
<a class="back-to-top" href="#">
<i class="fa-solid fa-chevron-up"></i>
</a>
<div class="footer-top" >
<div class="footer-about">
<a href="index.html">
<img src="assets/favicon.ico" alt="The Cawnpore Logo" style="height: 50px; margin-bottom: 10px;">
<h3>The Cawnpore</h3>
</a>
<p>An independent magazine celebrating literary voices and untold stories.</p>
</div>
<div class="footer-links" id="footerLinks">
<h3>Quick Links</h3>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="submission.html">Submit</a></li>
<li><a href="issue.html">Issue</a></li>
<li><a href="masthead.html">Masthead</a></li>
<li><a href="faq.html">FAQ</a></li>
<li><a href="gallery.html">Gallery</a></li>
<li><a href="open-source.html">Open Source</a></li>
</ul>
</div>
<div class="footer-contact" id="footerContact">
<h3>Contact Us</h3>
<div class="social-icons">
<a href="mailto:thecawnporemagofficial@gmail.com" target="_blank">
<i class="fa-solid fa-envelope"></i>
</a>
<a href="https://www.instagram.com/thecawnporemagazine/?igsh=MWQzcXkxeGNkd29oeA%3D%3D" target="_blank">
<i class="fa-brands fa-instagram"></i>
</a>
<a href="https://www.linkedin.com/company/the-cawnpore-magazine/" target="_blank">
<i class="fa-brands fa-linkedin"></i>
</a>
<a href="https://x.com/TheCawnporeMag?s=09" target="_blank">
<i class="fa-brands fa-x-twitter"></i>
</a>
<a href="https://www.tumblr.com/thecawnporemagazine?source=share" target="_blank">
<i class="fa-brands fa-tumblr"></i>
</a>
</div>
</div>
<div class="subscription-box-about">
<h3>Subscribe to our Newsletter</h3>
<form action="/subscribe" method="post">
<input type="email" name="email" placeholder="Enter your email" required>
<button type="submit">Subscribe</button>
</form>
</div>
</div>
<div class="footer-bottom">
<p>Made with ♥ by Kritika Singh</p>
<p>© <span id="year"></span> THE CAWNPORE — ALL RIGHTS RESERVED</p>
</div>
</footer>
<script src="index.js"></script>
</body>
</html>