forked from Anita-Jamgbadi/Ace-playhouse
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex-2.html
314 lines (247 loc) · 15.6 KB
/
index-2.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
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
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="style.css">
<title>Ace</title>
</head>
<body>
<!--Start navbar-->
<header class="clips">
<div class=" container-fluid clip">
<div class="container">
<nav class="navbar navbar-expand-lg bg-faded navbar-light">
<!-- Brand -->
<span class="navbar-brand brand">ACE</span>
<!-- Toggler/collapsibe Button -->
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#collapsibleNavbar">
<i class="fa fa-bars" aria-hidden="true" style="color: white; border:white;"> </i>
</button>
<!-- Navbar links -->
<div class="collapse navbar-collapse " id="collapsibleNavbar">
<ul class="navbar-nav justify-content-end w-100 my-links">
<li class="nav-item">
<li class="nav-item">
<a class="nav-link active" href="home.html">Ace</a>
</li>
<a class="nav-link" href="index.html">Ace 2.0</a>
</li>
<li class="nav-item">
<a class="nav-link" href="index2.html">Ace 2.1</a>
</li>
<li class="nav-item">
<a class="nav-link" href="IT.html">IT</a>
</li>
<li class="nav-item">
<a class="nav-link" href="stories.html">Stories</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">About</a>
</li>
</ul>
</div>
</nav>
<p>IMAGINATION MADE BELIEF</p>
</div>
</div>
</header>
<!--End navbar-->
<!--START MESSAGE-->
<div class="container-fluid message">
<div class="container">
<div class="row">
<div class="col-12 col-md-6">
<div class="row">
<div class="col-12 col-md-6">
<p class="lead">WHO ARE WE?</p>
<p>
We are a creative multipurpose brand, we help brands build lasting identities,
capturing those moments and aquiring new customers by building market focus PR campaigns.
</p>
</div>
</div>
</div>
<div class="col-12 col-md-6">
<div class="row portfolio">
<div class="col-12">
<p class="lead">WHAT WE OFFER</p>
<p>We live for the stories that connect us all
and believe in offering our clients an expert level of service and creative craftsmanship
</p>
<div class="row port-d">
<div class=" col-12 col-md-6 dropdown">
<i class="fa fa-font-awesome port"></i>
<p class="lead">Branding</p> <button type="button" class="caret dropdown-toggle" data-toggle="dropdown"></button>
<div class="dropdown-menu">
<a href="#" class="dropdown-item">Download Portfolio</a>
</div>
</div>
<div class=" col-12 col-md-6 dropdown">
<i class="fa fa-bus port"></i>
<p class="lead">Event Logistics</p> <button type="button" class="caret dropdown-toggle" data-toggle="dropdown"></button>
<div class="dropdown-menu">
<a href="#" class="dropdown-item">Download Portfolio</a>
</div>
</div>
<div class=" col-12 col-md-6 dropdown">
<i class="fa fa-user port"></i>
<p class="lead">IT Development</p> <button type="button" class="caret dropdown-toggle" data-toggle="dropdown"></button>
<div class="dropdown-menu">
<a href="#" class="dropdown-item">Download Portfolio</a>
</div>
</div>
<div class=" col-12 col-md-6 dropdown">
<i class="fa fa-barcode port"></i>
<p class="lead">Media/Advertising</p> <button type="button" class="caret dropdown-toggle" data-toggle="dropdown"></button>
<div class="dropdown-menu">
<a href="#" class="dropdown-item">Download Portfolio</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="clip1">
<div class="clips1">
<div class="clips2">
<div class="clips3">
<div class="container thumbnails">
<br><h2 class="works">OUR WORKS</h2><br>
<div class="row">
<div class="col-6 col-md-3 ">
<img src="Group 71.png" alt="" class="img-fluid thumbnayl rounded-circle">
<p class="">THE 1K SHOP</p>
<p>Branding Solution</p>
<a href="#">View Project <i class="fa fa-long-arrow-right"></i></a>
</div>
<div class="col-6 col-md-3">
<img src="Rectangle 9.png" alt="" class="img-fluid thumbnayl rounded-circle">
<p class="">1K FASHION SHOP</p>
<p>IT Solution</p>
<a href="#">View Project <i class="fa fa-long-arrow-right"></i></a>
<br><br>
</div>
<div class="col-6 col-md-3">
<img src="Group 72.png" alt="" class="img-fluid thumbnayl rounded-circle">
<p class="">RAYZEE SIGNATURE HAIR</p>
<p>Branding Solution</p>
<a href="#">View Project <i class="fa fa-long-arrow-right"></i></a>
</div>
<div class="col-6 col-md-3">
<img src="Rectangle 7-1.png" alt="" class="img-fluid thumbnayl rounded-circle">
<p class="">BEAUTIFUL FEET MAGAZINE</p>
<p>Media/Advertising</p>
<a href="#">View Project <i class="fa fa-long-arrow-right"></i></a>
<br><br>
</div>
<div class="col-6 col-md-3">
<img src="Group 74.png" alt="" class="img-fluid thumbnayl rounded-circle">
<p class="">BRATEY BAKES</p>
<p>Branding Solution</p>
<a href="#">View Project <i class="fa fa-long-arrow-right"></i></a>
</div>
<div class="col-6 col-md-3">
<img src="Group 73.png" alt="" class="img-fluid thumbnayl rounded-circle">
<p class="">RAYZEE SIGNATURE HAIR</p>
<p>Branding Solution</p>
<a href="#">View Project <i class="fa fa-long-arrow-right"></i></a>
<br><br>
</div>
<div class="col-6 col-md-3">
<img src="Rectangle 7.png" alt="" class="img-fluid thumbnayl rounded-circle">
<p class="">RAYZEE SIGNATURE HAIR</p>
<p>Media/Advertising</p>
<a href="#">View Project <i class="fa fa-long-arrow-right"></i></a>
</div>
<div class="col-6 col-md-3">
<img src="Group 71.png" alt="" class="img-fluid thumbnayl rounded-circle">
<p class="">THE 1K SHOP</p>
<p>Branding Solution</p>
<a href="#">View Project <i class="fa fa-long-arrow-right"></i></a>
<br><br>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="container-fluid clip2">
<div class="container contact ">
<br>
<p class="lead port-d">
Play with Ace.
</p>
<div class="row">
<div class="col-12 col-md-6">
<h1>GOT</h1>
<h1>AN</h1>
<h1>EXCITING</h1>
<h1>PROJECT?</h1>
<h5>Get in touch, We'll assist you.</h5><br>
</div>
<div class="col-12 col-md-6">
<form action="">
<div class="form-group">
<input type="email" class="form-control" placeholder="Email">
</div>
<div class="form-group">
<input type="text" class="form-control" placeholder="Full Name">
</div>
<div class="form-group">
<input type="tel" class="form-control" placeholder="Phone Number">
</div>
<div class="form-group">
<select class="form-control" id="service" >
<option value="">What service do you require?</option>
<option value="">Branding</option>
<option value="">IT Development</option>
<option value="">Event Logistics</option>
<option value="">Media/Advertising</option>
</select>
</div>
<div class="form-group">
<textarea class="form-control" id="comment" rows="5" placeholder="Briefly describe your project."></textarea>
</div>
<button type="submit" class="submit" >Done</button>
</form>
</div>
</div>
</div>
</div><br><br>
<!--FOOTER STARTS-->
<footer class="page-footer footer footerClip1">
<div class=" footerClip2">
<div class="container text-center">
<div class="row">
<div class="col-12 col-md-4">
<a href="#">Careers at Ace</a>
</div>
<div class="col-12 col-md-8 socials">
<a href="#">Connect with us:</a>
<a href="#"><i class="fa fa-envelope"></i></a>
<a href="#"><i class="fa fa-phone"></i></a>
<a href="#"><i class="fa fa-facebook"></i></a>
<a href="#"><i class="fa fa-twitter"></i></a>
<a href="#"><i class="fa fa-Instagram"></i></a>
<a href="#"><i class="fa fa-linkedin"></i></a>
<a href="#"><i class="fa fa-whatsapp"></i></a>
<br>
</div>
</div>
</div>
</footer>
</footer>
<!--FOOTER ENDS-->
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script>
<script src="ace.js"></script>
</body>
</html>