-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
119 lines (108 loc) · 5.65 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Ride4Life</title>
<link href="https://fonts.googleapis.com/css?family=Russo+One|Ubuntu" rel="stylesheet">
<link href="css/index.css" rel="stylesheet">
</head>
<body>
<!-- Navigation -->
<nav class="navbar">
<div class="title-home">
<a href="index.html"><h2>Ride for Life</h2></a>
</div>
<div class="links-left">
<a href="#">How it Works</a>
<a href="about.html">About</a>
<a href="#">FAQ</a>
<a href="#">Contact Us</a>
<!--<a href="#">Our Team</a> -->
</div>
<div class="links-right">
<a href="https://competent-fermi-3688b1.netlify.com/">Log In</a>
<a href="https://competent-fermi-3688b1.netlify.com/">Get Started</a>
</div>
</nav>
<!-- Below Navigation Header/Banner/whatever this is called -->
<header>
<div class="first-half-header">
<h3>Motorized transport for mothers</h3>
<p>Safe & efficient transportation to healthcare facility for mothers in labor.</p>
<a href="#">Get Started</a>
</div>
<img src="img/womanincar.jpg" alt="woman in car">
</header>
<div class="before-section">
<h2>Serving mothers in Uganda to improve maternal & child survival.</h2>
</div>
<section class="first-section">
<div class="section-row-one">
<h3>Deliver Safely</h3>
<p>Ride for life provides motorcycle ambulances to a health facility to safely deliver. Our goal is to ensure all mothers have safe and reliable transportation to healthcare facility when the time comes.</p>
</div>
<div class="section-row-two">
<h3>Motorcycle Ambulances</h3>
<p>Providing motorized transport to health facility improves maternal and child survival.Ride for Life provides motorcycle ambulances to improve a safe deliver at health facility.</p>
</div>
<div class="section-row-three">
<h3>Easy Contact</h3>
<p>Ride for Life identifies and sends a text to the nearest trained motorcycle ambulance driver. Ride for Life cuts time and hastle of trying to reach transportation in time for labor.
</p>
</div>
</section>
<section class="second-section">
<div class="section-column-one">
<img src="img/ambulance.jpg">
<div class="section-column-one-words">
<h3>Reliable service</h3>
<p>Ride for Life insures reliable transportation by trained motorist to get you and your child to nearest local health facility. </p>
</div>
</div>
<div class="section-column-two">
<img src="img/baby.jpg">
<div class="section-column-two-words">
<h3>No hassle</h3>
<p>Contact our motorists via app and Ride for Life will notify the nearest motorcycle ambulance via text message. Easy Communication is part of our job to insure a timely delivery.</p>
</div>
</div>
<div class="section-column-three">
<img src="img/manwithbaby.jpg">
<div class="section-column-three-words">
<h3>Transparency</h3>
<p>Ride for Life app allows for mothers to search for drivers based on their location and view driver profile before requesting service.Tranperency is a must since you are putting your child in our drivers hands.</p>
</div>
</div>
</section>
<div class="before-third-section">
<h2>Delivering to facility safely and reliability is our priority</h2>
</div>
<section class="third-section">
<div class="section-bottom-one">
<h3>Delivering safely</h3>
<p>Safety of mother and child is priority.We have motorist trained to maneuver Ugandan terrain and are equipped with information of local facilities to help improve travel time to a facility. </p>
</div>
<div class="section-bottom-two">
<h3>Reliable Service</h3>
<p>Our app is design to have reliable service for Uganda mothers; Driver are incentivized to accept any and all requests to improve transport reliability. </p>
</div>
</section>
<footer>
<h2>Ride for Life</h2>
<div class="footer-links-left">
<a href="#">How it Works</a>
<a href="about.html">About</a>
<a href="#">FAQ</a>
<a href="#">Contact Us</a>
</div>
<div class="footer-links-right">
<a href="https://competent-fermi-3688b1.netlify.com/">Log In</a>
<a href="https://competent-fermi-3688b1.netlify.com/">Get Started</a>
</div>
</footer>
<div class="copyright">
<p>©2020 Ride for Life, Photographs by: <a href="https://www.pexels.com/">Pexels.com</a></p>
</div>
</body>
</html>