Skip to content

Commit

Permalink
Update index.astro
Browse files Browse the repository at this point in the history
First round of text edits

Removed "the approach" section b/c I'm going to add these details to the FAQ at the bottom for now.
  • Loading branch information
mrlerner authored Jan 23, 2024
1 parent fa5f3e2 commit b555eb7
Showing 1 changed file with 1 addition and 81 deletions.
82 changes: 1 addition & 81 deletions src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -94,10 +94,7 @@ import {
</p>
<P21 className="text-medium mt-8 md:mt-0">
You donate directly to the organizations through our trusted partner
<a
class="text-sun underline hover:text-white transition-colors duration-200"
href="#TODO">ActBlue</a
>.
ActBlue.
</P21>
</div>
</div>
Expand Down Expand Up @@ -171,83 +168,6 @@ import {
</div>
</div>
</div>

<!-- the approach -->
<div
class="flex flex-row flex-wrap md:flex-nowrap md:space-x-16 lg:space-x-28 py-6"
>
<div class="text-darkest w-[304px] flex-shrink-0 flex flex-col">
<P28 className="pt-6">
This approach and the organizations we recommend have been
vetted by the following political experts.
</P28>
</div>

<!-- list of political experts -->
<div class="flex flex-col -space-y-4 pt-4 md:pt-0">
<!-- slifka -->
<div class="flex flex-col py-6">
<AMedium
className="hover:text-medium transition-colors duration-200"
onClick={() => alert("TODO: link")}
client:load
>
David Slifka
</AMedium>
<P21>Author of Innovation and Money in Politics</P21>
</div>
<!-- levine -->
<div class="flex flex-col py-6">
<AMedium
className="hover:text-medium transition-colors duration-200"
onClick={() => alert("TODO: link")}
client:load
>
Suzi Levine
</AMedium>
<P21>
Political donor advisor and former ambassador to Switzerland
</P21>
</div>
<!-- bates -->
<div class="flex flex-col py-6">
<AMedium
className="hover:text-medium transition-colors duration-200"
onClick={() => alert("TODO: link")}
client:load
>
Thomas Bates
</AMedium>
<P21>Political donor advisor</P21>
</div>
<!-- hendrix -->
<div class="flex flex-col py-6">
<AMedium
className="hover:text-medium transition-colors duration-200"
onClick={() => alert("TODO: link")}
client:load
>
Jimi Hendrix
</AMedium>
<P21>Guitar hero</P21>
</div>
<!-- clapton -->
<div class="flex flex-col py-6">
<AMedium
className="hover:text-medium transition-colors duration-200"
onClick={() => alert("TODO: link")}
client:load
>
Eric Clapton
</AMedium>
<P21>Also pretty good at the guitar</P21>
</div>
</div>
</div>
</div>
</section>
</div>

<!-- the calculator -->
<section
id="donateNow"
Expand Down

0 comments on commit b555eb7

Please sign in to comment.