-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
57 lines (48 loc) · 1.56 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Broadway Design</title>
<link rel="stylesheet" href="resources/css/style.css">
</head>
<body>
<div class="header">
<h1>Broadway Design</h1>
<nav>
<p><a href="#">Home</a></p>
<p><a href="#">About</a></p>
<p><a href="#">Work</a></p>
<p><a href="#">Team</a></p>
<p><a href="#">Contact</a></p>
</nav>
</div>
<h2>Our Process</h2>
<p><img src="resources/images/identify.svg" alt="Indentify"></p>
<h3>Identity</h3>
<p class="description">We focus on the most important details.</p>
<p><img src="resources/images/understand.svg" alt="Understand"></p>
<h3>Understand</h3>
<p class="description">We study our projects inside and out.</p>
<p><img src="resources/images/execute.svg" alt="Execute"></p>
<h3>Execute</h3>
<p class="description">We put everything we have into our work.</p>
<h3 class="newyork">Designed in New York</h3>
<h3>Portfolio</h3>
<p class="description">Coming Soon</p>
<h3>Team</h3>
<p class="description">We're Hiring!</p>
<h3>Contact</h3>
<p class="description">Phone: (555)-555-5555</p>
<p class="description">Twitter: @test</p>
<div class="footer">
<p>
<span class="copyright">© Broadway 2016</span>
<a href="#">Home</a>
<a href="#">About</a>
<a href="#">Work</a>
<a href="#">Team</a>
<a href="#">Contact</a>
</div>
</body>
</html>