-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.php
229 lines (168 loc) · 6.51 KB
/
index.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
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
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
<?php
?>
<!DOCTYPE html>
<html class="no-js" lang="en">
<head>
<!--- basic page needs
================================================== -->
<meta charset="utf-8">
<title>FAH</title>
<meta name="description" content="">
<meta name="author" content="">
<!-- mobile specific metas
================================================== -->
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<!-- CSS
================================================== -->
<link rel="stylesheet" href="css/base.css">
<link rel="stylesheet" href="css/vendor.css">
<link rel="stylesheet" href="css/main.css">
<!-- script
================================================== -->
<script src="js/modernizr.js"></script>
<script src="js/pace.min.js"></script>
<!-- favicons
================================================== -->
<link rel="shortcut icon" href="abc.png" type="image/x-icon">
<link rel="icon" href="abc.png" type="image/x-icon">
</head>
<body id="top">
<!-- header
================================================== -->
<header>
<div class="header-logo">
<a href="index.php">FAH</a>
</div>
</header> <!-- end header -->
<!-- home
================================================== -->
<section id="home">
<div class="overlay"></div>
<div class="home-content-table">
<div class="home-content-tablecell">
<div class="row">
<div class="col-twelve">
<h3 class="animate-intro"></h3>
<h1 class="animate-intro">
Feed A <br>
HOMELESS
</h1>
<div class="more animate-intro">
<a class="smoothscroll button stroke" href="#about">
Learn More
</a>
</div>
<br>
<div class="col-twelve">
<a href="location.php" target="_blank" title="CHECK IN" class="button button-primary">CHECK IN</a>
</div>
</div>
</div> <!-- end col-twelve -->
</div> <!-- end row -->
</div> <!-- end home-content-tablecell -->
</div> <!-- end home-content-table -->
<ul class="home-social-list">
<li class="animate-intro">
<a href="#"><i class="fa fa-facebook-square"></i></a>
</li>
<li class="animate-intro">
<a href="#"><i class="fa fa-twitter"></i></a>
</li>
<li class="animate-intro">
<a href="#"><i class="fa fa-instagram"></i></a>
</li>
<li class="animate-intro">
<a href="#"><i class="fa fa-behance"></i></a>
</li>
<li class="animate-intro">
<a href="#"><i class="fa fa-dribbble"></i></a>
</li>
</ul> <!-- end home-social-list -->
<div class="scrolldown">
<a href="#about" class="scroll-icon smoothscroll">
Scroll Down
<i class="fa fa-long-arrow-right" aria-hidden="true"></i>
</a>
</div>
</section> <!-- end home -->
<!-- about
================================================== -->
<section id="about">
<div class="row about-wrap">
<div class="col-full">
<div class="about-profile-bg"></div>
<div class="intro">
<h3 class="animate-this">About Us</h3>
<p class="lead animate-this"><span>Feed A Homeless</span> aims to help the homeless people by providing food. At any event or even at home if there is left over food, it might go into dump. Instead that food can be given to the homeless thus saving the wastage of food and helping the needy.</p>
<p class="lead animate-this">With this interface we can help in solving the problem of hunger among the homeless. The user have to create an account and whenever they see any homeless, with a click of a button they can share the person's location. If anyone has any leftover food they can login into the website and look for anyone in need in their vicinity.</p>
</div>
</div> <!-- end col-full -->
</div> <!-- end about-wrap -->
</section> <!-- end about -->
<!-- Contact
================================================== -->
<section id="contact"
<div class="row contact-info">
<div class="col-twelve">
<h4>Contact US</h4>
<br><br>
</div>
</div> <!-- /section-intro-->
<div class="col-four tab-full">
<div class="icon">
<i class="icon-pin"></i>
</div>
<h5>Where to find us</h5>
<p>
New York,<br>
US
</p>
</div>
<div class="col-four tab-full collapse">
<div class="icon">
<i class="icon-mail"></i>
</div>
<h5>Email US At</h5>
<p>info@feedahomeless.com<br>
</p>
</div>
<div class="col-four tab-full">
<div class="icon">
<i class="icon-phone"></i>
</div>
<h5>Call US At</h5>
<p>Phone: +1 (123) 456 7890<br>
</p>
</div>
</div> <!-- /contact-info -->
</section> <!-- /contact -->
<!-- footer
================================================== -->
<br><br><br>
<footer>
<div class="row">
<div class="col-twelve tab-full pull-right social">
<ul class="footer-social">
<li><a href="https://www.facebook.com/" target="_blank"><i class="fa fa-facebook-square"></i></a></li>
<li><a href="https://www.facebook.com/" target="_blank"><i class="fa fa-twitter"></i></a></li>
<li><a href="https://www.facebook.com/" target="_blank"><i class="fa fa-instagram"></i></a></li>
<li><a href="https://www.facebook.com/" target="_blank"><i class="fa fa-behance"></i></a></li>
<li><a href="https://www.facebook.com/" target="_blank"><i class="fa fa-dribbble"></i></a></li>
</ul>
</div>
<br><br>
<div id="go-top">
<a class="smoothscroll" title="Back to Top" href="#top"><i class="fa fa-long-arrow-up"></i></a>
</div>
</div> <!-- /row -->
</footer>
<div id="preloader">
<div id="loader"></div>
</div>
<!-- Java Script
================================================== -->
<script src="js/jquery-2.1.3.min.js"></script>
<script src="js/plugins.js"></script>
<script src="js/main.js"></script>
</body>
</html>