-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
295 lines (267 loc) · 10 KB
/
Copy pathindex.html
File metadata and controls
295 lines (267 loc) · 10 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
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
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Partner-clone</title>
<link href='https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/css/bootstrap.min.css' rel='stylesheet'
integrity='sha384-GLhlTQ8iRABdZLl6O3oVMWSktQOp6b7In1Zl3/Jr59b6EGGoI1aFkw7cmDA6j6gD' crossorigin='anonymous'>
<link rel="stylesheet" href="style.css">
<script id="debug-script" src="https://cdn.jsdelivr.net/gh/MickShannahan/style-debug@latest/debug.min.js"
defer></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@mdi/font@latest/css/materialdesignicons.min.css">
</head>
<body class="debug">
<header class="container-fluid teal-bg-color text-light">
<nav class="row">
<div class="col-md-4">
impact
</div>
<div class="col-md-8 d-flex justify-content-end headerlinks">
<a class="p-3" href="">
Home
</a>
<a class="p-3" href="">
About
</a>
<a class="p-3" href="">
services
</a>
<a class="p-3" href="">
Portfolio
</a>
<a class="p-3" href="">
Team
</a>
<a class="p-3" href="">
Blog
</a>
<a class="p-3" href="">
Drop Down
</a>
<a class="p-3" href="">
contact
</a>
</div>
</nav>
<section class="row justify-content-center container-fluid">
<div class="col-md-6">
<h1>
Welcome to impact
</h1>
<P>
Lorem ipsum dolor sit amet consectetur adipisicing elit. Deleniti laborum illo, porro quisquam
maiores, nisi mollitia voluptatibus enim nesciunt obcaecati eveniet aperiam possimus provident?
Placeat maiores rerum rem temporibus adipisci.
</P>
<button>Get started</button>
<a href="">
Watch video
</a>
</div>
<div class="col-md-6">
<img src="Coworker.png" alt="coworker">
</div>
<div class="col-md-12 justify-content-center containing-block">
<section class="d-flex justify-content-center text-dark">
<div class="col-md-10 floating-box">
<div class="row">
<div class="col-md-3">
<h1>
icon
</h1>
<h4>
two words
</h4>
</div>
<div class="col-md-3 ">
Helio
</div>
<div class="col-md-3 ">
Hello
</div>
<div class="col-md-3 ">
Hello
</div>
</div>
</div>
</section>
</div>
</section>
</header>
<main>
<section class="container-fluid">
<div class="row justify-content-center">
<div class="col-md-10">
About us
</div>
</div>
<div class="row justify-content-center">
<div class="col-md-6">
<div>
image
</div>
<div>
text
</div>
</div>
<div class="col-md-6">
<div class="row-6">
text
</div>
<div class="row-6">
image
</div>
</div>
</div>
<div class="row justify-content-center">
<div class="col-md-6">
graph image
</div>
<div class="col-md-6">
happy clients
</div>
</div>
<div class="row justify-content-center">
<div class="col-md-10">
video goes here
</div>
</div>
<div class="row justify-content-center offWhite-bg-color">
<div class="col-md-10">
our services
</div>
<div class="col-md-4 p-4">
<div class="card ">
<div class="card-body">
<h5 class="card-title">Card title</h5>
<p class="card-text">Some quick example text to build on the card title and make up the bulk
of the card's content.</p>
<a href="#">Go somewhere</a>
</div>
</div>
</div>
<div class="col-md-4 p-4">
<div class="card">
<div class="card-body">
<h5 class="card-title">Card title</h5>
<p class="card-text">Some quick example text to build on the card title and make up the bulk
of the card's content.</p>
<a href="#">Go somewhere</a>
</div>
</div>
</div>
<div class="col-md-4 p-4">
<div class="card">
<div class="card-body">
<h5 class="card-title">Card title</h5>
<p class="card-text">Some quick example text to build on the card title and make up the bulk
of the card's content.</p>
<a href="#">Go somewhere</a>
</div>
</div>
</div>
</div>
<div class="row justify-content-center">
<div class="col-md-4 p-4">
<div class="card">
<div class="card-body ">
<h5 class="card-title">Card title</h5>
<p class="card-text">Some quick example text to build on the card title and make up the bulk
of the card's content.</p>
<a href="#">Go somewhere</a>
</div>
</div>
</div>
<div class="col-md-4 p-4">
<div class="card">
<div class="card-body">
<h5 class="card-title">Card title</h5>
<p class="card-text">Some quick example text to build on the card title and make up the bulk
of the card's content.</p>
<a href="#">Go somewhere</a>
</div>
</div>
</div>
<div class="col-md-4 p-4">
<div class="card">
<div class="card-body">
<h5 class="card-title">Card title</h5>
<p class="card-text">Some quick example text to build on the card title and make up the bulk
of the card's content.</p>
<a href="#">Go somewhere</a>
</div>
</div>
</div>
</div>
<div class="row justify-content-center">
<div class="col-md-6">
Our Team
</div>
</div>
<div class="row justify-content-center mx-5">
<div class="col-md-3">
card 1
</div>
<div class="col-md-3">
card 2
</div>
<div class="col-md-3">
card 3
</div>
<div class="col-md-3">
card 4
</div>
</div>
<div class="row justify-content-center">
<div class="col-md-8">
recent blog
</div>
</div>
<div class="row justify-content-center mx-5">
<div class="col-md-4">
blog 1
</div>
<div class="col-md-4">
blog 2
</div>
<div class="col-md-4">
blog 3
</div>
</div>
<div class="row justify-content-center">
<div class="col-10">
contact
</div>
</div>
<div class="row justify-content-center">
<div class="col-md-3">
<div class="row">line</div>
<div class="row">line</div>
<div class="row">line</div>
<div class="row">line</div>
</div>
<div class="col-md-9">
form
</div>
</div>
</section>
</main>
<footer class="container-fluid">
<div class="row">
<div class="col-md-4">
impact
</div>
<div class="col-md-2">
useful limks
</div>
<div class="col-md-2">
our servives
</div>
<div class="col-md-2">
contact us
</div>
</div>
</footer>
</body>
</html>