Skip to content

Commit

Permalink
Merge pull request #155 from Oloh/master
Browse files Browse the repository at this point in the history
YorubaName.com Homepage: Add Yorùbá Tonemarking Software Buttons/Remove the key supporters row
  • Loading branch information
dadepo committed Apr 21, 2024
2 parents ab30e23 + c83e0c8 commit 29be9bc
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 15 deletions.
7 changes: 6 additions & 1 deletion website/src/main/resources/messages.properties
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,11 @@ lang.oni-message=A phenomenal concept that will keep the Yorùbá culture aliv
lang.key-supporters=Our key supporters
lang.yoruba-name-dictionary=Yoruba Names Dictionary
lang.keyboard-software-cta-title=Buy Yorùbá Writing Software
lang.keyboard-software-cta-text=In 2015, we released a YorubaName tonemarker which can help you write properly in Yorùbá with appropriate tone marks. You can now buy it here and download to your computer.
lang.keyboard-software-cta-button-mac=For Mac
lang.keyboard-software-cta-button-windows=For Windows
lang.yoruba-name-newsletter=YorubaName Newsletter
lang.follow-update=Follow us behind the scenes for exclusive news, freebies, links, lexicographer tools, and other important updates about this dictionary.
lang.enter-your-email=Enter your email here
lang.enter-your-email=Enter your email here
7 changes: 6 additions & 1 deletion website/src/main/resources/messages_yo.properties
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,11 @@ lang.oni-message=Iṣẹ́ gbògí tó ṣe pàtàki gidi tí yóò sì
lang.key-supporters=Àwọn agbèlẹ́yìn wa pàtàkì
lang.yoruba-name-dictionary=Dikṣọ́nárì Orúkọ Yorùbá

lang.keyboard-software-cta-title=Ra Oun Tí a Fi Ń Tẹ Ọ̀rọ̀ Yorùbá
lang.keyboard-software-cta-text=Ní 2015, a gbé irin jáde láti YorubaName tí ẹ lè lò láti fi ààmì sí gbogbo ọ̀rọ̀ Yorùbá yín. Ẹ lè ràá níbí yìí báyìí., kí ẹ sì gbàá sínú kọ̀mpútà yín
lang.keyboard-software-cta-button-mac=Fún Mac
lang.keyboard-software-cta-button-windows=Fún Windows

lang.yoruba-name-newsletter=Ìwé Ìròyìn YorubaName
lang.follow-update=Tẹ̀lé wa wọlé láti gba ojúlówó ìròyìn, oun ọ̀fẹ́, ìsopọ̀, oun èlò àwọn onímọ̀ èdè, àti oríṣiríṣi ìròyìn pàtàkì nípa dikṣọ́nárì yìí.
lang.enter-your-email=Tẹ email rẹ síbí
lang.enter-your-email=Tẹ email rẹ síbí
28 changes: 15 additions & 13 deletions website/src/main/resources/website/home.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -61,18 +61,20 @@
<!-- /llm -->

<div class="container">
<div class="row">
<div class="col-sm-12 text-center"><h3>{{message "lang.key-supporters"}}</h3></div>
<div class="col-sm-2 col-sm-offset-3"><a href="http://www.oraturelab.com" target="_blank">
<img class="img-responsive" src="/assets/img/supporters/orature_lab.png"></a>
</div>
<div class="col-sm-2"><a href="http://capitalsqua.re/" target="_blank">
<img class="img-responsive" src="/assets/img/supporters/capital_square.png"></a>
</div>
<div class="col-sm-2"><a href="http://www.alt-i.org/index.php" target="_blank">
<img class="img-responsive" src="/assets/img/supporters/alti.png"></a>
</div>
</div>
<div class="row" style="margin-top: 40px;">
<div class="col-lg-12 col-lg-offset-0">
<div class="text-center">
<div class="panel-footer">
<h3>{{message "lang.keyboard-software-cta-title"}}</h3>
<p>{{message "lang.keyboard-software-cta-text"}}</p>
<div class="text-center">
<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>
<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>
</div>
</div>
</div>
</div>
</div>

<div class="row" style="margin-top:40px">
<div class="col-sm-4 col-sm-offset-2">
Expand Down Expand Up @@ -107,4 +109,4 @@
<!-- /sidebar -->

<!-- footer -->
{{> footer }}
{{> footer }}

0 comments on commit 29be9bc

Please sign in to comment.