-
Notifications
You must be signed in to change notification settings - Fork 4
/
volunteer.html
105 lines (89 loc) · 4.63 KB
/
volunteer.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>Get Involved</title>
<meta content="" name="description">
<meta content="" name="keywords">
<link href="assets/img/favicon.png" rel="icon">
<link href="assets/img/apple-touch-icon.png" rel="apple-touch-icon">
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Raleway:300,300i,400,400i,500,500i,600,600i,700,700i|Poppins:300,300i,400,400i,500,500i,600,600i,700,700i" rel="stylesheet">
<link href="assets/vendor/animate.css/animate.min.css" rel="stylesheet">
<link href="assets/vendor/aos/aos.css" rel="stylesheet">
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet">
<link href="assets/vendor/boxicons/css/boxicons.min.css" rel="stylesheet">
<link href="assets/vendor/remixicon/remixicon.css" rel="stylesheet">
<link href="assets/vendor/swiper/swiper-bundle.min.css" rel="stylesheet">
<link href="assets/css/style.css" rel = "stylesheet">
<link rel = "stylesheet" href = "assets/css/style.css">
</head>
<body>
<div class="container d-flex align-items-center">
<h1 class="logo me-auto"><a href="index.html">SAHAYOGI</a></h1>
<nav id="navbar" class="navbar order-last order-lg-0">
<ul>
<li><a class="active" href="index.html">HOME</a></li>
<li><a class="active" href="education_main.html">EDUCATION</a></li>
<li><a class="active" href="health_main_eng.html">HEALTHCARE</a></li>
<li><a class="active" href="volunteer.html"><span>GET INVOLVED</span> </a></li>
</ul>
<i class="bi bi-list mobile-nav-toggle"></i>
</nav>
</div>
<main id="main" data-aos="fade-in">
<div class="breadcrumbs">
<div class="container">
<h2>Get Involved</h2>
<p>Help a child discover the joy of living and join us in our efforts to provide a safe, healthy and sound life to every child!</p>
</div>
</div>
<section id="Volunteers" class="volunteers">
<div class = "bag">
<div class = "box" style = "--clr: #BA90C6";>
<div class="content">
<div class="icon"><ion-icon name="person-outline"></ion-icon></div>
<div class = "text">
<h3>Volunteer</h3>
<p>We welcome all individuals to be a part of our initiative. Be a mentor, a tutor, a friend to the
children. </p>
</div>
</div>
<button onclick = "window.location.href = 'volunteerform.php';">Fill the form</button>
</div>
<div class = "box" style = " --clr: #917FB3";>
<div class="content">
<div class="icon"><ion-icon name="medkit-outline"></ion-icon></div>
<div class = "text">
<h3>Doctor</h3>
<p>All doctors willing to provide a healthy and sound life to the kids are welcomed. Become the health
guardian of the children.</p>
</div>
</div>
<button onclick = "window.location.href = 'doctorform.php';">Fill the form</button>
</div>
<div class = "box" style = "--clr: #BA90C6";>
<div class="content">
<div class="icon"><ion-icon name="people-circle"></ion-icon></div>
<div class = "text">
<h3>NGO</h3>
<p>Be the guiding light, the one stop solution of the children. Register your NGO with us and spread
smiles.</p>
</div>
</div>
<button onclick = "window.location.href = 'ngoform.php';">Fill the form</button>
</div>
</div>
</section>
</main>
<script src="assets/vendor/purecounter/purecounter_vanilla.js"></script>
<script src="assets/vendor/aos/aos.js"></script>
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/swiper/swiper-bundle.min.js"></script>
<script src="assets/vendor/php-email-form/validate.js"></script>
<script src="assets/js/main.js"></script>
<script type="module" src="https://unpkg.com/[email protected]/dist/ionicons/ionicons.esm.js"></script>
<script nomodule src="https://unpkg.com/[email protected]/dist/ionicons/ionicons.js"></script>
</body>
</html>