Skip to content

Commit

Permalink
Update cards to electronics donation levels
Browse files Browse the repository at this point in the history
Part of issue #4
  • Loading branch information
audreyfeldroy committed Oct 4, 2021
1 parent 26e1167 commit 89b8157
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@ <h1 class="w-full my-2 text-5xl font-bold leading-tight text-center text-gray-80
<section class="bg-gray-100 py-8">
<div class="container mx-auto px-2 pt-4 pb-12 text-gray-800">
<h1 class="w-full my-2 text-5xl font-bold leading-tight text-center text-gray-800">
Donations
Electronics Donations
</h1>
<div class="w-full mb-4">
<div class="h-1 mx-auto gradient w-64 opacity-25 my-0 py-0 rounded-t"></div>
Expand All @@ -468,18 +468,18 @@ <h1 class="w-full my-2 text-5xl font-bold leading-tight text-center text-gray-80
<div class="flex flex-col w-5/6 lg:w-1/4 mx-auto lg:mx-0 rounded-none lg:rounded-l-lg bg-white mt-4">
<div class="flex-1 bg-white text-gray-600 rounded-t rounded-b-none overflow-hidden shadow">
<div class="p-8 text-3xl font-bold text-center border-b-4">
Free
Electronic Device
</div>
<ul class="w-full text-center text-sm">
<li class="border-b py-4">Thing</li>
<li class="border-b py-4">Thing</li>
<li class="border-b py-4">Thing</li>
<li class="border-b py-4">Smartphone</li>
<li class="border-b py-4">iPad or Android Tablet</li>
<li class="border-b py-4">VR Headset</li>
</ul>
</div>
<div class="flex-none mt-auto bg-white rounded-b rounded-t-none overflow-hidden shadow p-6">
<div class="w-full pt-6 text-3xl text-gray-600 font-bold text-center">
£0
<span class="text-base">for one user</span>
1
<span class="text-base">device for one person</span>
</div>
<div class="flex items-center justify-center">
<button class="mx-auto lg:mx-0 hover:underline gradient text-white font-bold rounded-full my-6 py-4 px-8 shadow-lg focus:outline-none focus:shadow-outline transform transition hover:scale-105 duration-300 ease-in-out">
Expand All @@ -490,19 +490,19 @@ <h1 class="w-full my-2 text-5xl font-bold leading-tight text-center text-gray-80
</div>
<div class="flex flex-col w-5/6 lg:w-1/3 mx-auto lg:mx-0 rounded-lg bg-white mt-4 sm:-mt-6 shadow-lg z-10">
<div class="flex-1 bg-white rounded-t rounded-b-none overflow-hidden shadow">
<div class="w-full p-8 text-3xl font-bold text-center">Basic</div>
<div class="w-full p-8 text-3xl font-bold text-center">Laptop</div>
<div class="h-1 w-full gradient my-0 py-0 rounded-t"></div>
<ul class="w-full text-center text-base font-bold">
<li class="border-b py-4">Thing</li>
<li class="border-b py-4">Thing</li>
<li class="border-b py-4">Thing</li>
<li class="border-b py-4">Thing</li>
<li class="border-b py-4">Up to 10 years old</li>
<li class="border-b py-4">Preferably with fresh Ubuntu install</li>
<li class="border-b py-4">Clean</li>
<li class="border-b py-4">Provide original receipt if possible</li>
</ul>
</div>
<div class="flex-none mt-auto bg-white rounded-b rounded-t-none overflow-hidden shadow p-6">
<div class="w-full pt-6 text-4xl font-bold text-center">
£x.99
<span class="text-base">/ per user</span>
1
<span class="text-base">laptop for 1 person</span>
</div>
<div class="flex items-center justify-center">
<button class="mx-auto lg:mx-0 hover:underline gradient text-white font-bold rounded-full my-6 py-4 px-8 shadow-lg focus:outline-none focus:shadow-outline transform transition hover:scale-105 duration-300 ease-in-out">
Expand All @@ -514,18 +514,18 @@ <h1 class="w-full my-2 text-5xl font-bold leading-tight text-center text-gray-80
<div class="flex flex-col w-5/6 lg:w-1/4 mx-auto lg:mx-0 rounded-none lg:rounded-l-lg bg-white mt-4">
<div class="flex-1 bg-white text-gray-600 rounded-t rounded-b-none overflow-hidden shadow">
<div class="p-8 text-3xl font-bold text-center border-b-4">
Pro
Bulk Electronic Devices
</div>
<ul class="w-full text-center text-sm">
<li class="border-b py-4">Thing</li>
<li class="border-b py-4">Thing</li>
<li class="border-b py-4">Thing</li>
<li class="border-b py-4">Help many families</li>
<li class="border-b py-4">Clear out your office</li>
<li class="border-b py-4">Optional recognition for your company</li>
</ul>
</div>
<div class="flex-none mt-auto bg-white rounded-b rounded-t-none overflow-hidden shadow p-6">
<div class="w-full pt-6 text-3xl text-gray-600 font-bold text-center">
£x.99
<span class="text-base">/ per user</span>
500+
<span class="text-base">devices for each school</span>
</div>
<div class="flex items-center justify-center">
<button class="mx-auto lg:mx-0 hover:underline gradient text-white font-bold rounded-full my-6 py-4 px-8 shadow-lg focus:outline-none focus:shadow-outline transform transition hover:scale-105 duration-300 ease-in-out">
Expand Down

0 comments on commit 89b8157

Please sign in to comment.