-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathterms.html
More file actions
55 lines (54 loc) · 2.44 KB
/
Copy pathterms.html
File metadata and controls
55 lines (54 loc) · 2.44 KB
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
<!DOCTYPE html>
<html>
<head>
<!-- META -->
<title>Seattle Apartments</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<meta name="keywords" content="apartments for rent, Seattle apartments">
<meta name="description" content="Find the apartment you're looking for">
<!-- CSS -->
<link rel="stylesheet" type="text/css" href="css/kickstart.css" media="all" />
<link rel="stylesheet" type="text/css" href="css/style.css" media="all" />
<link rel="stylesheet" type="text/css" href="css/animate.css" media="all" />
<link rel="stylesheet" type+"text/css" href="css/custom.css" media="all" />
</head>
<body>
<div class="grid.flex">
<header class="clearfix">
<nav class="main-menu col_7 float-left animated fadeInDown">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="listing.html">Available Apartments</a></li>
<li><a href="about.html">About Us</a></li>
</ul>
</nav>
<section class="logo float-right center">
<img src="img/apartment-logo-small.png" />
</section>
</header>
<main class="main-site full-width center about-us">
<p>permission to claim anything you share on the professional networking service -- even indirectly -- and change it, share it or profit from it.</p>
<p>That even applies in ways that haven't even been discovered or invented yet.</p>
<p><a href="https://www.linkedin.com/legal/user-agreement">from LinkedIn.com</a></p>
<a href="http://www.facebook.com"><img class="social" src="img/facebook-icon.png" /></a>
<a href="httP://www.twitter.com"><img class="social" src="img/twitter-icon.png" /></a>
<a href="http://www.google.com"><img class="social" src="img/google-plus-icon.png" /></a>
<a href="http://www.pinterest.com"><img class="social" src="img/pinterest-icon.png" /></a>
</main>
<footer class="full-width center">
<nav>
<ul>
<li><a href="about.html">About Us</a></li>
<li><a href="privacy.html">Privacy Policy</a></li>
<li><a href="terms.html">Terms of Use</a></li>
</ul>
</nav>
</footer>
<!-- Javascript -->
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script type="text/javascript" src="js/kickstart.js"></script>
<script type="text/javascript" src="js/menus.js"></script>
</div>
</body>
</html>