mirror of
https://github.com/arsenetar/arsenetar.github.io.git
synced 2026-01-28 17:11:38 +00:00
Update site to test pelican-red
This commit is contained in:
126
authors.html
Normal file
126
authors.html
Normal file
@@ -0,0 +1,126 @@
|
||||
<!DOCTYPE html>
|
||||
<!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]-->
|
||||
<!--[if gt IE 8]><!--><html class="no-js" lang="en" > <!--<![endif]-->
|
||||
<head>
|
||||
<!-- meta -->
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width" />
|
||||
<meta name="description" content="This is a personal blog which contains posts on python, electrical engineering and various projects." />
|
||||
<meta name="keywords" content="python,blog,electrical engineering,projects" />
|
||||
<meta name="author" content="Andrew Senetar" />
|
||||
|
||||
<!-- title -->
|
||||
<title>VoltaicIdeas</title>
|
||||
|
||||
<!-- Stylesheets -->
|
||||
<link rel="stylesheet" href="http://blog.voltaicideas.net/theme/css/app.css" />
|
||||
|
||||
<!-- Fonts -->
|
||||
<link href='http://fonts.googleapis.com/css?family=Source+Code+Pro|Open+Sans' rel='stylesheet' type='text/css'>
|
||||
|
||||
<!-- Favicon -->
|
||||
<link rel="shortcut icon" href="http://blog.voltaicideas.net/favicon.ico" />
|
||||
|
||||
<!-- RSS/ATOM -->
|
||||
<link href="http://blog.voltaicideas.net/feeds/index.atom.xml" type="application/atom+xml" rel="alternate" title="VoltaicIdeas ATOM Feed" />
|
||||
<link href="http://blog.voltaicideas.net/feeds/index.rss.xml" type="application/rss+xml" rel="alternate" title="VoltaicIdeas RSS Feed" />
|
||||
|
||||
<!-- Modernizr -->
|
||||
<script data="http://blog.voltaicideas.net/theme/js/vendor/" src="http://blog.voltaicideas.net/theme/js/vendor/custom.modernizr.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<header id="nav" class="contain-to-grid">
|
||||
<nav class="top-bar">
|
||||
<ul class="title-area">
|
||||
<!-- Title Area -->
|
||||
<li class="name">
|
||||
<h1><a href="http://blog.voltaicideas.net">VoltaicIdeas</a></h1>
|
||||
</li>
|
||||
<li class="toggle-topbar menu-icon"><a href="#"><span>Menu</span></a></li>
|
||||
</ul>
|
||||
<section class="top-bar-section">
|
||||
<!-- Menu -->
|
||||
<ul class="left">
|
||||
|
||||
<li ><a href="http://blog.voltaicideas.net/pages/about.html">About</a></li>
|
||||
<li class="has-dropdown"><a>Categories</a>
|
||||
<ul class="dropdown">
|
||||
<li ><a href="http://blog.voltaicideas.net/category/projects.html">Projects</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="http://blog.voltaicideas.net/archives.html">Archives</a></li>
|
||||
</ul>
|
||||
<!-- Social Links -->
|
||||
<ul class="right">
|
||||
<li><a href="https://github.com/arsenetar" title="Github"><i class="huge icon-github"></i></a></li>
|
||||
<li><a href="http://www.linkedin.com/in/arsenetar/" title="Linkedin"><i class="huge icon-linkedin"></i></a></li>
|
||||
</ul>
|
||||
</section>
|
||||
</nav>
|
||||
</header>
|
||||
<!-- Content Area -->
|
||||
<div class="row">
|
||||
<div id="main" class="large-13 columns push-3">
|
||||
<section>
|
||||
<header>
|
||||
<h1><a href="http://blog.voltaicideas.net/authors.html" rel="bookmark">Authors</a></h1>
|
||||
<h2 class="print_header subheader">From: <a href="http://blog.voltaicideas.net">VoltaicIdeas</a></h2>
|
||||
</header>
|
||||
<h2>Authors</h2>
|
||||
<ul class="item-list">
|
||||
Andrew Senetar
|
||||
</ul>
|
||||
</section>
|
||||
</div>
|
||||
<div id="mainAside" class="large-3 columns pull-13">
|
||||
<aside>
|
||||
<h3>Site Search</h3>
|
||||
<div class="google_search">
|
||||
<script>
|
||||
(function() {
|
||||
var cx = '007731975760117144904:78nyyuuzpc4';
|
||||
var gcse = document.createElement('script');
|
||||
gcse.type = 'text/javascript';
|
||||
gcse.async = true;
|
||||
gcse.src = (document.location.protocol == 'https:' ? 'https:' : 'http:') +
|
||||
'//www.google.com/cse/cse.js?cx=' + cx;
|
||||
var s = document.getElementsByTagName('script')[0];
|
||||
s.parentNode.insertBefore(gcse, s);
|
||||
})();
|
||||
</script>
|
||||
<gcse:search></gcse:search>
|
||||
</div>
|
||||
<h3>Blog Links</h3>
|
||||
<ul id='blogRoll' class="no-bullet">
|
||||
<li><a href="http://blog.voltaicideas.net/categories.html">Categories</a></li>
|
||||
<li><a href="http://blog.voltaicideas.net/tags.html">Tags</a></li>
|
||||
<li><a href="http://blog.voltaicideas.net/archives.html">Archives</a></li>
|
||||
<li><a class="external" href="http://hkn.ecn.purdue.edu">HKN Beta</a></li>
|
||||
<li><a class="external" href="http://getpelican.com/">Pelican</a></li>
|
||||
<li><a class="external" href="https://github.com/arsenetar/pelican-red">pelican-red</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
</div>
|
||||
</div>
|
||||
<footer class="row">
|
||||
<div class="large-16 columns" id="mainFooter">
|
||||
<span class="print_footer"><a href="http://blog.voltaicideas.net/authors.html"> Fetched from: authors.html</a> on 2013-07-29T11:25:41.799306</span>
|
||||
<span>© Andrew Senetar 2013</span>
|
||||
</div>
|
||||
</footer>
|
||||
<script src="http://blog.voltaicideas.net/theme/js/app.js"></script>
|
||||
|
||||
<!-- Tracking Code -->
|
||||
<!-- Google Analytics -->
|
||||
<script type="text/javascript">
|
||||
(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-42346765-1', 'voltaicideas.net');
|
||||
ga('send', 'pageview');
|
||||
</script>
|
||||
<!-- Comment Count -->
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user