-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
198 lines (181 loc) · 8.9 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
<!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">
<!--SCRIPTS-->
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<script src="js/index.js"></script>
<title>Delani Studio | Atieno Obwanda</title>
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css2?family=Abril+Fatface&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap">
<!-- Bootstrap core CSS -->
<link href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.5.0/css/bootstrap.min.css" rel="stylesheet">
<!--CUSTOM CSS-->
<link rel="stylesheet" href="css/styles.css">
</head>
<body>
<!--COVER SECTION-->
<div class="cover" id="cover">
<img src="./images/logo/logo.png" alt="LOGO" id="siteLogo">
<h1>WELCOME</h1>
<h3>TO DELANI STUDIO</h3>
<p >AMAZING PEOPLE ARE MAKING AMAZING DESIGNS IN A FUN ENVIRONMENT</p>
<div class="mouse">
<a href="#abtUs">
<img src="./images/mouse_click.png" alt="mouse">
</a>
</div>
</div>
<!--ABOUT-US-->
<div class="container abt-us" id="abtUs">
<h1 class="text-center">ABOUT US</h1>
<p class="text-center">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 class="text-center">Our approach unifies design, development and product managent to create exceptional products.</p>
<p class="text-center">We start each project by understanding your business goals, the users needs and the product requirements</p>
<p class="text-center">We help translate them into active and elegant solutions.</p>
</div>
<!--SERVICES-->
<div class="services">
<div class="sOverlay">
<h1 class="text-center">Services</h1>
<p class="text-center">Before we sign a contract or write a line of code, our team will spend the neccessary time needed to understand your product vision.</p>
<p class="text-center">The outcome of the scoping session a proposal or high-level statement of work.</p>
<p class="text-center">based on your requirements, we can provide a complete offering or just the piece you need. </p>
</div>
</div>
<!--WHAT WE DO-->
<div class="container whatWeDo">
<h1 class="text-center">WHAT WE DO</h1>
<div class="row">
<!--Design-->
<div class="col-md-4">
<div id="design">
<h3>DESIGN</h3>
<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="designImg">
<img src="./images/services_icons/design_icon.png" alt="Design Logo">
<p>DESIGN</p>
</div>
</div>
<!--DEVELOPMENT-->
<div class="col-md-4">
<div id="dev">
<h3>DEVELOPMENT</h3>
<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="devImg">
<img src="./images/services_icons/dev_icon.png" alt="Design Logo">
<p>DEVELOPMENT</p>
</div>
</div>
<!--PRODUCT-->
<div class="col-md-4">
<div id="product">
<h3>PRODUCT MANAGEMENT</h3>
<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 class="prodImg">
<img src="./images/services_icons/product_icon.png" alt="Design Logo">
<p>PRODUCT MANAGEMENT</p>
</div>
</div>
</div>
</div>
<!--PORTFOLIO-->
<div class=" portfolio">
<h1 class="text-center">PORTFOLIO</h1>
<div class="row" id="portfolio">
<div class="col-md-3" id="p1">
<img src="./images/portfolio/work4.jpg" alt="work-Image1">
<p class="overlayText1" >Black Studio</p>
</div>
<div class="col-md-3" id="p2">
<img src="./images/portfolio/work3.jpg" alt="work-Image2">
<p class="overlayText2" >Ontario Security</p>
</div>
<div class="col-md-3" id="p3">
<img src="./images/portfolio/work2.jpg" alt="work-Image3">
<p class="overlayText3" >Pyramids</p>
</div>
<div class="col-md-3" id="p4">
<img src="./images/portfolio/work1.jpg" alt="work-Image4">
<p class="overlayText4">Jim Carry</p>
</div>
</div>
<div class="row" id="portfolio">
<div class="col-md-3" id="p5">
<img src="./images/portfolio/work5.jpg" alt="work-Image5">
<p class="overlayText5" >Have A Nice Day</p>
</div>
<div class="col-md-3" id="p6">
<img src="./images/portfolio/work6.jpg" alt="work-Image6">
<p class="overlayText6">Calculator</p>
</div>
<div class="col-md-3" id="p7">
<img src="./images/portfolio/work7.jpg" alt="work-Image7">
<p class="overlayText7" >Burned</p>
</div>
<div class="col-md-3" id="p8">
<img src="./images/portfolio/work8.jpg" alt="work-Image8">
<p class="overlayText8">Giraffe Restaurant</p>
</div>
</div>
</div>
<!--CONTACT-->
<div class="container-fluid contact">
<h1 class="text-center">CONTACT US</h1>
<form id="contactform" action="https://gmail.us14.list-manage.com/subscribe/post?u=a45d2bac5d3905401dbe7f392&id=69957c992a" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form">
<div class="row">
<div class="col-md-6">
<div class="md-form mb-0">
<input type="text" name="name" class="form-control" id="nam" required placeholder = "Name....">
</div>
</div>
<div class="col-md-6">
<div class="md-form mb-0">
<input type="text" name="email" class="form-control" id="em" required placeholder = "Email....">
</div>
</div>
</div>
<div class="row">
<div class="col-md-12">
<div class="md-form mb-0">
<textarea class="form-control md-textarea" rows="8" id="comment" required placeholder = "Your message here...."></textarea>
</div>
</div>
</div>
<div class="text-center text col-md-10">
<button class="btn btn-primary" type="submit" >SEND</button>
</div>
</form>
</div>
<!--SOCIAL-->
<div class="container social">
<img src="./images/social_icons/twitter.png" alt="twitter logo" >
<img src="./images/social_icons/dribble.png" alt="dribble logo">
<img src="./images/social_icons/facebook.png" alt="facebook logo">
<img src="./images/social_icons/g_plus.png" alt="g_plus logo">
<img src="./images/social_icons/skype.png" alt="skype logo">
<img src="./images/social_icons/stumble_upon.png" alt="stumble_upon logo">
<img src="./images/social_icons/behance.png" alt="behance logo">
<img src="./images/social_icons/pinterest.png" alt="pinterest logo">
<img src="./images/social_icons/flickr.png" alt="flickr logo">
</div>
<!--FOOTER-->
<div class="footer">
<p class="text-center">DELANI STUDIO</p>
<p class="text-center">2022</p>
</div>
<!--
<script src="js/jquery-3.6.0.js"></script>
-->
</body>
</html>