Skip to content

Commit c83e0c8

Browse files
authored
Added the tonemarking software CTA and removed key supporter row
1 parent ed35f9c commit c83e0c8

File tree

1 file changed

+15
-13
lines changed
  • website/src/main/resources/website

1 file changed

+15
-13
lines changed

website/src/main/resources/website/home.hbs

+15-13
Original file line numberDiff line numberDiff line change
@@ -61,18 +61,20 @@
6161
<!-- /llm -->
6262

6363
<div class="container">
64-
<div class="row">
65-
<div class="col-sm-12 text-center"><h3>{{message "lang.key-supporters"}}</h3></div>
66-
<div class="col-sm-2 col-sm-offset-3"><a href="http://www.oraturelab.com" target="_blank">
67-
<img class="img-responsive" src="/assets/img/supporters/orature_lab.png"></a>
68-
</div>
69-
<div class="col-sm-2"><a href="http://capitalsqua.re/" target="_blank">
70-
<img class="img-responsive" src="/assets/img/supporters/capital_square.png"></a>
71-
</div>
72-
<div class="col-sm-2"><a href="http://www.alt-i.org/index.php" target="_blank">
73-
<img class="img-responsive" src="/assets/img/supporters/alti.png"></a>
74-
</div>
75-
</div>
64+
<div class="row" style="margin-top: 40px;">
65+
<div class="col-lg-12 col-lg-offset-0">
66+
<div class="text-center">
67+
<div class="panel-footer">
68+
<h3>{{message "lang.keyboard-software-cta-title"}}</h3>
69+
<p>{{message "lang.keyboard-software-cta-text"}}</p>
70+
<div class="text-center">
71+
<a class="btn btn-success ms-2" href="https://writeyoruba.com/m-checkout" style="margin-top:10px"><i class="fa fa-apple"></i> {{message "lang.keyboard-software-cta-button-mac"}}</a>
72+
<a class="btn btn-success ms-2" href="https://writeyoruba.com/w-checkout" style="margin-top:10px"><i class="fa fa-windows"></i> {{message "lang.keyboard-software-cta-button-windows"}}</a>
73+
</div>
74+
</div>
75+
</div>
76+
</div>
77+
</div>
7678

7779
<div class="row" style="margin-top:40px">
7880
<div class="col-sm-4 col-sm-offset-2">
@@ -107,4 +109,4 @@
107109
<!-- /sidebar -->
108110

109111
<!-- footer -->
110-
{{> footer }}
112+
{{> footer }}

0 commit comments

Comments
 (0)