Skip to content

Commit

Permalink
New Antora build, triggered by change to a main branch in either this…
Browse files Browse the repository at this point in the history
… or a source repository.
  • Loading branch information
digi-brain committed Jan 23, 2024
1 parent d89f22f commit 067e39d
Show file tree
Hide file tree
Showing 310 changed files with 166,475 additions and 0 deletions.
Empty file added docs/.nojekyll
Empty file.
115 changes: 115 additions & 0 deletions docs/404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,115 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>Page Not Found :: Epic Remastered</title>
<meta name="generator" content="Antora 3.1.7">
<link rel="stylesheet" href="/_/css/site.css">
<link rel="stylesheet" href="/_/css/extra.css"> </head>
<body class="status-404">
<header class="header">
<nav class="navbar">
<div class="navbar-brand">
<a class="navbar-item" href="https://epicremastered.com">Epic Remastered</a>
<button class="navbar-burger" data-target="topbar-nav">
<span></span>
<span></span>
<span></span>
</button>
</div>
<div id="topbar-nav" class="navbar-menu">
<div class="navbar-end">
<a class="navbar-item" href="https://epicremastered.com/index.html">Core</a>
<a class="navbar-item" href="https://epicremastered.com/battles/index.html">Battles</a>
<a class="navbar-item" href="https://epicremastered.com/armies/index.html">Armies</a>
<!-- <div class="navbar-item has-dropdown is-hoverable">
<a class="navbar-link" href="#">Products</a>
<div class="navbar-dropdown">
<a class="navbar-item" href="#">Product A</a>
<a class="navbar-item" href="#">Product B</a>
<a class="navbar-item" href="#">Product C</a>
</div>
</div> -->
<div class="navbar-item has-dropdown is-hoverable">
<span class="navbar-link">Resources</span>
<div class="navbar-dropdown">
<a class="navbar-item" href="https://builder.epicremastered.com/" target="_blank">Detachment Builder</a>
<a class="navbar-item" href="https://thehobby.zone/resources/e40k-compendium" target="_blank">Epic 40,000 Compendium</a>
</div>
</div>
<!-- <div class="navbar-item">
<span class="control">
<a class="button is-primary" href="#">Download</a>
</span>
</div> -->
<div class="navbar-item search hide-for-print">
<div id="search-field" class="field has-filter">
<input id="search-input" type="text" placeholder="Search…">
<span class="control">
<a class="button is-primary" href="https://epicremastered.com/core/search-functions.html" title="Click to learn about advanced search functionality">?</a>
</span>
<label class="filter checkbox" title="Select to narrow your results to the current component only">
<input id="search-checkbox" type="checkbox" data-facet-filter="component:"> only this component
</label>
</div>
</div>
</div>
</div>
</nav>
</header>
<div class="body">
<div class="nav-container">
<aside class="nav">
<div class="panels">
<div class="nav-panel-explore is-active" data-panel="explore">
<ul class="components">
<li class="component">
<div class="title"><a href="/armies/index.html">Armies</a></div>
</li>
<li class="component">
<div class="title"><a href="/battles/index.html">Battles</a></div>
</li>
<li class="component">
<div class="title"><a href="/contributors-guide/overview.html">Contributor's Guide</a></div>
</li>
<li class="component">
<div class="title"><a href="/core/index.html">Core</a></div>
</li>
</ul>
</div>
</div>
</aside>
</div>
<main class="article">
<div class="toolbar" role="navigation">
<button class="nav-toggle"></button>
<a href="/core/index.html" class="home-link"></a>
<nav class="breadcrumbs" aria-label="breadcrumbs">
</nav>
</div>
<div class="content">
<article class="doc">
<h1 class="page">Page Not Found</h1>
<div class="paragraph">
<p>The page you&#8217;re looking for does not exist. It may have been moved. You can return to the <a href="/core/index.html">start page</a>, or follow one of the links in the navigation to the left.</p>
</div>
<div class="paragraph">
<p>If you arrived on this page by clicking on a link, please notify the owner of the site that the link is broken.
If you typed the URL of this page manually, please double check that you entered the address correctly.</p>
</div>
</article>
</div>
</main>
</div>
<footer class="footer">
<p>This page was built using the Antora default UI.</p>
<p>The source code for this UI is licensed under the terms of the MPL-2.0 license.</p>
</footer>
<script id="site-script" src="/_/js/site.js" data-ui-root-path="/_"></script>
<script async src="/_/js/vendor/highlight.js"></script>
<script src="/_/js/vendor/lunr.js"></script>
<script src="/_/js/search-ui.js" id="search-ui-script" data-site-root-path="" data-snippet-length="100" data-stylesheet="/_/css/search.css"></script>
<script async src="/search-index.js"></script>
</body>
</html>
1 change: 1 addition & 0 deletions docs/CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
epicremastered.com
125 changes: 125 additions & 0 deletions docs/_/css/extra.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,125 @@
.doc .admonitionblock .icon {
border-radius: 1rem;
}

i.fa[class^='icon-'],
i.fa[class*=' icon-']::before {
content: "";
height: 1.25rem;
width: 1.25rem;
margin-right: 0.25rem;
margin-left: -0.5rem;
}

i.fa.icon-note::before {
background: no-repeat url("../img/note.svg");
}

i.fa.icon-tip::before {
background: no-repeat url("../img/tip.svg");
}

i.fa.icon-important::before {
background: no-repeat url("../img/important.svg");
}

i.fa.icon-warning::before {
background: no-repeat url("../img/warning.svg");
}

i.fa.icon-caution::before {
background: no-repeat url("../img/caution.svg");
}

.admonitionblock.option td.icon > i.fa.icon-note::before {
background: no-repeat url("../img/option.svg");
}

.admonitionblock.option td.icon .icon-note:after {
content: "Option" !important;
}

.doc .admonitionblock.option .icon {
background-color: #bf55c2;
}

.doc .admonitionblock.caution .icon {
background-color: #ff8716;
}

.navbar {
background-color: #534FF5;
}

td.hdlist1 {
font-weight: 500;
vertical-align: top;
}

td.hdlist2 {
vertical-align: top;
}

div.title {
font-style: italic;
font-weight: 500;
color: #5d5d5d;
}

div.sidebarblock {
background-color: #e4e4f2 !important;
}

span.green {
color: limegreen;
}

span.red {
color: red;
}

.footnote {
font-size: 0.85em;
}

h2 {
background-color: whitesmoke;
border-bottom: none !important;
}

h3 {
border-bottom: 1px solid #e1e1e1;
}

h3 code {
background-color: #e1e1e1;
font-family: monospace;
}

h4 {
font-size: 1.1em;
font-weight: 500 !important;
}

ul.none {
list-style: none;
}

.lead {
font-size: larger;
}

.edit-this-page {
display: none;
}

a[href*="//"]:not([href*="epicremastered.com"]):after {
background-size: 100%;
background-image: url("../img/external-link.svg");
content: " ";
display: inline-block;
vertical-align: text-top;
height: 0.8em;
width: 0.8em;
margin-left: 0.15em;
}
Loading

0 comments on commit 067e39d

Please sign in to comment.