websitedesign2023/docs/shop/index.html

63 lines
3.0 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<title>Shop - The Chereb Foundation</title>
<meta name="viewport" content="width=device-width" />
<link rel="stylesheet" href="../assets/css/main.css">
<link rel="stylesheet" href="../assets/css/pages.css">
<link rel="stylesheet" href="../assets/css/movement.css">
</head>
<body>
<header data-m="reveal-right" data-m-duration="0.5">
<h1>The Chereb Foundation</h1>
<a href="javascript:void(0)" id="menu"><img src="../assets/img/hamburger.svg" width="25"></a>
<nav>
<ul>
<li><a href="..">Home</a></li>
<li><a href="../about">About</a></li>
<li><a href="../projects">Projects</a></li>
<li><a href="../calendar">Calendar</a></li>
<li><a href="../contact">Contact Us</a></li>
<li><a href="../shop" id="current">Shop</a></li>
</ul>
</nav>
</header>
<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">
<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 />
<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">
<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>
</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>
</main>
<footer data-m="bounce-up" data-m-duration="0.5">
<ul>
<li><a href="..">Home</a></li>
<li><a href="#">About</a></li>
<li><a href="../projects">Projects</a></li>
<li><a href="../calendar">Calendar</a></li>
<li><a href="../contact">Contact Us</a></li>
</ul>
</footer>
<script src="../assets/js/scroll.js"></script>
<script src="../assets/js/menu.js"></script>
</body>
</html>