-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
217 lines (194 loc) · 5.62 KB
/
about.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title> About Page </title>
<link href="https://fonts.googleapis.com/css?family=Roboto|Rubik" rel="stylesheet" />
<link rel="stylesheet" href="css/index.css" />
<div class="container home"></div>
<div class="dkNav">
<img class="logo" src="img\logo1.jpg" />
<div class="nav-dk">
<nav>
<a href="index.html">About Us</a>
<a href="#"> How it works</a>
<a href="#">FAQs</a>
<a href="#">Contact us</a>
</nav>
</div>
</div>
<div>
<img class="head-img" src="img\2.jpg"
alt="">
</div>
</header>
</div>
<style>
/** {
box-sizing: border-box;
}*/
/*
.container-about-page {
display:flex;
}
/*.container-about-page div{
widows: 95%;
height:95%;
margin:2%;
display:flex;
flex-direction:column;
}*/
.head-img {
width: 98%;
margin: 1.2%;
height: 300px;
border-radius: 10px;
}
.childOne, .childThree {
background-color: #8793de;
display: flex;
width: 100%;
border-radius: 10px;
}
.childTwo, .childFour{
background-color:aqua;
display:flex;
width:100%;
border-radius:10px;
}
.childOne div, .childTwo div, .childThree div, .childFour div {
/* border: 1px solid yellow; */
align-items: center;
/* width: 100%; */
display: flex;
flex-direction: column;
/* align-content: space-around; */
justify-content: center;
}
.parent {
border: 2px solid black;
background: white;
display: flex;
flex-direction: column;
font-size: 18px;
border-radius: 10px;
}
.parent div{
margin: 14px;
}
/* .A, .B{
width: 100%;
display:flex;
margin:5%;
} */
.A, .B {
width: 98%;
display: flex;
margin: 5%;
}
/* .dk{
font-size:2.5rem;
color:tomato;
} */
.dk {
font-size: 2.5rem;
color: tomato;
background: black;
text-align: center;
line-height: 1.5;
border-radius: 10px;
width: 99%;
margin: 1%;
}
/* .co,.ct{
width: 100px;
height:100px;
align-self:center;
} */
.co, .ct {
width: 100px;
/* height: 100px; */
/* align-self: auto; */
border-radius: 80px;
}
</style>
</head>
<body>
<div class="container-about-page">
<div class="dk">
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></p>
</div>
<div class="parent">
<div class="A">
<div class="childOne">
<div><img class ="co" src="img\1.jpg" alt="" />
<p>Strategy </p>Mr. A : "I have 1 plus years experience in the Ride4life."
Would as a rule imply (quite) a lot of experience.
"I have some experience in the hotel business."
Means some but not much - in BE at least , I'd say</p>
<button class="button">Learn More</button>
</div>
</div>
<div class="childTwo">
<div><img class="ct" src="img\1.jpg" alt="strategy" />
<p> How We Work</p> Iterative approaches to corporate strategy foster
collaborative thinking to further the overall value proposition. </p>
<button class="button">Learn More</button>
</div>
</div>
</div>
<div class="B">
<div class="childOne">
<div><img class="ct" src="img\Kabandangi.png" alt="strategy" />
<p>Places We Work Iterative approaches to corporate strategy foster
collaborative thinking to further the overall value proposition.</p>
<button class="button">Learn More</button>
</div>
</div>
<div class="childTwo">
<div><img class="co" src="img\Tom.png" alt="strategy" />
<p>Collaboration Iterative approaches to corporate strategy foster
collaborative thinking to further the overall value proposition. Learn
More Let's Work Together Leverage agile frameworks to provide a robust
synopsis for high level overviews. Iterative approaches to corporate
strategy foster collaborative thinking to further the overall value
proposition. Organically grow the holistic world view of disruptive
innovation via workplace diversity and empowerment.</p>
<button class="button">Learn More</button>
</div>
</div>
</div>
<div class="A">
<div class="childOne">
<div><img class ="co" src="img\Luis.png" alt="" />
<p>Strategy </p>Mr. A : "I have 1 plus years experience in the Ride4life."
Would as a rule imply (quite) a lot of experience.
"I have some experience in the hotel business."
Means some but not much - in BE at least , I'd say</p>
<button class="button">Learn More</button>
</div>
</div>
<div class="childTwo">
<div><img class="ct" src="img\Brandon.png" alt="strategy" />
<p> How We Work</p> Iterative approaches to corporate strategy foster
collaborative thinking to further the overall value proposition. </p>
<button class="button">Learn More</button>
</div>
</div>
</div>
</div>
<!--</div>-->
<footer>
<nav>
<a href="index.html">About Us</a>
<a href="#"> How it works</a>
<a href="#">FAQs</a>
<a href="#">Contact us</a> </nav>
</footer>
</div>
<!-- container -->
-->
</body>
</html>