-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathexperiments.html
54 lines (50 loc) · 2.38 KB
/
experiments.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
44
45
46
47
48
49
50
51
52
53
54
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta description="O blogMV* é um projeto open-source que pretende ensinar diferentes maneiras de se implementar SPA utilizando tecnologias modernas como o Backbone.js">
<link rel="stylesheet" href="assets/vendor/normalize.css" media="screen" type="text/css">
<link rel="stylesheet" href="assets/vendor/fontawesome/css/font-awesome.min.css" media="screen" type="text/css">
<link rel="stylesheet" href="assets/vendor/lemonade.css" media="screen" type="text/css">
<link rel="stylesheet" href="assets/css/screen.css" media="screen" type="text/css">
<link rel="stylesheet" href="assets/vendor/fullpage.js/jquery.fullPage.css" media="screen" type="text/css">
<link href="http://fonts.googleapis.com/css?family=PT+Sans|Open+Sans:300,300italic,700|Source+Sans+Pro:300,600" rel="stylesheet" type="text/css">
<title>blogMV*</title>
</head>
<body>
<nav id="principal">
<ul id="navigator" class="left">
<li data-menuanchor="hello" class="active"><a href="#hello">Introdução</a></li>
<li data-menuanchor="understand"><a href="#understand">Entenda</a></li>
<li data-menuanchor="download"><a href="#download">Download</a></li>
<li data-menuanchor="collaborate"><a href="#collaborate">Colabore</a></li>
</ul>
<ul id="vendor" class="right">
<li><a href="https://github.com/blogmv" target="_blank">GitHub</a></li>
<li><a href="https://gitter.im/blogmv/blogmv-site" target="_blank">Gitter</a></li>
</ul>
</nav>
<div id="app">
<section class="section hello">
<div class="context">
<h1>Google Experiments*</h1>
</div>
</section>
</div>
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-54273061-1");
pageTracker._trackPageview();
} catch(e) {
throw new Error(e.name + ' – ' + e.message);
}
</script>
<script type="text/javascript" src="assets/vendor/jquery/dist/jquery.min.js"></script>
</body>
</html>