-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
100 lines (83 loc) · 3.86 KB
/
index.html
File metadata and controls
100 lines (83 loc) · 3.86 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
<!DOCTYPE html>
<html>
<head>
<!-- Kia ora! Thanks for taking a look at my personal website. Check back soon for updates! -->
<meta charset="UTF-8">
<!--tags for responsive design-->
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="HandheldFriendly" content="true">
<!--tags for responsive design END-->
<title>Jade Codes | Web Design </title>
<!-- favicon -->
<link rel="shortcut icon" type="image/x-icon" href="http://www.jadeshearstone.com/favicon.ico"/>
<link rel="icon" type="image/x-icon" href="http://www.jadeshearstone.com/favicon.ico"/>
<!-- favicon END -->
<!--main stylesheets-->
<link rel="stylesheet" type="text/css" href="http://necolas.github.io/normalize.css/3.0.1/normalize.css">
<link rel="stylesheet" type="text/css" href="assets/stylesheets/main.css">
<!--main stylesheets END-->
<!--font-awesome icons-->
<link href="http://netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
<!--font-awesome icons END-->
<!--google analytics-->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-51633931-1', 'jadeshearstone.com');
ga('send', 'pageview');
</script>
<!--google analytics END-->
<!--intercom-->
<script>(function(){var w=window;var ic=w.Intercom;if(typeof ic==="function"){ic('reattach_activator');ic('update',intercomSettings);}else{var d=document;var i=function(){i.c(arguments)};i.q=[];i.c=function(args){i.q.push(args)};w.Intercom=i;function l(){var s=d.createElement('script');s.type='text/javascript';s.async=true;s.src='https://widget.intercom.io/widget/z5n72v0n';var x=d.getElementsByTagName('script')[0];x.parentNode.insertBefore(s,x);}if(w.attachEvent){w.attachEvent('onload',l);}else{w.addEventListener('load',l,false);}}})()</script>
</head>
<body>
<div class="center">
<section class="text">
<p class="mainhead">Hello, I'm Jade.</p>
<p class="subhead">Welcome to my little space on the interweb.</p>
<p class="contact">Want to chat? You can find me online. </p>
</section>
<section class="icons">
<div class="social">
<ul>
<li class="sink twitter">
<a href="https://twitter.com/jadeshearstone" target="_blank"><i class="fa fa-twitter fa-fw"></i></a>
</li>
<li class="sink linkedin">
<a href="http://www.linkedin.com/in/jadeshearstone" target="_blank"><i class="fa fa-linkedin fa-fw"></i></a>
</li>
<li class="sink github">
<a href="https://github.com/JadeCodes" target="_blank"><i class="fa fa-github fa-fw"></i></a>
</li>
<li class="sink instagram">
<a href="http://instagram.com/jade_codes" target="_blank"><i class="fa fa-instagram fa-fw"></i></a>
</li>
<li class="stretch"></li>
</ul>
</div>
</section>
<footer>
<p class="data-link">PS - take a look at my experiment with website analytics & insights <a href="insights.html" class="skew">here</a>.</p>
</footer>
</div>
<script>
$FE = {id:5674};
// The identifier $FE.email is a JavaScript string. Backslashes must be escaped as double backslashes.
// $FE.email is not case sensitive: "John@example.com" and "john@example.com" are equal.
$FE.email = "";
$FE.tags = ""; // tags go in these quotes separated by commas
$FE.lang = "en-us"; // language + locale to be used
(function(d) {
var ca = d.createElement("script"),t;
ca.type = "text/javascript";
ca.async = true;
ca.src = "//tag.fanexam.com/exam.js";
t = d.getElementsByTagName("script")[0];
t.parentNode.insertBefore(ca, t);
})(document);
</script>
</body>
</html>