diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000000000000000000000000000000000000..998bb52bd3412f4492f4cd194c9dd68fb4ca0aef
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+_site/*
\ No newline at end of file
diff --git a/_data/ffs.yml b/_data/ffs.yml
index c4819272f03dfe8d286c90ddee147276f8a7d0a7..d99516f91d94213c085f80c9af1ef62792982201 100644
--- a/_data/ffs.yml
+++ b/_data/ffs.yml
@@ -2,42 +2,33 @@
   proposals:
     - name: Fake. Nothing here yet. Check WiP and Completed Proposals.
       url: #
-      summary: This is for the best ideas ever!
       author: rehrar
     - name: Diego's Example
       url: #
-      summary: This is for the best ideas ever!
       author: rehrar
     - name: Fake. Nothing here yet. Check WiP and Completed Proposals.
       url: #
-      summary: This is for the best ideas ever!
       author: rehrar
     - name: Diego's Example
       url: #
-      summary: This is for the best ideas ever!
       author: rehrar 
     - name: Fake. Nothing here yet. Check WiP and Completed Proposals.
       url: #
-      summary: This is for the best ideas ever!
       author: rehrar
     - name: Diego's Example
       url: #
-      summary: This is for the best ideas ever!
       author: rehrar 
     - name: Fake. Nothing here yet. Check WiP and Completed Proposals.
       url: #
-      summary: This is for the best ideas ever!
       author: rehrar
     - name: Diego's Example
       url: #
-      summary: This is for the best ideas ever!
       author: rehrar 
       
 - stage: Funding Required
   proposals:
     - name: Monero Bounty For HackerOne
       url: /forum-funding-system/proposals/monero-bounty-hackerone.html
-      summary: we need dedicated funds to satisfy bounty for Monero and all Monero sub-projects on hackerone.com/monero
       author: anonimal
     
       
@@ -45,7 +36,6 @@
   proposals:
     - name: Getmonero.org Redesign
       url: /forum-funding-system/proposals/getmonero-redesign.html
-      summary: Redesign the official getmonero.org website to make it more accessible and aesthetically pleasing.
       author: rehrar
     
     
@@ -53,57 +43,43 @@
   proposals:
     - name: Documentation and cleanup of source code 
       url: /forum-funding-system/proposals/documentation-cleanup.html
-      summary: Clean up and properly document (doxygen) the monero source code
       author: tewinget
     - name: What is Monero? is produced and open-sourced
       url: /forum-funding-system/proposals/whatismonero-produced.html
-      summary: Make an introduction video to Monero.
       author: savandra
     - name: Improving Developer Guides to include Simplewallet examples and Bitmonerod methods and examples
       url: /forum-funding-system/proposals/improve-devguides-simplewallet.html
-      summary: Add examples to Developer Guides
       author: bigredmachine
     - name: A continuation for all purpose programming of what needs to get done in monero
       url: /forum-funding-system/proposals/mooo-continuation-programming.html
-      summary: moneromooo continue coding for Monero
       author: moneromooo
     - name: Create End-User Kovri documentation
       url: /forum-funding-system/proposals/kovri-end-user-docs.html
-      summary: The idea is to create user-friendly non-technical Kovri documentation.
       author: anonimal
     - name: fluffypony's Conference Circuit Jan 2017 Edition
       url: /forum-funding-system/proposals/fp-conference-2017.html
-      summary: Cover fluffypony's expenses for January Monero speaking
       author: fluffypony
     - name: The official Qt GUI Project
       url: /forum-funding-system/proposals/official-qt-gui.html
-      summary: Funding for the creation of the GUI
       author: othe
     - name: Justin's Local Meetup Talks Proposal 1
       url: /forum-funding-system/proposals/justin-local-meetups-1.html
-      summary: Cover sgp's travel expenses for Monero speaking
       author: samsunggalaxyplayer
     - name: Justin's Local Meetup Talks Proposal 2
       url: /forum-funding-system/proposals/justin-local-meetups-2.html
-      summary: Cover sgp's other travel expenses for Monero speaking
       author: samsunggalaxyplayer
     - name: More mooo coding goodness
       url: /forum-funding-system/proposals/more-mooo-coding-goodness.html
-      summary: Moneromooo coding October 2016
       author: moneromooo
     - name: Funding for a Monero subforum on the largest chinese BTC forum 8BTC
       url: /forum-funding-system/proposals/monero-subforum-8btc.html
-      summary: Make subforum on China's largest Bitcoin forum 8BTC
       author: firperfect
     - name: Additional GUI Developer
       url: /forum-funding-system/proposals/additional-gui-dev.html
-      summary: Hire Jaquee as an additional GUI developer
       author: Jaquee
     - name: Release of new/updated pool software
       url: /forum-funding-system/proposals/release-pool-software.html
-      summary: An updated pool for usage within the XMR community
       author: Snipa22
     - name: Monero integrations with web apps
       url: /forum-funding-system/proposals/monero-integrations.html
-      summary: Make open-source payment gateways for Monero on popular web apps
       author: serhack
diff --git a/forum-funding-system/donate/index.html b/forum-funding-system/donate/index.html
index a1bc80185bb9ca5d941d9047b41d419e24e71fb8..aa9489a7dc423bfce6fd9169dba46a7120c8a55a 100644
--- a/forum-funding-system/donate/index.html
+++ b/forum-funding-system/donate/index.html
@@ -1,16 +1,100 @@
----
-layout: base
-title: Proposal Name
----
+<!DOCTYPE html>
+<html>
 
-<div class="site-wrap ffs-proposal ffs-con">
+    <head>
+    <meta charset="utf-8">
+    <meta http-equiv="X-UA-Compatible" content="IE=edge">
+    <meta name="viewport" content="width=device-width, initial-scale=1">
+
+    <title>FFS</title>
+
+    <link rel="apple-touch-icon" sizes="180x180" href="/meta/apple-touch-icon.png">
+        <link rel="icon" type="image/png" sizes="32x32" href="/meta/favicon-32x32.png">
+        <link rel="icon" type="image/png" sizes="16x16" href="/meta/favicon-16x16.png">
+        <link rel="manifest" href="/meta/manifest.json">
+        <link rel="mask-icon" href="/meta/safari-pinned-tab.svg" color="#5bbad5">
+        <meta name="theme-color" content="#ffffff">
+
+    <link href="/css/custom.css" rel="stylesheet">
+
+    
+    <meta name="msapplication-config" content="/ietemplates/ieconfig.xml">
+
+  </head>
+
+
+  <body>
+    <div class="page-wrapper">
+          
+<div class="mob-nav">
+              <input class="burger-check" id="mobile-burger" type="checkbox"><label for="mobile-burger" class="burger"></label>
+           
+        <div class="slide-in-nav">
+             <div class="container slide-in">
+                 <div class="row">
+                     <div class="col-xs-12"> 
+                         <div class="text-center nav-item mob">
+                            <a href="/forum-funding-system/ideas/" class="top-link">Ideas</a>
+                         </div>
+                         <div class="text-center nav-item mob">
+                            <a href="/forum-funding-system/funding-required/">Funding Required</a>
+                         </div>
+                         <div class="text-center nav-item mob">
+                            <a href="/forum-funding-system/work-in-progress/">Work in Progress</a>
+                         </div>
+                         <div class="text-center nav-item mob">
+                            <a href="/forum-funding-system/completed-proposals/">Completed Tasks</a>
+                         </div>
+                         <div class="text-center nav-item mob">
+                            <a href="/forum-funding-system/completed-proposals/">Back to Getmonero.org</a>
+                         </div>
+                     </div>                     
+                 </div>          
+             </div>
+          
+        </div>
+       </div>
+       
+        <div class="desktop-nav">
+           <nav class="container">
+              <div class="row middle-xs">
+                  <div class="col-lg-4 col-md-4 col-sm-4 col-xs-4">
+                    <a href="/forum-funding-system/"><img src="/img/monero-logo.png" alt="Monero Logo" class="monero-logo"></a>
+                  </div>
+                  <div class="col-lg-8 col-md-8 col-sm-8 items end-xs">
+                      <div class="row end-xs middle-xs">
+                         <div class="col-md-12">
+                          <a href="/forum-funding-system/ideas/" class="top-link">Ideas</a>
+                          <a href="/forum-funding-system/funding-required/">Funding Required</a>
+                          <a href="/forum-funding-system/work-in-progress/">Work in Progress</a>
+                          <a href="/forum-funding-system/completed-proposals/">Completed Tasks</a>
+                          <a href="/forum-funding-system/completed-proposals/">Getmonero.org</a>
+                          </div>
+                      </div>
+                  </div>
+              </div>
+        </nav>
+        </div>
+        <div class="mob bot-nav white-nav">
+            <div class="row middle-xs">
+                <div class="col-xs-6">
+                    <a href="
+                    
+                    /
+                    
+                    "><img src="/img/monero-logo.png" alt="Monero Logo" class="monero-logo"></a>
+                </div>
+            </div>     
+        </div>    
+
+        <div class="site-wrap ffs-proposal ffs-con">
 
 <div class="container ffs-breadcrumbs">
    <div class="row">
       <div class="col-xs-12">
           <p><a href="/forum-funding-system/">Forum Funding System</a></p>
           <p><a href="/forum-funding-system/funding-required/">Funding Required</a></p>
-          <p><a href="/forum-funding-system/funding-required/">{{page.title}}</a></p>
+          <p><a href="/forum-funding-system/funding-required/">[TITLE HERE]</a></p>
           <p class="bread-active">Contribute</p>
       </div>
    </div>
@@ -20,14 +104,14 @@ title: Proposal Name
                 <div class="info-block">
                    <div class="row">
                         <div class="col-xs-12"> 
-                            <h2>Monero Bounty For HackerOne</h2>
+                            <h2>[TITLE HERE]</h2>
                             <div class="row middle-xs between-xs">
-                                <p class="author-list"><span><img src="/img/author-filled.png"></span>anonimal</p>
-                                <p class="date-list"><span><img src="/img/calendar.png"></span>10/15/1699</p>
-                                <p class="bar-fund-status">Raised <span class="progress-number-funded">75</span> of <span class="progress-number-goal">100</span> XMR</p>
+                                <p class="author-list"><span><img src="/img/author-filled.png"></span>[AUTHOR NAME HERE]</p>
+                                <p class="date-list"><span><img src="/img/calendar.png"></span>[DATE HERE]</p>
+                                <p class="bar-fund-status">Raised <span class="progress-number-funded">[AMOUNT HERE]</span> of <span class="progress-number-goal">[AMOUNT RAISED HERE]</span> XMR</p>
                             </div>
                             <div class="progress-bar">
-                                <span class="fund-progress" style="width: 75%"></span>
+                                <span class="fund-progress" style="width: [PERCENTAGE HERE]%"></span>
                             </div>
                             <p>Your contribution should be visible within 5 minutes of you sending your contribution. If for some reason it is not there, please contact a member of the Core Team!</p>
                         </div>
@@ -47,7 +131,7 @@ title: Proposal Name
                                             <p>1. Choose the amount of XMR you wish to contribute to this proposal</p>
                                             <p>2. Scan this QR code or tap to open in your Monero wallet app:</p>
                                             <p>
-                                                <a href="monero:45ttEikQEZWN1m7VxaVN9rjQkpSdmpGZ82GwUps66neQ1PqbQMno4wMY8F5jiDt2GoHzCtMwa7PDPJUJYb1GYrMP4CwAwNp" class="qr"><img src="/img/qrcode.png"/></a>
+                                                <a href="[MONERO LINK HERE]" class="qr"><img src="[PATH TO QR CODE HERE]"/></a>
                                             </p>
                                             <p>3. Send! Thank you! You are amazing!</p>
                                        </div>
@@ -58,7 +142,7 @@ title: Proposal Name
                                       <div class="panel-segment">
                                             <h3>Contribute using an integrated address</h3>
                                             <p>1. Choose the amount of XMR you wish to contribute to this proposal</p>
-                                            <p>2. Enter the following XMR address:</p>   <p class="string">45ttEikQEZWN1m7VxaVN9rjQkpSdmpGZ82GwUps66neQ1PqbQMno4wMY8F5jiDt2GoHzCtMwa7PDPJUJYb1GYrMP4CwAwNp</p>
+                                            <p>2. Enter the following XMR address:</p>   <p class="string">[INTEGRATED ADDRESS HERE]</p>
                                             <p>3. Send! Thank you! You are amazing!</p>
                                       </div>
                                   </div>
@@ -69,7 +153,7 @@ title: Proposal Name
                                             <h3>Contribute using a payment ID</h3>
                                             <p>1. Choose the amount of XMR you wish to contribute to this proposal</p>
                                             <p>2. Enter the following XMR address:</p>   <p class="string">45ttEikQEZWN1m7VxaVN9rjQkpSdmpGZ82GwUps66neQ1PqbQMno4wMY8F5jiDt2GoHzCtMwa7PDPJUJYb1GYrMP4CwAwNp</p>
-                                            <p>3. Enter the following payment ID that is unique to this proposal:</p>                 <p class="string">8068bfc9883ac82ffd51d27e3b3e0350355f1f10411359c63f4fc4472bcfc999</p>
+                                            <p>3. Enter the following payment ID that is unique to this proposal:</p>                 <p class="string">[PAYMENT ID HERE]</p>
                                             <p>4. Send! Thank you! You're amazing!</p>
                                         </div>
                                   </div>
@@ -78,3 +162,23 @@ title: Proposal Name
                     </div>
         </section>
     </div>
+
+    <footer class="container-fluid">
+            <div class="container">
+                <div class="row around-xs footer-wrapper">
+                  
+                <div class="row center-xs">
+                    <div class="social-icons">
+                    </div>
+                    <div class="footer-links">
+                        <ul class="list-unstyled list-inline">
+                           
+                        </ul>
+                    </div>
+                </div>
+                </div>
+            </div>
+</footer>
+    </div>
+  </body>
+</html>