You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
594 B
15 lines
594 B
% layout 'standard', title => 'Homepage', sb_active => 'home';
|
|
|
|
<header>
|
|
<div class="pricing-header mt-5 mb-3 p-3 pb-md-4 mx-auto text-center">
|
|
<h1 class="display-4 fw-normal mb-3">Welcome To MyJekyllBlog</h1>
|
|
<p class="fs-5 text-muted">MyJekyllBlog is a CMS and Hosting Platform for Jekyll Blogs.</p>
|
|
|
|
<p><a href="<%= $c->url_for( 'show_register' ) %>" class="btn btn-primary btn-lg">Sign Up</a></p>
|
|
|
|
<video controls="controls" width="80%" name="MyJekyllBlog Demo">
|
|
<source src="/assets/mjb-demo-video.mov">
|
|
</video>
|
|
</div>
|
|
</header>
|
|
|
|
|