-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
154 lines (135 loc) · 6.93 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
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
<!DOCTYPE html>
<html lang="en">
<head>
<title>Blessd</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="robots" content="noindex, nofollow">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<link rel="shortcut icon" href="favicon.ico">
<link href='https://fonts.googleapis.com/css?family=Lato:300,400,300italic,400italic' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Montserrat:400,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css" integrity="sha512-dTfge/zgoMYpP7QbHy4gWMEGsbsdZeCXz7irItjcC3sPUFtf0kuFbDz/ixG7ArTxmDjLXDmezHubeNikyKGVyQ==" crossorigin="anonymous">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
<link rel="stylesheet" href="assets/css/main.css">
</head>
<body data-spy="scroll">
<header id="header" class="header">
<div class="container">
<h1 class="logo pull-left">
<a href="/">
<span class="logo-title">Blessd</span>
</a>
</h1>
<nav id="main-nav" class="main-nav navbar-right" role="navigation">
<div class="navbar-header">
<button class="navbar-toggle" type="button" data-toggle="collapse" data-target="#navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<div class="navbar-collapse collapse" id="navbar-collapse">
<ul class="nav navbar-nav">
<li class="active nav-item sr-only"><a class="scrollto" href="#promo">Home</a></li>
<li class="nav-item"><a class="scrollto" href="#about">About</a></li>
<li class="nav-item"><a class="scrollto" href="#contact">Contact</a></li>
<li class="nav-item last"><a class="scrollto highlight" href="#donate">Donate</a></li>
</ul>
</div>
</nav>
</div>
</header>
<section id="promo" class="promo section offset-header">
<div class="container text-center">
<h2 class="title"><span class="highlight">A PENNY IS A LOT OF MONEY, IF YOU HAVE NOT GOT A PENNY.</span></h2>
<p class="intro">TOGETHER WE CAN IMPROVE THEIR LIVES
</p>
<p>YOU CAN MAKE THE DIFFRENCE !
</p>
<div class="btns">
<a class="btn btn-outline btn-outline-medium scrollto" href="#about" target="_blank">Learn More <i class="fa fa-angle-double-down"></i></a>
</div>
<ul class="meta list-inline">
<li></li>
</ul>
</div>
<div class="social-media">
<div class="info text-center">
<ul class="social-icons list-inline">
<li class="last"><a href="mailto:[email protected]?Subject=Blessd%20Charity"><i class="fa fa-envelope"></i></a></li>
</ul>
</div>
</div>
</section>
<section id="about" class="about section">
<div class="container">
<h2 class="title text-center">About Us</h2>
<p class="intro text-center">Ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate.
</p>
</div>
</section>
<section id="donate" class="donate section text-center">
<div class="container">
<div class="donate-inner">
<h2 class="title text-center">Donate</h2>
<div class="info">
<p><strong>Become a donor today.</strong><br>As a small grassroots organization, know that every dollar will have an immense impact on our ability to continue working towards our mission.</p>
<div class="donorbox text-center">
<!-- <iframe src="https://donorbox.org/embed/free-template-demo" height="600px" width="100%" style="max-width:500px; min-width:310px" seamless="seamless" name="donorbox" frameborder="0" scrolling="no"></iframe> -->
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
<input type="hidden" name="cmd" value="_s-xclick" />
<input type="hidden" name="hosted_button_id" value="LJ8ZTYJMD9U7S" />
<input type="image" src="https://www.paypalobjects.com/en_GB/i/btn/btn_donateCC_LG.gif" border="0" name="submit" title="PayPal - The safer, easier way to pay online!" alt="Donate with PayPal button" />
<img alt="" border="0" src="https://www.paypal.com/en_IN/i/scr/pixel.gif" width="1" height="1" />
</form>
</div>
<br><br>
<p>Contributions are tax deductible to the extent permitted by law.<br>Blessd is a 501(c)(3) organization.</p>
</div>
<div class="cta-container">
<div class="speech-bubble">
<p class="intro">Your support means the world to us :)</p>
<div class="icon-holder text-center"><i class="fa fa-smile-o"></i></div>
</div>
<div class="btn-container text-center">
</div>
</div>
</div>
</div>
</section>
<section id="contact" class="contact section has-pattern">
<div class="container">
<div class="contact-inner">
<h2 class="title text-center">Contact</h2>
<address class="text-center">
<strong>Sugata Roy</strong><br>
A/39, Shilpakanan Hsg Prj, Phase-II<br>
Bidhannagar, Durgapur<br>
West Bengal, IN 713206
<br>
<abbr title="Phone">P:</abbr> +91-9046998933
</address>
<div class="clearfix"></div>
<div class="info text-center">
<h4 class="sub-title">Get Connected</h4>
<ul class="social-icons list-inline">
<li class="last"><a href="mailto:[email protected]?Subject=Blessd%20Charity"><i class="fa fa-envelope"></i></a></li>
</ul>
</div>
</div>
</div>
</section>
<footer class="footer">
<div class="container text-center">
<small class="copyright">Designed with <i class="fa fa-heart"></i> by <a href="https://www.linkedin.com/in/sugata-roy-78b334136/" target="_blank">Sugata Roy</a></small>
</div>
</footer>
<script data-cfasync="false" src="/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></script><script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js" integrity="sha512-K1qjQ+NcF2TYO/eI3M6v8EiNYZfA95pQumfvcVrTHtwQVDG+aHRqLi/ETn2uB+1JqwYqVG3LIvdm9lj6imS/pQ==" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-scrollTo/2.1.0/jquery.scrollTo.min.js"></script>
<script type="text/javascript" src="assets/js/main.js"></script>
</body>
</html>