-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
49 lines (49 loc) · 1.37 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link href="./resources/style.css" type="text/css" rel="stylesheet">
<title>Broadway</title>
</head>
<body>
<div class="menu">
<h1>Broadway Design</h1>
<h4>Home</h4>
<h4>Process</h4>
<h4>Work</h4>
<h4>Team</h4>
<h4>Contact</h4>
</div>
<div class="process">
<h2>Our Process</h2>
<img src="./resources/identify.svg" alt="sqiggle arrow">
<h3>Identify</h3>
<p>We focus on the most important details.</p>
<h3>Understand</h3>
<img src="./resources/understand.svg" alt="revolving arrows">
<p>We study our projects inside and out.</p>
<h3>Execute</h3>
<img src="./resources/execute.svg" alt="block arrow">
<p>We put everything we have into our work.</p>
</div>
<div class="about">
<h3 id="NY">Designed In New York</h3>
<h3>Portfolio</h3>
<p>Coming soon</p>
<h3>Team</h3>
<p>We're Hiring!</p>
<h3>Contact</h3>
<p>Phone: (555)-555-5555 </p>
<p>Email: [email protected]</p>
<p>Twitter: @test</p>
</div>
<div class="botmenu">
<p style="font-size:11px;">© Broadway 2017</p>
<p><a>Home</a></p>
<p><a>About</a></p>
<p><a>Work</a></p>
<p><a>Team</a></p>
<p><a>Contact</a></p>
</div>
</body>
</html>