Browse Source

Removed donate links in header and main page

master
Tom Dickman 6 years ago
parent
commit
04b77430fc
  1. 1
      .gitignore
  2. 1
      src/about.html
  3. 1
      src/coin.jinja
  4. 1
      src/donate.html
  5. 2
      src/index.jinja

1
.gitignore

@ -2,3 +2,4 @@ results.json
dist/
.env
*.swp
__pycache__/

1
src/about.html

@ -29,7 +29,6 @@
<div class="d-flex flex-column flex-md-row align-items-center p-3 px-md-4 mb-3 bg-white border-bottom box-shadow">
<h5 class="my-0 mr-md-auto font-weight-normal"><a href="/">51crypto</a></h5>
<nav class="my-2 my-md-0 mr-md-3">
<a class="p-2 text-dark" href="/donate.html">Donate ⚡</a>
<a class="p-2 text-dark" href="/about.html">About</a>
</nav>
</div>

1
src/coin.jinja

@ -29,7 +29,6 @@
<div class="d-flex flex-column flex-md-row align-items-center p-3 px-md-4 mb-3 bg-white border-bottom box-shadow">
<h5 class="my-0 mr-md-auto font-weight-normal"><a href="/">51crypto</a></h5>
<nav class="my-2 my-md-0 mr-md-3">
<a class="p-2 text-dark" href="/donate.html">Donate ⚡</a>
<a class="p-2 text-dark" href="/about.html">About</a>
</nav>
</div>

1
src/donate.html

@ -33,7 +33,6 @@
<div class="d-flex flex-column flex-md-row align-items-center p-3 px-md-4 mb-3 bg-white border-bottom box-shadow">
<h5 class="my-0 mr-md-auto font-weight-normal"><a href="/">51crypto</a></h5>
<nav class="my-2 my-md-0 mr-md-3">
<a class="p-2 text-dark" href="/donate.html">Donate ⚡</a>
<a class="p-2 text-dark" href="/about.html">About</a>
</nav>
</div>

2
src/index.jinja

@ -29,7 +29,6 @@
<div class="d-flex flex-column flex-md-row align-items-center p-3 px-md-4 mb-3 bg-white border-bottom box-shadow">
<h5 class="my-0 mr-md-auto font-weight-normal"><a href="/">51crypto</a></h5>
<nav class="my-2 my-md-0 mr-md-3">
<a class="p-2 text-dark" href="/donate.html">Donate ⚡</a>
<a class="p-2 text-dark" href="/about.html">About</a>
</nav>
</div>
@ -38,7 +37,6 @@
<h1 class="display-4">PoW 51% Attack Cost</h1>
<p class="lead">This is a collection of coins and the theoretical cost of a 51% attack on each network.</p>
<a href="/about.html" role="button" class="btn btn-primary">Learn More</a>
<a href="/donate.html" role="button" class="btn btn-primary">Donate ⚡</a>
</div>
<div class="container">

Loading…
Cancel
Save