-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·43 lines (43 loc) · 1.77 KB
/
index.html
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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Pier-Luc Lafleur</title>
<link href="/style.css" rel="stylesheet" type="text/css" media="screen" />
<link href='//fonts.googleapis.com/css?family=Kreon:400,700' rel='stylesheet' type='text/css' />
<link href='//fonts.googleapis.com/css?family=PT+Sans:700' rel='stylesheet' type='text/css' />
<link href="/img/favicon.png" rel="shortcut icon" type="image/png"/>
<link rel="me" href="https://cosocial.ca/@pl" />
<link rel="me" href="https://libre.fm/user/pluc" />
</head>
<body>
<div id="outerWrapper">
<div id="contentWrapper">
<!--<ul id="navMain">
<li><a href="#home" title="home"><img src="/img/icons/home.gif" alt="Home" /></a></li>
</ul>-->
<div id="content">
<div id="scrollWrapper">
<ul>
<li id="home" class="section">
<h1><img id="logo" src="/img/logo.png" alt="pL" /><br /><a href="mailto:[email protected]">Pier-Luc Lafleur</a></h1>
<h3>web developer <strong>★</strong> system administrator <strong>★</strong> technical consultant <strong>★</strong> strategist</h3>
<!-- end #home -->
</li>
</ul>
<!-- end #scrollWrapper -->
</div>
<!-- end #content -->
</div>
<!-- end #contentWrapper -->
</div>
<!-- end #outerWrapper -->
</div>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-24989539-1']);
_gaq.push(['_trackPageview', window.location.pathname + window.location.search + window.location.hash]);
_gaq.push(['_trackPageLoadTime']);
</script>
</body>
</html>