-
Notifications
You must be signed in to change notification settings - Fork 0
/
header-extspeeder.php
26 lines (23 loc) · 1.01 KB
/
header-extspeeder.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
25
26
<?php get_header('base'); ?>
<!--
ExtSpeeder Header
-->
<div class="row jumbotron jumbotron-fluid" id="product-view">
<div class="col">
<div class="container hazelcast">
<div class="row justify-content-center py-3">
<div class="col pt-5 px-5" id="product-view-text-wrapper">
<h1>Sencha Ext Speeder</h1>
<h3>Build a Superfast Sencha Ext JS Grid Back-end in Minutes.</h3>
<div class="row">
<div class="col py-3" id="product-view-button-area">
<a href="http://speedment.com/contact" class="btn btn-primary">Contact Sales</a>
<a href="https://speedment.com/wp-content/uploads/2019/08/Ext-Speeder-Users-Guide.pdf" 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>