86 lines
3.3 KiB
HTML
86 lines
3.3 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<head>
|
|
<title>The Cherub Foundation</title>
|
|
<meta name="viewport" content="width=device-width" />
|
|
<link rel="stylesheet" href="assets/css/main.css">
|
|
<link rel="stylesheet" href="assets/css/home.css">
|
|
<link rel="stylesheet" href="assets/css/movement.css">
|
|
</head>
|
|
|
|
<body data-m="drop" data-m-duration="1.5">
|
|
<header data-m="reveal-right" data-m-delay="1" data-m-duration="1">
|
|
<h1>The Cherub Foundation</h1>
|
|
<a href="javascript:void(0)" id="menu"><img src="assets/img/hamburger.svg" width="25"></a>
|
|
<nav>
|
|
<ul>
|
|
<li><a href="#" id="current">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">Shop</a></li>
|
|
</ul>
|
|
</nav>
|
|
</header>
|
|
<div class="cover">
|
|
<h1 class="cover-tagline">Change the world by helping others</h1>
|
|
</div>
|
|
<main>
|
|
<article>
|
|
<div class="flex smallcolumn">
|
|
<section class="iblock center third extrapadding lessmargin">
|
|
<img src="assets/img/breadicon.png" class="round third"/>
|
|
<h1>Projects</h1>
|
|
<span>Food Bank, Financial Aid, Orphanage, Homeless Shelter</span><br />
|
|
<a href="projects">Read more</a>
|
|
</section>
|
|
<section class="iblock center third extrapadding lessmargin">
|
|
<img src="assets/img/calendar.png" class="round third" />
|
|
<h1>Calendar</h1>
|
|
<span>See upcoming blood drives, volunteer days, and more!</span><br />
|
|
<a href="calendar">See events</a>
|
|
</section>
|
|
<section class="iblock center third extrapadding lessmargin">
|
|
<img src="assets/img/cart.png" class="round third" />
|
|
<h1>Shop</h1>
|
|
<span>Help support The Cherub Foundation with a donation!</span><br />
|
|
<a href="shop">Visit shop</a>
|
|
</section>
|
|
</div>
|
|
<section class="center extrapadding">
|
|
<h1>Help The Cherub Foundation</h1><br />
|
|
<span>You can help The Cherub Foundation today in many ways. The list below gives some suggestions on how to help us.</span><br />
|
|
<ul class="textleft centercontainer">
|
|
<li>Help by praying for us</li>
|
|
<li>Help by donation (see the <a href="shop">shop</a>)</li>
|
|
<li>Help by volunteering regularly (apply <a href="contact/volunteer">here</a>)</a></li>
|
|
<li>Help by attending events (i.e. donating blood or food, helping pack boxes during events)</li>
|
|
</ul><br />
|
|
<a href="calendar">Calendar of events</a><br />
|
|
</section>
|
|
<section class="center extrapadding">
|
|
<h1>Request help from The Cherub Foundation</h1>
|
|
<span>Help can be requested in multiple ways.</span><br />
|
|
<a href="contact/help">Online form</a><br />
|
|
<span>E-mail <a href="mailto:tcfhelp@daviddgtnt.xyz">tcfhelp@daviddgtnt.xyz</a></span><br />
|
|
<span>Call us at 1 (800) 555-2368</span><br />
|
|
<span>Mail to our address on the <a href="contact">Contact Us</a> page</span><br />
|
|
</section>
|
|
</article>
|
|
</main>
|
|
<footer data-m="bounce-up" data-m-delay="1" duration="1">
|
|
<ul class="flex fcenter">
|
|
<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>
|
|
</ul>
|
|
</footer>
|
|
<script src="assets/js/scroll.js"></script>
|
|
<script src="assets/js/menu.js"></script>
|
|
</body>
|
|
|
|
</html> |