-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
63 lines (46 loc) · 2.04 KB
/
index.html
File metadata and controls
63 lines (46 loc) · 2.04 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
56
57
58
59
60
61
62
63
<!DOCTYPE html>
<html>
<head>
<title> CodeMatch </title>
<link rel="stylesheet" href="main.css">
</head>
<body>
<header id="MainHeader" >
<a id="MainLink" href="index.html">
<h1>CodeMatch</h1>
<h2>The Ultimate Data-ing Service</h2>
</a>
</header>
<nav>
<ul id="NavList">
<li><a class="NavLink" id="LeftLink" href="languagesdescription.html"> Sussanah's Front Page </a></li>
<li><a class="NavLink" href="jobsrelatedtoeachlanguage.html"> Charle's Front Page</a></li>
<li><a class="NavLink" href="bethdesign.html"> Beth's Page Design </a></li>
<li><a class="NavLink" href="TellUsAboutYourself.html"> Hannah's Page Design </a></li>
</ul>
</nav>
<section>
<article>
<p>
<img src="http://www.ideservetobewell.com/wp-content/uploads/2015/01/TooManyChoices2Scaled-460x382.jpg">
</p>
<h1 class="firstHeader"> Finding That Perfect Code </h1>
<p> Not having the same chemistry you once had with your job? Feel like it is
time for a new career change in the tech industry? Not sure what program code
will be the right fit? If you answered yes to any of these questions then CodeMatch is the website for you. We pride ourselves in helping you find the perfect match of coding that will give you a long and lasting.
relationship.
</p>
<p> Picking a programming language to start learning is hard. Our website gives general background of different types of programming languages such as HTML, CSS
and JavaScript. We want you to get familiar with these programs so you can have
a more confident feeling of what your getting into. We also show what type of programs
lead to certain jobs and even what programs certain companies are running on. Finally,
we ask you to take a brief survey in order for us to find you the perfect Programming
Code match.
</p>
</article>
</section>
<footer>
Copyright 2015 - Team CodeMatch - The Ultimate Data-ing Site
</footer>
</body>
</html>