-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
207 lines (203 loc) · 8.21 KB
/
index.html
File metadata and controls
207 lines (203 loc) · 8.21 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
<!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">
<script src="js/jquery-3.6.0.js"></script>
<script src="js/scripts.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.3.1/dist/css/bootstrap.min.css"
integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<link rel="stylesheet" href="css/bootstrap.css">
<link rel="stylesheet" href="css/styles.css">
<title>Delani Studio</title>
</head>
<body>
<!-- header section -->
<div class="header">
<img src="images/logo.png" alt="" class="logo">
<h1>Welcome</h1>
<h1>To Delani Studio</h1>
<p>Amazing People Are making amazing designs in a fun environment</p>
<a href="#about-us"><img src="images/mouse_click.png" alt="mouse-click" class="mouse-click"></a>
</div>
<!-- About us section -->
<div class="container">
<div class="about" id="about-us">
<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 intergrated , interactive and agile.</p>
<p>Our approach unifies design, development and product managent to create exceptional products.</p>
<p>We start each project by understanding your business goals, the users needs and the product requirements.</p>
<p>Then we help translate them into active and elegant solutions.</p>
</div>
</div>
<!-- Service Section -->
<div class="container-fluid services">
<h2>Services</h2>
<p>Before we sign a contract or write a line of code our team will spend the neccesary time needed to understand you
product vision</p>
<p>The outcome of this scoping session ia proposal or High-level statement of work.</p>
<p>based on your requirements, we can provide a complete offering or just the pieces you need.</p>
</div>
<!-- what we do section -->
<div class="container work">
<h2>What We Do</h2>
<div class="row">
<div class="col-md-4">
<div id="designText">
<h2>Design</h2>
<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 class="design" id="designImage">
<img src="images/design_icon.png" alt="design">
<h5>Design</h5>
</div>
</div>
<div class="col-md-4">
<div id="developmentText">
<h2>Develoment</h2>
<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 class="development" id="developmentImage">
<img src="images/dev_icon.png" alt="design">
<h5>Development</h5>
</div>
</div>
<div class="col-md-4">
<div id="productsText">
<h2>Product Management</h2>
<p>Planning and development is iterative. Because we are constantly coding and testing, the products we create
are always ready to go live.</p>
<p>This iterative process allows for changes as business requirements evolve.</p>
</div>
<div class="products" id="productsImage">
<img src="images/product_icon.png" alt="design">
<h5>Product Management</h5>
</div>
</div>
</div>
<!-- end of row -->
</div>
<!-- end of container work -->
<!-- container works portfolio -->
<div class="container portfolio">
<h2>Portfolio</h2>
<div class="row">
<div class="col-md-3">
<div id="work4Text">
<h3>Everything</h3>
<div class="work4" id="work4">
<img src="images/work4.jpg" alt="everything">
</div>
</div>
</div>
<div class="col-md-3">
<div id="work3Text">
<h3>Ontario</h3>
<div class="work3" id="work3">
<img src="images/work3.jpg" alt="everything">
</div>
</div>
</div>
<div class="col-md-3">
<div id="work2Text">
<h3>Everything</h3>
<div class="work2" id="work2">
<img src="images/work2.jpg" alt="everything">
</div>
</div>
</div>
<div class="col-md-3">
<div id="work1Text">
<h3>Broadcasts</h3>
<div class="work1" id="work1">
<img src="images/work1.jpg" alt="everything">
</div>
</div>
</div>
</div>
<!-- end of first row -->
<div class="row" id="portfolio-row">
<div class="col-md-3">
<div id="work5Text">
<h3>Websites</h3>
<div class="work5" id="work5">
<img src="images/work5.jpg" alt="everything">
</div>
</div>
</div>
<div class="col-md-3">
<div id="work6Text" id="work6">
<h3>Testing</h3>
<div class="work6">
<img src="images/work6.jpg" alt="everything">
</div>
</div>
</div>
<div class="col-md-3">
<div id="work7Text">
<h3>Logos</h3>
<div class="work7" id="work7">
<img src="images/work7.jpg" alt="everything">
</div>
</div>
</div>
<div class="col-md-3">
<div id="work8Text">
<h3>Branding</h3>
<div class="work8" id="work8">
<img src="images/work8.jpg" alt="everything">
</div>
</div>
</div>
</div>
<!-- end of portfolio section -->
</div>
<!-- end of container works portfolio-->
<div class="container-fluid contact">
<h2>Contact Us</h2>
<form name="contactForm" onsubmit="validateForm()" action="https://gmail.us14.list-manage.com/subscribe/post?u=5f49a878603b0a07ab9f37ac1&id=f23396018f" method="post" id="contactForm">
<div class="form-group form-inline">
<input type="text" placeholder="Name..." id="name" name="Name">
<input type="text" placeholder="Email..." id="email" name="Email">
</div>
<div class="form-group ">
<textarea name="" placeholder="Your message here..." class="textarea" rows="7" id="message"></textarea>
</div>
<div class="buttons">
<input type="submit" class="button" value="send" name="Submit">
</div>
</form>
</div>
<footer>
<ul>
<li><a href="https://www.twitter.com"><img src="images/twitter.png" alt=""></a></li>
<li><a href="https://www.dribble.com"><img src="images/dribble.png" alt=""></a></li>
<li><a href="https://www.facebook.com"><img src="images/facebook.png" alt=""></a></li>
<li><a href="https://www.google.com"><img src="images/g_plus.png" alt=""></a></li>
<li><a href="https://www.skype.com"><img src="images/skype.png" alt=""></a></li>
<li><a href="https://www.stumbleupon.com"><img src="images/stumble_upon.png" alt=""></a></li>
<li><a href="https://www.behance.com"><img src="images/behance.png" alt=""></a></li>
<li><a href="https://www.pinterest.com"><img src="images/pinterest.png" alt=""></a></li>
<li><a href="https://www.flickr.com"><img src="images/flickr.png" alt=""></a></li>
</ul>
<p>DELANI STUDIO</p>
<p>© 2022</p>
</footer>
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js"
integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous">
</script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.14.7/dist/umd/popper.min.js"
integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous">
</script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.3.1/dist/js/bootstrap.min.js"
integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous">
</script>
</body>
</html>