mirror of
https://github.com/monero-project/monero-site.git
synced 2024-11-17 08:18:03 +00:00
- Removed some IRC channels from Hangouts page (not every temporary one needs to be added)
- Readded Blog RSS Feed to the footer - Added Mattermost and Taiga to the Hangouts page - Added Press Kit page - CSS Tweaks
This commit is contained in:
parent
5827b461ec
commit
7daf9dc6ff
6 changed files with 16 additions and 14 deletions
|
@ -4,8 +4,6 @@
|
|||
description: This channel is for the Monero community to congretate and discuss ideas.
|
||||
- channel: monero-dev
|
||||
description: The many contributors and developers come here to discuss dev-y things.
|
||||
- channel: monero-ffs
|
||||
description: Regarding the Monero forum funding system.
|
||||
- channel: monero-markets
|
||||
description: We use this channel to talk about the price of Monero and other coins.
|
||||
- channel: monero-offtopic
|
||||
|
@ -18,5 +16,3 @@
|
|||
description: Research into financial privacy with cryptocurrency.
|
||||
- channel: monero-translations
|
||||
description: Localizing Monero into other languages
|
||||
- channel: monero-website
|
||||
description: For the development of the Monero website
|
|
@ -8,6 +8,7 @@
|
|||
<li><a href="/resources/moneropedia/" class="white">Moneropedia</a></li>
|
||||
<li><a href="/resources/developer-guides/" class="white">Developer Guides</a></li>
|
||||
<li><a href="/resources/user-guides/" class="white">User Guides</a></li>
|
||||
<li><a href="https://getmonero.org/feed.xml" class="white">RSS Feed</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="col-sm-3 col-xs-6">
|
||||
|
@ -37,7 +38,7 @@
|
|||
<li><a href="https://openalias.org" class="white">Open Alias</a></li>
|
||||
<li><a href="https://getkovri.org" class="white">Kovri</a></li>
|
||||
<li><a href="/resources/research-lab/" class="white">Monero Research Lab</a></li>
|
||||
<li><a href="#" class="white">Monero Press Kit</a></li>
|
||||
<li><a href="/press-kit/" class="white">Monero Press Kit</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -32,17 +32,22 @@ The Monero community is diverse and varied. We come from all over, but we defini
|
|||
<div class="info-block">
|
||||
<div class="row center-xs">
|
||||
<div class="col">
|
||||
<h2>Slack</h2>
|
||||
<h2>Workgroup Resources</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row center-xs">
|
||||
<p>Not everyone likes to get on the IRC, and for those people we have Slack with relays to IRC channels.
|
||||
It has also got a few channels of its own.</p>
|
||||
<p>In an effort to support organic workgroups, Monero has several resources that the community can use to meet and plan projects. Mattermost even has relays into the most popular Monero-related IRC channels.</p>
|
||||
</div>
|
||||
<div class="row relays around-xs">
|
||||
<div class="col-md-8 col-sm-8 col-xs-8">
|
||||
<div class="col-md-4 col-sm-4 col-xs-4">
|
||||
<p><a href="https://monero.slack.com/" class="btn-link btn-fixed">Slack</a></p>
|
||||
</div>
|
||||
<div class="col-md-4 col-sm-4 col-xs-4">
|
||||
<p><a href="https://mattermost.getmonero.org/" class="btn-link btn-fixed">Mattermost</a></p>
|
||||
</div>
|
||||
<div class="col-md-4 col-sm-4 col-xs-4">
|
||||
<p><a href="https://taiga.getmonero.org/" class="btn-link btn-fixed">Taiga</a></p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="info-block">
|
||||
|
|
|
@ -3243,12 +3243,12 @@ footer {
|
|||
|
||||
.hangouts .social-icon.github {
|
||||
background-image: url(../img/monero-spritesheet.png);
|
||||
background-position: -128px -144px;
|
||||
background-position: -127px -144px;
|
||||
}
|
||||
|
||||
.hangouts .social-icon.github:hover {
|
||||
background-image: url(../img/monero-spritesheet.png);
|
||||
background-position: -176px -144px;
|
||||
background-position: -175px -144px;
|
||||
}
|
||||
|
||||
.hangouts .irc .col-md-4 {
|
||||
|
|
|
@ -80,7 +80,7 @@ Mining ensures the Monero network remains decentralized and secure. In the Moner
|
|||
<div class="row start-xs">
|
||||
<div class="col-xs-12">
|
||||
<h3>Other</h3>
|
||||
<p>E-mail <a href="mailto:dev@getmonero.org">dev@getmonero.org</a> for alternative means of donating.</p>
|
||||
<p>E-mail <a href="mailto:dev@getmonero.org">dev@getmonero.org</a> for alternative means of donating or if you would like to become a sponsor for the Monero Project.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
layout: default
|
||||
title: "Press Kit"
|
||||
title: "Monero Press Kit"
|
||||
---
|
||||
|
||||
<div class="site-wrap">
|
||||
|
|
Loading…
Reference in a new issue