misuzu/views/nova/home/landing.twig

15 lines
956 B
Twig
Raw Normal View History

{% extends '@nova/home/master.twig' %}
2018-01-03 02:02:55 +00:00
{% set banner_classes = 'banner--insane landing__banner' %}
{% block banner_content %}
2018-01-28 03:32:28 +00:00
<h1 style="align-self: center; text-align: left; flex-grow: 1; padding-left: 2em">Well, this is embarrassing...</h1>
2018-01-03 02:02:55 +00:00
{% endblock %}
{% block content %}
<div class="platform" style="text-align: left;">
2018-01-28 03:32:28 +00:00
<p>Long story short, almost nothing is ready and going live now (or within the next week) will just lead to greater disappointment. I set up a <a href="https://twitter.com/flashiinet" class="container__footer-link" target="_blank" rel="noreferrer noopener">Twitter</a> again on which I'll eventually inform when the site goes in public beta.</p>
<p>I offer my sincerest apologies for not being able to live up to the hype I've created (twice, even) but understand that this decision will make for a less rushed end product and less coping with hurried code in the future.</p>
</div>
{% endblock %}