-
Notifications
You must be signed in to change notification settings - Fork 0
/
home.html
153 lines (148 loc) · 9.79 KB
/
home.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Culture & Heritage of India</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous">
</head>
<body>
<div class="container">
<header class="d-flex flex-wrap align-items-center justify-content-center justify-content-md-between py-2 mb-0 border-bottom">
<div class="col-md-3 mb-2 mb-md-0">
<a href="/" class="d-inline-flex link-body-emphasis text-decoration-none">
<img src="./Resourses/logo-light.png" style="width: 75px;" class="m-0 p-0" alt="">
</a>
</div>
<ul class="nav col-12 col-md-auto mb-2 justify-content-center mb-md-0">
<li><a href="#" class="nav-link px-2 link-secondary">Home</a></li>
<li><a href="#" class="nav-link px-2 link-warning">Search</a></li>
<li><a href="#" class="nav-link px-2 link-warning">Topics</a></li>
<li><a href="#" class="nav-link px-2 link-warning">About</a></li>
</ul>
<div class="col-md-3 text-end">
<a href="./login.html" class="link-underline-opacity-0 link-warning"><button type="button" class="btn btn-outline-warning me-2">Login</button></a>
<button type="button" class="btn btn-warning">Sign-up</button>
</div>
</header>
</div>
</div>
<div class="row flex-lg-row-reverse align-items-center p-5">
<div class="col-10 col-sm-8 col-lg-6">
<img src="./Resourses/intro.jpg" class="d-block mx-lg-auto img-fluid" alt="Bootstrap Themes" width="700" height="500" loading="lazy">
</div>
<div class="col-lg-6">
<h1 class="display-5 fw-bold text-warning-emphasis lh-1 mb-3">India's Culture and Heritage</h1>
<p class="lead text-warning-emphasis fs-3">Dive into the vibrant tapestry of India's heritage and culture, where ancient traditions meet modern marvels. Join us on a journey through time and diversity, and uncover the soul of a nation that celebrates its rich legacy. Explore, learn, and be inspired by the incredible heritage of India.</p>
<div class="d-grid gap-2 d-md-flex justify-content-md-start">
</div>
</div>
</div>
<div class="container my-5">
<div class="row row-cols-1 row-cols-sm-2 row-cols-md-3 g-3">
<div class="col-3">
<div class="card shadow-sm">
<img src="./Resourses/rajasthan.jpg" alt="rajasthan-intro" style="height: 210px; border-top-right-radius: 1.5%; border-top-left-radius: 1.5%;">
<div class="card-body">
<p class="card-text text-warning-emphasis"><em><b>Rajasthan</b></em>, India's 'Land of Kings,' where history, culture, and royalty converge in a mesmerizing desert landscape.</p>
<div class="d-flex justify-content-between align-items-center">
<div class="btn-group">
<a href="./rajasthan/front2.html"><button type="button" class="btn btn-sm btn-outline-warning">View</button></a>
<button type="button" class="btn btn-sm btn-outline-warning">Like <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="grey" class="bi bi-heart-fill" viewBox="0 0 16 16">
<path fill-rule="evenodd" d="M8 1.314C12.438-3.248 23.534 4.735 8 15-7.534 4.736 3.562-3.248 8 1.314z"/>
</svg></button>
</div>
<small class="text-body-secondary">9 mins</small>
</div>
</div>
</div>
</div>
<div class="col-3">
<div class="card shadow-sm">
<img src="./Resourses/uttrakhand.jpeg" alt="uttrakhand-intro" style="height: 210px; border-top-right-radius: 1.5%; border-top-left-radius: 1.5%;">
<div class="card-body">
<p class="card-text text-warning-emphasis"><em><b>Uttarakhand</b></em>, India's 'Devbhoomi,' where spirituality meets pristine natural beauty in the lap of the Himalayas.</p>
<div class="d-flex justify-content-between align-items-center">
<div class="btn-group">
<button type="button" class="btn btn-sm btn-outline-warning">View</button>
<button type="button" class="btn btn-sm btn-outline-warning">Like <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="grey" class="bi bi-heart-fill" viewBox="0 0 16 16">
<path fill-rule="evenodd" d="M8 1.314C12.438-3.248 23.534 4.735 8 15-7.534 4.736 3.562-3.248 8 1.314z"/>
</svg></button>
</div>
<small class="text-body-secondary">9 mins</small>
</div>
</div>
</div>
</div>
<div class="col-3">
<div class="card shadow-sm">
<img src="./Resourses/tamilnadu.jpeg" alt="tamilnadu-intro" style="height: 210px; border-top-right-radius: 1.5%; border-top-left-radius: 1.5%;">
<div class="card-body">
<p class="card-text text-warning-emphasis"><em><b>Tamil Nadu</b></em>, the 'Land of Temples,' where ancient Dravidian heritage and vibrant traditions thrive in South India's embrace.</p>
<div class="d-flex justify-content-between align-items-center">
<div class="btn-group">
<button type="button" class="btn btn-sm btn-outline-warning">View</button>
<button type="button" class="btn btn-sm btn-outline-warning">Like <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="grey" class="bi bi-heart-fill" viewBox="0 0 16 16">
<path fill-rule="evenodd" d="M8 1.314C12.438-3.248 23.534 4.735 8 15-7.534 4.736 3.562-3.248 8 1.314z"/>
</svg></button>
</div>
<small class="text-body-secondary">9 mins</small>
</div>
</div>
</div>
</div>
<div class="col-3">
<div class="card shadow-sm">
<img src="./Resourses/assam.jpeg" alt="tamilnadu-intro" style="height: 210px; border-top-right-radius: 1.5%; border-top-left-radius: 1.5%;">
<div class="card-body">
<p class="card-text text-warning-emphasis"><em><b>Assam</b></em>, the 'Gateway to the Northeast,' where lush tea gardens, wildlife, and rich cultural diversity flourish along the Brahmaputra River.</p>
<div class="d-flex justify-content-between align-items-center">
<div class="btn-group">
<button type="button" class="btn btn-sm btn-outline-warning">View</button>
<button type="button" class="btn btn-sm btn-outline-warning">Like <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="grey" class="bi bi-heart-fill" viewBox="0 0 16 16">
<path fill-rule="evenodd" d="M8 1.314C12.438-3.248 23.534 4.735 8 15-7.534 4.736 3.562-3.248 8 1.314z"/>
</svg></button>
</div>
<small class="text-body-secondary">9 mins</small>
</div>
</div>
</div>
</div>
<div class="col-3">
<div class="card shadow-sm">
<img src="./Resourses/maharastra.jpeg" alt="tamilnadu-intro" style="height: 210px; border-top-right-radius: 1.5%; border-top-left-radius: 1.5%;">
<div class="card-body">
<p class="card-text text-warning-emphasis"><em><b>Maharashtra</b></em>, India's 'Land of Contrasts,' where the bustling metropolis of Mumbai coexists with historic forts, serene hill stations, and diverse cultures.</p>
<div class="d-flex justify-content-between align-items-center">
<div class="btn-group">
<button type="button" class="btn btn-sm btn-outline-warning">View</button>
<button type="button" class="btn btn-sm btn-outline-warning">Like <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="grey" class="bi bi-heart-fill" viewBox="0 0 16 16">
<path fill-rule="evenodd" d="M8 1.314C12.438-3.248 23.534 4.735 8 15-7.534 4.736 3.562-3.248 8 1.314z"/>
</svg></button>
</div>
<small class="text-body-secondary">9 mins</small>
</div>
</div>
</div>
</div>
<div class="col-3">
<div class="card shadow-sm">
<img src="./Resourses/delhi.jpg" alt="tamilnadu-intro" style="height: 210px; border-top-right-radius: 1.5%; border-top-left-radius: 1.5%;">
<div class="card-body">
<p class="card-text text-warning-emphasis"><em><b>Delhi</b></em>, the 'Capital of India,' where ancient history blends seamlessly with modernity, offering a kaleidoscope of heritage, politics, and cosmopolitan living.</p>
<div class="d-flex justify-content-between align-items-center">
<div class="btn-group">
<button type="button" class="btn btn-sm btn-outline-warning">View</button>
<button type="button" class="btn btn-sm btn-outline-warning">Like <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="grey" class="bi bi-heart-fill" viewBox="0 0 16 16">
<path fill-rule="evenodd" d="M8 1.314C12.438-3.248 23.534 4.735 8 15-7.534 4.736 3.562-3.248 8 1.314z"/>
</svg></button>
</div>
<small class="text-body-secondary">9 mins</small>
</div>
</div>
</div>
</div>
</div>
</div>
</body>
</html>