-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·123 lines (104 loc) · 3.83 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
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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
<!doctype html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width">
<title>Andrea Morone - Repositories</title>
<!-- Flatdoc -->
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script src='js/legacy.js'></script>
<script src='js/flatdoc.js'></script>
<link href='css/theme.css' rel='stylesheet'>
<script src='js/theme.js'></script>
<script src='js/jquery.sticky.js'></script>
<!-- Flatdoc theme -->
<link href='theme-white/style.css' rel='stylesheet'>
<script src='theme-white/script.js'></script>
<!-- Meta -->
<meta content="Andrea Morone - Repositories" property="og:title">
<meta content="Andrea Morone Github Repositories." name="description">
<!-- Initializer -->
<script>
$(document).ready(function() {
$('pre code').each(function(i, block) {
hljs.highlightBlock(block);
});
});
Flatdoc.run({
fetcher: Flatdoc.file('home.md')
});
$(document).ready(function(){
$(".header").sticky({topSpacing:0});
});
$(function() {
$('a[href*=#]:not([href=#])').click(function() {
if (location.pathname.replace(/^\//,'') == this.pathname.replace(/^\//,'') && location.hostname == this.hostname) {
var target = $(this.hash);
target = target.length ? target : $('[name=' + this.hash.slice(1) +']');
if (target.length) {
$('html,body').animate({
scrollTop: target.offset().top
}, 1000);
return false;
}
}
});
});
</script>
</head>
<body role='flatdoc'>
<div class='title-area title-card' style='background-image: url(background.jpg)'>
<div class='in'>
<div class='headline'>
<h1>Andrea Morone's Repositories</h1>
<p>Creativity is just intelligence having fun.</h5>
<a href="#welcome"><h5><span>WELCOME</span></h5></a>
</div>
</div>
</div>
<div class='header'>
<div class='left'>
<h1>MY PROJECTS</h1>
<ul>
<li><a href='http://andreamorone.github.io/social-parser'>Social Parser</a></li>
<li><a href='http://andreamorone.github.io/smothify'>Smothify</a></li>
</ul>
</div>
<div class='right'>
<!-- GitHub buttons: see http://ghbtns.com -->
<iframe src="http://ghbtns.com/github-btn.html?user=AndreaMorone&type=follow" allowtransparency="true" frameborder="0" scrolling="0" width="160" height="20"></iframe>
</div>
</div>
<div class='content-root'>
<div class='menubar'>
<div class="section" style="padding:25px 25px;">
<div class="g-person" data-width="150" data-href="//plus.google.com/u/0/102931285853970474861" data-showtagline="false" data-rel="author"></div>
<!-- Inserisci questo tag dopo l'ultimo tag di widget. -->
<script type="text/javascript">
(function() {
var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
po.src = 'https://apis.google.com/js/platform.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
})();
</script>
<!--
<a class="big button" href="#" target="_blank">Contact</a>
-->
</div>
<div class='menu section' role='flatdoc-menu'></div>
<div class="bottom section">
</div>
</div>
<div role='flatdoc-content' class='content'></div>
</div>
<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-52674733-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>