-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
168 lines (155 loc) · 10.5 KB
/
index.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
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="https://cdn.tailwindcss.com"></script>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<header class="text-gray-400 bg-gray-900 body-font">
<div class="container mx-auto flex flex-wrap p-5 flex-col md:flex-row items-center">
<a href="index.html" class="flex title-font font-medium items-center text-white mb-4 md:mb-0">
<img src="logo.png" alt="Logo" class="w-20 h-20 text-white p-2 rounded-full"></img>
<span class="ml-3 text-xl">ResQHub</span>
</a>
<nav class="md:ml-auto md:mr-auto flex flex-wrap items-center text-base justify-center">
<a href="disaster.html" class="mr-5 hover:text-white">Disaster</a>
<a href="prep.html" class="mr-5 hover:text-white">Be Prepared</a>
<a href="contact.html" class="mr-5 hover:text-white">Contact</a>
<a href="library.html" class="mr-5 hover:text-white">Library</a>
</nav>
<a href="map.html" class="inline-flex items-center bg-gray-800 border-0 py-1 px-3 focus:outline-none hover:bg-gray-700 rounded text-base mt-4 md:mt-0">Evacuation Map
<svg 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>
</a>
<a href="https://www.careindia.org/donate/" class="inline-flex items-center bg-gray-800 border-0 py-1 px-3 focus:outline-none hover:bg-gray-700 rounded text-base mt-4 md:mt-0">Donate
<svg 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>
</a>
</div>
</header>
<section class="text-gray-400 bg-gray-900 body-font">
<div class="container mx-auto flex px-5 py-24 items-center justify-center flex-col">
<img class="lg:w-2/6 md:w-3/6 w-5/6 mb-10 object-cover object-center rounded" alt="hero" src="logo.png">
<div class="text-center lg:w-2/3 w-full">
<h1 class="text-3xl mb-4 font-medium text-white font-minimal">Prepare. Respond. Recover.</h1>
<p class="leading-relaxed mb-8 font-minimal">Don't wait for disaster to knock. Start your journey towards preparedness now. Whether you're a seasoned survivalist or a newcomer seeking guidance, ResQHub equips you with the tools and mindset to weather any storm.</p>
<div class="flex justify-center">
<a href="tel:+112" class="inline-flex text-white bg-purple-500 border-0 py-2 px-6 focus:outline-none hover:bg-purple-600 rounded text-lg">Get Help!</a>
<a href="about.html" class="ml-4 inline-flex text-gray-400 bg-gray-800 border-0 py-2 px-6 focus:outline-none hover:bg-gray-700 hover:text-white rounded text-lg">Know More</a>
</div>
</div>
</div>
</section>
<!--disaster-->
<section class="text-gray-400 bg-gray-900 body-font">
<div class="container mx-auto flex px-5 py-24 md:flex-row flex-col items-center">
<div class="lg:flex-grow md:w-1/2 lg:pr-24 md:pr-16 flex flex-col md:items-start md:text-left mb-16 md:mb-0 items-center text-center">
<h1 class="title-font sm:text-4xl text-3xl mb-4 font-medium text-white">Disaster
<br class="hidden lg:inline-block">Help is here!
</h1>
<p class="mb-8 leading-relaxed">Amidst disaster's chaos, find solace in our aid. With us, help is never far. Together, let's navigate through challenges, fostering resilience and community support in times of need.</p>
<div class="flex justify-center">
<button href="disaster.html" class="inline-flex text-white bg-purple-500 border-0 py-2 px-6 focus:outline-none hover:bg-purple-600 rounded text-lg">Know More</button>
</div>
</div>
<div class="lg:max-w-lg lg:w-full md:w-1/2 w-5/6">
<img class="object-cover object-center rounded" alt="hero" src="disaster.jpg">
</div>
</div>
</section>
<section>
<div class="Renewable">
<h1 s><b >Renewable Energy Potential</b> </h1>
<div id="location"></div>
<div id="results">
<h3><b>Wind Power</b> : <span id="wind-power">Calculating...</span> W</h3>
<h3><b>Solar Power</b>: <span id="solar-power">Calculating...</span> W</h3>
</div>
</div>
</section>
<script src="app.js"></script>
<!--prep-->
<section class="text-gray-400 bg-gray-900 body-font">
<div class="container mx-auto flex px-5 py-24 md:flex-row flex-col items-center">
<div class="lg:max-w-lg lg:w-full md:w-1/2 w-5/6 md:mb-0 mb-10">
<img class="object-cover object-center rounded" alt="hero" src="prep.jpeg">
</div>
<div class="lg:flex-grow md:w-1/2 lg:pl-24 md:pl-16 flex flex-col md:items-start md:text-left items-center text-center">
<h1 class="title-font sm:text-4xl text-3xl mb-4 font-medium text-white">Be Prepared!
<br class="hidden lg:inline-block">We are here to help.
</h1>
<p class="mb-8 leading-relaxed">Prepare for anything life throws your way! With our comprehensive resources and expert guidance, you can confidently navigate any challenge. Be ready, be resilient, and face the future with strength.</p>
<div class="flex justify-center">
<button href="prep.html" class="inline-flex text-white bg-purple-500 border-0 py-2 px-6 focus:outline-none hover:bg-purple-600 rounded text-lg">Know More</button>
</div>
</div>
</div>
</section>
<!--donate-->
<section class="text-gray-400 bg-gray-900 body-font">
<div class="container mx-auto flex px-5 py-24 md:flex-row flex-col items-center">
<div class="lg:flex-grow md:w-1/2 lg:pr-24 md:pr-16 flex flex-col md:items-start md:text-left mb-16 md:mb-0 items-center text-center">
<h1 class="title-font sm:text-4xl text-3xl mb-4 font-medium text-white">Donate
<br class="hidden lg:inline-block">Even a small contribution goes a long way!
</h1>
<p class="mb-8 leading-relaxed">Make a difference today! Your donation can transform lives and communities. Join us in our mission to provide essential support and resources to those in need. Together, let's create a brighter future for all..</p>
<div class="flex justify-center">
<a href="https://www.careindia.org/donate/" class="inline-flex text-white bg-purple-500 border-0 py-2 px-6 focus:outline-none hover:bg-purple-600 rounded text-lg">Know More</a>
</div>
</div>
<div class="lg:max-w-lg lg:w-full md:w-1/2 w-5/6">
<img class="object-cover object-center rounded" alt="hero" src="donate.jpg">
</div>
</div>
</section>
<!--contact-->
<section class="text-gray-400 bg-gray-900 body-font">
<div class="container mx-auto flex px-5 py-24 md:flex-row flex-col items-center">
<div class="lg:max-w-lg lg:w-full md:w-1/2 w-5/6 md:mb-0 mb-10">
<img class="object-cover object-center rounded" alt="hero" src="contact.jpg">
</div>
<div class="lg:flex-grow md:w-1/2 lg:pl-24 md:pl-16 flex flex-col md:items-start md:text-left items-center text-center">
<h1 class="title-font sm:text-4xl text-3xl mb-4 font-medium text-white">Contact Us!
<br class="hidden lg:inline-block">You're not alone.
</h1>
<p class="mb-8 leading-relaxed">Reach out, you're not alone. Our team is here to support you through every step. Together, let's build a stronger, safer community. Contact us today for assistance and guidance.</p>
<div class="flex justify-center">
<button href="contact.html" class="inline-flex text-white bg-purple-500 border-0 py-2 px-6 focus:outline-none hover:bg-purple-600 rounded text-lg">Know More</button>
</div>
</div>
</div>
</section>
<!--library-->
<section class="text-gray-400 bg-gray-900 body-font">
<div class="container mx-auto flex px-5 py-24 md:flex-row flex-col items-center">
<div class="lg:flex-grow md:w-1/2 lg:pr-24 md:pr-16 flex flex-col md:items-start md:text-left mb-16 md:mb-0 items-center text-center">
<h1 class="title-font sm:text-4xl text-3xl mb-4 font-medium text-white">Library
<br class="hidden lg:inline-block">Finding resources made easy!
</h1>
<p class="mb-8 leading-relaxed">Discovering resources simplified! Our library offers easy access to a wealth of information. Whether it's books, articles, or multimedia, find what you need effortlessly. Empower your quest for knowledge with us!</p>
<div class="flex justify-center">
<button class="inline-flex text-white bg-purple-500 border-0 py-2 px-6 focus:outline-none hover:bg-purple-600 rounded text-lg">Know More</button>
</div>
</div>
<div class="lg:max-w-lg lg:w-full md:w-1/2 w-5/6">
<img class="object-cover object-center rounded" alt="hero" src="resources.jpg">
</div>
</div>
</section>
<footer class="text-gray-400 bg-gray-900 body-font">
<div class="container mx-auto flex flex-wrap p-5 flex-col md:flex-row items-center">
<a href="index.html" class="flex title-font font-medium items-center text-white mb-4 md:mb-0">
<img src="logo.png" alt="Logo" class="w-20 h-20 text-white p-2 rounded-full"></img>
<span class="ml-3 text-xl">ResQHub</span>
</a>
<p class="text-sm text-gray-400 sm:ml-4 sm:pl-4 sm:border-l-2 sm:border-gray-800 sm:py-2 sm:mt-0 mt-4">© The Invincibles —
<a href="mailto:[email protected]" class="text-gray-500 ml-1" target="_blank" rel="noopener noreferrer">Email</a>
</p>
</div>
</footer>
</body>
</html>