-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlanguagesdescription.html
More file actions
42 lines (42 loc) · 1.56 KB
/
languagesdescription.html
File metadata and controls
42 lines (42 loc) · 1.56 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
<!DOCTYPE hmtl>
<html>
<head>
<style>
@font-face {font-family:'Aventura-Bold';
src: url('Aventura-Bold.otf');
}
floating-image {float:left; width:150px; padding-right: 10px;}
article {padding-top: 1px;
border: 1px #7A003D;
outline-color: green dotted thick;}
a {color: #7A003D;}
h1 {text-align: center;
color: white; background-color: #7A003D;}
h2 {text-align: center;
color: #7A003D;}
header {background-color: black;}
article {padding-bottom-color: black;}
</style>
<link href="top_nav.css" rel="stylesheet">
</head>
<body>
<header>
<h1>Code Match! A data-ing service</h1>
</header>
<nav>
<ul>
<li><a href= "Languages.hmtl">Languages</a></li>
<li><a href= "best_languages.html">Finding "the one"</a></li>
<li><a href= "companies.html">Companies using languages</a></li>
</ul>
</nav>
<section>
<article>
<img src= "http://www.bleachernation.com/wp-content/uploads/2012/07/computer-beach.jpeg"
class="floating-image">
<h2> Finding your match... </h2>
<p>What are you looking for in a language? Are you interested in a language that will keep up with your intellectual pursuits? A language that shares your interest in design and can appreciate a good art show? Or are you looking for something a bit more down to earth and practical? This website will help you find the lanaguage of your dreams! </p>
</article>
</section>
</body>
</html>