websitedesign2023/docs/index.html

69 lines
3.1 KiB
HTML
Raw Normal View History

2022-09-07 12:55:52 -05:00
<!DOCTYPE html>
<html>
2023-01-18 12:45:47 -06:00
<head>
2023-02-07 15:19:08 -06:00
<title>The Chereb Foundation</title>
2023-01-18 12:45:47 -06:00
<meta name="viewport" content="width=device-width" />
2023-01-18 15:44:59 -06:00
<link rel="stylesheet" href="assets/css/main.css">
<link rel="stylesheet" href="assets/css/home.css">
2023-01-18 12:45:47 -06:00
<link rel="stylesheet" href="assets/css/movement.css">
</head>
2023-01-18 15:44:59 -06:00
<body data-m="drop" data-m-duration="1.5">
2023-01-19 12:42:43 -06:00
<header data-m="reveal-right" data-m-delay="1" data-m-duration="1">
2023-02-07 15:19:08 -06:00
<h1>The Chereb Foundation</h1>
<a href="javascript:void(0)" id="menu"><img src="assets/img/hamburger.svg" width="25"></a>
2023-01-18 15:44:59 -06:00
<nav>
<ul>
<li><a href="#" id="current">Home</a></li>
2023-01-18 15:44:59 -06:00
<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>
2023-01-18 15:44:59 -06:00
</ul>
</nav>
</header>
<div class="cover">
2023-02-06 15:47:43 -06:00
<h1 class="cover-tagline">Helping others through troubling times</h1>
2023-01-18 12:45:47 -06:00
</div>
2023-01-18 15:44:59 -06:00
<main>
2023-01-18 12:45:47 -06:00
<article>
2023-02-07 15:19:08 -06:00
<p>Here at The Chereb Foundation, we help others during hard times in their life. Whether it's debt, loss of family members or friends, or whatever else it may be, we're here to help.</p>
2023-02-06 15:47:43 -06:00
<h2>How else can I help?</h2>
2023-02-08 15:15:56 -06:00
<p>You can help through prayer, or attending one of our events! See a list of events on our <a href="calendar">calendar page</a>!</p>
2023-02-06 15:47:43 -06:00
<h2>Get help</h2>
<p>On our <a href="contact">Contact Us page</a>, we have a link to send us an email for help. You can also call us at (800) 555-2368.</p>
<h2>I want to volunteer!</h2>
<p>You can email us to become a volunteer on our <a href="contact">Contact Us page</a>. This is the only way to sign up.</p>
2023-01-18 12:45:47 -06:00
</article>
2023-03-30 10:58:21 -05:00
<script async
src="https://js.stripe.com/v3/buy-button.js">
</script>
2023-03-30 10:58:21 -05:00
<stripe-buy-button
buy-button-id="buy_btn_1Mr5uyIMVsaz1FbAY3ZPB6jw"
publishable-key="pk_test_51Mr3gpIMVsaz1FbA0Qhoacsyl3PzNFcvZ9TRXyLZ4nyp1MqIo9lQxbi9SzrJWqLqjhQkMxRYCGizcB3KkgolPIWu00LdVXnixz"
2023-03-30 10:58:21 -05:00
>
</stripe-buy-button><br />
2023-03-30 11:11:12 -05:00
<stripe-buy-button
buy-button-id="buy_btn_1MrO1EIMVsaz1FbAcmGTsAry"
publishable-key="pk_test_51Mr3gpIMVsaz1FbA0Qhoacsyl3PzNFcvZ9TRXyLZ4nyp1MqIo9lQxbi9SzrJWqLqjhQkMxRYCGizcB3KkgolPIWu00LdVXnixz"
2023-03-30 11:11:12 -05:00
>
</stripe-buy-button><br />
2023-03-30 12:26:12 -05:00
<span>The donate and buy a t-shirt button are in test mode. 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>
2023-01-18 12:45:47 -06:00
</main>
2023-01-18 15:44:59 -06:00
<footer data-m="bounce-up" data-m-delay="1" duration="1">
2023-01-18 12:45:47 -06:00
<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>
2023-01-18 12:45:47 -06:00
</ul>
</footer>
<script src="assets/js/scroll.js"></script>
<script src="assets/js/menu.js"></script>
2023-01-18 12:45:47 -06:00
</body>
2022-09-12 15:30:40 -05:00
</html>