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