-
Notifications
You must be signed in to change notification settings - Fork 9
/
index.html
39 lines (38 loc) · 2.29 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="google-site-verification" content="94XC6EYnHngzLa2K0yYO47h3NH1wIMN-EKmUIPRwUvs">
<meta name="description" content="A better JavaScript learning experience">
<meta name="author" content="Addy Osmani and Sindre Sorhus">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>TasteJS - a better JavaScript learning experience</title>
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Lato:400,700,900">
<link rel="stylesheet" href="main.css">
<link href="https://plus.google.com/118031398813892182447" rel="publisher">
</head>
<body>
<div class="container">
<a href="https://github.com/tastejs"><img id="logo" src="logo.png" width="260" height="383" alt="TasteJS monster logo"></a>
<h1>TasteJS</h1>
<nav class="menu">
<a href="https://github.com/tastejs">Projects</a>
<!-- <a href="http://blog.tastejs.com">Blog</a> -->
</nav>
<p>A better JavaScript learning experience.<br>Keeper of <a href="https://todomvc.com">TodoMVC</a>, <a href="https://propertycross.com">PropertyCross</a> & <a href="movies/index.html">Movies</a>. Eater of popsicles.</p>
<br>
<a href="https://twitter.com/tastejs" class="twitter-follow-button" data-show-count="false" data-show-screen-name="false"></a>
<a href="https://twitter.com/share" class="twitter-share-button" data-via="tastejs" data-url="http://tastejs.com" data-text="TasteJS - A better JavaScript learning experience" data-count="none"></a>
<div class="g-plus" data-action="share" data-annotation="none" data-href="http://tastejs.com"></div>
</div>
</body>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
<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-40472944-1', 'tastejs.com');
ga('send', 'pageview');
</script>
</html>