-
Notifications
You must be signed in to change notification settings - Fork 4
/
volunteer_h.html
99 lines (86 loc) · 5.46 KB
/
volunteer_h.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
<!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">
</head>
<body>
<div class="container d-flex align-items-center">
<h1 class="logo me-auto"><a href="index_h.html">सहयोगी</a></h1>
<nav id="navbar" class="navbar order-last order-lg-0">
<ul>
<li><a class="active" href="index_h.html">साध्योगी मार्ग</a></li>
<li><a href="education_main_hindi.html">शिक्षा</a></li>
<li><a href="health_main_h.html">स्वास्थ्य</a></li>
<li><a href=" volunteer_h.html"><span>शामिल हों</span> </a></li>
</ul>
<i class="bi bi-list mobile-nav-toggle"></i>
</nav><!-- .navbar -->
</div>
<main id="main" data-aos="fade-in">
<div class="breadcrumbs">
<div class="container">
<h2>शामिल हों </h2>
<p>एक बच्चे को जीने का आनंद खोजने में मदद करें और हर बच्चे को एक सुरक्षित, स्वास्थ्य पूर्ण और खुशहाल जीवन प्रदान करने के हमारे प्रयासों में शामिल हों!</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>स्वयंसेवक</h3>
<p>हम अपनी पहल का हिस्सा बनने के लिए सभी व्यक्तियों का स्वागत करते हैं। बच्चों के लिए एक संरक्षक, एक शिक्षक, एक दोस्त बनें। </p>
</div>
</div>
<button onclick = "window.location.href = 'volunteerform.php';">फॉर्म भरें</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>डॉक्टर</h3>
<p>बच्चों को स्वास्थ्य और स्वस्थ जीवन प्रदान करने के इच्छुक सभी डॉक्टरों का स्वागत है। बच्चों के स्वास्थ्य अभिभावक बनें।</p>
</div>
</div>
<button onclick = "window.location.href = 'doctorform.php';">फॉर्म भरें</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>एन.जी.ओ</h3>
<p>फ़रिश्ता बनें, बच्चों का एकमात्र समाधान बनें। अपने एनजीओ को हमारे साथ शामिल करें और मुस्काने फैलाएं।</p>
<a href = "#">फॉर्म भरें</a>
</div>
</div>
<button onclick = "window.location.href = 'ngoform.php';">फॉर्म भरें</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>