websitedesign2023/docs/projects/index.htm

68 lines
2.8 KiB
HTML
Raw Permalink Normal View History

2023-01-18 15:44:59 -06:00
<!DOCTYPE html>
<html>
<head>
2023-02-07 15:19:08 -06:00
<title>Projects - The Chereb Foundation</title>
2023-01-18 15:44:59 -06:00
<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">
2023-02-08 15:45:45 -06:00
<link rel="stylesheet" href="../assets/css/projects.css">
2023-01-18 15:44:59 -06:00
</head>
<body>
2023-01-19 12:42:43 -06:00
<header data-m="reveal-right" data-m-duration="0.5">
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>
2023-02-14 19:10:26 -06:00
<li><a href="../index.htm">Home</a></li>
<li><a href="../about/index.htm">About</a></li>
<li><a href="#" id="current">Projects</a></li>
2023-02-14 19:10:26 -06:00
<li><a href="../calendar/index.htm">Calendar</a></li>
<li><a href="../contact/index.htm">Contact Us</a></li>
2023-01-18 15:44:59 -06:00
</ul>
</nav>
</header>
<main data-m="drop" data-m-duration="0.5">
<h1>Projects</h1>
2023-01-18 15:44:59 -06:00
<article>
2023-02-12 18:45:06 -06:00
<div class="grid">
<div class="center griditem top left">
<h2>Feeding the Hungry</h2>
<img src="../assets/img/bread.png" class="round" />
<p>At our food bank in Nashville, TN, our goal is to feed as many people as we possibly can in a day. We have long lines coming towards the window and the benches outside are always filled, rain or shine.</p>
</div>
<div class="center griditem top right">
<h2>Financial Aid</h2>
<img src="../assets/img/money.png" class="round" />
<p>If you contact us and tell us about your situation and how much you need, we can help you with financial aid. We may request extra information if your request looks suspicious.</p>
</div>
<div class="center griditem bottom left">
<h2>Orphanage</h2>
<img src="../assets/img/hill.png" class="round" />
<p>Our orphanage takes care of over 100 kids, with most finding homes within 4 years. We are planning on offering sponsorships soon. We school all of our kids that are of age using <a href="https://aceschooloftomorrow.com">the A.C.E. curriculum</a>.</p>
</div>
<div class="center griditem bottom right">
<h2>Homeless Shelter</h2>
<img src="../assets/img/street.png" class="round" />
<p>Our homeless shelter aims to help any person no matter what age if they have nowhere to go. Our homeless shelter is located in Wisconsin Rapids, WI.</p>
</div>
2023-02-08 12:39:40 -06:00
</div>
2023-01-18 15:44:59 -06:00
</article>
</main>
<footer data-m="bounce-up" data-m-duration="0.5">
<ul>
2023-02-14 19:10:26 -06:00
<li><a href="../index.htm">Home</a></li>
<li><a href="../about/index.htm">About</a></li>
<li><a href="#">Projects</a></li>
2023-02-14 19:10:26 -06:00
<li><a href="../calendar/index.htm">Calendar</a></li>
<li><a href="../contact/index.htm">Contact Us</a></li>
2023-01-18 15:44:59 -06:00
</ul>
</footer>
<script src="../assets/js/scroll.js"></script>
<script src="../assets/js/menu.js"></script>
2023-01-18 15:44:59 -06:00
</body>
2023-02-13 20:30:03 -06:00
</html>