mirror of
https://github.com/monero-project/monero-site.git
synced 2024-11-17 16:28:19 +00:00
c083124340
- Added dates to the layout - Slight modifications to the layouts (bolding author, etc.)
97 lines
No EOL
4.5 KiB
HTML
97 lines
No EOL
4.5 KiB
HTML
---
|
|
layout: base
|
|
---
|
|
|
|
<div class="site-wrap">
|
|
<div class="container ffs-breadcrumbs">
|
|
|
|
<p><a href="/forum-funding-system/">Forum Funding System</a> > <a href="/forum-funding-system/funding-required/">Funding Required</a> > {{page.title}}</p>
|
|
|
|
</div>
|
|
<!-- FULL WIDTH BLOCK -->
|
|
<section class="container full fr-contribute">
|
|
<div class="info-block text-adapt">
|
|
<div class="row center">
|
|
<div class="col-xs-12">
|
|
<h2>Funding Progress</h2>
|
|
</div>
|
|
</div>
|
|
<div class="row center-xs">
|
|
<div class="col-xs-12 progress-numbers">
|
|
<p class="progress-number-funded">10 XMR </p><span> /</span>
|
|
<p class="progress-number-goal">100 XMR</p>
|
|
</div>
|
|
</div>
|
|
<div class="row">
|
|
<div class="col-xs-12">
|
|
<div class="progress-bar">
|
|
<span style="width: 75%"></span>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="row center-xs">
|
|
<div class="tab col-xs-12">
|
|
<input id="tab-one" type="checkbox" name="tabs" class="accordion">
|
|
<label for="tab-one" class="accordion">Contribute</label>
|
|
<div class="tab-content">
|
|
<div class="row start-xs">
|
|
<div class="col-xs-12">
|
|
<p>In order to contribute to the cause of <strong>{{page.title}}</strong> all you have to do is the following:</p>
|
|
<p>Have a valid Monero address. If you don't have one, you can read on getting started!</p>
|
|
<p>Send the amount of XMR that you wish to contribute to the address: <strong>{{page.address}}</strong></p>
|
|
<p>Make sure that you enter a payment ID of <strong>{{page.paymentid}}</strong> in order for us to be able to assign your contribution to this specific project!</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<!--div class="info-block text-adapt">
|
|
<div class="row center-xs">
|
|
<div class="col">
|
|
<h2>How to Contribute</h2>
|
|
</div>
|
|
</div>
|
|
<div class="row">
|
|
<div class="col-xs-12">
|
|
<p>In order to contribute to the cause of <strong>{{page.title}}</strong> all you have to do is the following:</p>
|
|
<p>Have a valid Monero address. If you don't have one, you can read on getting started!</p>
|
|
<p>Send the amount of XMR that you wish to contribute to the address: <strong>{{page.address}}</strong></p>
|
|
<p>Make sure that you enter a payment ID of <strong>{{page.paymentid}}</strong> in order for us to be able to assign your contribution to this specific project!</p>
|
|
</div>
|
|
</div>
|
|
</div-->
|
|
</section>
|
|
<!-- END FULL WIDTH BLOCK -->
|
|
|
|
<!-- FULL WIDTH BLOCK -->
|
|
<section class="container full">
|
|
<div class="info-block text-adapt">
|
|
<div class="row center-xs">
|
|
<div class="col">
|
|
<h2>{{page.title}}</h2>
|
|
<p>by <strong>{{page.author}}</strong></p>
|
|
<p><em>{{page.date}}</em></p>
|
|
</div>
|
|
</div>
|
|
<div>
|
|
{{content}}
|
|
</div>
|
|
</div>
|
|
</section>
|
|
<!-- END FULL WIDTH BLOCK -->
|
|
<section class="container full comments">
|
|
<div class="info-block">
|
|
<div class="row center">
|
|
<div class="col-xs-12">
|
|
<h2>Comments</h2>
|
|
</div>
|
|
</div>
|
|
<div class="row">
|
|
<div class="col-xs-12">
|
|
<!-- SPACE RESERVED FOR COMMENT SYSTEM -->
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
</div> |