-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
130 lines (89 loc) · 4.56 KB
/
index.html
File metadata and controls
130 lines (89 loc) · 4.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
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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
<!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>Nathalie's future life</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 id="current"><a href="index.html">Home</a></li>
<li><a href="samples.html">Sample Work</a></li>
<li><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_9">
<a name="TemplateInfo"></a>
<h2><a href="index.html">A heading</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>
<h2><a href="index.html">Another heading</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.
In tristique orci porttitor ipsum. 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.
</p>
</div>
<!-- main ends -->
<!-- left-columns starts -->
<div id="left-columns" class="grid_3">
<!-- <div class="grid_3 omega"> -->
<h3>About me</h3>
<div class="featured-post">
<p>
<img src="images/image.JPG" class="float-left" />Vestibulum venenatis. Nulla vel ipsum. Proin rutrum, urna sit amet bibendum
pellentesque, ante sapien varius turpis, eu nonummy nunc urna scelerisque ante.
Nunc sed leo at dolor pharetra facilisis. Sed sed lectus at justo dapibus tristique.
Morbi molestie pulvinar elit. Donec dictum nibh nec est. Aliquam sagittis, lacus
a pharetra tempor, enim justo tempor nisi, at aliquet nulla metus sed augue.
</p>
<p><a class="more-link" href="about.html">continue reading</a></p>
</div>
<!-- </div> -->
<!-- end left-columns -->
</div>
<!-- contents end here -->
</div></div>
<div class="clear"> </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>