Skip to content

Commit f91ce7a

Browse files
Corrections
1 parent cc311ea commit f91ce7a

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

overrides/home.html

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@
2222
<div class="tx-hero">
2323
<div>
2424
<p class="hero-text">{{text.t("pageTitle")}}</p>
25+
<a href="https://github.com/GOFS-lite/GOFS-lite" target="_blank"
26+
title="{{ page.next_page.title | striptags }}" class="md-button md-button--primary"
27+
style="margin-top: 0px; text-decoration: none;">
28+
{{text.t("gofsRepoButton")}}
29+
</a>
2530
</div>
2631
</div>
2732
</div>
@@ -62,8 +67,8 @@ <h3 class="light">{{text.t("section1TextBlock1")}}</h3>
6267
alt="Zone based microtransit icon" />
6368
</div>
6469
<div class="whichstandard__what">
65-
<h3>{{text.t("section1Subtitle2")}}</h3>
66-
<h3 class="light">{{text.t("section1Subtitle2part2")}}</h3>
70+
<h3 class="light">{{text.t("section1Subtitle2")}}</h3>
71+
<h3>{{text.t("section1Subtitle2part2")}}</h3>
6772
</div>
6873
<div class="whichstandard__arrow">
6974
<!-- green arrow -->
@@ -82,30 +87,30 @@ <h3 class="light">{{text.t("section1TextBlock2")}}</h3>
8287
<img src="/assets/landing/gofs-icon-predefined-routes.svg" alt="Zone based microtransit icon" />
8388
</div>
8489
<div class="whichstandard__what">
85-
<h3>{{text.t("section1Subtitle3")}}</h3>
86-
<h3 class="light">{{text.t("section1Subtitle3part2")}}</h3>
90+
<h3 class="light">{{text.t("section1Subtitle3")}}</h3>
91+
<h3>{{text.t("section1Subtitle3part2")}}</h3>
8792
</div>
8893
<div class="whichstandard__arrow" style="margin-top:5px;">
8994
<!-- green arrow -->
9095
<img src="/assets/landing/arrow-gofs-green.svg" alt="" />
9196
</div>
9297
<div class="whichstandard__answer">
93-
<h3 class="light">{{text.t("section1TextBlock3")}}</h3>
98+
<h3>{{text.t("section1TextBlock3")}}</h3>
9499
</div>
95100
</li>
96101

97102
<!-- Row 4 (shares icon from row 3) -->
98103
<li class="whichstandard__item whichstandard__item--no-icon">
99104
<div class="whichstandard__rule" aria-hidden="true"></div>
100105
<div class="whichstandard__what">
101-
<h3>{{text.t("section1Subtitle4")}}</h3>
106+
<h3 class="light">{{text.t("section1Subtitle4")}}</h3>
102107
</div>
103108
<div class="whichstandard__arrow">
104109
<!-- green arrow -->
105110
<img src="/assets/landing/arrow-gofs-green.svg" alt="" />
106111
</div>
107112
<div class="whichstandard__answer">
108-
<h3 class="light">{{text.t("section1TextBlock3part3")}}</h3>
113+
<h3>{{text.t("section1TextBlock3part3")}}</h3>
109114
</div>
110115
</li>
111116

@@ -197,11 +202,6 @@ <h1 style="color: #0A0A0A;">{{text.t("section2Title")}}</h1>
197202
<h1 style="color: #0A0A0A;">{{text.t("section3Title")}}</h1>
198203
</header>
199204
<p>{{text.t("section3Subtitle")}}</p>
200-
<a href="https://github.com/GOFS-lite/GOFS-lite" target="_blank"
201-
title="{{ page.next_page.title | striptags }}" class="md-button md-button--primary"
202-
style="margin-top: 0px; text-decoration: none;">
203-
{{text.t("gofsRepoButton")}}
204-
</a>
205205
</div>
206206
</div>
207207
</section>
@@ -215,7 +215,7 @@ <h1 style="text-align: center; text-wrap: balance; color: #ffffff;">{{text.t("se
215215

216216
<!-- Left visual -->
217217
<div class="gofs-visual">
218-
<img style="width: 540px;" src="assets/landing/gofs.png" alt="App preview">
218+
<img style="width: 540px;" src="assets/landing/gofs_v2.png" alt="App preview">
219219
</div>
220220

221221
<!-- Right content -->

0 commit comments

Comments
 (0)