TidGi-Desktop/docs/_layouts/default.html
2020-03-26 19:16:40 +07:00

133 lines
5.2 KiB
HTML
Executable file

<!DOCTYPE html>
<html lang="{{ page.lang | default: site.lang | default: "en" }}">
{% include head.html %}
<body>
<nav id="navbar" class="bd-navbar navbar is-spaced">
<div class="container">
<div class="navbar-brand">
<div class="navbar-item logo-container">
<a href="https://atomery.com" title="Atomery">
<img src="/images/logo.png" alt="Atomery">
</a>
<span class="logo-sep">|</span>
<a href="/" title="Singlebox">
<img src="{{ '/images/singlebox-logo.svg' | relative_url }}" alt="Singlebox">
</a>
</div>
<span class="navbar-burger burger" data-target="navbarMenu" aria-label="menu" aria-expanded="false">
<span></span>
<span></span>
<span></span>
</span>
</div>
<div id="navbarMenu" class="navbar-menu">
<div class="navbar-start">
<a class="navbar-item" target="_blank" href="https://webcatalog.onfastspring.com">
Store
</a>
<div class="navbar-item has-dropdown is-hoverable">
<a class="navbar-link" href="https://atomery.com/products">
Products
</a>
<div class="navbar-dropdown">
<a class="dropdown-item" href="https://webcatalogapp.com">
<img src="/images/webcatalog-logo.svg" alt="WebCatalog">
<p>Run Web Apps like Real Apps.</p>
</a>
<hr class="dropdown-divider">
<a class="dropdown-item" href="https://singleboxapp.com">
<img src="/images/singlebox-logo.svg" alt="Singlebox">
<p>All Your Apps in One Single Window.</p>
</a>
<hr class="dropdown-divider">
<a class="dropdown-item" href="https://translatiumapp.com">
<img src="/images/translatium-logo.svg" alt="Translatium">
<p>Translate Any Languages like a Pro.</p>
</a>
</div>
</div>
</div>
<div class="navbar-end">
<a class="navbar-item" href="https://atomery.com/privacy?app=singlebox">
Privacy
</a>
<a class="navbar-item" href="https://atomery.com/support?app=singlebox">
Support
</a>
<a aria-label="GitHub" class="navbar-item" href="https://github.com/atomery/singlebox">
<i aria-hidden="true" title="GitHub" class="fab fa-github"></i>
</a>
</div>
</div>
</div>
</nav>
<main>
{{ content }}
</main>
<footer class="footer">
<div class="container columns">
<div class="column is-4-desktop is-6-tablet is-12-mobile">
<form action="https://atomery.us19.list-manage.com/subscribe/post?u=c9b8b0cebb5404b186c694c17&amp;id=27fe47916a" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" target="_blank">
<label class="label">Subscribe to Our Newsletter</label>
<div class="field has-addons">
<div class="control is-expanded">
<input class="input" type="email" name="EMAIL" placeholder="Enter your email" required>
</div>
<div class="control">
<input type="submit" value="Subscribe" name="subscribe" class="button is-black">
</div>
</div>
<div style="position: absolute; left: -5000px;" aria-hidden="true"><input type="text" name="b_c9b8b0cebb5404b186c694c17_27fe47916a" tabindex="-1" value=""></div>
<p class="help">Your Privacy is Our Policy.</p>
</form>
</div>
<div class="column has-text-centered has-text-right-tablet footer-right">
<p>
<a aria-label="GitHub" href="https://github.com/atomery">
<i aria-hidden="true" title="GitHub" class="fab fa-github"></i>
</a>
</p>
<p><small>
<a href="https://atomery.com/about" class="{% if page.id == 'about' %}is-bold{% endif %}">
About
</a>
|
<a target="_blank" href="https://webcatalog.onfastspring.com">
Store
</a>
|
<a href="https://atomery.com/products">
Products
</a>
</small></p>
<p><small>
<a href="https://atomery.com/privacy?app=singlebox">
Privacy
</a>
|
<a href="https://atomery.com/support?app=singlebox">
Support
</a>
|
<a href="https://atomery.com/contact">
Contact
</a>
|
<a target="_blank" href="https://drive.google.com/drive/folders/1Fy3O_fDMAL5G_o9LGDzTAUTq5d_921RS">
Press
</a>
</small></p>
<p><small>
<span>© {{ 'now' | date: "%Y" }} Atomery.</span>
</small></p>
</div>
</div>
</footer>
<script src="{{ '/assets/app.min.js' | relative_url }}"></script>
</body>
</html>