mirror of
https://git.wownero.com/wownero/wownero.org-website.git
synced 2024-08-15 01:03:33 +00:00
add how to volunteer section
This commit is contained in:
parent
2a1266afc6
commit
b3615767ef
2 changed files with 38 additions and 0 deletions
1
assets/images/svg/WOW-Arcade-Button.svg
Normal file
1
assets/images/svg/WOW-Arcade-Button.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 18 KiB |
37
index.html
37
index.html
|
@ -174,6 +174,43 @@
|
|||
</div><!-- /.shell -->
|
||||
</section><!-- /.section-simple -->
|
||||
|
||||
<br>
|
||||
|
||||
<section class="section-simple section-bg js-animate">
|
||||
<div class="shell">
|
||||
<div class="section__inner">
|
||||
<div class="section__image">
|
||||
<img src="assets/images/svg/WOW-Arcade-Button.svg" alt="">
|
||||
</div><!-- /.section__image -->
|
||||
|
||||
<div class="section__content">
|
||||
<header class="section__head">
|
||||
<h1 class="title">How to volunteer</h1><!-- /.title -->
|
||||
</header><!-- /.section__head -->
|
||||
|
||||
<div class="section__entry">
|
||||
<p>You do not need to be a programmer to be part of the Wownero crew. Here are some ways
|
||||
you could contribue.</p>
|
||||
<ul>
|
||||
<li>Make memes, art, music and post to <a href="https://www.reddit.com/r/Wownero">/r/Wownero</a>, <a href="https://suchwow.xyz">SuchWow!</a>, or Twitter</li>
|
||||
<li>Tag the streets with much wow graffiti</li>
|
||||
<li>Make "how to" tutorials on YouTube</li>
|
||||
<li>Troubleshoot common newb problems on <a href="https://www.reddit.com/r/Wownero">Reddit</a>, <a href="https://discord.gg/ykZyAzJhDK">Discord</a>, <a href="https://t.me/wownero">Telegram</a></li>
|
||||
<li>Translate Wownero information to other languages</li>
|
||||
<li>Donate to <a href="https://funding.wownero.com">Wownero Funding System proposals</a></li>
|
||||
<li>Tip <a href="https://suchwow.xyz">meme creators</a></li>
|
||||
<li>Run a full <a href="https://git.wownero.com/wownero/wownero/releases">Wownero node</a> at home</li>
|
||||
<li>If you know someone with coding skills, invite them to join #wownero-dev on Freenode IRC</li>
|
||||
<li>Donate to <a href="https://git.wownero.com/wownero/wownero#supporting-the-project"> general dev fund</li>
|
||||
</ul>
|
||||
</div><!-- /.section__entry -->
|
||||
</div><!-- /.section__content -->
|
||||
|
||||
<div class="section__bg3" style="background-image: url('assets/images/logo-transparent.svg');"></div><!-- /.section__bg -->
|
||||
</div><!-- /.section__inner -->
|
||||
</div><!-- /.shell -->
|
||||
</section><!-- /.section-simple -->
|
||||
|
||||
<section class="section-contact section-bg">
|
||||
<div class="shell">
|
||||
<header class="section__head">
|
||||
|
|
Loading…
Reference in a new issue