first pass at site
This commit is contained in:
parent
050f022624
commit
2a9b78f958
92 changed files with 61208 additions and 3 deletions
171
public/series/index.html
Normal file
171
public/series/index.html
Normal file
|
|
@ -0,0 +1,171 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en-us">
|
||||
<head>
|
||||
|
||||
|
||||
|
||||
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="chrome=1">
|
||||
<meta name="HandheldFriendly" content="True">
|
||||
<meta name="MobileOptimized" content="320">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="referrer" content="no-referrer">
|
||||
<meta name="description" content="Website Description">
|
||||
<title>
|
||||
Series - Dendroalsia
|
||||
</title>
|
||||
|
||||
<link href="/series/index.xml" rel="alternate" type="application/rss+xml" title="Dendroalsia" />
|
||||
|
||||
|
||||
<meta property="og:title" content="Series - Dendroalsia" />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:description" content="Website Description"/>
|
||||
<meta property="og:url" content="https://www.dendroalsia.net/series/"/>
|
||||
<meta property="og:site_name" content="Dendroalsia"/>
|
||||
|
||||
|
||||
|
||||
|
||||
<meta property="og:image" content="https://www.dendroalsia.net/home/moss.jpg"/>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<link rel="shortcut icon" href="/img/fav.ico">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<link rel="stylesheet" href="/css/main.min.d2b2031ee13d2a625ce1ebcc918fabf5bea7253e2121b3eb8bd6dccdf854d260.css" integrity="sha256-0rIDHuE9KmJc4evMkY+r9b6nJT4hIbPri9bczfhU0mA=" crossorigin="anonymous" media="screen">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<section id="top" class="section">
|
||||
|
||||
<div class="container hero fade-in one ">
|
||||
|
||||
<h1 class="bold-title is-1">Series</h1>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="section fade-in two ">
|
||||
|
||||
|
||||
<div class="container">
|
||||
<hr>
|
||||
<nav class="navbar" role="navigation" aria-label="main navigation">
|
||||
|
||||
<a role="button" class="navbar-burger" data-target="navMenu" aria-label="menu" aria-expanded="false" >
|
||||
<span aria-hidden="true"></span>
|
||||
<span aria-hidden="true"></span>
|
||||
<span aria-hidden="true"></span>
|
||||
</a>
|
||||
<div class="navbar-menu " id="navMenu">
|
||||
|
||||
|
||||
|
||||
|
||||
<a class="navbar-item" href="/">main</a>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a class="navbar-item" href="/#about">About</a>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a class="navbar-item" href="/#contact">Contact</a>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</nav>
|
||||
<hr>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="container">
|
||||
<div class="section tags-list"></div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="container">
|
||||
<hr>
|
||||
</div>
|
||||
<div class="container has-text-centered top-pad">
|
||||
<a href="#top">
|
||||
<i class="fa fa-arrow-up"></i>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<div class="container">
|
||||
<hr>
|
||||
</div>
|
||||
|
||||
<div class="section" id="footer">
|
||||
<div class="container has-text-centered">
|
||||
|
||||
<span class="footer-text">
|
||||
|
||||
</span>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
||||
<script src="https://www.dendroalsia.net/js/bundle.5c23c0437f001a469ca373a465a6f7487203d18e10cdff76d86a60af66d5ee28.js" integrity="sha256-XCPAQ38AGkaco3OkZab3SHID0Y4Qzf922Gpgr2bV7ig="></script>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue