Skip to content

Commit

Permalink
chore: Website chores
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor Castell committed Jan 18, 2021
1 parent dbcd183 commit b404ce7
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 7 deletions.
5 changes: 3 additions & 2 deletions website/layouts/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
<div id="jumbotron-mask">
<div id="jumbotron">
<div class="container">
<div class="text-wrapper col-md-5">
<div class="text-wrapper col-md-12">
<h2>Easy, Reliable Cron jobs</h2>
<h3>A distributed Cron service with, API, no SPOF and an easy to use dashboard.</h3>
<a href="https://github.com/distribworks/dkron/releases" class="button button">Download</a>
<a href="http://test.dkron.io:8080/ui" target="_blank" class="button button">Demo</a>
<a href="/products/pro/" class="button button">Go Pro</a>
</div>
<div class="dkron-logo"><img src="../img/job-list.png"></div>
</div>
</div>
</div>
Expand All @@ -25,6 +25,7 @@ <h3>A distributed Cron service with, API, no SPOF and an easy to use dashboard.<
<div class="container">
<div class="class-md-12 main-content">
<div class="container">
<a href="http://test.dkron.io:8080/ui" target="_blank"><img class="job-list" style="width:100%;" src="../img/job-list-new.png"></a>
<h2>Characteristics</h2>
<div id="features" class="row vertical-align">
<div class="col-md-4">
Expand Down
15 changes: 10 additions & 5 deletions website/layouts/partials/gfooter.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,17 +35,22 @@ <h2>Some of our users</h2>
</a>
</div>
<div class="col-md-3 users">
<a href="https://www.flywire.com/" target="_blank">
<img width="150" src="{{"img/flywire-logo.svg" | relURL}}" />
<a href="https://www.blackstonepublishing.com/" target="_blank">
<img width="150" src="{{"img/Blackstone_publishing_Logo_v2.png" | relURL}}" />
</a>
</div>
</div>
<div class="col-md-3 users">
<a href="https://www.allianz.com/" target="_blank">
<img width="150" src="{{"img/Allianz.png" | relURL}}" />
</a>
</div>
</div>
</div>
<div class="container">
Partners<br><br>
<div class="col-md-12 sponsor">
<a href="http://packet.net/" target="_blank">
<img width="100" src="https://assets.packet.net/assets/images/logo-white-sm.png" />
<a href="https://metal.equinix.com" target="_blank">
<img width="100" src="https://metal.equinix.com/metal/images/logo/equinix-metal-full.svg" />
</a>
&nbsp;
<a href="https://gemfury.com/f/partner">
Expand Down
Binary file added website/static/img/Allianz.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added website/static/img/job-list-new.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b404ce7

Please sign in to comment.