-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
205 lines (182 loc) · 6.94 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
201
202
203
204
205
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" >
<meta name="viewport" content="width=device-width, initial-scale=1.0" >
<meta
name="description"
content="Are you a bhikhari trying to go digital? You are at the right place. e-Botuka is a platform where you can get your bhikh online. Click here to get started."
>
<meta name="og:title" content="e-Botuka | Get Your Bhikh Online">
<meta
name="og:description"
content="Are you a bhikhari trying to go digital? You are at the right place. e-Botuka is a platform where you can get your bhikh online. Click here to get started."
>
<meta name="og:image" content="images/og-image-e-botuka.jpg" >
<meta name="og:url" content="https://codersuresh.github.io/e-botuka" >
<meta name="og:type" content="website" >
<meta name="og:site_name" content="e-Botuka" >
<meta name="og:locale" content="en_US" >
<meta name="twitter:card" content="summary_large_image" >
<meta name="twitter:site" content="@codersuresh" >
<meta name="twitter:creator" content="@codersuresh" >
<meta name="twitter:title" content="e-Botuka | Get Your Bhikh Online" >
<meta
name="twitter:description"
content="Are you a bhikhari trying to go digital? You are at the right place. e-Botuka is a platform where you can get your bhikh online. Click here to get started."
>
<meta name="twitter:image" content="images/og-image-e-botuka.jpg" >
<title>e-Botuka | Get Your Bhikh Online</title>
<link rel="preconnect" href="https://fonts.googleapis.com" >
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin >
<link
href="https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"
rel="stylesheet"
>
<link rel="stylesheet" href="./styles/base.css" >
<link rel="stylesheet" href="./styles/style.css" >
<script src="app.js" defer></script>
</head>
<body>
<header>
<h2><span class="text-red">e-</span>Botuka</h2>
<nav>
<ul>
<li><a href="#">Home</a></li>
<li><a href="#introduction">Introduction</a></li>
<li><a href="#features">Features</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
<div class="hamburger">
<div class="bar bar1"></div>
<div class="bar bar2"></div>
<div class="bar bar3"></div>
</div>
</nav>
</header>
<main>
<section class="hero text-center">
<p>By the poor, for the poor</p>
<h1 class="hero-text">
Your <span class="text-red">Digital</span> Botuka For Online
<span class="text-red">Bhikh</span>
</h1>
<div class="btn-container">
<a href="auth/register.html" class="btn btn-primary">Get Started</a>
<a href="#" class="btn btn-secondary">Learn More</a>
</div>
</section>
<section id="introduction" class="introduction new-section">
<h2 class="section-title">Introduction</h2>
<div class="introduction-content">
<div class="introduction-text">
<p>
Are you poor? We can feel your pain. We are aware that visiting
people's house or sit in one place with a botuka in hand for
a whole day to collect some pennies is tedious task. So, we have
come up with an awesome platform to collect pennies passively from
the comfort of your house. <br >
<br >
You just need to go through a few step to setup an account and
done. You can passively collect pennies with our reliable servers,
you can collect pennies 24 / 7 a day 365 days a year. <br >
<br >
What are you waiting for? Create an account now and enjoy online
bhikh with e-Botuka
</p>
</div>
<div class="introduction-img">
<img src="images/botuka.png" alt="botuka" >
</div>
</div>
</section>
<section id="features" class="features new-section">
<h2 class="section-title text-center">Features</h2>
<div class="features-container">
<div class="feature">
<img src="images/clock.svg" alt="" >
<h3>24/7 Bhikh</h3>
<p>
With our reliable servers, collect bhikh 24/7 from the comfort of
your house
</p>
</div>
<div class="feature">
<img src="images/free.svg" alt="" >
<h3>0% Commission</h3>
<p>
Being poor, we know the pain of poor, so we have decided to take
0% commission from your bhikh
</p>
</div>
<div class="feature">
<img src="images/unblock.svg" alt="" >
<h3>No Boundaries</h3>
<p>
With e-Botuka, your can get bhikh from around the globe, hence,
increasing your income
</p>
</div>
</div>
</section>
<section id="contact" class="contact new-section">
<h2 class="section-title text-center">Contact us</h2>
<form action="#">
<div class="double-col">
<div>
<label for="name">Full Name:</label>
<input type="text" id="name" placeholder="John Doe" >
</div>
<div>
<label for="phone">Phone Number:</label>
<input
type="tel"
id="phone"
placeholder="9800000000"
maxlength="10"
>
</div>
</div>
<div class="double-col">
<div>
<label for="address">Address:</label>
<input
type="text"
id="address"
placeholder="New Baneshwor, Kathmandu"
>
</div>
<div>
<label for="bhikhari-id">Bhikhari ID (optional):</label>
<input type="text" id="bhikhari-id" placeholder="BH420M" >
</div>
</div>
<div>
<label for="message">Message:</label>
<textarea
name="message"
id="message"
cols="30"
rows="5"
placeholder="Your message here"
></textarea>
</div>
<button type="submit" class="btn btn-primary w-fit">Send Message</button>
</form>
</section>
</main>
<footer>
<p>
Copyright © <span class="date"></span>
<span class="text-red"><strong>e-Botuka</strong></span
>. All rights reserved
</p>
<p>
Made by
<a class="text-red" href="https://sureshdahal.com.np" target="_blank"
><strong>Coder Suresh</strong></a
>
</p>
</footer>
</body>
</html>