-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathlibrary.html
86 lines (84 loc) · 5.68 KB
/
library.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
<!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>
</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="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 body-font bg-gray-900">
<div class="container px-5 py-24 mx-auto">
<div class="flex flex-col text-center w-full mb-20">
<h2 class="text-xs text-purple-400 tracking-widest font-medium title-font mb-1">POOL OF RESOURCES</h2>
<h1 class="sm:text-3xl text-2xl font-medium title-font mb-4 text-white">Library</h1>
<p class="lg:w-2/3 mx-auto leading-relaxed text-base">Empowering communities with knowledge, the Disaster Preparedness Platform's library offers crucial resources, guides, and expertise to navigate and mitigate the impact of natural and man-made disasters effectively.</p>
</div>
<div class="flex flex-wrap">
<div class="xl:w-1/4 lg:w-1/2 md:w-full px-8 py-6 border-l-2 border-gray-800">
<h2 class="text-lg sm:text-xl text-white font-medium title-font mb-2">Recovery of Disaster Victims</h2>
<a href="Disaster-Recovery-Principles-and-Best-Practices.pdf" class="text-purple-400 inline-flex items-center">Learn More
<svg fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" class="w-4 h-4 ml-2" viewBox="0 0 24 24">
<path d="M5 12h14M12 5l7 7-7 7"></path>
</svg>
</a>
</div>
<div class="xl:w-1/4 lg:w-1/2 md:w-full px-8 py-6 border-l-2 border-gray-800">
<h2 class="text-lg sm:text-xl text-white font-medium title-font mb-2">The Disaster Recovery Handbook</h2>
<a href="the_disaster_recovery_handbook_1.pdf" class="text-purple-400 inline-flex items-center">Learn More
<svg fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" class="w-4 h-4 ml-2" viewBox="0 0 24 24">
<path d="M5 12h14M12 5l7 7-7 7"></path>
</svg>
</a>
</div>
<div class="xl:w-1/4 lg:w-1/2 md:w-full px-8 py-6 border-l-2 border-gray-800">
<h2 class="text-lg sm:text-xl text-white font-medium title-font mb-2">Relief Manual</h2>
<a href="https://www.rapidresponse.org.in/assets/images/manual.pdf" class="text-purple-400 inline-flex items-center">Learn More
<svg fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" class="w-4 h-4 ml-2" viewBox="0 0 24 24">
<path d="M5 12h14M12 5l7 7-7 7"></path>
</svg>
</a>
</div>
<div class="xl:w-1/4 lg:w-1/2 md:w-full px-8 py-6 border-l-2 border-gray-800">
<h2 class="text-lg sm:text-xl text-white font-medium title-font mb-2">Handbook on Disaster Management</h2>
<a href="HandBookDisasterManagement.pdf" class="text-purple-400 inline-flex items-center">Learn More
<svg fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" class="w-4 h-4 ml-2" viewBox="0 0 24 24">
<path d="M5 12h14M12 5l7 7-7 7"></path>
</svg>
</a>
</div>
</div>
<button class="flex mx-auto mt-16 text-white bg-purple-500 border-0 py-2 px-8 focus:outline-none hover:bg-purple-600 rounded text-lg">Home Page</button>
</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>