Make shop page look better

main
dugo3number2 2023-04-24 08:46:47 -05:00
parent c6f5cd28fa
commit 6b42ea5b88
3 changed files with 18 additions and 14 deletions

View File

@ -184,7 +184,7 @@ section a:hover, section a:focus {
}
.shopimage {
width: 10%;
width: 25%;
height: auto;
}
@ -245,6 +245,10 @@ section a:hover, section a:focus {
}
@media screen and (max-width: 1000px) {
.shopimage {
width: 50%;
}
.largercolumn {
flex-direction: column;
}
@ -285,16 +289,16 @@ section a:hover, section a:focus {
font-size: 16px;
}
.shopimage {
width: 25%;
}
.iblock {
width: 60%;
}
}
@media screen and (max-width: 500px) {
.shopimage {
width: 75%;
}
.smallcolumn {
flex-direction: column;
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 210 KiB

View File

@ -28,22 +28,22 @@
<main data-m="drop" data-m-duration="0.5">
<h1>Shop</h1>
<span>Please read test mode details at the bottom</span>
<section class="flex col extrapadding">
<img src="../assets/img/donation.png" class="shopimage extramargin" />
<div class="iblock">
<section class="extrapadding">
<img src="../assets/img/donation.png" class="shopimage" />
<div>
<h2>Donate</h2>
<h3>Choose your amount</h3>
<span class="fill">This donation goes to the ministry of your choice. Choose your ministry and donation amount at checkout. Read more about our ministries on the <a href="../projects">Projects</a> page.</span><br />
<span>This donation goes to the ministry of your choice. Choose your ministry and donation amount at checkout. Read more about our ministries on the <a href="../projects">Projects</a> page.</span><br />
<a href="https://donate.stripe.com/test_bIY14JaOS63hgPm3cf" class="button">Donate</a>
</div>
</section>
<section class="flex col extrapadding">
<img src="../assets/img/tshirt.png" class="shopimage extramargin" />
<div class="iblock">
<section class="extrapadding">
<img src="../assets/img/tshirt.png" class="shopimage" /><br />
<div>
<h2>"Change the world" T-shirt</h2>
<h3>$14.99</h3>
<span class="fill">Inspire yourself and others to change the world by wearing this t-shirt! All profits from the t-shirt go to the ministry of your choice.</span><br />
<a href="https://buy.stripe.com/test_14k4gV0ae9ft1Us5ko" class="button">Purchase</a>
<span>Inspire yourself and others to change the world by wearing this t-shirt! All profits from the t-shirt go to the ministry of your choice.</span><br />
<a href="https://buy.stripe.com/test_14k4gV0ae9ft1Us5ko" class="button">Purchase</a><br />
</div>
</section>
<span>The item purchase buttons are in test mode, which means that they do not actually transfer funds or ship a t-shirt. For a test run, use card number 4242 4242 4242 4242, any future date, and any CVC for a card or Klarna. For Cash App, use the app on your phone logged into any account. It will not transfer real money. For US bank account, use Test Institution and the Success account. It also supports Google and Apple Pay using a normal card. Again, it won't transfer real money. You can remove the card afterwards if you wish. You can use any phone number and address, however, David Jentes may have access. He will not use this information in any way, and will delete it immediately following ISC.</span>