-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCodeMatch.html
More file actions
48 lines (41 loc) · 1.16 KB
/
CodeMatch.html
File metadata and controls
48 lines (41 loc) · 1.16 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
<!DOCTYPE html>
<html>
<head>
<link href="left_nav.css" rel="stylesheet">
<style>
a {color: #3333FF;}
h1 {text-align: center; color: white;}
header {background-color: #3333FF;}
footer {color: #3333FF;}
h3 {text-align: center; color: blue;}
h2 {text-align: center;}
.centered {text-align: center;}
ul {padding: 18px;}
</style>
<title>CodeMatch!</title>
</head>
<body>
<header>
<p><h1><strong>CodeMatch!</strong></h1></p>
</header>
<p><h3>Top Programming Skills 2015</h3></p>
<nav>
<ul>
<li><a href="social_media.html">Social Media</a></li>
<li><a href="education.html">Education</a></li>
<li><a href="retail.html">Retail</a></li>
</ul>
</nav>
<section>
<article>
<div class="centered"><img src="http://thumbs.dreamstime.com/x/world-wide-web-computer-network-18682219.jpg"><div>
<p>
<h2>Get code-matched NOW! <br/>
See which skills top companies need <br/>
and move forward in your career.</h2>
</p>
</article>
</section>
<footer>Copyright 2015 - Hannah Porton
</footer>
</body>