website/layouts/partials/jumbotron.html
steverusso 1b2686c3eb Switch to using Hugo. (#8)
Added all the things.

Updated gitignore and README.

Removed all the things.

Reviewed-by: jeff <jeff@simplesystems.tech>
2020-04-10 20:23:17 +00:00

36 lines
931 B
HTML

<div class="jtron">
<div class="container">
<div class="row align-center">
<div class="col xs-12 md-4 lg-6 text-center">
<div class="text-center d-inline-block jtron-left">
<div class="hide-sm-and-down">
<h1>Simple</h1>
<h1>Systems</h1>
<h3>LLC</h3>
</div>
<div class="hide-md-and-up">
<h2>Simple Systems, LLC</h2>
</div>
</div>
</div>
<div class="col xs-12 md-8 lg-6 text-left pa-4">
<div class="jtron-right">
<div>
<i class="material-icons xl">business</i>
<div class="mt-4">We build software that businesses understand and engineers want to use.</div>
<a class="btn lg blue mt-8" href="mailto:info@simplesystems.tech">
<i class="material-icons mr-4">mail_outline</i>
<span class="mr-4 hide-sm-and-down">Email Us:</span>
info@simplesystems.tech
</a>
</div>
</div>
</div>
</div>
</div>
</div>