-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
200 lines (169 loc) · 7.81 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
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.15.3/css/all.css"
integrity="sha384-SZXxX4whJ79/gErwcOYf+zWLeJdY/qpuqC4cAa9rOGUstPomtqpuNWT9wdPEn2fk" crossorigin="anonymous">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap" rel="stylesheet">
<link rel="stylesheet" href="mohitTSFpaymentgatewaystyles.css">
<title>TSF CHARITY</title>
</head>
<body>
<div class="nevbar" id="nevbar">
<div class="logo">
<a href="/index.html" id="logo"><h1><span>TSF</span> Organization</h1></a>
</div>
<div class="menu" id="menu">
<ul>
<li><a id="home" href="index.html">Home</a></li>
<li><a href="#explore">Why Donate?</a></li>
<li><a href="#service">Motive</a></li>
<li><a href="#contact">Contact</a></li>
<li><a href="#Our-Goal">Our Goal</a></li>
</ul>
</div>
<div class="menuicon">
<i id="menuicon" onclick="togglemenu()" class="fas fa-chevron-circle-down"> <span>MENU</span></i>
</div>
</div>
<div class="cover">
<div class="information">
<h3>Raising Hope</h3>
<h2>To provide Education to covid suffered</h2>
<h1> <span>CHILDRENS</span> </h1>
<a href="#explore"><button>Why Donate?</button></a>
</div>
</div>
<div class="explore" id="explore"></div>
<div class="about">
<div class="imgconcase">
<div class="aboutimg"></div>
</div>
<div class="aboutcontent">
<h1>Why Donate?</h1>
<p>During the Covid-19 pandemic, over 24 Million children had drop out of school. Your contribution can help them reshape their lives by providing for their education.</p>
<p>We help them get access to learning materials, internist connectivity, laptops, and smartphones to keep the learning alive!</p>
<form>
<script src="https://checkout.razorpay.com/v1/payment-button.js" data-payment_button_id="pl_NRG6GaJ3qR7WU1" async> </script>
</form>
</div>
</div>
<div class="service" id="service">
<h5>SERVICES</h5>
<h1>Our Motive for this?</h1>
<div class="details">
<div class="info">
<div class="logo"><i class="fas fa-book-reader"></i></div>
<p id="head">What we do</p>
<p>We help empower underprivileged children with quality education.</p>
</div>
<div class="info" data-aos="fade-up">
<div class="logo"><i class="fas fa-book-open"></i></div>
<p id="head">How we do it</p>
<p>We helps these suffered children continue their education through multiple initiatives.</p>
</div>
<div class="info" data-aos="fade-up">
<div class="logo"><i class="fas fa-book"></i></div>
<p id="head">Make a difference</p>
<p>₹ 2,000 can help a child build a life and add wings to their dreams</p>
</div>
<div class="info" data-aos="fade-up">
<div class="logo"><i class="fas fa-chart-line"></i></div>
<p id="head">Lives benefitted so far</p>
<p>Over 30k+ children have benefitted so far with thousands more to go</p>
</div>
</div>
</div>
<!---------------------------- contact ------------------- -->
<div class="contact" id="contact">
<h1>To Contact Us</h1>
<br>
<div class="contactconcase">
<div class="concase">
<div class="heading">
<div class="icon"><i class="far fa-map"></i></div>
<div class="info">
<p>Address : </p>
<p id="contactinfo">The Hangar, Nus Enterprise 21 Heng Mui Keng Terrance, Singapore, 119613</p>
</div>
</div>
<div class="heading">
<div class="icon"><i class="fas fa-phone-alt"></i></div>
<div class="info">
<p>Phone : </p>
<p id="contactinfo">+65-8402-8590</p>
</div>
</div>
<div class="heading">
<div class="icon"><i class="far fa-envelope"></i></div>
<div class="info">
<p>Email : </p>
<p id="contactinfo">[email protected]</p>
</div>
</div>
</div>
<div class="messageform">
<div class="form">
<form action="" method="POST">
<style>
::placeholder {color: rgba(255, 255, 255, 0.7);}
</style>
<input type="text" name="name" placeholder="NAME" required>
<input type="email" name="email" placeholder="EMAIL" required>
<!-- <input type="text" name="subject" placeholder="SUBJECT" required> -->
<textarea type="message" name="message" id="inputbox" cols="30" rows="5" placeholder="MESSAGE" required></textarea>
<button type="submit">SEND MESSAGE</button>
</form>
</div>
</div>
</div>
</div>
<!-- ------------------------------ Counter ---------------------------------- -->
<div class="contercontent" id="Our-Goal">
<div class="counterbox one">
<div class="information" data-aos="fade-down">
<div class="number"><p style="color: rgba(255, 255, 255, 0.9);">8</p></div>
<div class="text"><p style="color: rgba(255, 255, 255, 0.7);">Year <br> Experienced</p></div>
</div>
</div>
<div class="counterbox">
<div class="information" data-aos="fade-down">
<div class="number"><p>24,041</p></div>
<div class="text"><p>children <br> enrolled</p></div>
</div>
</div>
<div class="counterbox">
<div class="information" data-aos="fade-down">
<div class="number"><p>127</p></div>
<div class="text"><p>Built <br> Education Centres</p></div>
</div>
</div>
<div class="counterbox">
<div class="information" data-aos="fade-down">
<div class="number"><p>18</p></div>
<div class="text"><p>Across <br>Indian States</p></div>
</div>
</div>
</div>
<footer>
<p>© 2024 Made with ❤️ By <a href="http://aboutayush.c1.biz/" target="black"><strong> Mohit</strong></a> | <a href="https://thesparksfoundationsingapore.org/" target="blank"><strong>The Sparks Foundation</strong></a></p>
</footer>
<!-- scripts -->
<script>
// drop down menu script
var menu = document.getElementById("menu");
menu.style.maxHeight = "0px";
function togglemenu() {
if (menu.style.maxHeight == "0px") {
menu.style.maxHeight = "390px";
}
else {
menu.style.maxHeight = "0px";
}
}
</script>
</body>
</html>