Add CD-ready version
parent
fa567b5e8c
commit
3202992355
|
@ -15,11 +15,11 @@
|
|||
<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="../index.html">Home</a></li>
|
||||
<li><a href="#" id="current">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="../projects/index.html">Projects</a></li>
|
||||
<li><a href="../calendar/index.html">Calendar</a></li>
|
||||
<li><a href="../contact/index.html">Contact Us</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
</header>
|
||||
|
@ -46,15 +46,15 @@
|
|||
</main>
|
||||
<footer data-m="bounce-up" data-m-duration="0.5">
|
||||
<ul>
|
||||
<li><a href="..">Home</a></li>
|
||||
<li><a href="../index.html">Home</a></li>
|
||||
<li><a href="#">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="../projects/index.html">Projects</a></li>
|
||||
<li><a href="../calendar/index.html">Calendar</a></li>
|
||||
<li><a href="../contact/index.html">Contact Us</a></li>
|
||||
</ul>
|
||||
</footer>
|
||||
<script src="../assets/js/scroll.js"></script>
|
||||
<script src="../assets/js/menu.js"></script>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
</html>
|
||||
|
|
|
@ -80,6 +80,10 @@ main {
|
|||
display: none;
|
||||
}
|
||||
|
||||
.smallimg {
|
||||
width: 25%;
|
||||
}
|
||||
|
||||
.grid {
|
||||
display: inline-grid;
|
||||
columns: 2;
|
||||
|
|
|
@ -16,11 +16,11 @@
|
|||
<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="../index.html">Home</a></li>
|
||||
<li><a href="../about/index.html">About</a></li>
|
||||
<li><a href="../projects/index.html">Projects</a></li>
|
||||
<li><a href="#" id="current">Calendar</a></li>
|
||||
<li><a href="../contact">Contact Us</a></li>
|
||||
<li><a href="../contact/index.html">Contact Us</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
</header>
|
||||
|
@ -88,15 +88,15 @@
|
|||
</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="../index.html">Home</a></li>
|
||||
<li><a href="../about/index.html">About</a></li>
|
||||
<li><a href="../projects/index.html">Projects</a></li>
|
||||
<li><a href="#">Calendar</a></li>
|
||||
<li><a href="../contact">Contact Us</a></li>
|
||||
<li><a href="../contact/index.html">Contact Us</a></li>
|
||||
</ul>
|
||||
</footer>
|
||||
<script src="../assets/js/scroll.js"></script>
|
||||
<script src="../assets/js/menu.js"></script>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
</html>
|
||||
|
|
|
@ -4,22 +4,22 @@
|
|||
<head>
|
||||
<title>General Inquiry - 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/contactform.css">
|
||||
<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/contactform.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/hamburger.svg" width="25"></a>
|
||||
<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="../../index.html">Home</a></li>
|
||||
<li><a href="../../about/index.html">About</a></li>
|
||||
<li><a href="../../projects/index.html">Projects</a></li>
|
||||
<li><a href="../../calendar/index.html">Calendar</a></li>
|
||||
<li><a href="#" id="current">Contact Us</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
|
@ -27,7 +27,7 @@
|
|||
<main data-m="drop" data-m-duration="0.5">
|
||||
<h1>General Inquiry Contact Form</h1>
|
||||
<article>
|
||||
<form action="../contact" method="post">
|
||||
<form action="../../contact/index.html" method="post">
|
||||
<label for="name">What is your name?</label><br />
|
||||
<input id="name" name="name" type="text" /><br />
|
||||
<label for="email">What is your e-mail address?</label><br />
|
||||
|
@ -40,15 +40,15 @@
|
|||
</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="../../index.html">Home</a></li>
|
||||
<li><a href="../../about/index.html">About</a></li>
|
||||
<li><a href="../../projects/index.html">Projects</a></li>
|
||||
<li><a href="../../calendar/index.html">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>
|
||||
<script src="../../assets/js/scroll.js"></script>
|
||||
<script src="../../assets/js/menu.js"></script>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
</html>
|
||||
|
|
|
@ -4,22 +4,22 @@
|
|||
<head>
|
||||
<title>Help Request - 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/contactform.css">
|
||||
<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/contactform.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/hamburger.svg" width="25"></a>
|
||||
<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="../../index.html">Home</a></li>
|
||||
<li><a href="../../about/index.html">About</a></li>
|
||||
<li><a href="../../projects/index.html">Projects</a></li>
|
||||
<li><a href="../../calendar/index.html">Calendar</a></li>
|
||||
<li><a href="#" id="current">Contact Us</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
|
@ -27,7 +27,7 @@
|
|||
<main data-m="drop" data-m-duration="0.5">
|
||||
<h1>Help Request Form</h1>
|
||||
<article>
|
||||
<form action="../contact" method="post">
|
||||
<form action="../../contact/index.html" method="post">
|
||||
<label for="name">What is your name?</label><br />
|
||||
<input id="name" name="name" type="text" /><br />
|
||||
<label for="email">What is your e-mail address?</label><br />
|
||||
|
@ -42,15 +42,15 @@
|
|||
</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="../../index.html">Home</a></li>
|
||||
<li><a href="../../about/index.html">About</a></li>
|
||||
<li><a href="../../projects/index.html">Projects</a></li>
|
||||
<li><a href="../../calendar/index.html">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>
|
||||
<script src="../../assets/js/scroll.js"></script>
|
||||
<script src="../../assets/js/menu.js"></script>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
</html>
|
||||
|
|
|
@ -16,10 +16,10 @@
|
|||
<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="../index.html">Home</a></li>
|
||||
<li><a href="../about/index.html">About</a></li>
|
||||
<li><a href="../projects/index.html">Projects</a></li>
|
||||
<li><a href="../calendar/index.html">Calendar</a></li>
|
||||
<li><a href="#" id="current">Contact Us</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
|
@ -28,9 +28,9 @@
|
|||
<h1>Contact Us</h1>
|
||||
<article>
|
||||
<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>
|
||||
<a href="general/index.html">General Inquiry</a><br />
|
||||
<a href="help/index.html">Request Help</a><br />
|
||||
<a href="volunteer/index.html">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 />
|
||||
|
@ -45,10 +45,10 @@
|
|||
</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="../index.html">Home</a></li>
|
||||
<li><a href="../about/index.html">About</a></li>
|
||||
<li><a href="../projects/index.html">Projects</a></li>
|
||||
<li><a href="../calendar/index.html">Calendar</a></li>
|
||||
<li><a href="#">Contact Us</a></li>
|
||||
</ul>
|
||||
</footer>
|
||||
|
@ -56,4 +56,4 @@
|
|||
<script src="../assets/js/menu.js"></script>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
</html>
|
||||
|
|
|
@ -4,22 +4,22 @@
|
|||
<head>
|
||||
<title>Volunteer Application - 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/contactform.css">
|
||||
<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/contactform.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/hamburger.svg" width="25"></a>
|
||||
<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="../../index.html">Home</a></li>
|
||||
<li><a href="../../about/index.html">About</a></li>
|
||||
<li><a href="../../projects/index.html">Projects</a></li>
|
||||
<li><a href="../../calendar/index.html">Calendar</a></li>
|
||||
<li><a href="#" id="current">Contact Us</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
|
@ -27,7 +27,7 @@
|
|||
<main data-m="drop" data-m-duration="0.5">
|
||||
<h1>Volunteer Application Form</h1>
|
||||
<article>
|
||||
<form action="../contact" method="post">
|
||||
<form action="../../contact/index.html" method="post">
|
||||
<label for="name">What is your name?</label><br />
|
||||
<input id="name" name="name" type="text" /><br />
|
||||
<label for="email">What is your e-mail address?</label><br />
|
||||
|
@ -44,15 +44,17 @@
|
|||
</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="../../index.html">Home</a></li>
|
||||
<li><a href="../../about/index.html">About</a></li>
|
||||
<li><a href="../../projects/index.html">Projects</a></li>
|
||||
<li><a href="../../calendar/index.html">Calendar</a></li>
|
||||
<li><a href="#">Contact Us</a></li>
|
||||
</ul>
|
||||
<li><a href="#">Contact Us</a></li>
|
||||
</ul>
|
||||
</footer>
|
||||
<script src="../assets/js/scroll.js"></script>
|
||||
<script src="../assets/js/menu.js"></script>
|
||||
<script src="../../assets/js/scroll.js"></script>
|
||||
<script src="../../assets/js/menu.js"></script>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
</html>
|
||||
|
|
|
@ -16,10 +16,10 @@
|
|||
<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="about/index.html">About</a></li>
|
||||
<li><a href="projects/index.html">Projects</a></li>
|
||||
<li><a href="calendar/index.html">Calendar</a></li>
|
||||
<li><a href="contact/index.html">Contact Us</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
</header>
|
||||
|
@ -32,24 +32,24 @@
|
|||
<h2>Donate</h2>
|
||||
<p>Send a check to 399 Glenwood Dr. Wisconsin Rapids, WI 54494 to donate. An online solution is coming soon!</p>
|
||||
<h2>How else can I help?</h2>
|
||||
<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>
|
||||
<p>You can help through prayer, or attending one of our events! See a list of events on our <a href="calendar/index.html">calendar page</a>!</p>
|
||||
<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>
|
||||
<p>On our <a href="contact/index.html">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>
|
||||
<p>You can email us to become a volunteer on our <a href="contact/index.html">Contact Us page</a>. This is the only way to sign up.</p>
|
||||
</article>
|
||||
</main>
|
||||
<footer data-m="bounce-up" data-m-delay="1" duration="1">
|
||||
<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>
|
||||
<li><a href="about/index.html">About</a></li>
|
||||
<li><a href="projects/index.html">Projects</a></li>
|
||||
<li><a href="calendar/index.html">Calendar</a></li>
|
||||
<li><a href="contact/index.html">Contact Us</a></li>
|
||||
</ul>
|
||||
</footer>
|
||||
<script src="assets/js/scroll.js"></script>
|
||||
<script src="assets/js/menu.js"></script>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
</html>
|
||||
|
|
|
@ -16,11 +16,11 @@
|
|||
<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="../index.html">Home</a></li>
|
||||
<li><a href="../about/index.html">About</a></li>
|
||||
<li><a href="#" id="current">Projects</a></li>
|
||||
<li><a href="../calendar">Calendar</a></li>
|
||||
<li><a href="../contact">Contact Us</a></li>
|
||||
<li><a href="../calendar/index.html">Calendar</a></li>
|
||||
<li><a href="../contact/index.html">Contact Us</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
</header>
|
||||
|
@ -53,15 +53,15 @@
|
|||
</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="../index.html">Home</a></li>
|
||||
<li><a href="../about/index.html">About</a></li>
|
||||
<li><a href="#">Projects</a></li>
|
||||
<li><a href="../calendar">Calendar</a></li>
|
||||
<li><a href="../contact">Contact Us</a></li>
|
||||
<li><a href="../calendar/index.html">Calendar</a></li>
|
||||
<li><a href="../contact/index.html">Contact Us</a></li>
|
||||
</ul>
|
||||
</footer>
|
||||
<script src="../assets/js/scroll.js"></script>
|
||||
<script src="../assets/js/menu.js"></script>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
</html>
|
||||
|
|
Loading…
Reference in New Issue