60 lines
2.2 KiB
HTML
60 lines
2.2 KiB
HTML
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
|
||
|
<head>
|
||
|
<title>Contact Us - 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">
|
||
|
<link rel="stylesheet" href="../assets/css/contact.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/menu.svg" width="25"></a>
|
||
|
<nav>
|
||
|
<ul>
|
||
|
<li><a href="../index.htm">Home</a></li>
|
||
|
<li><a href="../about/index.htm">About</a></li>
|
||
|
<li><a href="../projects/index.htm">Projects</a></li>
|
||
|
<li><a href="../calendar/index.htm">Calendar</a></li>
|
||
|
<li><a href="#" id="current">Contact Us</a></li>
|
||
|
</ul>
|
||
|
</nav>
|
||
|
</header>
|
||
|
<main data-m="drop" data-m-duration="0.5">
|
||
|
<h1>Contact Us</h1>
|
||
|
<article>
|
||
|
<h2>Online</h2>
|
||
|
<a href="general/index.htm">General Inquiry</a><br />
|
||
|
<a href="help/index.htm">Request Help</a><br />
|
||
|
<a href="vol/index.htm">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>
|
||
|
</article>
|
||
|
</main>
|
||
|
<footer data-m="bounce-up" data-m-duration="0.5">
|
||
|
<ul>
|
||
|
<li><a href="../index.htm">Home</a></li>
|
||
|
<li><a href="../about/index.htm">About</a></li>
|
||
|
<li><a href="../projects/index.htm">Projects</a></li>
|
||
|
<li><a href="../calendar/index.htm">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>
|