-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
50 lines (48 loc) · 1.87 KB
/
index.html
File metadata and controls
50 lines (48 loc) · 1.87 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
<!DOCTYPE html>
<!--[if IE 8]> <html class="no-js lt-ie9" lang="en"> <![endif]-->
<!--[if gt IE 8]><!-->
<html class="no-js" lang="en">
<!--<![endif]-->
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>
Nick Blanchet
</title>
<link href='https://fonts.googleapis.com/css?family=Cinzel+Decorative' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Crimson+Text' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="css/normalize.css" type="text/css">
<link rel="stylesheet" href="css/foundation.css" type="text/css">
<link rel="stylesheet" href="css/mystyle.css" type="text/css">
<link rel="icon" type="image/png" href="img/B.ico">
<script src="js/vendor/custom.modernizr.js" type="text/javascript">
</script>
</head>
<body>
<div id='holder' class=''>
<div class='hide-for-small' id='topspacer'></div>
<div class="row">
<div class='large-4 columns small-centered tcenter'>
<div id='nameholder' class='cinz'>
<span id='NB'>N.Blanchet</span>
</div>
</div>
</div>
<br/>
<br/>
<div class="row">
<div class='large-2 columns small-centered tcenter'>
<a href="https://www.github.com/h55nick" target="_blank">
<img src="img/github.png" alt="Github" class='mimage ficon'>
</a>
<a href="http://www.linkedin.com/pub/nicholas-blanchet/24/809/775" target="_blank">
<img src="img/linkedin.png" alt="Linkedin" class='mimage'>
</a>
<div class='show-for-small row' id='headspacer'></div>
</div>
</div>
</div>
<script src="js/myjs.js" type="text/javascript">
</script>
</body>
</html>