-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Velasco
committed
Jan 5, 2017
1 parent
503f2b4
commit 502cf1d
Showing
87 changed files
with
374 additions
and
5,471 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
# agenciasomais.github.io | ||
# iagovelasco.com.br |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
layout: post | ||
title: Hello World! | ||
description: teste | ||
date: 2015-01-14 15:00:00 | ||
--- | ||
<h2>Jekyllti</h2> | ||
<p>Y Love You World s3</p> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
layout: post | ||
title: Testando mais um teste | ||
description: teste teste | ||
date: 2017-01-05 15:00:00 | ||
--- | ||
<h2>Jekyllti</h2> | ||
<p>Y Love You World s3</p> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,135 @@ | ||
<!DOCTYPE html> | ||
<html lang="pt"> | ||
<head> | ||
|
||
<!-- Title --> | ||
<title>Hello World!</title> | ||
|
||
<!-- Meta --> | ||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<meta name="description" content=""> | ||
<meta name="author" content="Iago Velasco"> | ||
|
||
<!--[if lt IE 9]> | ||
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script> | ||
<![endif]--> | ||
|
||
<!-- Retina Images --> | ||
<script>if((window.devicePixelRatio===undefined?1:window.devicePixelRatio)>1) | ||
document.cookie='HTTP_IS_RETINA=1;path=/';</script> | ||
<!-- End Retina Images --> | ||
|
||
<!--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','https://www.google-analytics.com/analytics.js','ga'); | ||
|
||
ga('create', 'UA-82206807-1', 'auto'); | ||
ga('send', 'pageview'); | ||
|
||
</script> | ||
|
||
<!-- Google Web Fonts --> | ||
<link href='http://fonts.googleapis.com/css?family=Raleway:400,100,200,300,600,700,500' rel='stylesheet' type='text/css'> | ||
|
||
<!-- Stylesheets --> | ||
<link rel="stylesheet" type="text/css" href="/assets/css/bootstrap.min.css" /> | ||
<link rel="stylesheet" type="text/css" href="/assets/css/animations.css" /> | ||
<link rel="stylesheet" type="text/css" href="/assets/css/font-awesome.min.css" /> | ||
<link rel="stylesheet" type="text/css" href="/assets/css/flaticon.css" /> | ||
<link rel="stylesheet" type="text/css" href="/assets/css/owl.carousel.css"> | ||
<link rel="stylesheet" type="text/css" href="/assets/css/owl.theme.css"> | ||
<link rel="stylesheet" type="text/css" href="/assets/css/style.min.css" /> | ||
<link rel="stylesheet" type="text/css" href="/assets/colors/orange.css" id="colors" /> | ||
|
||
</head> | ||
|
||
<body> | ||
|
||
|
||
<!-- Facebook Source | ||
<div id="fb-root"></div> | ||
<script>(function(d, s, id) { | ||
var js, fjs = d.getElementsByTagName(s)[0]; | ||
if (d.getElementById(id)) return; | ||
js = d.createElement(s); js.id = id; | ||
js.src = "//connect.facebook.net/en_US/all.js#xfbml=1"; | ||
fjs.parentNode.insertBefore(js, fjs); | ||
}(document, 'script', 'facebook-jssdk'));</script> | ||
--> | ||
<!-- Loader --> | ||
<div id="page-loader"> </div> | ||
<!-- Loader / End --> | ||
|
||
<!-- Header --> | ||
<header id="nav-content" class="vertical-nav nav-black nav-image"> | ||
|
||
<!-- Logo --> | ||
<div class="my-logo"> | ||
<a href="#profile"><img src="/assets/images/my-photo.jpg" alt="" /></a> | ||
</div> | ||
|
||
<!-- Navigation --> | ||
<ul class="menu nav me-nav"> | ||
<li class="menu-item active"><a href="#profile"><span>Profile</span><i class="fa fa-user"></i></a></li> | ||
<li class="menu-item"><a href="#resume"><span>Resumo</span><i class="fa fa-pencil"></i></a></li> | ||
<li class="menu-item"><a href="#portfolio"><span>Portfolio</span><i class="fa fa-desktop"></i></a></li> | ||
<!--<li class="menu-item"><a href="#blog"><span>Blog</span><i class="fa fa-comment"></i></a></li>--> | ||
<li class="menu-item"><a href="#contact"><span>Contato</span><i class="fa fa-phone"></i></a></li> | ||
</ul> | ||
|
||
<!-- Copyright --> | ||
<span class="copyright hidden-md">© 2016 <b>Iago Velasco</b>.</span> | ||
|
||
</header> | ||
<!-- Header / End --> | ||
|
||
|
||
|
||
<div id="content"> | ||
|
||
|
||
<h1 class="posttitle">Hello World!</h1> | ||
|
||
|
||
<article class="article"> | ||
<h1><a href="http://localhost:4000/2015/01/14/hello-world.html" rel="me">Hello World!</a></h1> | ||
<p class="pub-date"> | ||
Escrito em <time datetime="14/01/2015" pubdate>14/01/2015</time><span id="post-pageviews"></span> | ||
</p> | ||
<h2>Jekyllti</h2> | ||
<p>Y Love You World s3</p> | ||
</article> | ||
|
||
|
||
|
||
</div> | ||
|
||
|
||
<!-- Scripts --> | ||
<script type="text/javascript" src="/assets/js/jquery-1.10.2.min.js"></script> | ||
<script type="text/javascript" src="/assets/js/bootstrap.js"></script> | ||
<script type="text/javascript" src="/assets/js/page-loader.js"></script> | ||
<script type="text/javascript" src="/assets/js/jquery.validate.min.js"></script> | ||
<script type="text/javascript" src="/assets/js/jquery.localscroll-1.2.7-min.js"></script> | ||
<script type="text/javascript" src="/assets/js/jquery.scrollTo-1.4.3.1-min.js"></script> | ||
<script type="text/javascript" src="/assets/js/jquery.fitvids.js"></script> | ||
<script type="text/javascript" src="/assets/js/jquery.appear.js"></script> | ||
<script type="text/javascript" src="/assets/js/waypoints.min.js"></script> | ||
<script type="text/javascript" src="/assets/js/owl.carousel.min.js"></script> | ||
|
||
|
||
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyBQQ_Pt1-ePzVj_KY-ucm7xbukiHWu5aMU" type="text/javascript"></script> | ||
|
||
<!-- Custom Script --> | ||
<script type="text/javascript" src="/assets/js/custom.js"></script> | ||
<script type="text/javascript" src="/assets/js/GoogleMap-light.js"></script> | ||
|
||
</body> | ||
|
||
</html> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,135 @@ | ||
<!DOCTYPE html> | ||
<html lang="pt"> | ||
<head> | ||
|
||
<!-- Title --> | ||
<title>Testando mais um teste</title> | ||
|
||
<!-- Meta --> | ||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<meta name="description" content=""> | ||
<meta name="author" content="Iago Velasco"> | ||
|
||
<!--[if lt IE 9]> | ||
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script> | ||
<![endif]--> | ||
|
||
<!-- Retina Images --> | ||
<script>if((window.devicePixelRatio===undefined?1:window.devicePixelRatio)>1) | ||
document.cookie='HTTP_IS_RETINA=1;path=/';</script> | ||
<!-- End Retina Images --> | ||
|
||
<!--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','https://www.google-analytics.com/analytics.js','ga'); | ||
|
||
ga('create', 'UA-82206807-1', 'auto'); | ||
ga('send', 'pageview'); | ||
|
||
</script> | ||
|
||
<!-- Google Web Fonts --> | ||
<link href='http://fonts.googleapis.com/css?family=Raleway:400,100,200,300,600,700,500' rel='stylesheet' type='text/css'> | ||
|
||
<!-- Stylesheets --> | ||
<link rel="stylesheet" type="text/css" href="/assets/css/bootstrap.min.css" /> | ||
<link rel="stylesheet" type="text/css" href="/assets/css/animations.css" /> | ||
<link rel="stylesheet" type="text/css" href="/assets/css/font-awesome.min.css" /> | ||
<link rel="stylesheet" type="text/css" href="/assets/css/flaticon.css" /> | ||
<link rel="stylesheet" type="text/css" href="/assets/css/owl.carousel.css"> | ||
<link rel="stylesheet" type="text/css" href="/assets/css/owl.theme.css"> | ||
<link rel="stylesheet" type="text/css" href="/assets/css/style.min.css" /> | ||
<link rel="stylesheet" type="text/css" href="/assets/colors/orange.css" id="colors" /> | ||
|
||
</head> | ||
|
||
<body> | ||
|
||
|
||
<!-- Facebook Source | ||
<div id="fb-root"></div> | ||
<script>(function(d, s, id) { | ||
var js, fjs = d.getElementsByTagName(s)[0]; | ||
if (d.getElementById(id)) return; | ||
js = d.createElement(s); js.id = id; | ||
js.src = "//connect.facebook.net/en_US/all.js#xfbml=1"; | ||
fjs.parentNode.insertBefore(js, fjs); | ||
}(document, 'script', 'facebook-jssdk'));</script> | ||
--> | ||
<!-- Loader --> | ||
<div id="page-loader"> </div> | ||
<!-- Loader / End --> | ||
|
||
<!-- Header --> | ||
<header id="nav-content" class="vertical-nav nav-black nav-image"> | ||
|
||
<!-- Logo --> | ||
<div class="my-logo"> | ||
<a href="#profile"><img src="/assets/images/my-photo.jpg" alt="" /></a> | ||
</div> | ||
|
||
<!-- Navigation --> | ||
<ul class="menu nav me-nav"> | ||
<li class="menu-item active"><a href="#profile"><span>Profile</span><i class="fa fa-user"></i></a></li> | ||
<li class="menu-item"><a href="#resume"><span>Resumo</span><i class="fa fa-pencil"></i></a></li> | ||
<li class="menu-item"><a href="#portfolio"><span>Portfolio</span><i class="fa fa-desktop"></i></a></li> | ||
<!--<li class="menu-item"><a href="#blog"><span>Blog</span><i class="fa fa-comment"></i></a></li>--> | ||
<li class="menu-item"><a href="#contact"><span>Contato</span><i class="fa fa-phone"></i></a></li> | ||
</ul> | ||
|
||
<!-- Copyright --> | ||
<span class="copyright hidden-md">© 2016 <b>Iago Velasco</b>.</span> | ||
|
||
</header> | ||
<!-- Header / End --> | ||
|
||
|
||
|
||
<div id="content"> | ||
|
||
|
||
<h1 class="posttitle">Testando mais um teste</h1> | ||
|
||
|
||
<article class="article"> | ||
<h1><a href="http://localhost:4000/2017/01/05/teste-mais-post.html" rel="me">Testando mais um teste</a></h1> | ||
<p class="pub-date"> | ||
Escrito em <time datetime="05/01/2017" pubdate>05/01/2017</time><span id="post-pageviews"></span> | ||
</p> | ||
<h2>Jekyllti</h2> | ||
<p>Y Love You World s3</p> | ||
</article> | ||
|
||
|
||
|
||
</div> | ||
|
||
|
||
<!-- Scripts --> | ||
<script type="text/javascript" src="/assets/js/jquery-1.10.2.min.js"></script> | ||
<script type="text/javascript" src="/assets/js/bootstrap.js"></script> | ||
<script type="text/javascript" src="/assets/js/page-loader.js"></script> | ||
<script type="text/javascript" src="/assets/js/jquery.validate.min.js"></script> | ||
<script type="text/javascript" src="/assets/js/jquery.localscroll-1.2.7-min.js"></script> | ||
<script type="text/javascript" src="/assets/js/jquery.scrollTo-1.4.3.1-min.js"></script> | ||
<script type="text/javascript" src="/assets/js/jquery.fitvids.js"></script> | ||
<script type="text/javascript" src="/assets/js/jquery.appear.js"></script> | ||
<script type="text/javascript" src="/assets/js/waypoints.min.js"></script> | ||
<script type="text/javascript" src="/assets/js/owl.carousel.min.js"></script> | ||
|
||
|
||
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyBQQ_Pt1-ePzVj_KY-ucm7xbukiHWu5aMU" type="text/javascript"></script> | ||
|
||
<!-- Custom Script --> | ||
<script type="text/javascript" src="/assets/js/custom.js"></script> | ||
<script type="text/javascript" src="/assets/js/GoogleMap-light.js"></script> | ||
|
||
</body> | ||
|
||
</html> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
# agenciasomais.github.io | ||
# iagovelasco.com.br |
This file was deleted.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Oops, something went wrong.