-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
171 lines (164 loc) · 6.38 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
<!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">
<title>Faith</title>
<!--Font Awesome-->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css">
<!--CSS-->
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<!--Header-->
<header>
<div id="menu-bar" class="fas fa-bars"></div>
<a href="#" class="logo"><span>F</span>aith</a>
<nav class="navbar">
<a href="#home">home</a>
<a href="#campaign">Campaign</a>
<a href="#contact">Contact Us</a>
<a href="#donate">Donate</a>
</nav>
</header>
<!--Home Section-->
<section class="home" id="home">
<div class="content">
<h3>Charity is an act of a Soft Heart</h3>
<p>Do something great</p>
<a href="#donate" class="btn">Donate Now</a>
</div>
<div class="controls">
<span class="img-btn active" data-src="images/image-1.jpg"></span>
<span class="img-btn" data-src="images/image-2.jpg"></span>
<span class="img-btn" data-src="images/image-3.jpg"></span>
<span class="img-btn" data-src="images/image-4.jpg"></span>
<span class="img-btn" data-src="images/image-5.jpg"></span>
</div>
<div class="image-container">
<img src="images/image-1.jpg" id="image-slider"></video>
</div>
</section>
<!--Campaign section-->
<section class="campaign" id="campaign">
<h1 class="heading">
<span>c</span>
<span>a</span>
<span>m</span>
<span>p</span>
<span>a</span>
<span>i</span>
<span>g</span>
<span>n</span>
</h1>
<div class="box-container">
<div class="box">
<img src="images/image-6.jpeg" alt="">
<div class="content">
<h3>Help them Smile Again</h3>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Molestias, modi.</p>
<div class="price"> $90,000 <span>/$120,000</span> </div>
</div>
</div>
<div class="box">
<img src="images/image-7.jpg" alt="">
<div class="content">
<h3>Help them Survive from Disaster</h3>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Molestias, modi.</p>
<div class="price"> $100,000 <span>/$300,000</span> </div>
</div>
</div>
<div class="box">
<img src="images/image-8.jpg" alt="">
<div class="content">
<h3>Pandemic Emergency Help</h3>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Molestias, modi.</p>
<div class="price"> $400,000 <span>/$500,000</span> </div>
</div>
</div>
</div>
</section>
<!--Contact section-->
<section class="contact" id="contact">
<h1 class="heading">
<span>c</span>
<span>o</span>
<span>n</span>
<span>t</span>
<span>a</span>
<span>c</span>
<span>t</span>
<span class="space"></span>
<span>u</span>
<span>s</span>
</h1>
<div class="row">
<div class="image">
<img src="images/image-9.jpg" alt="">
</div>
<form action="">
<div class="inputBox">
<input type="text" placeholder="Name">
<input type="email" placeholder="Email">
</div>
<div class="inputBox">
<input type="number" placeholder="Number">
<input type="text" placeholder="Subject">
</div>
<textarea placeholder="Message" name="" id="" cols="30" rows="10"></textarea>
<input type="submit" class="btn" value="Send Message">
</form>
</div>
</section>
<!--Donate section-->
<section class="donate" id="donate">
<h1 class="heading">
<span>d</span>
<span>o</span>
<span>n</span>
<span>a</span>
<span>t</span>
<span>e</span>
<span class="space"></span>
<span>n</span>
<span>o</span>
<span>w</span>
</h1>
<div class="row">
<div class="image">
<img src="images/image-10.jpg" alt="">
</div>
<form>
<h3>You give but little when you give of your possessions, it is when you give of yourself.</h3>
<script src="https://checkout.razorpay.com/v1/payment-button.js" data-payment_button_id="pl_KJf0wNQJMgipaI" async> </script> </form>
</div>
</section>
<!--Footer section-->
<section class="footer">
<div class="box-container">
<div class="box">
<h1>About Us</h1>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Consequatur corporis perspiciatis deleniti neque dignissimos, recusandae laborum quia sed officiis laudantium veniam,
voluptatem illo error dolorem necessitatibus nesciunt, praesentium magnam asperiores!</p>
</div>
<div class="box">
<h1>Branch location</h1>
<a href="#">India</a>
<a href="#">France</a>
<a href="#">Japan</a>
<a href="#">USA</a>
</div>
<div class="box">
<h1>Follow Us</h1>
<a href="#">Instagram</a>
<a href="#">Twitter</a>
<a href="#">Facebook</a>
</div>
</div>
<h1 class="credit">Made With Love By <span>Ganesh Pai H</span></h1>
</section>
<!--Javascript-->
<script src="js/script.js"></script>
</body>
</html>