-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathservices.php
More file actions
74 lines (72 loc) · 2.74 KB
/
services.php
File metadata and controls
74 lines (72 loc) · 2.74 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
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
<?php
include_once './libs/const.php';
$_pageid = 6;
?>
<!DOCTYPE html>
<html lang="en">
<head>
<?php
$_TITLE = "About Us";
include_once './tags/common/head.php';
?>
</head>
<body>
<?php include_once './tags/global_header/header.php'; ?>
<div class="heads" style="background: url(resources/img/bag-banner-1.jpg) center center;">
<div class="container">
<div class="row">
<div class="col-md-12">
<h2><span>//</span> How it works</h2>
</div>
</div>
</div>
</div>
<div class="page-content">
<div class="container">
<div class="row">
<div class="col-md-12">
<ol class="breadcrumb">
<li><a href="<?php echo URL_HOME ?>">Home</a></li>
<li class="active">Services</li>
</ol>
</div>
</div>
<div class="row padd20-top-btm">
<div class="col-md-12 t-center">
<h3>Become a sighted volunteer</h3>
<p>
Blinx could not exist without sighted volunteers. If you have time, help today.
</p>
</div>
</div>
<div class="row padd20-top-btm">
<div class="col-md-12 t-center">
<h3>Donate to the project</h3>
<p>
If you want to help us reach millions of people, who are estimated to be visually impaired worldwide, you can donate to the project.
</p>
</div>
</div>
<div class="row padd20-top-btm">
<div class="col-md-12 t-center">
<h3>Register to ask for a help</h3>
<p>
Blinx could not exist without people asking for help. If you need help register TODAY! Its free.
</p>
</div>
</div>
<div class="row">
<div class="col-md-12">
<center>
<a href="<?php echo URL_SEARCH ?>" class="btn btn-lg sr-explor">Explore..</a>
</center>
</div>
</div>
</div>
</div>
<!-- end:tagline -->
<?php include_once './tags/global_header/footer.php'; ?>
<!-- end:copyright -->
<?php include_once './tags/common/scripts.php'; ?>
</body>
</html>