-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathdonate.php
113 lines (113 loc) · 6.15 KB
/
donate.php
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
<!DOCTYPE html>
<html lang="en">
<!--Developed by C. Blay for theprogrammershub.net -->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<link rel="icon" href="img/thehub.ico.jpg" type="image/x-icon">
<meta name="description" content="Support us in making programming known to everyone. Set up a donation plan today and help us pay for the cost of making learning code free for everyone.">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="keywords" content="theprogrammershub, donate, Osu children's home, gh, computers, programming, the hub, web development, mobile development, system development, online, api, source code, the programmer's hub, the programmers hub, tph">
<meta name="author" content="Cassidy Blay" />
<title>Help us by donating to help children learn to code | The Programmer's Hub</title>
<meta name="contact" content="cassidyblay@gmail.com" />
<meta name="copyright" content="Copyright (c)2017 The Programmer's Hub. All Rights Reserved." />
<meta property="og:title" content="Let's introduce programming to children in the Homes all over.">
<meta property="og:url" content="http://www.theprogrammershub.net">
<meta property="og:description" content="Donate to us today and help us make learning to program free and accessible to everyone.">
<meta property="og:image" content="http://www.theprogrammershub.net/img/thehub.ico.jpg">
<meta property="og:type" content="article">
<meta name="robots" content="all,follow">
<!-- css-->
<link href="font-awesome-4.7.0/css/font-awesome.min.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">
<link href="css/enhanced-modals.min.css" rel="stylesheet">
<style>
.margin {
margin-top: 65px;
}
.bg-skin-lp {
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
background-attachment: fixed;
}
</style>
</head>
<body class="fixed-sn bg-skin-lp">
<!--Double navigation-->
<header>
<!-- Navbar -->
<nav class="navbar fixed-top navbar-toggleable-md navbar-dark indigo scrolling-navbar double-nav">
<!-- Breadcrumb-->
<div class="breadcrumb-dn mr-auto">
<p> <a href="index"><img src="img/thehub.ico.jpg" alt="the programmershub.net logo" height=30 width=30> The Programmer's hub</a></p>
</div>
<ul class="nav navbar-nav ml-auto flex-row">
<li class="nav-item">
<a href="index" class="nav-link"> Return to homepage <i class="fa fa-rotate-left" title="Return"></i></a>
</li>
</ul>
</nav>
<!-- /.Navbar -->
</header>
<script type="text/javascript" src="js/jscript.js"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-96580657-1', 'auto');
ga('send', 'pageview');
</script>
<div class="margin col-md-12"></div>
<style>
p {
font-family: georgia;
font-size: 18px;
}
</style>
<div class="text-xs-center">
<div class="text-center">
<img src="img/thehub.ico.jpg" alt="website logo" width="60" height="60">
<div class="col-md-6 container">
<h2 class="animated fadeIn">Become a supporter.</h2>
<p class="animated fadeIn">The Programmer's Hub is an open source programming community that helps people to learn to code for free.</p>
<p class="animated fadeIn">To draw more people to code, we are going to introduce computer programming to the kids at the various Childrens' Homes in country - starting with the Osu Children's Home. We will teach the basics of coding, donate a few materials, and then launch web platforms for the Homes. </p>
<p class="animated fadeIn">We've come far in these few months but we still have a long way to go.</p>
<p class="animated fadeIn">Help us pay for the cost of the program. Donate directly with your mobile money,visa or mastercard : </p>
<p><a href="donated/"><button class="btn btn-rounded indigo btn-lg animated infinite bounceIn" onmouseover="toastr.info('Donate Directly with your mobile money, VISA or Mastercard');" type="submit">Donate now </button></a></p>
<p class="animated fadeIn">You can also make a direct deposite into our bank <a style="color: blue;" type="button" data-toggle="modal" data-target="#accountDetails"> account</a>. </p>
<p class="animated fadeIn">Contact Gideon on <span style="background-color: green; color: white;"><i class="fa fa-phone blue-text"></i> (+233) 242 877 574 </span>to find out more about the initiative, or to arrange ways to donate stuff in person.</p>
<h4 style="font-family: monospace">Thanks for supporting Us!</h4>
</div>
</div>
</div>
<div class="modal fade" id="accountDetails" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
<div class="modal-dialog modal-notify modal-info" role="document">
<!--Content-->
<div class="modal-content">
<!--Header-->
<div class="modal-header">
<p class="heading lead">Make a deposite</p>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true" class="white-text">×</span>
</button>
</div>
<!--Body-->
<div class="modal-body">
<div class="text-center">
<p>Account Name: The Programmer's Hub<br>
Account Number: 9040006290323<br>
Bank: Stanbic Bank, Tudu Branch</p>
</div>
</div>
</div>
</div>
</div>
<script type="text/javascript" src="js/jscript.js"></script>
<script type="text/javascript" src="js/enhanced-modals.min.js"></script>
<script>
$(".button-collapse").sideNav();
</script>
</body>