-
Notifications
You must be signed in to change notification settings - Fork 0
/
header-stream.php
24 lines (23 loc) · 1.05 KB
/
header-stream.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?php get_header('base'); ?>
<!--
Stream Header
-->
<div class="row jumbotron jumbotron-fluid" id="product-view" style="background-image: url('http://speedment.com/wp-content/uploads/2019/08/stream-header.jpg');">
<div class="col">
<div class="container">
<div class="row justify-content-center py-3">
<div class="col pt-5" id="product-view-text-wrapper">
<h1>Speedment Stream</h1>
<h3>A Java ORM That the Java Community Deserves.</h3>
<div class="row">
<div class="col py-3" id="product-view-button-area">
<a href="http://speedment.com/initializer" class="btn btn-primary">Try for Free</a>
<a href="https://speedment.github.io/speedment-doc/index" target="_blank" class="btn btn-secondary-white ml-0 ml-sm-2 mt-3 mt-sm-0">Documentation</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</header>