Skip to content
This repository has been archived by the owner on Aug 13, 2020. It is now read-only.

Commit

Permalink
Add goodbye page (#1344)
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Berry authored Jun 30, 2020
1 parent 1bc3c18 commit 376445e
Show file tree
Hide file tree
Showing 2 changed files with 124 additions and 2 deletions.
3 changes: 1 addition & 2 deletions config/nginx.conf.erb
Original file line number Diff line number Diff line change
Expand Up @@ -196,8 +196,7 @@ http {
proxy_set_header X-Content-Type-Options nosniff;
proxy_set_header Host $http_host;
proxy_redirect off;
proxy_ssl_server_name on;
proxy_pass http://codefund.flywheelsites.com;
proxy_pass http://unix:///tmp/nginx.socket:;
}
}

Expand Down
123 changes: 123 additions & 0 deletions public/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,123 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>CodeFund</title>
<link href="https://unpkg.com/tailwindcss@^1.0/dist/tailwind.min.css" rel="stylesheet">
</head>

<body class="leading-normal tracking-normal text-white">
<section class="text-gray-700 body-font">
<div class="container px-5 py-24 mx-auto flex flex-col">
<div class="lg:w-4/6 mx-auto">
<div class="container mx-auto flex px-5 md:py-5 py-1 items-center justify-center flex-col">
<img class="lg:w-2/6 md:w-3/6 w-5/6 mb-10 object-cover object-center rounded" alt="CodeFund"
src="assets/logo.svg">
</div>
<div class="flex flex-col sm:flex-row mt-10">
<div class="md:w-1/3 w-100 text-center sm:pr-8 sm:py-8 md:order-first order-last">
<a href="https://app.codefund.io/users/sign_in"
class="block bg-transparent bg-gray-300 hover:bg-gray-500 font-semibold py-2 px-4 rounded mb-2">Login to
CodeFund</a>
<div class="text-xs block mb-8">
or <a href="https://docs.google.com/forms/d/e/1FAIpQLSf6o9yum1fXkQ_dqH5lPglzIA-PqQFRDYMQ3MDPirCaqAYc_w/viewform" class="underline text-green-500">hire the CodeFund team</a>
</div>
<div class="w-20 h-20 rounded-full inline-flex items-center justify-center bg-gray-200 text-gray-400">
<img src="assets/ericberry.jpg" class="rounded-full" />
</div>
<div class="flex flex-col items-center text-center justify-center">
<h2 class="font-medium title-font mt-4 text-gray-900 text-lg">Eric Berry</h2>
<div class="w-12 h-1 bg-green-500 rounded mt-2 mb-4"></div>
<p class="text-base text-gray-600">
<ul class="text-center text-sm">
<li><a href="mailto:[email protected]">[email protected]</a></li>
<li><a href="https://twitter.com/coderberry">twitter.com/coderberry</a></li>
<li><a href="https://www.linkedin.com/in/ericberry/">linkedin.com/in/ericberry</a></li>
<li><a href="https://github.com/coderberry">github.com/coderberry</a></li>
</ul>
</p>
</div>
<div class="w-20 h-20 rounded-full inline-flex items-center justify-center bg-gray-200 text-gray-400 mt-10">
<img src="assets/nathanhopkins.jpg" class="rounded-full" />
</div>
<div class="flex flex-col items-center text-center justify-center">
<h2 class="font-medium title-font mt-4 text-gray-900 text-lg">Nate Hopkins</h2>
<div class="w-12 h-1 bg-green-500 rounded mt-2 mb-4"></div>
<p class="text-base text-gray-600">
<ul class="text-center text-sm">
<li><a href="mailto:[email protected]">[email protected]</a></li>
<li><a href="https://twitter.com/hopsoft">twitter.com/hopsoft</a></li>
<li><a href="https://www.linkedin.com/in/nate-hopkins-153ba4/">linkedin.com/in/nate-hopkins</a></li>
<li><a href="https://github.com/hopsoft">github.com/hopsoft</a></li>
</ul>
</p>
</div>
</div>
<div class="sm:w-2/3 sm:pl-8 sm:py-8 sm:border-l border-gray-300 mt-4 pt-4 sm:mt-0 text-left">
<p class="mb-4 leading-relaxed text-lg">
Dear friends,
</p>
<p class="mb-4 leading-relaxed text-lg">
The time has come for us to shut down CodeFund. As many others, we were unable to survive the economic
downturn.
</p>
<p class="mb-4 leading-relaxed text-lg">
We want to express our gratitude to all of our amazing publishers and dedicated advertisers. It’s a hard
decision to take a risk with a small project, especially when there are other more established
alternatives. We want to thank <a href="https://gitcoin.co" class="underline text-green">Gitcoin</a> and
<a href="https://consensys.net" class="underline text-green">ConsenSys</a> for taking a chance on us and
providing a runway for success.
</p>
<p class="mb-4 leading-relaxed text-lg">
When we started CodeFund (then Code Sponsor) back in 2017, our goal was to create an ethical path for open
source projects to generate funds. Since then, we have paid out over $670,000 to developers, bloggers and
app builders all over the world. The relationships forged throughout this journey are more than business
relationships and will live well beyond CodeFund.
</p>
<p class="mb-4 leading-relaxed text-lg">
Working in the open has been an incredibly rewarding experience. We’re proud to have built one of the <a
href="https://github.com/gitcoinco/code_fund_ads/" class="underline text-green">largest open source Ruby
on Rails</a> projects around and hope the community found some value in the tools and techniques we
created at CodeFund.
<p class="mb-4 leading-relaxed text-lg">
Here are some of the highlights.
</p>
<ul class="list-disc ml-5 mb-4 leading-relaxed text-lg">
<li>500+ million ethical ads served</li>
<li>1 million advertisements shown per day</li>
<li>3 million web requests per day</li>
<li>60 ms average response times</li>
<li>2 million background jobs per day (over 1B total)</li>
<li>All hosted on Heroku for under $1.5k/mo</li>
</ul>
<p class="mb-4 leading-relaxed text-lg">
Our team is <a class="underline text-green"
href="https://docs.google.com/forms/d/e/1FAIpQLSf6o9yum1fXkQ_dqH5lPglzIA-PqQFRDYMQ3MDPirCaqAYc_w/viewform">available
for hire</a>. Drop us a note to explore ways we can help your company.
</p>
<p class="mb-4 leading-relaxed text-lg">
Sincerely,
</p>
<p class="mb-4 leading-relaxed text-lg">
Eric &amp; Nate
</p>
</div>
</div>
</div>
</div>
</section>

<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-116685751-9"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());

gtag('config', 'UA-116685751-9');
</script>

</body>
</html>

0 comments on commit 376445e

Please sign in to comment.