2023-02-06 15:23:37 -06:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
|
|
|
|
<head>
|
2023-02-07 15:19:08 -06:00
|
|
|
<title>Contact Us - The Chereb Foundation</title>
|
2023-02-06 15:23:37 -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-12 18:47:41 -06:00
|
|
|
<link rel="stylesheet" href="../assets/css/contact.css">
|
2023-02-06 15:23:37 -06:00
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
|
|
|
<header data-m="reveal-right" data-m-duration="0.5">
|
2023-02-07 15:19:08 -06:00
|
|
|
<h1>The Chereb Foundation</h1>
|
2023-02-06 15:23:37 -06:00
|
|
|
<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="#" id="current">Contact Us</a></li>
|
|
|
|
</ul>
|
|
|
|
</nav>
|
|
|
|
</header>
|
|
|
|
<main data-m="drop" data-m-duration="0.5">
|
2023-02-06 15:47:49 -06:00
|
|
|
<h1>Contact Us</h1>
|
2023-02-06 15:23:37 -06:00
|
|
|
<article>
|
2023-02-10 14:12:54 -06:00
|
|
|
<h2>Online</h2>
|
|
|
|
<a href="contact/general">General Inquiry</a><br />
|
|
|
|
<a href="contact/help">Request Help</a><br />
|
|
|
|
<a href="contact/volunteer">Volunteer Application</a>
|
|
|
|
<h2>E-mail</h2>
|
|
|
|
<span>General Inquiry: <a href="mailto:tcfgi@daviddgtnt.xyz">tcfgi@daviddgtnt.xyz</a></a></span><br />
|
|
|
|
<span>Request Help: <a href="mailto:tcfhelp@daviddgtnt.xyz">tcfhelp@daviddgtnt.xyz</a></span><br />
|
|
|
|
<span>Volunteer Application: <a href="mailto:tcfhelp@daviddgtnt.xyz">tcfvol@daviddgtnt.xyz</a></span>
|
|
|
|
<h2>Phone</h2>
|
|
|
|
<span>Our phone number is 1 (800) 555-2368.</span><br />
|
|
|
|
<span>We do not take volunteer applications over the phone.</span>
|
|
|
|
<h2>Mail</h2>
|
|
|
|
<span>You can send us mail to the address of our headquarters, shown below.</span><br />
|
|
|
|
<span>The Chereb Foundation<br />399 Glenwood Dr.<br />Wisconsin Rapids, WI 53394</span>
|
2023-02-06 15:23:37 -06:00
|
|
|
</article>
|
|
|
|
</main>
|
|
|
|
<footer data-m="bounce-up" data-m-duration="0.5">
|
|
|
|
<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 Us</a></li>
|
|
|
|
</ul>
|
|
|
|
</footer>
|
|
|
|
<script src="../assets/js/scroll.js"></script>
|
|
|
|
<script src="../assets/js/menu.js"></script>
|
|
|
|
</body>
|
|
|
|
|
|
|
|
</html>
|