diff options
Diffstat (limited to 'project')
| -rw-r--r-- | project/index.html | 174 | ||||
| -rw-r--r-- | project/index.xml | 50 | ||||
| -rw-r--r-- | project/page/1/index.html | 1 | ||||
| -rw-r--r-- | project/project1/index.html | 183 | ||||
| -rw-r--r-- | project/project2/index.html | 138 | ||||
| -rw-r--r-- | project/project3/index.html | 138 | ||||
| -rw-r--r-- | project/project4/index.html | 138 | 
7 files changed, 822 insertions, 0 deletions
| diff --git a/project/index.html b/project/index.html new file mode 100644 index 0000000..0888e48 --- /dev/null +++ b/project/index.html @@ -0,0 +1,174 @@ +<!DOCTYPE html> +<html lang="en-us"> + +    <head> + +        <title>Projects</title> + +        <style> + +    html body { +        font-family: Quicksand, sans-serif; +        background-color: white; +    } + +    :root { +        --accent: red; +        --border-width:  5px ; +    } + +</style> + + +<link rel="stylesheet" href="/css/main.css"> + + + + + +<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Quicksand"> + + + + + +<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous"> + + +<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous"> +  + + + + + + +<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script> + + +<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script> + <meta name="generator" content="Hugo 0.26-DEV" /> + +        <meta charset="utf-8"> + +        <meta name="viewport" content="width=device-width, initial-scale=1"> + +    </head> + +    <body> + +        <nav class="navbar navbar-default navbar-fixed-top"> + +            <div class="container"> + +                <div class="navbar-header"> + +                    <a class="navbar-brand visible-xs" href="#">Projects</a> + +                    <button class="navbar-toggle" data-target=".navbar-collapse" data-toggle="collapse"> +                        <span class="icon-bar"></span> +                        <span class="icon-bar"></span> +                        <span class="icon-bar"></span> +                    </button> + +                </div> + +                <div class="collapse navbar-collapse"> + +                     +                        <ul class="nav navbar-nav"> +                             +                                <li><a href="/podcast/">Home</a></li> +                             +                                <li><a href="/podcast/download">Install</a></li> +                             +                        </ul> +                     + +                     +                        <ul class="nav navbar-nav navbar-right"> +                             +                                <li class="navbar-icon"><a href="https://github.com/njaremko/podcast"><i class="fa fa-github"></i></a></li> +                             +                        </ul> +                     + +                </div> + +            </div> + +        </nav> + + +<main> + +    <h2>Projects</h2> + +     <div class="item"> + +     + +        <h4><a href="https://github.com/njaremko/#/">Project 1</a></h4> + +        <h5>Lorem ipsum dolor sit amet</h5> + +         <kbd class="item-tag">go</kbd>  <kbd class="item-tag">golang</kbd>  <kbd class="item-tag">hugo</kbd>  + +     + +</div> +  <div class="item"> + +     + +        <h4><a href="https://github.com/njaremko/#/">Project 2</a></h4> + +        <h5>Consectetur adipiscing elit</h5> + +         <kbd class="item-tag">html</kbd>  <kbd class="item-tag">css</kbd>  <kbd class="item-tag">js</kbd>  + +     + +</div> +  <div class="item"> + +     + +        <h4><a href="https://github.com/njaremko/#/">Project 3</a></h4> + +        <h5>Cras felis sapien</h5> + +         <kbd class="item-tag">bootstrap</kbd>  <kbd class="item-tag">responsive</kbd>  + +     + +</div> +  <div class="item"> + +     + +        <h4><a href="https://github.com/njaremko/#/">Project 4</a></h4> + +        <h5>Pellentesque eu lacinia id</h5> + +         <kbd class="item-tag">highlight-js</kbd>  <kbd class="item-tag">syntax-highlighting</kbd>  + +     + +</div> +  + +</main> + + + +        <footer> + +            <p class="copyright text-muted">© All rights reserved. Powered by <a href="https://gohugo.io">Hugo</a> and <a href="https://github.com/calintat/minimal">Minimal</a>.</p> + +        </footer> + +    </body> + +</html> + diff --git a/project/index.xml b/project/index.xml new file mode 100644 index 0000000..4301a31 --- /dev/null +++ b/project/index.xml @@ -0,0 +1,50 @@ +<?xml version="1.0" encoding="utf-8" standalone="yes" ?> +<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> +  <channel> +    <title>Projects on podcast</title> +    <link>https://nathanjaremko.com/podcast/project/</link> +    <description>Recent content in Projects on podcast</description> +    <generator>Hugo -- gohugo.io</generator> +    <language>en-us</language> +     +	<atom:link href="https://nathanjaremko.com/podcast/project/index.xml" rel="self" type="application/rss+xml" /> +     +     +    <item> +      <title>Project 1</title> +      <link>https://nathanjaremko.com/podcast/project/project1/</link> +      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate> +       +      <guid>https://nathanjaremko.com/podcast/project/project1/</guid> +      <description></description> +    </item> +     +    <item> +      <title>Project 2</title> +      <link>https://nathanjaremko.com/podcast/project/project2/</link> +      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate> +       +      <guid>https://nathanjaremko.com/podcast/project/project2/</guid> +      <description></description> +    </item> +     +    <item> +      <title>Project 3</title> +      <link>https://nathanjaremko.com/podcast/project/project3/</link> +      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate> +       +      <guid>https://nathanjaremko.com/podcast/project/project3/</guid> +      <description></description> +    </item> +     +    <item> +      <title>Project 4</title> +      <link>https://nathanjaremko.com/podcast/project/project4/</link> +      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate> +       +      <guid>https://nathanjaremko.com/podcast/project/project4/</guid> +      <description></description> +    </item> +     +  </channel> +</rss>
\ No newline at end of file diff --git a/project/page/1/index.html b/project/page/1/index.html new file mode 100644 index 0000000..39be2b2 --- /dev/null +++ b/project/page/1/index.html @@ -0,0 +1 @@ +<!DOCTYPE html><html><head><title>https://nathanjaremko.com/podcast/project/</title><link rel="canonical" href="https://nathanjaremko.com/podcast/project/"/><meta name="robots" content="noindex"><meta http-equiv="content-type" content="text/html; charset=utf-8" /><meta http-equiv="refresh" content="0; url=https://nathanjaremko.com/podcast/project/" /></head></html>
\ No newline at end of file diff --git a/project/project1/index.html b/project/project1/index.html new file mode 100644 index 0000000..8b0b925 --- /dev/null +++ b/project/project1/index.html @@ -0,0 +1,183 @@ +<!DOCTYPE html> +<html lang="en-us"> + +    <head> + +        <title>Project 1</title> + +        <style> + +    html body { +        font-family: Quicksand, sans-serif; +        background-color: white; +    } + +    :root { +        --accent: red; +        --border-width:  5px ; +    } + +</style> + + +<link rel="stylesheet" href="/css/main.css"> + + + + + +<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Quicksand"> + + + + + +<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous"> + + +<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous"> +  + + + + + + +<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script> + + +<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script> + <meta name="generator" content="Hugo 0.26-DEV" /> + +        <meta charset="utf-8"> + +        <meta name="viewport" content="width=device-width, initial-scale=1"> + +    </head> + +    <body> + +        <nav class="navbar navbar-default navbar-fixed-top"> + +            <div class="container"> + +                <div class="navbar-header"> + +                    <a class="navbar-brand visible-xs" href="#">Project 1</a> + +                    <button class="navbar-toggle" data-target=".navbar-collapse" data-toggle="collapse"> +                        <span class="icon-bar"></span> +                        <span class="icon-bar"></span> +                        <span class="icon-bar"></span> +                    </button> + +                </div> + +                <div class="collapse navbar-collapse"> + +                     +                        <ul class="nav navbar-nav"> +                             +                                <li><a href="/podcast/">Home</a></li> +                             +                                <li><a href="/podcast/download">Install</a></li> +                             +                        </ul> +                     + +                     +                        <ul class="nav navbar-nav navbar-right"> +                             +                                <li class="navbar-icon"><a href="https://github.com/njaremko/podcast"><i class="fa fa-github"></i></a></li> +                             +                        </ul> +                     + +                </div> + +            </div> + +        </nav> + + +<main> + +    <div class="item"> + +     + +        <h4><a href="https://github.com/njaremko/#/">Project 1</a></h4> + +        <h5>Lorem ipsum dolor sit amet</h5> + +         <kbd class="item-tag">go</kbd>  <kbd class="item-tag">golang</kbd>  <kbd class="item-tag">hugo</kbd>  + +     + +</div> + + +    <br> <div class="text-justify"></div> + +     +     + +     + +        <h4 class="page-header">Related</h4> + +         <div class="item"> + +     + +        <h4><a href="/podcast/post/creating-a-new-theme/">Creating a New Theme</a></h4> + +        <h5>September 28, 2014</h5> + +         <kbd class="item-tag">go</kbd>  <kbd class="item-tag">golang</kbd>  <kbd class="item-tag">hugo</kbd>  <kbd class="item-tag">themes</kbd>  + +     + +</div> +  <div class="item"> + +     + +        <h4><a href="/podcast/post/hugoisforlovers/">Getting Started with Hugo</a></h4> + +        <h5>April 2, 2014</h5> + +         <kbd class="item-tag">go</kbd>  <kbd class="item-tag">golang</kbd>  <kbd class="item-tag">hugo</kbd>  <kbd class="item-tag">development</kbd>  + +     + +</div> +  <div class="item"> + +     + +        <h4><a href="/podcast/post/goisforlovers/">(Hu)go Template Primer</a></h4> + +        <h5>April 2, 2014</h5> + +         <kbd class="item-tag">go</kbd>  <kbd class="item-tag">golang</kbd>  <kbd class="item-tag">template</kbd>  <kbd class="item-tag">themes</kbd>  <kbd class="item-tag">development</kbd>  + +     + +</div> +  + +     + +</main> + +        <footer> + +            <p class="copyright text-muted">© All rights reserved. Powered by <a href="https://gohugo.io">Hugo</a> and <a href="https://github.com/calintat/minimal">Minimal</a>.</p> + +        </footer> + +    </body> + +</html> + diff --git a/project/project2/index.html b/project/project2/index.html new file mode 100644 index 0000000..8dc78df --- /dev/null +++ b/project/project2/index.html @@ -0,0 +1,138 @@ +<!DOCTYPE html> +<html lang="en-us"> + +    <head> + +        <title>Project 2</title> + +        <style> + +    html body { +        font-family: Quicksand, sans-serif; +        background-color: white; +    } + +    :root { +        --accent: red; +        --border-width:  5px ; +    } + +</style> + + +<link rel="stylesheet" href="/css/main.css"> + + + + + +<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Quicksand"> + + + + + +<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous"> + + +<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous"> +  + + + + + + +<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script> + + +<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script> + <meta name="generator" content="Hugo 0.26-DEV" /> + +        <meta charset="utf-8"> + +        <meta name="viewport" content="width=device-width, initial-scale=1"> + +    </head> + +    <body> + +        <nav class="navbar navbar-default navbar-fixed-top"> + +            <div class="container"> + +                <div class="navbar-header"> + +                    <a class="navbar-brand visible-xs" href="#">Project 2</a> + +                    <button class="navbar-toggle" data-target=".navbar-collapse" data-toggle="collapse"> +                        <span class="icon-bar"></span> +                        <span class="icon-bar"></span> +                        <span class="icon-bar"></span> +                    </button> + +                </div> + +                <div class="collapse navbar-collapse"> + +                     +                        <ul class="nav navbar-nav"> +                             +                                <li><a href="/podcast/">Home</a></li> +                             +                                <li><a href="/podcast/download">Install</a></li> +                             +                        </ul> +                     + +                     +                        <ul class="nav navbar-nav navbar-right"> +                             +                                <li class="navbar-icon"><a href="https://github.com/njaremko/podcast"><i class="fa fa-github"></i></a></li> +                             +                        </ul> +                     + +                </div> + +            </div> + +        </nav> + + +<main> + +    <div class="item"> + +     + +        <h4><a href="https://github.com/njaremko/#/">Project 2</a></h4> + +        <h5>Consectetur adipiscing elit</h5> + +         <kbd class="item-tag">html</kbd>  <kbd class="item-tag">css</kbd>  <kbd class="item-tag">js</kbd>  + +     + +</div> + + +    <br> <div class="text-justify"></div> + +     +     + +     + +</main> + +        <footer> + +            <p class="copyright text-muted">© All rights reserved. Powered by <a href="https://gohugo.io">Hugo</a> and <a href="https://github.com/calintat/minimal">Minimal</a>.</p> + +        </footer> + +    </body> + +</html> + diff --git a/project/project3/index.html b/project/project3/index.html new file mode 100644 index 0000000..1f7e61d --- /dev/null +++ b/project/project3/index.html @@ -0,0 +1,138 @@ +<!DOCTYPE html> +<html lang="en-us"> + +    <head> + +        <title>Project 3</title> + +        <style> + +    html body { +        font-family: Quicksand, sans-serif; +        background-color: white; +    } + +    :root { +        --accent: red; +        --border-width:  5px ; +    } + +</style> + + +<link rel="stylesheet" href="/css/main.css"> + + + + + +<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Quicksand"> + + + + + +<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous"> + + +<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous"> +  + + + + + + +<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script> + + +<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script> + <meta name="generator" content="Hugo 0.26-DEV" /> + +        <meta charset="utf-8"> + +        <meta name="viewport" content="width=device-width, initial-scale=1"> + +    </head> + +    <body> + +        <nav class="navbar navbar-default navbar-fixed-top"> + +            <div class="container"> + +                <div class="navbar-header"> + +                    <a class="navbar-brand visible-xs" href="#">Project 3</a> + +                    <button class="navbar-toggle" data-target=".navbar-collapse" data-toggle="collapse"> +                        <span class="icon-bar"></span> +                        <span class="icon-bar"></span> +                        <span class="icon-bar"></span> +                    </button> + +                </div> + +                <div class="collapse navbar-collapse"> + +                     +                        <ul class="nav navbar-nav"> +                             +                                <li><a href="/podcast/">Home</a></li> +                             +                                <li><a href="/podcast/download">Install</a></li> +                             +                        </ul> +                     + +                     +                        <ul class="nav navbar-nav navbar-right"> +                             +                                <li class="navbar-icon"><a href="https://github.com/njaremko/podcast"><i class="fa fa-github"></i></a></li> +                             +                        </ul> +                     + +                </div> + +            </div> + +        </nav> + + +<main> + +    <div class="item"> + +     + +        <h4><a href="https://github.com/njaremko/#/">Project 3</a></h4> + +        <h5>Cras felis sapien</h5> + +         <kbd class="item-tag">bootstrap</kbd>  <kbd class="item-tag">responsive</kbd>  + +     + +</div> + + +    <br> <div class="text-justify"></div> + +     +     + +     + +</main> + +        <footer> + +            <p class="copyright text-muted">© All rights reserved. Powered by <a href="https://gohugo.io">Hugo</a> and <a href="https://github.com/calintat/minimal">Minimal</a>.</p> + +        </footer> + +    </body> + +</html> + diff --git a/project/project4/index.html b/project/project4/index.html new file mode 100644 index 0000000..c5aa7f9 --- /dev/null +++ b/project/project4/index.html @@ -0,0 +1,138 @@ +<!DOCTYPE html> +<html lang="en-us"> + +    <head> + +        <title>Project 4</title> + +        <style> + +    html body { +        font-family: Quicksand, sans-serif; +        background-color: white; +    } + +    :root { +        --accent: red; +        --border-width:  5px ; +    } + +</style> + + +<link rel="stylesheet" href="/css/main.css"> + + + + + +<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Quicksand"> + + + + + +<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous"> + + +<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous"> +  + + + + + + +<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script> + + +<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script> + <meta name="generator" content="Hugo 0.26-DEV" /> + +        <meta charset="utf-8"> + +        <meta name="viewport" content="width=device-width, initial-scale=1"> + +    </head> + +    <body> + +        <nav class="navbar navbar-default navbar-fixed-top"> + +            <div class="container"> + +                <div class="navbar-header"> + +                    <a class="navbar-brand visible-xs" href="#">Project 4</a> + +                    <button class="navbar-toggle" data-target=".navbar-collapse" data-toggle="collapse"> +                        <span class="icon-bar"></span> +                        <span class="icon-bar"></span> +                        <span class="icon-bar"></span> +                    </button> + +                </div> + +                <div class="collapse navbar-collapse"> + +                     +                        <ul class="nav navbar-nav"> +                             +                                <li><a href="/podcast/">Home</a></li> +                             +                                <li><a href="/podcast/download">Install</a></li> +                             +                        </ul> +                     + +                     +                        <ul class="nav navbar-nav navbar-right"> +                             +                                <li class="navbar-icon"><a href="https://github.com/njaremko/podcast"><i class="fa fa-github"></i></a></li> +                             +                        </ul> +                     + +                </div> + +            </div> + +        </nav> + + +<main> + +    <div class="item"> + +     + +        <h4><a href="https://github.com/njaremko/#/">Project 4</a></h4> + +        <h5>Pellentesque eu lacinia id</h5> + +         <kbd class="item-tag">highlight-js</kbd>  <kbd class="item-tag">syntax-highlighting</kbd>  + +     + +</div> + + +    <br> <div class="text-justify"></div> + +     +     + +     + +</main> + +        <footer> + +            <p class="copyright text-muted">© All rights reserved. Powered by <a href="https://gohugo.io">Hugo</a> and <a href="https://github.com/calintat/minimal">Minimal</a>.</p> + +        </footer> + +    </body> + +</html> + | 
