-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
139 lines (99 loc) · 3.83 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
<!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>Donate For Children</title>
<!-- font awesome cdn link -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css">
<!-- custom css file link -->
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<!-- header section starts -->
<header class="header">
<nav class="navbar">
<a href="#home">home</a>
<a href="#about">about</a>
<a href="#contact">contact</a>
</nav>
<form><script src="https://checkout.razorpay.com/v1/payment-button.js" data-payment_button_id="pl_KqbUZ2aAmgk95i" async>
</script> </form>
</header>
<!-- header section ends -->
<!-- home section starts -->
<section class="home" id="home">
<div class="content">
<h3>The ONLY way to end hunger is to Feed People</h3>
<h4>We believe no child should go to bed hungry, and that food is essential</h4>
<a href="#" class="btn">Happiness Trust</a>
</div>
</section>
<!-- home section ends -->
<!-- about section starts -->
<section class="about" id="about">
<h1 class="heading"> <span>about</span></h1>
<div class="row">
<div class="image">
<img src="images/m2.jpg" alt="">
</div>
<div class="content">
<h3>A Wish is Hope, Donate Now to Help</h3>
<p>We create life-changing wishes for children with
critical illnesses and also provide food to the hungry children.
We seek to bring every eligible child's wish
to life because every child deserves a childhood. Our Foundation has become the
world's leading children's wish-granting organization,
serving children in nearly 30 countries worldwide. Together,
generous donors, supporters, staff and more than 26,000 volunteers
unite to deliver hope to wish kids and their families when they
need it most. Please join us by making your donation to help us
grant more life-changing wishes come true</p>
<a href="#" class="btn">learn more</a>
</div>
</div>
</section>
<!-- about section ends -->
<!-- contact section starts -->
<section class="contact" id="contact">
<h1 class="heading"> <span>contact</span> us </h1>
<!-- <div class="row"> -->
<form action="">
<!-- <h3>get in touch</h3> -->
<div class="inputBox">
<span class="fas fa-user"></span>
<input type="text" placeholder="name">
</div>
<div class="inputBox">
<span class="fas fa-envelope"></span>
<input type="email" placeholder="email">
</div>
<div class="inputBox">
<span class="fas fa-phone"></span>
<input type="number" placeholder="number">
</div>
<input type="submit" value="contact now" class="btn">
</form>
<!-- </div> -->
</section>
<!-- contact section ends -->
<!-- footer section starts -->
<section class="footer">
<div class="share">
<a href="#" class="fab fa-facebook-f"></a>
<a href="#" class="fab fa-twitter"></a>
<a href="#" class="fab fa-instagram"></a>
<a href="https://www.linkedin.com/in/raja-paul-57461b229/" class="fab fa-linkedin" ></a>
</div>
<div class="links">
<a href="#home">home</a>
<a href="#about">about</a>
<a href="#contact">contact</a>
</div>
</section>
<!-- footer section ends -->
<!-- custom js file link -->
<!-- <script src="js/script.js"></script> -->
</body>
</html>