-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
73 lines (69 loc) · 2.32 KB
/
index.html
File metadata and controls
73 lines (69 loc) · 2.32 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Homework#1</title>
<meta name='viewport' content='width=device-width, initial-scale=1'>
</head>
<body>
<nav class="webpage">
<a href="WEBSTUDIO">WEBSTUDIO</a>
<div class="main">
<ul>
<li><a href="studio">Studio</a></li>
<li><a href="portfolio">Portfolio</a></li>
<li><a href="contacts">Contacts</a></li></ul>
</div>
</nav>
<div class="contact info">
<ul>
<li><a href="info@devstudio.com">info@devstudio.com</a></li>
<li><a href="+11(000)111-11-11">+11 (000) 111-11-11</a></li>
</ul>
</div>
<div class="main">
<h1>Effective Solutions for Your Business</h1>
</div>
<button>BUTTON</button>
<div class="strategy">
<ul>
<li><h3>Strategy</h3>Our goal is to identify the business problem to walk away with the perfect and creative solution.</li>
</ul>
</div>
<div class="punctuality">
<ul>
<li ><h3>punctuality</h3>Bring the key message to the brand's audience for the best price within the shortest possible time</li>
</ul>
</div>
<div class="diligence">
<ul>
<li ><h3>diligence</h3>Research and confirm brands that present the strongest digital growth oppurtunities and minimizze risk.</li>
</ul>
</div>
<div class="Technology">
<ul>
<li><h3>Technologies</h3>Design practice focused on digital experiences.We bring forth a deep passion for problem-solving.</li>
</ul>
</div>
<section>
<h2>What We Are doing</h2>
<ul>
<li></li><img alt="desktop" src="images/rectangle.jpg" /></li>
<li></li><img alt="phone" src="images/celphone.jpg" /></li>
<li></li><img alt="connect via phone to mail" src="images/laptop&desktop.jpg" /></li>
</ul>
</section>
<section>
<h2>Our Team</h2>
<img src="images/Mark.png" alt="Image" /><h3>Mark Guerero</h3><h4> Designer</h4>
<img src="images/tom.png" alt="Image" /><h3>Tom Ford</h3><h4>Front End developer</h4>
<img src="images/Camila.png" alt="Image" /><h3>Camila Garcia</h3><h4>Marketing</h4>
<img src="images/daniel.png" alt="image" /><h3>Daniel Wilson</h3><h4>Designer</h4>
</section>
<footer>
<a href="WEBSTUDIO">WEBSTUDIO</a>
<P>Increase the flow of customers and sales for your business with digital marketing & growth solutions.</P>
</footer>
</body>
</html>