mirror of
https://github.com/yuzu-emu/shared-bulma-theme.git
synced 2024-11-22 16:15:38 +01:00
28 lines
1.0 KiB
HTML
28 lines
1.0 KiB
HTML
<section id="homepage-hero" class="hero is-primary is-bold">
|
|
<div class="hero-head">
|
|
<!-- is-dark / is-light is set by hero.js for the homepage hero -->
|
|
<nav id="hero-navbar" class="navbar is-size-6 is-fixed-top" role="navigation" aria-label="main navigation">
|
|
{{ partial "layout/navbar_contents" . }}
|
|
</nav>
|
|
</div>
|
|
|
|
<div class="hero-body">
|
|
<section class="section">
|
|
<div class="container">
|
|
<div class="columns">
|
|
<!-- Left panel -->
|
|
<div class="column is-centered-vertically is-5">
|
|
{{ partial "home_hero_contents" . }}
|
|
</div>
|
|
|
|
<!-- Right panel -->
|
|
<div class="column is-centered-vertically is-7 is-hidden-mobile">
|
|
<figure class="image">
|
|
{{ partial "jumbotron.html" . }}
|
|
</figure>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
</div>
|
|
</section> |