-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
49 lines (49 loc) · 1.72 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">
<title>Broadway Design</title>
<link href="resources/css/style.css" type="text/css" rel="stylesheet">
</head>
<body>
<div class="header">
<h1 id="home">Broadway Design</h1>
<p><a href=#home style=color:white>Home</a></p>
<p><a href=#process style=color:white>Process</a></p>
<p><a href=#work style=color:white>Work</a></p>
<p><a href=#team style=color:white>Team</a></p>
<p><a href=#contact style=color:white>Contact</a></p>
</div>
<div class="content">
<h2 id="process">Our Process</h2>
<p><img src="resources/images/identify.svg"></p>
<h3>Identify</h3>
<p>We focus on the most important details.</p>
<p><img src="resources/images/understand.svg"></p>
<h3>Understand</h3>
<p>We study our projects inside and out.</p>
<p><img src="resources/images/execute.svg"></p>
<h3>Execute</h3>
<p>We put everything we have into our work.</p>
<h3 id="banner">Designed in New York</h3>
<h3 id="work">Portfolio</h3>
<p>Coming Soon</p>
<h3 id="team">Team</h3>
<p>We're Hiring!</p>
<h3 id="contact">Contact</h3>
<p>Phone: (555)-555-5555</p>
<p>Email: [email protected]</p>
<p>Twitter: @test</p>
</div>
<div class="footer">
<p>
<span id="copyright">©Broadway 2017</span>
<a href=#home style=color:white>Home</a>
<a href=#process style=color:white>About</a>
<a href=#work style=color:white>Work</a>
<a href=#team style=color:white>Team</a>
<a href=#contact style=color:white>Contact</a>
</p>
</div>
</body>
</html>