mirror of
https://github.com/monero-project/monero-site.git
synced 2024-11-16 15:58:16 +00:00
Hangouts: Add block with link to mailing list
This commit is contained in:
parent
1f65327ff6
commit
1efd5e5f6a
2 changed files with 9 additions and 1 deletions
|
@ -118,6 +118,9 @@ hangouts:
|
|||
stack_exchange: Stack Exchange
|
||||
stack_exchange_para: The Monero Stack Exchange is a quick and easy way to ask questions and get answers. Below you'll find some high quality question/answer pairs to some frequently asked questions.
|
||||
stack_exchange_link: Visit Stack Exchange
|
||||
mailing_list: Mailing List
|
||||
mailing_list1: Do you want to receive important announcements directly on your email address? join our mailing lists!
|
||||
subscribe: Subscribe
|
||||
irc_channels:
|
||||
- channel: monero
|
||||
description: This channel is used to discuss all things Monero related.
|
||||
|
|
|
@ -74,7 +74,12 @@ permalink: /community/hangouts/index.html
|
|||
</div>
|
||||
<!-- end left two-thirds block-->
|
||||
<!-- right one-third block-->
|
||||
<div class="right one-third col-lg-4 col-md-4 col-sm-12 col-xs-12">
|
||||
<div class="right col-lg-4 col-md-4 col-sm-12 col-xs-12">
|
||||
<div class="info-block center-xs">
|
||||
<h2>{% t hangouts.mailing_list %}</h2>
|
||||
<p>{% t hangouts.mailing_list1 %}</p>
|
||||
<p><a class="btn-link btn-auto btn-primary" href="https://lists.getmonero.org/postorius/lists/monero-announce.lists.getmonero.org/">{% t hangouts.subscribe %}</a></p>
|
||||
</div>
|
||||
<div class="info-block">
|
||||
<div class="row">
|
||||
<div class="col">
|
||||
|
|
Loading…
Reference in a new issue