Skip to content

Commit

Permalink
Deploy getzola/even to getzola/even:gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions committed Aug 20, 2023
0 parents commit d984008
Show file tree
Hide file tree
Showing 47 changed files with 6,605 additions and 0 deletions.
3 changes: 3 additions & 0 deletions 404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<!doctype html>
<title>404 Not Found</title>
<h1>404 Not Found</h1>
146 changes: 146 additions & 0 deletions about/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,146 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta http-equiv="content-type" content="text/html; charset=utf-8">

<!-- Enable responsiveness on mobile devices-->
<meta name="viewport" content="width=device-width, initial-scale=1.0">



<meta name="description" content="A clean, responsive theme" />



<title>even theme</title>


<link rel="alternate" type="application/atom+xml" title="RSS" href="https://zola-even.netlify.app/atom.xml">



<script src="https://cdnjs.cloudflare.com/ajax/libs/slideout/1.0.1/slideout.min.js"></script>




<link rel="stylesheet" href="https://zola-even.netlify.app/site.css">





</head>

<body>
<div class="container">

<div id="mobile-navbar" class="mobile-navbar">
<div class="mobile-header-logo">
<a href="/" class="logo">Even</a>
</div>
<div class="mobile-navbar-icon icon-out">
<span></span>
<span></span>
<span></span>
</div>
</div>

<nav id="mobile-menu" class="mobile-menu slideout-menu slideout-menu-left">
<ul class="mobile-menu-list">

<li class="mobile-menu-item">
<a href="https:&#x2F;&#x2F;zola-even.netlify.app">
Home
</a>
</li>

<li class="mobile-menu-item">
<a href="https:&#x2F;&#x2F;zola-even.netlify.app&#x2F;categories">
Categories
</a>
</li>

<li class="mobile-menu-item">
<a href="https:&#x2F;&#x2F;zola-even.netlify.app&#x2F;tags">
Tags
</a>
</li>

<li class="mobile-menu-item">
<a href="https:&#x2F;&#x2F;zola-even.netlify.app&#x2F;about">
About
</a>
</li>

</ul>
</nav>

<header id="header">
<div class="logo"><a href="https:&#x2F;&#x2F;zola-even.netlify.app">Even</a></div>
<nav class="menu">
<ul>

<li>
<a href="https:&#x2F;&#x2F;zola-even.netlify.app">
Home
</a>
</li>

<li>
<a href="https:&#x2F;&#x2F;zola-even.netlify.app&#x2F;categories">
Categories
</a>
</li>

<li>
<a href="https:&#x2F;&#x2F;zola-even.netlify.app&#x2F;tags">
Tags
</a>
</li>

<li>
<a href="https:&#x2F;&#x2F;zola-even.netlify.app&#x2F;about">
About
</a>
</li>

</ul>
</nav>
</header>

<main>
<div class="content" id="mobile-panel">

<div class="about">
<p>This site provides a demo for the Even theme for the
<a href="https://www.getgutenberg.io/">Gutenberg</a> static site generator. Even was
designed by <a href="https://vincent.is/">Vincent Prouillet</a> and was based on the
Even Hugo theme by olOwOlo. This demo site was built by
<a href="https://www.codesections.com">Daniel Sockwell</a>. Both the theme and this
site are licensed under the
<a href="https://opensource.org/licenses/MIT">MIT license</a>, so you may freely use and
redistribute either for commercial or non-commercial work.</p>
<p>You can find the source code for this site <a href="https://github.com/codesections/gutenberg-theme-demo/tree/even">in its GitHub
repository</a>
and can find the source code for the theme in the
<a href="https://www.github.com/Keats/even">Even</a> repository. For a
description of this theme and links to other Gutenberg themes, please
go to <a href="https://www.getgutenberg.io/themes/">https://www.getgutenberg.io/themes/</a>.</p>

</div>

</div>
</main>



</div>


<script type="text/javascript" src="https://zola-even.netlify.app/even.js" ></script>

</body>

</html>

0 comments on commit d984008

Please sign in to comment.