-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
411 lines (394 loc) · 12.5 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
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
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap"
rel="stylesheet"
/>
<link
rel="shortcut icon"
href="./img/Letter-D-logo-design.png"
type="image/x-icon"
/>
<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="style.css" />
<title>DELANI STUDIO</title>
</head>
<body>
<!----------------------------------------------------section-1anding-------------------------------------------------->
<div class="section-1">
<br />
<br />
<br />
<br />
<br />
<br />
<div class="">
<img
id="delani-logo"
src="./img/logo/logo.png"
class="mx-auto d-block"
alt="logo"
/>
<h1 class="text-white text-center pt-5">WELCOME</h1>
<br />
<h1 class="text-white text-center">TO DELANI STUDIO</h1>
<p class="text-white text-center">
AMAZING PEOPLE ARE MAKING AMAZING DESIGNS IN A FUN ENVIRONMENT
</p>
<p></p>
</div>
<img
id="click-mouse"
class="mx-auto d-block pt-5"
src="./img/mouse_click.png"
alt="mouse"
/>
</div>
<!----------------------------------------- About- Us-------------------------------------------------->
<div class="about" id="about">
<h1 class="text-center b-text">ABOUT US</h1>
<br />
<p class="text-center m-text">
When you work with us, you are a part of a team of committed
collaborators. All aspects of our software development process are
integrated, interactive <br />
and agile
</p>
<p class="text-center m-text">
Our approach unifies design, development and product management to
create exceptional products.
</p>
<p class="text-center m-text">
We start each project by understanding your business goals, the user's
needs and the product requirements.<br /><br />
Then we help them translate into effective and elegant solutions.
</p>
<br />
<br />
</div>
<!---------------------------------services---------------------------------------------------------------------------->
<div class="services">
<br />
<br />
<br />
<br />
<h1 class="text-center text-white">SERVICES</h1>
<p class="text-center text-white">
Before we sign or write a line of code our team will spend the necessary
time needed to understand your product vision.<br /><br />
The outcome of this scoping session is a proposal or high level
statement of work.
<br /><br />
based on your requirements, we can provide a complete offering or just
the pieces you need.
</p>
<br />
<br />
<br />
</div>
<!-----------------------------------------------What we do------------------------------------------------->
<div class="container text-center">
<br />
<br />
<h1>WHAT WE DO</h1>
<div class="row pt-5">
<div class="col-md-4">
<div class="design-icon">
<img src="./img/services_icons/design_icon.png" alt="logo" />
<p>DESIGN</p>
</div>
<div id="design-description">
<h6><em>Design</em></h6>
<p>
Our design practice offers a full range of services including
brand strategy, interaction and visual design and user experience
testing
</p>
<p>
Throughout your project, our designers create and implement visual
design and workflows, solicit user feedback and work with you to
make sure what gets built is what is needed.
</p>
</div>
</div>
<div class="col-md-4">
<div class="development-icon">
<img src="./img/services_icons/dev_icon.png" alt="logo" />
<p>DEVELOPMENT</p>
</div>
<div id="development-description">
<h6><em>Development</em></h6>
<p>
All engineers are fluent in the latest enterprise, mobile and web
development technologies
</p>
<p>
They collaborate with your team to write, and improve code on a
daily basis, using proven practices such as test-driven
development and pair programming.
</p>
</div>
</div>
<div class="col-md-4">
<div class="product-icon">
<img src="./img/services_icons/product_icon.png" alt="logo" />
<p>PRODUCT MANAGEMENT</p>
</div>
<div id="product-description">
<h6><em>Product Management</em></h6>
<p>Planning and development is iterative.</p>
<p>
Because we are constantly coding and testing, the products we
build are always ready to go live.
</p>
<p>
This iterative process allows for changes as business requirements
evolve.
</p>
</div>
</div>
</div>
<!----------------------------------------------Portfolio---------------------------------------------------->
<div class="row text-center pt-5">
<div class="col-md-12">
<h1>PORTFOLIO</h1>
</div>
</div>
<div class="row">
<div class="col-md-3 project1">
<img
class="w-100 image"
src="./img/portfolio/work4.jpg"
alt="image"
/>
<div class="project1-overlay">
<div class="hover text-white">
<h1>COLORS</h1>
</div>
</div>
</div>
<div class="col-md-3 project2">
<img
class="w-100 image"
src="./img/portfolio/work3.jpg"
alt="image"
/>
<div class="project2-overlay">
<div class="hover text-white">
<h1>BADGE</h1>
</div>
</div>
</div>
<div class="col-md-3 project3">
<img
class="w-100 image"
src="./img/portfolio/work2.jpg"
alt="image"
/>
<div class="project3-overlay">
<div class="hover text-white">
<h1>PATTERNS</h1>
</div>
</div>
</div>
<div class="col-md-3 project4">
<img
class="w-100 image"
src="./img/portfolio/work1.jpg"
alt="image"
/>
<div class="project4-overlay">
<div class="hover text-white">
<h1>DASHBOARD</h1>
</div>
</div>
</div>
</div>
<div class="row pt-5">
<div class="col-md-3 project5">
<img
class="w-100 image"
src="./img/portfolio/work5.jpg"
alt="image"
/>
<div class="project5-overlay">
<div class="hover text-white">
<h1>WEB UI</h1>
</div>
</div>
</div>
<div class="col-md-3 project6">
<img
class="w-100 image"
src="./img/portfolio/work6.jpg"
alt="image"
/>
<div class="project6-overlay">
<div class="hover text-white">
<h1>CONTROLS</h1>
</div>
</div>
</div>
<div class="col-md-3 project7">
<img
class="w-100 image"
src="./img/portfolio/work7.jpg"
alt="image"
/>
<div class="project7-overlay">
<div class="hover text-white">
<h1>LOGO</h1>
</div>
</div>
</div>
<div class="col-md-3 project8">
<img
class="w-100 image"
src="./img/portfolio/work8.jpg"
alt="work image"
/>
<div class="project8-overlay">
<div class="hover text-white text-center">
<h1>BAILEY</h1>
</div>
</div>
</div>
</div>
<br />
<br />
</div>
<!----------------------------------------------------------contact------------------------------------------>
<div class="container-fluid mt-5 text-center pb-5 text-white" id="contact">
<h1 class="pt-5">CONTACT US</h1>
<br />
<br />
<form class="text-white" id="form" onsubmit="return false">
<div class="form-group form-inline">
<input
type="text"
class="form-control input"
id="name"
placeholder="enter your name...."
required
/>
<input
type="email"
class="form-control input"
id="email"
placeholder="anytext@*mail.com"
required
/>
</div>
<br />
<textarea
name="name"
rows="8"
cols="100"
id="message"
placeholder="enter Your message here..."
></textarea>
<br />
<br />
<button
type="submit"
value="submit"
class="text-white bg-transparent"
id="submit"
>
SUBMIT
</button>
</form>
</div>
<!---------------------------------------------footer--------------------------------------------------------->
<div class="container">
<div class="row">
<div class="col-md-12 pt-5 pb-4 text-center">
<img
class="icon pr-3"
src="./img/social_icons/twitter.png"
alt="twitter icon"
/>
<img
class="icon pr-3"
src="./img/social_icons/dribble.png"
alt="dribble icon"
/>
<img
class="icon pr-3"
src="./img/social_icons/facebook.png"
alt="facebook icon"
/>
<img
class="icon pr-3"
src="./img/social_icons/g_plus.png"
alt="google icon"
/>
<img
class="icon pr-3"
src="./img/social_icons/skype.png"
alt="skype icon"
/>
<img
class="icon pr-3"
src="./img/social_icons/stumble_upon.png"
alt="stumble icon"
/>
<img
class="icon pr-3"
src="./img/social_icons/behance.png"
alt="behance icon"
/>
<img
class="icon pr-3"
src="./img/social_icons/pinterest.png"
alt="pinterest icon"
/>
<img
class="icon pr-3"
src="./img/social_icons/flickr.png"
alt="flickr icon"
/>
</div>
</div>
</div>
<footer class="text-center pb-3">
DELANI STUDIO <br />
2019
</footer>
<br />
<!-----------------------------------------scripts----------------------------------------------------------->
<script src="//cdn.jsdelivr.net/npm/sweetalert2@11"></script>
<script
src="https://code.jquery.com/jquery-1.12.4.min.js"
integrity="sha256-ZosEbRLbNQzLpnKIkEdrPv7lOy9C27hHQ+Xp8a4MxAQ="
crossorigin="anonymous"
></script>
<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="script.js"></script>
</body>
</html>