Skip to content

Commit 29be9bc

Browse files
authoredApr 21, 2024··
Merge pull request #155 from Oloh/master
YorubaName.com Homepage: Add Yorùbá Tonemarking Software Buttons/Remove the key supporters row
2 parents ab30e23 + c83e0c8 commit 29be9bc

File tree

3 files changed

+27
-15
lines changed

3 files changed

+27
-15
lines changed
 

‎website/src/main/resources/messages.properties

+6-1
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,11 @@ lang.oni-message=A phenomenal concept that will keep the Yorùbá culture aliv
8585
lang.key-supporters=Our key supporters
8686
lang.yoruba-name-dictionary=Yoruba Names Dictionary
8787
88+
lang.keyboard-software-cta-title=Buy Yorùbá Writing Software
89+
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.
90+
lang.keyboard-software-cta-button-mac=For Mac
91+
lang.keyboard-software-cta-button-windows=For Windows
92+
8893
lang.yoruba-name-newsletter=YorubaName Newsletter
8994
lang.follow-update=Follow us behind the scenes for exclusive news, freebies, links, lexicographer tools, and other important updates about this dictionary.
90-
lang.enter-your-email=Enter your email here
95+
lang.enter-your-email=Enter your email here

‎website/src/main/resources/messages_yo.properties

+6-1
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,11 @@ lang.oni-message=Iṣẹ́ gbògí tó ṣe pàtàki gidi tí yóò sì
8484
lang.key-supporters=Àwọn agbèlẹ́yìn wa pàtàkì
8585
lang.yoruba-name-dictionary=Dikṣọ́nárì Orúkọ Yorùbá
8686

87+
lang.keyboard-software-cta-title=Ra Oun Tí a Fi Ń Tẹ Ọ̀rọ̀ Yorùbá
88+
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
89+
lang.keyboard-software-cta-button-mac=Fún Mac
90+
lang.keyboard-software-cta-button-windows=Fún Windows
91+
8792
lang.yoruba-name-newsletter=Ìwé Ìròyìn YorubaName
8893
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ìí.
89-
lang.enter-your-email=Tẹ email rẹ síbí
94+
lang.enter-your-email=Tẹ email rẹ síbí

‎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)
Please sign in to comment.