diff options
Diffstat (limited to 'project/project1')
| -rw-r--r-- | project/project1/index.html | 183 |
1 files changed, 183 insertions, 0 deletions
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> + |
