mirror of
https://github.com/monero-project/monero-site.git
synced 2024-12-13 20:06:35 +02:00
Merge !1107
remove obsolete ffs layouts See merge request monero-project/monero-site!1107
This commit is contained in:
commit
f86bbea343
@ -1,87 +0,0 @@
|
|||||||
---
|
|
||||||
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/completed-proposals/">Completed Proposals</a> > {{page.title}}</p>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
<!-- FULL WIDTH BLOCK -->
|
|
||||||
<section class="container full">
|
|
||||||
<div class="info-block text-adapt complete">
|
|
||||||
<div class="row center">
|
|
||||||
<div class="col-xs-12">
|
|
||||||
<h2>Progress</h2>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="row center-xs">
|
|
||||||
<div class="col-xs-12 progress-numbers">
|
|
||||||
<p class="progress-number-funded">{{page.amount}} XMR</p><span> /</span>
|
|
||||||
<p class="progress-number-goal">{{page.amount}} XMR</p>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="row">
|
|
||||||
<div class="col-xs-12">
|
|
||||||
<div class="progress-bar">
|
|
||||||
<span style="width: 100%"></span>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="col-xs-12 ffs-status">
|
|
||||||
<p>This project has been completed. The proposal is kept here both to celebrate the achievements of the Monero community, and for historical accuracy about what was accomplished.</p>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
{% if page.milestones != nil %}
|
|
||||||
<div class="row center-xs milestones">
|
|
||||||
<div class="tab col-xs-12">
|
|
||||||
<input id="tab-one" type="checkbox" name="tabs" class="accordion">
|
|
||||||
<label for="tab-one" class="accordion">Milestones</label>
|
|
||||||
<div class="tab-content">
|
|
||||||
{% for milestones in page.milestones %}
|
|
||||||
<div class="row start-xs roadmap">
|
|
||||||
<div class="col-xs-1">
|
|
||||||
<span class="{{milestones.status}} ms-{{milestones.status}}"></span>
|
|
||||||
</div>
|
|
||||||
<div class="col-xs-11">
|
|
||||||
<p>{{milestones.name}}</p>
|
|
||||||
<p><span class="bold">Funds Awarded:</span> {{milestones.funds}}</p>
|
|
||||||
{% if milestones.done != nil %}
|
|
||||||
<p><span class="bold">Completion date:</span> {{milestones.done}}</p>
|
|
||||||
{%endif%}
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
{%endfor%}
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
{%endif%}
|
|
||||||
</div>
|
|
||||||
<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>
|
|
@ -1,110 +0,0 @@
|
|||||||
---
|
|
||||||
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>
|
|
||||||
<p><div id="qrcode"></div></p>
|
|
||||||
<script src="{{ base.url | prepend: site.url }}/js/qrcode.min.js"></script>
|
|
||||||
<script type="text/javascript">
|
|
||||||
var qr_description = encodeURIComponent("{{page.title}}");
|
|
||||||
new QRCode(document.getElementById("qrcode"), {
|
|
||||||
text: "monero:{{page.address}}?tx_payment_id={{page.paymentid}}&tx_description="+qr_description,
|
|
||||||
width: 150,
|
|
||||||
height: 150,
|
|
||||||
colorDark : "#000000",
|
|
||||||
colorLight : "#ffffff",
|
|
||||||
correctLevel : QRCode.CorrectLevel.M
|
|
||||||
});
|
|
||||||
</script>
|
|
||||||
</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>
|
|
@ -1,40 +0,0 @@
|
|||||||
---
|
|
||||||
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/ideas/">Ideas</a> > {{page.title}}</p>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
<!-- 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>
|
|
@ -1,41 +0,0 @@
|
|||||||
---
|
|
||||||
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/open-tasks/">Open Tasks</a> > {{page.title}}</p>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<!-- 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>
|
|
@ -1,93 +0,0 @@
|
|||||||
---
|
|
||||||
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/work-in-progress/">Work in Progress</a> > {{page.title}}</p>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<!-- FULL WIDTH BLOCK -->
|
|
||||||
<section class="container full">
|
|
||||||
<div class="info-block text-adapt inprogress">
|
|
||||||
<div class="row center">
|
|
||||||
<div class="col-xs-12">
|
|
||||||
<h2>Progress</h2>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="row center-xs">
|
|
||||||
<div class="col-xs-12 progress-numbers">
|
|
||||||
<p class="progress-number-funded">100 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: 100%"></span>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="col-xs-12 ffs-status">
|
|
||||||
<p>This project has been funded and is being worked on. Keep an eye out here at the bottom of the proposal for updates.</p>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
{% if page.milestones != nil %}
|
|
||||||
<div class="row center-xs milestones">
|
|
||||||
<div class="tab col-xs-12">
|
|
||||||
<input id="tab-one" type="checkbox" name="tabs" class="accordion">
|
|
||||||
<label for="tab-one" class="accordion">Milestones</label>
|
|
||||||
<div class="tab-content">
|
|
||||||
{% for milestones in page.milestones %}
|
|
||||||
<div class="row start-xs roadmap">
|
|
||||||
<div class="col-xs-1">
|
|
||||||
<span class="{{milestones.status}} ms-{{milestones.status}}"></span>
|
|
||||||
</div>
|
|
||||||
<div class="col-xs-11">
|
|
||||||
<p>{{milestones.name}}</p>
|
|
||||||
<p><span class="bold">Funds Awarded:</span> {{milestones.funds}}</p>
|
|
||||||
{% if milestones.done != nil %}
|
|
||||||
<p><span class="bold">Completion date:</span> {{milestones.done}}</p>
|
|
||||||
{%endif%}
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
{%endfor%}
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
{%endif%}
|
|
||||||
</div>
|
|
||||||
<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>
|
|
||||||
|
|
||||||
|
|
@ -1,17 +0,0 @@
|
|||||||
---
|
|
||||||
layout: default
|
|
||||||
---
|
|
||||||
<div class="site-wrap">
|
|
||||||
<!-- FULL WIDTH BLOCK -->
|
|
||||||
<section class="container full">
|
|
||||||
<div class="info-block text-adapt">
|
|
||||||
<a href="/forum-funding-system/ideas/">Back to Ideas</a>
|
|
||||||
<div>
|
|
||||||
{{content}}
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</section>
|
|
||||||
<!-- END FULL WIDTH BLOCK -->
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<!-- JAVASCRIPT FOR DISQUS -->
|
|
Loading…
Reference in New Issue
Block a user