-
Notifications
You must be signed in to change notification settings - Fork 1
/
primary.html
87 lines (77 loc) · 4.95 KB
/
primary.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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Moksha</title>
<link href="https://unpkg.com/tailwindcss@^1.0/dist/tailwind.min.css" rel="stylesheet">
</head>
<body>
<header class="text-gray-600 body-font">
<div class="container mx-auto flex flex-wrap p-5 flex-col md:flex-row items-center" bis_skin_checked="1">
<a class="flex title-font font-medium items-center text-gray-900 mb-4 md:mb-0">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" class="w-10 h-10 text-white p-2 bg-indigo-500 rounded-full" viewBox="0 0 24 24">
<path d="M12 2L2 7l10 5 10-5-10-5zM2 17l10 5 10-5M2 12l10 5 10-5"></path>
</svg>
<span class="ml-3 text-xl">moksha</span>
</a>
<nav class="md:ml-auto md:mr-auto flex flex-wrap items-center text-base justify-center">
<a class="mr-5 hover:text-gray-900" href="tajmahal.html">Taj Mahal</a>
<a class="mr-5 hover:text-gray-900" href="gatewayofindia.html">Gateway Of India</a>
<a class="mr-5 hover:text-gray-900" href="">Konark</a>
<a class="mr-5 hover:text-gray-900" href="">Red Fort</a>
</nav>
<button class="inline-flex items-center bg-gray-100 border-0 py-1 px-3 focus:outline-none hover:bg-gray-200 rounded text-base mt-4 md:mt-0">Explore
<svg class="animate-bounce w-6 h-6 ..." fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" class="w-4 h-4 ml-1" viewBox="0 0 24 24">
<path d="M5 12h14M12 5l7 7-7 7"></path>
</svg>
</button>
</div>
</header>
<section class="text-gray-600 body-font">
<div class="container mx-auto flex px-5 py-24 items-center justify-center flex-col" bis_skin_checked="1">
<img class="lg:w-2/6 md:w-3/6 w-5/6 mb-10 object-cover object-center rounded" alt="hero" src="img/qutubminar.png">
<div class="text-center lg:w-2/3 w-full" bis_skin_checked="1">
<h1 class="title-font sm:text-4xl text-3xl mb-4 font-medium text-gray-900">SAVE EARTH SAVE FUTURE</h1>
<p class="mb-8 leading-relaxed">Our aim is to revolutionise tourism by providing you with real time safe and guilt-free enjoyment.As part of the government of India's initiative of net-zero emission in tourism sector,we are working
vicariously with our developers and customers to solve the given problem as well as provide a safe and sound trip for our guests and customers</p>
<div class="flex justify-center" bis_skin_checked="1">
<button class="inline-flex text-white bg-blue-500 border-0 py-2 px-6 focus:outline-none hover:bg-blue-600 rounded text-lg">About us</button>
<a href="index1.html">
<button class="ml-4 inline-flex text-gray-700 bg-gray-100 border-0 py-2 px-6 focus:outline-none hover:bg-gray-200 rounded text-lg">contact us</button>
</a>
</div>
</div>
</div>
</section>
<section class="text-gray-600 body-font">
<div class="container px-5 py-24 mx-auto flex flex-wrap" bis_skin_checked="1">
<div class="flex flex-wrap -mx-4 mt-auto mb-auto lg:w-1/2 sm:w-2/3 content-start sm:pr-10" bis_skin_checked="1">
<div class="w-full sm:p-4 px-4 mb-6" bis_skin_checked="1">
<h1 class="title-font font-medium text-xl mb-2 text-gray-900">Tourist Carbon-footprint</h1>
<div class="leading-relaxed" bis_skin_checked="1">The amount of footfall of tourist in India is increasing every year and is further stated to increase more in the future ,which in return will generate more carbon footprint</div>
</div>
<div class="p-4 sm:w-1/2 lg:w-1/4 w-1/2" bis_skin_checked="1">
<h2 class="title-font font-medium text-3xl text-gray-900">2019</h2>
<p class="leading-relaxed">Year</p>
</div>
<div class="p-4 sm:w-1/2 lg:w-1/4 w-1/2" bis_skin_checked="1">
<h2 class="title-font font-medium text-3xl text-gray-900">2,321.98 million</h2>
<p class="leading-relaxed">Domestic Tourist</p>
</div>
<div class="p-4 sm:w-1/2 lg:w-1/4 w-1/2" bis_skin_checked="1">
<h2 class="title-font font-medium text-3xl text-gray-900">17.91 million</h2>
<p class="leading-relaxed">International Tourist</p>
</div>
<div class="p-4 sm:w-1/2 lg:w-1/4 w-1/2" bis_skin_checked="1">
<h2 class="title-font font-medium text-3xl text-gray-900">268 tonnes</h2>
<p class="leading-relaxed">carbon emissions</p>
</div>
</div>
<div class="lg:w-1/2 sm:w-1/3 w-full rounded-lg overflow-hidden mt-6 sm:mt-0" bis_skin_checked="1">
<img class="object-cover object-center w-full h-full" src="img/delhi.png" alt="stats">
</div>
</div>
</section>
<iframe width="1500" height="440" src="https://rss.app/embed/v1/carousel/naLN1iZKjvzAoyAz" frameborder="0"></iframe>
</body>
</html>