-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
53 lines (53 loc) · 1.52 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Broadway</title>
<link href="resources/css/style.css" type="text/css" rel="stylesheet">
</head>
<body>
<div class="background">
<h1>Broadway Design</h1>
<p></p>
<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>
</div>
<!--Process-->
<h2 id="process">Our Process</h2>
<!--Indentify-->
<img src="resources/identify.svg">
<h3>Identify</h3>
<h4>We focus on the most important details.</h4>
<!--Understand-->
<img src="resources/understand.svg">
<h3>Understand</h3>
<h4>We study our projects inside and out.</h4>
<!--Execute-->
<img src="resources/execute.svg">
<h3>Execute</h3>
<h4>We put everything we have into our work.</h4>
<!--Break-->
<h3 class="background">Designed in New York</h3>
<!--Bottom Section-->
<h3 id="work">Portfolio</h3>
<h4>Coming soon</h4>
<h3 id="team">Team</h3>
<h4>We're Hiring!</h4>
<h3 id="contact">Contact</h3>
<h4>Phone: (555)-555-5555</h4>
<h4>E-mail: test@example.com</h4>
<h4>Twitter: @test</h4>
<!--footer-->
<footer>
<copyright>(c)Broadway 2016</copyright>
<a href="index.html">Home</a>
<a href="#process">Process</a>
<a href="#work">Work</a>
<a href="#team">Team</a>
<a href="#contact">Contact</a>
</footer>
</body>
</html>