-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.php
40 lines (37 loc) · 2.62 KB
/
about.php
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
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<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=Montserrat+Alternates:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"
rel="stylesheet">
<link
href="https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"
rel="stylesheet">
<link rel="stylesheet" href="./assets/css/style.css">
<link rel="apple-touch-icon" sizes="180x180" href="https://codewithbishal.com/logo/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="https://codewithbishal.com/logo/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="https://codewithbishal.com/logo/favicon-16x16.png">
<title>About | The Forgotten India</title>
</head>
<body>
<?php include("header.php"); ?>
<div class="container">
<h1 class="text-center mt-5"><u>About The Forgotten India</u></h1>
<div class="container mt-3">
<h4>The Indian culture varies by its vast geography. Our Website About The Forgotten India depicts the rich
Indian Culture. People speak in different languages, dress differently, follow different religions, eat different food but are of the same temperament. So whether it is a joyous occasion or a moment of grief, people participate wholeheartedly, feeling happiness or pain. A festival or a celebration is never constrained to a family or a home. The whole community or neighborhood is involved in bringing liveliness to an occasion. Likewise, an Indian wedding is a celebration of union, not only of the bride and
groom but also of two families, maybe cultures or religion too! Similarly, in times of sorrow,
neighbors and friends play an essential part in easing grief.</h4>
<div class="home-buttons text-center"><a href="/indian-culture" class="btn btn-learn my-5">Learn More</a></div>
</div>
</div>
<?php include("footer.php"); ?>
</body>
</html>