-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathheader-opensource.php
More file actions
24 lines (23 loc) · 940 Bytes
/
header-opensource.php
File metadata and controls
24 lines (23 loc) · 940 Bytes
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'); ?>
<!--
Open Source Header
-->
<div class="row jumbotron jumbotron-fluid oss-gradient" id="product-view">
<div class="col">
<div class="container">
<div class="row justify-content-center py-3">
<div class="col" id="product-view-text-wrapper">
<h1>Speedment Open Source</h1>
<h3>OSS Java Stream ORM for Open Source Databases.</h3>
<div class="row">
<div class="col py-3" id="product-view-button-area">
<a href="http://speedment.com/oss-download" class="btn btn-primary">Download Now</a>
<a href="http://github.com/speedment/speedment" target="_blank" class="btn btn-secondary-white ml-0 ml-sm-2 mt-3 mt-sm-0">View on GitHub <i class="fab fa-github-alt"></i></a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</header>