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