-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
93 lines (71 loc) · 2.4 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<link href="https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,500;0,600;1,700&display=swap"
rel="stylesheet">
<title>Sparks Foundation </title>
</head>
<body>
<!-- Header begins -->
<section id="header">
<div class="header container">
<div class="nav-bar">
<div class="brand">
<a href="#hero">
<h1><span>D</span>ONATE</h1>
</a>
</div>
<div class="nav-list">
<div class="hamburger">
<div class="bar"></div>
</div>
<ul>
<li><a href="#hero" data-after="Home">Home</a></li>
<li><a href="#about" data-after="About">About</a></li>
</ul>
</div>
</div>
</div>
</section>
<!-- Header ends -->
<!-- Hero Section -->
<section id="hero">
<div class="hero container">
<div>
<h1>Your Support<span> </span></h1>
<h1>is <span></span></h1>
<h1>Powerful.<span></span></h1>
<form align="center"><script src="https://checkout.razorpay.com/v1/payment-button.js" data-payment_button_id="pl_HCmQlMa1QQc9RA" async> </script> </form>
</div>
</section>
<!-- End Hero Section -->
<!-- About Section -->
<section id="about">
<div class="about container">
<div class="col-right">
<h1 class="section-title">About <span>US</span></h1>
<h2>A Non profit Organisation</h2>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Praesentium laboriosam temporibus quis eius
deleniti doloremque dicta impedit? Totam, aperiam, aliquid unde mollitia temporibus expedita earum dolor rerum
quia, cum quaerat.</p>
<a href="#" class="cta">Donate now</a>
</div>
</div>
</section>
<!--End About Section -->
<!-- About Section -->
<section id="about">
<div class="about container">
<div class="col-right">
<h1 class="section-title">Project under </h1>
<h1 class="section-title"><span>THE SPARKS FOUNDATION</span></h1>
</div>
</div>
</section>
<!--End About Section -->
<script src="./app.js"></script>
</body>
</html>