-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
43 lines (43 loc) · 1.09 KB
/
index.html
File metadata and controls
43 lines (43 loc) · 1.09 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
<html>
<head>
<title>Seattle Launchpad</title>
<link rel="stylesheet" href="index.css" type="text/css">
</head>
<body>
<header>
<h1>Seattle Launchpad
</h1>
</header>
<nav>
<ul>
<li>
<a href="index.html">Home</a>
</li>
<li>
<a href="business.html">Business</a>
</li>
<li>
<a href="pleasure.html">Pleasure</a>
</li>
</ul>
</nav>
<section>
<img src="http://www.wfs.com/sites/default/files/styles/image_banner/public/Seattle-City.jpg?itok=GIALd-8S" alt="height="400" width="750">
<p>
<h6>Source: <a href="http://www.wfs.com/seattle-2015">WFS</a>
</h6>
</p>
<article>
<h2>Welcome!</h2>
<p>Welcome to Seattle, a city full of life and culture. Full of possibility, many journey to our city looking to start a new adventure. It is our job to help get you started.
</p>
</article>
</section>
<aside>
</aside>
<footer>
<p>Seattle Launchpad Group 2016
</p>
</footer>
</body>
</html>