-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
131 lines (123 loc) · 6.87 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
<!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">
<title>Delani Studio</title>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-eOJMYsd53ii+scO/bJGFsiCZc+5NDVN2yr8+0RDqr0Ql0h+rP48ckxlpbzKgwra6" crossorigin="anonymous">
<link rel="stylesheet" href="./css/styles.css">
<script src="https://code.jquery.com/jquery-3.6.0.js" integrity="sha256-H+K7U5CnXl1h5ywQfKtSj8PCmoN9aaq30gDh27Xc0jk=" crossorigin="anonymous"></script>
<script src="./js/scripts.js"></script>
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Rubik:wght@300&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Anton&display=swap" rel="stylesheet">
</head>
<body>
<div class="">
<div id="welcome" class="content">
<div class="details">
<img src="./img/logo.png" alt=""> <br><br>
<h2> <b> WELCOME</b> <br> <br> TO DELANI STUDIO </h2>
<p>AMAZING PEOPLE ARE MAKING AMAZING DESIGNS IN A FUN ENVIRONMENT</p> <br>
<img src="./img/mouse_click.png" alt="">
</div>
</div>
<div id="about-us" class="content">
<br>
<h4>ABOUT US</h4>
<p>When you work with us, you are a part of a team of committed collaborators. All aspects of our software development process are intergrated,interactive and agile</p>
<p>Our approach unifies design,development and product management to create exceptional products.</p>
<p>We start each project by understanding your business goals,the user's needs and the product requirement.</p>
<p> Then we help translate them into effective and elegant solutions. <br> </p>
</div>
<div id="services" class="service_det">
<br>
<h4>SERVICES</h4>
<p>Before we sign a contract or write a line of code our team will spend the necessary time needed to understand your product vision</p>
<p>The outcome of this scoping session is a proposal or high-level statement of work</p>
<p>based on your requirements, we can provide a complete offering or just the pieces you read. <br> </p>
</div>
<div class="container" id="what-we-do">
<br>
<h4>What We Do</h4>
<br>
<div class="row">
<div class="col-md-4"><img id="des" src="./img/design_icon.png" alt=""><br>Design
<p id="dt">Our design practice offers a full range of services including brand strategy, interaction and visual design and user experice testing.</p>
<p id="dt">Throughout yourproject, our designers create and implement visual design and workflows, solicit uswer feedback and work with you to make sure what gets build is what is needed</p>
</div>
<div class="col-md-4"><img id="dev" src="./img/dev_icon.png" alt=""><br>Development
<p id="devt">All engineers are fluent in the latest enterprise, mobile and web development technologies.</p>
<p id="devt">They collaborate with yournteam to write ad improve code on daily basis, using proven practices such as test-driven development and pair programming.</p>
</div>
<div class="col-md-4"><img id="pm" src="./img/product_icon.png" alt=""><br>Product Management
<p id="pt">Planning and development is interactive. Because we are constantly coding and testing, the products we build are always ready to go live</p>
<p id="pt">This interactive process allows for change as business requirements evolve</p>
</div>
<div class="thumbnail container ">
<h4>PORTFOLIO</h4>
<br>
<div class="row">
<div class="col-sm-3">
<img src="./img/work1.jpg" width="200" height="auto" alt="" id="work1">
</div>
<div class="col-sm-3">
<img src="./img/work2.jpg" width="200" height="auto" alt="" id="work2">
</div>
<div class="col-sm-3">
<img src="./img/work3.jpg" width="200" height="auto" alt="" id="work3">
</div>
<div class="col-sm-3">
<img src="./img/work4.jpg" width="200" height="auto" alt="" id="work4">
</div>
</div>
<br>
<div class="row">
<div class="col-sm-3">
<img src="./img/work8.jpg" width="200" height="auto" alt="" id="work8">
</div>
<div class="col-sm-3">
<img src="./img/work7.jpg" width="200" height="auto" alt="" id="work7">
</div>
<div class="col-sm-3">
<img src="./img/work6.jpg" width="200" height="auto" alt="" id="work6">
</div>
<div class="col-sm-3">
<img src="./img/work5.jpg" width="200" height="auto" alt="" id="work5">
</div>
</div>
<br>
</div>
</div>
</div>
<div id="contact-us" class="contact-det">
<h4>CONTACT US</h4>
<div class="transparent">
<form>
<label for="name"></label>
<input type="text" id="name" name="name" placeholder="Name ...">
<label for="lname"></label>
<input type="email" id="email" name="email" placeholder="Email ..."><br><br>
<textarea name="" id="" cols="50" rows="5" placeholder="Your message here..."></textarea> <br>
<input type="submit" value="Submit">
</form>
</div>
</div>
<br>
<div id="social">
<img src="./img/skype.png" alt="">
<img src="./img/twitter.png" alt="">
<img src="./img/pinterest.png" alt="">
<img src="./img/facebook.png" alt="">
<img src="./img/flickr.png" alt="">
<img src="./img/dribble.png" alt="">
<img src="./img/g_plus.png" alt="">
<img src="./img/behance.png" alt="">
<img src="./img/you_tube.png" alt="">
</div> <br>
<h6>DELANI STUDIO <br> 2019</h6>
</div>
</body>
</html>