-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
103 lines (91 loc) · 3.7 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="Montserrat Regular" />
<meta name="viewport" content="width=device-width, initial-scale=1.5" />
<title>Ride For Life</title>
<h1>Ride for Life</h1>
<link
href="https://fonts.googleapis.com/css?family=Russo+One|Ubuntu"
rel="stylesheet"
/>
<link href="css/index.css" rel="stylesheet" />
</head>
<body>
<div class="container home"></div>
<div class="dkNav">
<img class="logo" src="img\logo1.jpg" />
<div class="nav-dk">
<nav>
<a href="about.html">About Us</a>
<a href="#"> How it works</a>
<a href="#">FAQs</a>
<a href="#">Contact us</a>
</nav>
</div>
</div>
<header class="intro">
<!-- image code here -->
<div class="head-imgC"></div>
<h2><strong>An Emergency Transport Options for Mothers!!! </strong> </h2>
<section class="top-content">
<div class="text-container">
<h2>Mission</h2>
<p>
To ensure all pregnant mothers have safe and reliable transportation to healthcare facility when the time comes.
Provides transportation to facility for people in need like pregnant mothers who live a distance greater than 5km from hospital facility and need help getting an ambulance to take to facility to deliver safely.
.
</p>
</div>
<div class="text-container">
<h2>How do we trying to accomplish the Mission</h2>
<p>
We are working to ensure all pregnant mothers have safe and reliable
transportation facility by establishing the emergency service
to them and the service from us to get them to healthcare facility when they request service from us.
</p>
</div>
</section>
<section class="middle-content">
<h2>Where We start</h2>
<div class="boxes">
<div class="box1"><h2><button class="btn"><a class="login" href="https://competent-fermi-3688b1.netlify.com"> Driver Lets get Started... </a></button></div>
<div class="box3"><h2><button class="btn"> <a class="login" href="https://competent-fermi-3688b1.netlify.com">Mothers Lets get Started...</a> </button></div>
</div>
</section>
<section class="bottom-content">
<div class="text-container">
<h2>Features for User</h2>
<p>
An on-boarding process for a new general user (user that will consume the service) .
</p>
<button class="dk-btn">Get Started</button>
</div>
<div class="text-container">
<h2>Features to include in Future</h2>
<p>
Fetures that are going to be deployed includes the ability for user easily create, edit and delete driver reviews.
and alsot the ability for user to search for drivers based on their location and view their profile page.
</p>
<button class ="dk-btn">Get Started</button class ="dk-btn">
</div>
<div class="text-container">
<h2>Features for Driver</h2>
<p>
driver can (create their profile with name, location, and price)here. they
also can edit and delete their profile
</p>
<button class ="dk-btn">Get Started</buttonclass ="dk-btn">
</div>
</section>
<footer>
<nav>
<a href="#">About Us</a>
<a href="#"> How it works</a>
<a href="#">FAQs</a>
<a href="#">Contact us</a>
</nav>
</footer>
</div>
</body>
</html>