-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
214 lines (186 loc) · 8.59 KB
/
index.html
File metadata and controls
214 lines (186 loc) · 8.59 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
<!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="stylesheet" href="./css/style.css">
<link href="//cdn-images.mailchimp.com/embedcode/classic-10_7_dtp.css" rel="stylesheet" type="text/css">
<title>Delani studio</title>
</head>
<body>
<!-- landing page starts -->
<section id="landing-page">
<div class="texti">
<img class="logo1" src="./images/logo.png" alt="Delani-logo">
<p class="para welcome" >WELCOME</p>
<p class="para">TO DELANI STUDIO</p>
<P>AMAZING PEOPLE ARE MAKING AMAZING DESIGNS IN A FUN ENVIRONMENT</P>
</div>
<div class="mouse-logo"><img src="./images/mouse_click.png" alt="mouse-logo"></div>
</section>
<!-- landing page stops -->
<!-- ABOUT US section starts-->
<section class="aboutUs">
<article>
<h2>ABOUT US</h2>
<P>When you work with us,you are part of a team of commited collaborators. All aspects of our software development process are intergtated,interactive <br>and agile. <br> Our approach unifies design,development and product management to create exceptional products. <br>
We start each projects understanding our business goals, the user's needs and the product requirements <br>Then we help translate them into effective and elegant solutions.</P>
</article>
</section>
<!-- ABOUT US section stops -->
<!-- Services section starts -->
<section class="services">
<div>
<h2>SERVICES</h2>
<p>Before we sign a contract or write a line of code our team will spend the necessary time neede to understand your product vision <br>
The outcome of this scoping session is a proposal or high-level statement of work. <br>
based on your requirements, we can provide aa complete offering or just the pieces you need.</p>
</div>
</section>
<!-- Services section ends -->
<!-- What we do section starts -->
<section class="whatWeDoSection">
<h2>WHAT WE DO</h2>
<div class="whatWeDo">
<div>
<div id="whatDesign">
<img src="./images/design_icon.png" class="fav-icons" alt="design icon">
<h3>DESIGN</h3>
</div>
<div class="hide pDesign">
<h3>Design</h3>
<p>"Our design practice offers a full range of services including brand <br>strategy, interaction and visual design and user experience testing"
<br><br> "Throughout your project, our designers create and implement visual design <br>
and workflows, solicit user feedback and work with you to make sure what <br>gets built is what is needed."</p>
</div>
</div>
<div>
<div id="whatDevelopment">
<img src="./images/dev_icon.png" class="fav-icons" alt="development icon">
<h3>DEVELOPMENT</h3>
</div>
<div class="hide pDevelopment">
<h3>Development</h3>
<p>"All our engineers are fluent in the latest enterprise, mobile and web <br>
development technologies."<br><br>
"They collaborate with your team to write, and improve code on a daily <br>basis, using proven practice such as test-driven development and pair <br>
programming"</p>
</div>
</div>
<div>
<div id="whatManagement">
<img src="./images/product_icon.png"class="fav-icons third" alt="product_icon">
<h3 class="projectp">PRODUCT MANAGEMENT</h3>
</div>
<div class="hide pManagement">
<h3>Project management</h3>
<p>"Planning and development is iteractive. Because we are constantly coding <br>and testing,
the products we build are always ready to go live." <br><br>This iteractive process allows for changes as business requirement evolve</p>
</div>
</div>
</div>
</section>
<!-- What we do section ends -->
<!-- Portfolio section starts -->
<section class="portfolio">
<h2>PORTFOLIO</h2>
<div class="portfolio-images">
<div class="container">
<img src="./images/work1.jpg" alt="work1">
<div class="middle">
<div class="text">BARLEY WANGER</div>
</div>
</div>
<div class="container">
<img src="./images/work2.jpg" alt="work2">
<div class="middle">
<div class="text">BARLEY WANGER</div>
</div>
</div>
<div class="container">
<img src="./images/work3.jpg" alt="work3">
<div class="middle">
<div class="text">BARLEY WANGER</div>
</div>
</div>
<div class="container">
<img src="./images/work4.jpg" alt="work4">
<div class="middle">
<div class="text">BARLEY WANGER</div>
</div>
</div>
<div class="container">
<img src="./images/work5.jpg" alt="work5">
<div class="middle">
<div class="text">BARLEY WANGER</div>
</div>
</div>
<div class="container">
<img src="./images/work6.jpg" alt="work6">
<div class="middle">
<div class="text">BARLEY WANGER</div>
</div>
</div>
<div class="container">
<img src="./images/work7.jpg" alt="work7">
<div class="middle">
<div class="text">BARLEY WANGER</div>
</div>
</div>
<div class="container">
<img src="./images/work8.jpg" alt="work8">
<div class="middle">
<div class="text">BARLEY WANGER</div>
</div>
</div>
</div>
</section>
<!-- portfolio section ends -->
<!-- Contact section -->
<section class="contact">
<h2>CONTACT US</h2>
<div class="contact-form">
<form action="https://gmail.us14.list-manage.com/subscribe/post?u=f691978d150706c5eb28817c0&id=c9ce84c6a8" method="post" target="_blank" >
<div class="nameEmail">
<div class="name-field">
<input type="text" placeholder="Name" name="NAME" id="name">
</div>
<div>
<input type="email" name="EMAIL" id="email" placeholder="Email">
</div>
<div class="textAreaSubmit">
<div>
<textarea name="MESSAGE" id="message" cols="115" rows="10">Your message here...
</textarea>
</div>
<div class="submiting"><button id="submit" type="submit">Send message</button></div>
</div>
</div>
</form>
</div>
</section>
<!-- Contact section ends -->
<!-- footer section starts -->
<footer>
<div class="footer-icons">
<div><img src="./images/twitter.png" alt="twitter"></div>
<div><img src="./images/dribble.png" alt="dribble"></div>
<div><img src="./images/facebook.png" alt="facebook-icon"></div>
<div><img src="./images/g_plus.png" alt="g"></div>
<div><img src="./images/skype.png" alt="skype"></div>
<div><img src="./images/stumble_upon.png" alt="stumble_upon"></div>
<div><img src="./images/you_tube.png" alt="youtube"></div>
<div><img src="./images/pinterest.png" alt="pinterest"></div>
<div><img src="./images/flickr.png" alt="flickr"></div>
</div>
<div class="delani-footer-text">
<h3>DELANI STUDIO</h3>
<p>2019</p>
</div>
</footer>
<script src="https://code.jquery.com/jquery-3.6.0.min.js"
integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<script src="./js/script.js"></script>
</body>
</html>