-
Notifications
You must be signed in to change notification settings - Fork 0
/
Exercise1.html
68 lines (60 loc) · 1.69 KB
/
Exercise1.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>
<link media="screen and (min-width: 1297px)" rel="stylesheet" type="text/css" href="global.css">
<link media="screen and (max-width: 1296px) and (min-width: 584px)" rel="stylesheet" type="text/css" href="medium.css">
<link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Open+Sans:400,800,300">
</head>
<body>
<img id="logo" src="logo.jpg">
<ul id="nav">
<li><a href="/about" class="active">ABOUT</a></li><!--
--><li><a href="/work">WORK</a></li><!--
--><li><a href="/team">TEAM</a></li><!--
--><li><a href="/carrer">CAREER</a></li><!--
--><li><a href="/contact">CONTACT</a></li>
</ul>
<div id="pic1Container">
<div>
<span>
NAU is devoted to the <br>
best valuable of life
</span>
</div>
<div>
<span>
At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesenti-<br>
um voluptatum deleniti atque corrupti quos dolores et quas molestias excepturi sint <br>
occaecati cupiditate non provident.
</span>
</div>
<div>
</div>
</div>
<div class="mid" id="mid1">
<div>
01
</div>
<div>
our vision
</div>
</div>
<div class="mid" id="mid2">
Nam libero tempore, cum soluta nobis est eligendi optio cumque nihil impedit quo minus id quod maxime placeat facere possimus, omnis voluptas assumenda est, omnis dolor repellendus.
</div>
<div id="pic2Container">
<div>
Like us?
</div>
<div>
Check our work out!
</div>
<div class="shape"></div>
<a href="/ourwork">OUR WORK</a>
</div>
<div id="email">
<span>EMAIL:</span>
<a href="[email protected]">[email protected]</a>
</div>
</body>
</html>