This repository has been archived by the owner on Aug 13, 2020. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 104
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: ✨ Add Andrew Mason to goodbye page (#1345)
- Loading branch information
1 parent
9b6536a
commit 42333a2
Showing
1 changed file
with
18 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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> | ||
|
@@ -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> | ||
|
@@ -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"> | ||
|
@@ -120,4 +135,4 @@ <h2 class="font-medium title-font mt-4 text-gray-900 text-lg">Nate Hopkins</h2> | |
</script> | ||
|
||
</body> | ||
</html> | ||
</html> |