Skip to content

Commit 5f544da

Browse files
committed
feat(help): add community and social media section
1 parent 5643cec commit 5f544da

File tree

1 file changed

+47
-6
lines changed
  • website/app-templates/smarty/help-pages/en

1 file changed

+47
-6
lines changed

website/app-templates/smarty/help-pages/en/help.html

Lines changed: 47 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -172,16 +172,43 @@ <h3><i class="fa fa-shield"></i> Legal & Security</h3>
172172
</div>
173173
</div>
174174
</div>
175+
</div>
176+
</div>
175177

176-
<!-- Need More Help -->
177-
<div class="text-center" style="margin: 40px 0;">
178-
<a href="#morehelp" class="btn btn-lg btn-warning">
179-
<i class="fa fa-question-circle"></i>
180-
<strong>Need more help?</strong>
181-
</a>
178+
<div class="row">
179+
<div class="col-md-12">
180+
<!-- Community & Support -->
181+
<div class="help-section">
182+
<h3><i class="fa fa-users"></i> Community & Support</h3>
183+
<div class="row">
184+
<div class="col-md-3">
185+
<div class="help-item">
186+
<a href="#social">
187+
<i class="fa fa-bullhorn"></i>
188+
Follow GeoKrety
189+
</a>
190+
</div>
191+
</div>
192+
<div class="col-md-3">
193+
<div class="help-item">
194+
<a href="#morehelp">
195+
<i class="fa fa-question-circle"></i>
196+
Need more help?
197+
</a>
198+
</div>
199+
</div>
200+
</div>
182201
</div>
183202
</div>
184203
</div>
204+
205+
<!-- Need More Help -->
206+
<div class="text-center" style="margin: 40px 0;">
207+
<a href="#morehelp" class="btn btn-lg btn-warning">
208+
<i class="fa fa-question-circle"></i>
209+
<strong>Need more help?</strong>
210+
</a>
211+
</div>
185212
</div>
186213

187214
<div class="panel panel-default">
@@ -1132,6 +1159,20 @@ <h3>How to decode?</h3>
11321159
</div>
11331160
</div>
11341161

1162+
<div class="panel panel-default">
1163+
<div class="panel-heading">
1164+
<a class="anchor" id="social"></a>
1165+
Connect with GeoKrety
1166+
</div>
1167+
<div class="panel-body">
1168+
<p>
1169+
Keep in touch with the GeoKrety community by following
1170+
<a href="https://social.opencaching.earth/@geokrety">@GeoKrety on social.opencaching.earth</a>.
1171+
Any Fediverse user can subscribe for news, release notes, and events straight from their favourite client.
1172+
</p>
1173+
</div>
1174+
</div>
1175+
11351176
<div class="panel panel-default">
11361177
<div class="panel-heading">
11371178
<a class="anchor" id="morehelp"></a>

0 commit comments

Comments
 (0)