-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
69 lines (56 loc) · 1.8 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
<!DOCTYPE html>
<html>
<head>
<title>Broadway</title>
<!-- CSS -->
<link href="./resources/css/style.css" type="text/css" rel="stylesheet">
</head>
<body>
<!-- Header -->
<div id="home"><h1>Broadway Design</h1>
<nav id="nav">
<a id="nav" href ="#home">Home</a>
<a id="nav" href ="#about">About</a>
<a id="nav" href ="#work">Work</a>
<a id="nav" href ="#team">Team</a>
<a id="nav" href ="#contact">Contact</a><br /><br /></nav>
</div>
<!--Our Process -->
<div id="work"><h3 class="process">Our Process</h3></div>
<!-- Identify -->
<p><img class="identify" src="./resources/images/identify.svg"></p>
<h5>Identify</h5>
<p>We focus on the most important details.</p>
<!-- Understand -->
<p><img class="understand" src="./resources/images/understand.svg"></p>
<h5>Understand</h5>
<p>We study our projects inside and out.</p>
<!-- Execute -->
<p><img class="execute" src="./resources/images/execute.svg"></p>
<h5>Execute</h5>
<p>We put everything we have into our work.</p>
<!-- Designed in New York -->
<p class="newyork">Designed in New York</p>
<!-- Portfolio -->
<h5 id="about">Portfolio</h5>
<p class="portfolio">Coming Soon</p>
<!-- Team -->
<h5 id="team">Team</h5>
<p class="team">We're Hiring!</p>
<!-- Contact -->
<h5 id="contact">Contact</h5>
<ul>
<li>Phone: (555) 555-5555</li>
<li>E-Mail: [email protected]</li>
<li>Twitter: @test</li></ul>
<!-- Footer -->
<div class="copyright">
<p>© Broadway 2016
<a id="nav" href ="#home">Home</a>
<a id="nav" href ="#about">About</a>
<a id="nav" href ="#work">Work</a>
<a id="nav" href ="#team">Team</a>
<a id="nav" href ="#contact">Contact</a>
</p></div>
</body>
</html>