added files
This commit is contained in:
parent
d3a6b70658
commit
efa4a1f047
32 changed files with 4557 additions and 0 deletions
143
public/categories/index.html
Normal file
143
public/categories/index.html
Normal file
|
@ -0,0 +1,143 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en"><head>
|
||||
<meta charset="utf-8">
|
||||
<title>Categories</title>
|
||||
|
||||
<!-- mobile responsive meta -->
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
|
||||
<meta name="description" content="website for rooted charity">
|
||||
<meta name="author" content="Jeremy and Katy Kidwell">
|
||||
<meta name="generator" content="Hugo 0.64.1" />
|
||||
|
||||
<!-- plugins -->
|
||||
|
||||
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Droid+Serif:400i%7cSource+Sans+Pro:300,400,600,700 ">
|
||||
|
||||
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Josefin+Sans:300,400,600,700 ">
|
||||
|
||||
<link rel="stylesheet" href="http://rooted.sailf.in/css/bootstrap.min.css ">
|
||||
|
||||
<link rel="stylesheet" href="http://rooted.sailf.in/css/themefisher-fonts.css ">
|
||||
|
||||
<link rel="stylesheet" href="http://rooted.sailf.in/css/owl.carousel.css ">
|
||||
|
||||
<link rel="stylesheet" href="http://rooted.sailf.in/css/magnific-popup.css ">
|
||||
|
||||
<link rel="stylesheet" href="https://cdn.snipcart.com/themes/v3.0.3/default/snipcart.css ">
|
||||
|
||||
|
||||
<!-- Main Stylesheet -->
|
||||
|
||||
<link rel="stylesheet" href="http://rooted.sailf.in/style.min.css" media="screen">
|
||||
|
||||
<!--Favicon-->
|
||||
<link rel="shortcut icon" href="http://rooted.sailf.in/images/favicon.png " type="image/x-icon">
|
||||
<link rel="icon" href="http://rooted.sailf.in/images/favicon.png " type="image/x-icon">
|
||||
|
||||
</head><body id="body">
|
||||
<!-- preloader start -->
|
||||
<div class="preloader">
|
||||
|
||||
</div>
|
||||
<!-- preloader end -->
|
||||
|
||||
<header>
|
||||
<div class="container">
|
||||
<nav class="navbar navbar-expand-lg navbar-light bg-white">
|
||||
<a class="navbar-brand" href="http://rooted.sailf.in/"> Rooted </a>
|
||||
<button class="navbar-toggler border-0" type="button" data-toggle="collapse" data-target="#navigation"
|
||||
aria-controls="navigation" aria-expanded="false" aria-label="Toggle navigation">
|
||||
<span class="navbar-toggler-icon"></span>
|
||||
</button>
|
||||
|
||||
<div class="collapse navbar-collapse" id="navigation">
|
||||
<ul class="navbar-nav ml-auto text-center text-lg-left">
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" href="http://rooted.sailf.in/">Home</a>
|
||||
</li>
|
||||
|
||||
<li class="nav-item">
|
||||
<a class="nav-link page-scroll" href="#activities">Activities</a>
|
||||
</li>
|
||||
|
||||
<li class="nav-item">
|
||||
<a class="nav-link page-scroll" href="#people">People</a>
|
||||
</li>
|
||||
|
||||
<li class="nav-item">
|
||||
<a class="nav-link page-scroll" href="#contact">Contact</a>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</nav>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
|
||||
<section class="section">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-12">
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<footer>
|
||||
<div class="container text-center">
|
||||
<div class="row">
|
||||
<div class="col-md-12">
|
||||
<div class="block">
|
||||
<a href="http://rooted.sailf.in/" class="footer-logo mb-4"> Categories </a>
|
||||
<ul class="list-inline footer-menu">
|
||||
<li class="list-inline-item">
|
||||
<a href="http://rooted.sailf.in/">Home</a>
|
||||
</li>
|
||||
|
||||
<li class="list-inline-item">
|
||||
<a class="page-scroll" href="#activities">Activities</a>
|
||||
</li>
|
||||
|
||||
<li class="list-inline-item">
|
||||
<a class="page-scroll" href="#people">People</a>
|
||||
</li>
|
||||
|
||||
<li class="list-inline-item">
|
||||
<a class="page-scroll" href="#contact">Contact</a>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
<p class="copyright-text">Copyright 2019 © <a href="http://www.Themefisher.com">themefisher</a> | All right reserved.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
||||
|
||||
<div hidden id="snipcart" data-api-key=""></div>
|
||||
|
||||
|
||||
|
||||
<script src="http://rooted.sailf.in/js/jquery-2.1.1.min.js"></script>
|
||||
|
||||
<script src="http://rooted.sailf.in/js/bootstrap.min.js"></script>
|
||||
|
||||
<script src="http://rooted.sailf.in/js/owl.carousel.min.js"></script>
|
||||
|
||||
<script src="http://rooted.sailf.in/js/jquery.magnific-popup.min.js"></script>
|
||||
|
||||
<script src="https://cdn.snipcart.com/themes/v3.0.3/default/snipcart.js"></script>
|
||||
|
||||
|
||||
|
||||
|
||||
<script src="http://rooted.sailf.in/script.js"></script>
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
14
public/categories/index.xml
Normal file
14
public/categories/index.xml
Normal file
|
@ -0,0 +1,14 @@
|
|||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||
<channel>
|
||||
<title>Categories on Rooted</title>
|
||||
<link>http://rooted.sailf.in/categories/</link>
|
||||
<description>Recent content in Categories on Rooted</description>
|
||||
<generator>Hugo -- gohugo.io</generator>
|
||||
<language>en</language>
|
||||
|
||||
<atom:link href="http://rooted.sailf.in/categories/index.xml" rel="self" type="application/rss+xml" />
|
||||
|
||||
|
||||
</channel>
|
||||
</rss>
|
Loading…
Add table
Add a link
Reference in a new issue