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

Commit

Permalink
chore: ✨ Add Andrew Mason to goodbye page (#1345)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewmcodes authored Jul 1, 2020
1 parent 9b6536a commit 42333a2
Showing 1 changed file with 18 additions and 3 deletions.
21 changes: 18 additions & 3 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
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="/goodbye/ericberry.jpg" class="rounded-full" />
<img alt="Eric Berry" src="/goodbye/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>
Expand All @@ -40,7 +40,7 @@ <h2 class="font-medium title-font mt-4 text-gray-900 text-lg">Eric Berry</h2>
</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="/goodbye/nathanhopkins.jpg" class="rounded-full" />
<img alt="Nate Hopkins" src="/goodbye/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>
Expand All @@ -54,6 +54,21 @@ <h2 class="font-medium title-font mt-4 text-gray-900 text-lg">Nate Hopkins</h2>
</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 alt="Andrew Mason" src="https://res.cloudinary.com/andrewmcodes/image/upload/c_scale,h_240,w_240/v1592107148/personal/headshot.png" 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">Andrew Mason</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/andrewmcodes">twitter.com/andrewmcodes</a></li>
<li><a href="https://www.linkedin.com/in/andrew-mason/">linkedin.com/in/andrew-mason</a></li>
<li><a href="https://github.com/andrewmcodes">github.com/andrewmcodes</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">
Expand Down Expand Up @@ -120,4 +135,4 @@ <h2 class="font-medium title-font mt-4 text-gray-900 text-lg">Nate Hopkins</h2>
</script>

</body>
</html>
</html>

0 comments on commit 42333a2

Please sign in to comment.