_layouts/home.html (20 lines of code) (raw):
{% include top.html %}
<body class="wrap">
<header>
{% include header.html %}
</header>
<div class="big-arrow-bg">
<div class="container px-4 py-5 centered">
<img src="{{ site.baseurl }}/img/arrow-inverse.png" style="max-width: 70%;"/>
<p class="lead">The universal columnar format and multi-language toolbox for fast data interchange and in-memory analytics</p>
{% include socials.html %}
</div>
</div>
<div class="container p-4 pt-5">
<main role="main" class="pb-5">
{{ content }}
</main>
{% include footer.html %}
</div>
</body>
</html>