-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
101 lines (64 loc) · 2.97 KB
/
about.html
File metadata and controls
101 lines (64 loc) · 2.97 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>Keep It Simple</title>
<meta http-equiv="content-type" content="application/xhtml+xml; charset=UTF-8" />
<meta name="author" content="Nathalie Laroche" />
<meta name="description" content="Site Description Here" />
<meta name="keywords" content="keywords, here" />
<meta name="robots" content="index, follow, noarchive" />
<meta name="googlebot" content="noarchive" />
<link rel="stylesheet" type="text/css" media="screen" href="css/style.css" />
</head>
<body>
<!-- header starts-->
<div id="header-wrap"><div id="header" class="container_12">
<h1 id="logo-text"><a href="index.html" title="">Title of my future website</a></h1>
<p id="intro">Mon slogan</p>
<!-- navigation -->
<div id="nav">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="samples.html">Sample Work</a></li>
<li id="current"><a href="about.html">About</a></li>
<li><a href="coming_soon.html">En français</a></li>
</ul>
</div>
<form id="quick-search" action="index.html" method="get" >
<p>
<label for="qsearch">Search:</label>
<input class="tbox" id="qsearch" type="text" name="qsearch" value="Search..." title="Start typing and hit ENTER" />
<input class="btn" alt="Search" type="image" name="searchsubmit" title="Search" src="images/search.gif" />
</p>
</form>
<!-- header ends here -->
</div></div>
<!-- content starts -->
<div id="content-outer"><div id="content-wrapper" class="container_12">
<!-- main -->
<div id="main" class="grid_12">
<a name="TemplateInfo"></a>
<h2><a href="index.html">About me </a></h2>
<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec libero. Suspendisse bibendum.
Cras id urna. Morbi tincidunt, orci ac convallis aliquam, lectus turpis varius lorem, eu
posuere nunc justo tempus leo. Donec mattis, purus nec placerat bibendum, dui pede condimentum
odio, ac blandit ante orci ut diam. Cras fringilla magna. Phasellus suscipit, leo a pharetra
condimentum, lorem tellus eleifend magna, eget fringilla velit magna id neque. Curabitur vel urna.
</p>
<div class="clear"> </div>
<!-- main ends -->
</div>
<!-- end left-columns -->
</div>
<!-- contents end here -->
</div></div>
<!-- footer starts here -->
<div id="footer-wrapper" class="container_16">
<div id="footer-bottom">
<p align="center">This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by/3.0/">Creative Commons Attribution 3.0 Unported License</a>.<br/>
<a href="http://www.bluewebtemplates.com/" title="Website Templates">website templates</a> by <a href="http://www.styleshout.com/">styleshout</a></p>
</div>
</div>
<!-- footer ends here -->
</body>
</html>