-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
37 lines (34 loc) · 1.36 KB
/
about.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="https://kit.fontawesome.com/9186319117.js" crossorigin="anonymous"></script>
<!-- <script src="https://unpkg.com/sweetalert/dist/sweetalert.min.js"></script> -->
<title>Yaksha</title>
<script src="name.js"></script>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body>
<div class="navbar">
<a class="active" href="index.html"><i class="fa fa-fw fa-home"></i> Home</a>
<a href="about.html"><i class="fa fa-fw fa-file"></i> About</a>
<a href="contact.html"><i class="fa fa-fw fa-envelope"></i> Contact</a>
<a href="donate.html"><i class='fas fa-donate'></i> Donate</a>
<div class="navbar-right">
<a href="https://thesparksfoundationsingapore.org/" target="_blank">The Sparks Foundation</a>
</div>
</div>
<div class="footer">
<p>Made with ❤️ by Abhishek Kumar</p>
</div>
<div class="about">
<a href="https://thesparksfoundationsingapore.org/" target="_blank">
<img src="https://thesparksfoundationsingapore.org/images/logo_small.png" alt=TSF>
</a>
<h4>The Sparks Foundation</h4>
<p>GRIP Task- Payment Gateway Integration</p>
</div>
</body>
</html>