forked from HubPress/hubpress.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
134 lines (105 loc) · 5.11 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
124
125
126
127
128
129
130
131
132
133
134
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>Gustavo Cagnin Portifolio</title>
<meta name="description" content="" />
<meta name="HandheldFriendly" content="True" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="shortcut icon" href="http://blog.gustavo.pro/favicon.ico">
<link rel="stylesheet" type="text/css" href="//blog.gustavo.pro/themes/casper/assets/css/screen.css?v=1506987612747" />
<link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Merriweather:300,700,700italic,300italic|Open+Sans:700,400" />
<link rel="canonical" href="http://blog.gustavo.pro/" />
<meta name="referrer" content="origin" />
<meta property="og:site_name" content="Gustavo Cagnin Portifolio" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Gustavo Cagnin Portifolio" />
<meta property="og:url" content="http://blog.gustavo.pro/" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="Gustavo Cagnin Portifolio" />
<meta name="twitter:url" content="http://blog.gustavo.pro/" />
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "Website",
"publisher": "Gustavo Cagnin Portifolio",
"url": "http://blog.gustavo.pro/"
}
</script>
<meta name="generator" content="HubPress" />
<link rel="alternate" type="application/rss+xml" title="Gustavo Cagnin Portifolio" href="http://blog.gustavo.pro/rss/" />
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.10.0/styles/atom-one-dark.min.css">
<script src='https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS-MML_HTMLorMML'></script>
</head>
<body class="home-template nav-closed">
<div class="site-wrapper">
<header class="main-header no-cover">
<nav class="main-nav overlay clearfix">
</nav>
<div class="vertical">
<div class="main-header-content inner">
<h1 class="page-title">Gustavo Cagnin Portifolio</h1>
<h2 class="page-description">WebSite and Stuffs</h2>
</div>
</div>
<a class="scroll-down icon-arrow-left" href="#content" data-offset="-45"><span class="hidden">Scroll Down</span></a>
</header>
<main id="content" class="content" role="main">
<div class="extra-pagination inner">
<nav class="pagination" role="navigation">
<span class="page-number">Page 1 of 1</span>
</nav>
</div>
<article class="post">
<header class="post-header">
<h2 class="post-title"><a href="http://blog.gustavo.pro/2017/09/30/Your-Blog-title.html">Your Blog title</a></h2>
</header>
<section class="post-excerpt">
<p>What’s new --- <a class="read-more" href="http://blog.gustavo.pro/2017/09/30/Your-Blog-title.html">»</a></p>
</section>
<footer class="post-meta">
<img class="author-thumb" src="https://avatars2.githubusercontent.com/u/28716084?v=4" alt="gtcdevop" nopin="nopin" />
<a href="http://blog.gustavo.pro/author/gtcdevop/">gtcdevop</a>
<time class="post-date" datetime="2017-09-30">30 September 2017</time>
</footer>
</article>
<nav class="pagination" role="navigation">
<span class="page-number">Page 1 of 1</span>
</nav>
</main>
<footer class="site-footer clearfix">
<section class="copyright"><a href="http://blog.gustavo.pro">Gustavo Cagnin Portifolio</a> © 2017</section>
<section class="poweredby">Proudly published with <a href="http://hubpress.io">HubPress</a></section>
</footer>
</div>
<script type="text/javascript" src="https://code.jquery.com/jquery-1.12.0.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js?v="></script> <script src="//cdnjs.cloudflare.com/ajax/libs/moment.js/2.9.0/moment-with-locales.min.js?v="></script> <script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.10.0/highlight.min.js?v="></script>
<script type="text/javascript">
jQuery( document ).ready(function() {
// change date with ago
jQuery('ago.ago').each(function(){
var element = jQuery(this).parent();
element.html( moment(element.text()).fromNow());
});
});
hljs.initHighlightingOnLoad();
</script>
<form name="contact" method="POST" netlify>
<p>
<label>Your Name: <input type="text" name="name"></label>
</p>
<p>
<label>Your Email: <input type="email" name="email"></label>
</p>
<p>
<label>Message: <textarea name="message"></textarea></label>
</p>
<p>
<button type="submit">Send</button>
</p>
</form>
<script type="text/javascript" src="//blog.gustavo.pro/themes/casper/assets/js/jquery.fitvids.js?v=1506987612747"></script>
<script type="text/javascript" src="//blog.gustavo.pro/themes/casper/assets/js/index.js?v=1506987612747"></script>
</body>
</html>