-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdonoreg.html
More file actions
43 lines (39 loc) · 1.63 KB
/
donoreg.html
File metadata and controls
43 lines (39 loc) · 1.63 KB
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
<!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" />
<meta
name="description"
content="Inmyname.org harnesses the power and identity vested in individuals names to foster birthday or/and anniversary gift and giving in a very unique manner. We make it possible for an individual or entity to give to others on behalf of someone else who may be unsuspecting. For instance, on a birthday, gifts can be sent to a poor/less fortunate child or children who share the same birth date with a loved one, in the name of the loved one. "
/>
<link rel="stylesheet" href="css/main.css" />
<style>
body {
overflow-x: hidden;
}
</style>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css"
integrity="sha512-Fo3rlrZj/k7ujTnHg4CGR2D7kSs0v4LLanw2qksYuRlEzO+tcaEPQogQ0KaoGN26/zrn20ImR1DfuLWnOo7aBA=="
crossorigin="anonymous"
referrerpolicy="no-referrer"
/>
<link rel="stylesheet" href="css/global.css" />
<title>Document</title>
</head>
<body>
<nav-bar></nav-bar>
<div class="spacer pb-36"></div>
<div class="index">
Donor Registration
<subscribe-sec></subscribe-sec>
<footer-sec></footer-sec>
</div>
<script src="js/Components/navigation.js"></script>
<script src="js/index/subscribe.js"></script>
<script src="js/Components/footer.js"></script>
</body>
</html>