Initial copy of old site.
This commit is contained in:
@@ -1,29 +1,30 @@
|
||||
<template name="Public">
|
||||
{{> sAlert}}
|
||||
<div id="publicBody">
|
||||
|
||||
<div id="page">
|
||||
<div id="menu"><!-- Note: Comment out spacing between the elements since the browser will interpret the spaces as characters to be displayed.
|
||||
--><a href="/Home">Home</a><!--
|
||||
--></div>
|
||||
<div id="links">
|
||||
<!-- Note: Comment out spacing between the elements since the browser will interpret the spaces as characters to be displayed. -->
|
||||
<a id="linkFacebook" href="" target='_blank' rel="nofollow"></a><!--
|
||||
--><a id="linkGoogle" href="" target='_blank' rel="nofollow"></a><!--
|
||||
--><a id="linkTwitter" href="" target='_blank' rel="nofollow"></a>
|
||||
</div>
|
||||
<div id="menuBackground"></div> <!-- A spacer between the menu and the header image. -->
|
||||
<div id="head">
|
||||
<!-- Logo click takes the user back to home -->
|
||||
<div id="logo" onclick="window.location='/Home'"></div>
|
||||
<div class="topBar">
|
||||
<div class="logoLeft" onclick="{{pathFor 'Home'}}"></div>
|
||||
<div class="menuBar">
|
||||
<div onmousedown="return false">
|
||||
<a href="{{pathFor 'Admin/Home'}}"><li class="fa fa-key theKey" aria-hidden="true"></li></a>
|
||||
<li class="barButton"><a href="#"><i class="fa fa-bars"></i></a></li>
|
||||
<li><a id="datesMenu" class="{{isActiveRoute 'ImportantDates'}}" href="{{pathFor 'ImportantDates'}}">Important Dates</a></li>
|
||||
<li><a id="supportMenu" class="{{isActiveRoute 'Support'}}" href="{{pathFor 'Support'}}">Support </a></li>
|
||||
<li><a id="programsMenu" class="{{isActiveRoute 'Programs'}}" href="{{pathFor 'Programs'}}">Programs </a></li>
|
||||
<li><a id="contactMenu" class="{{isActiveRoute 'Contact'}}" href="{{pathFor 'Contact'}}">Contact </a></li>
|
||||
<li><a id="aboutMenu" class="{{isActiveRoute 'About'}}" href="{{pathFor 'About'}}">About </a></li>
|
||||
<li><a id="homeMenu" class="{{isActiveRoute 'Home'}}" href="{{pathFor 'Home'}}">Home </a></li>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div id="content">
|
||||
{{> Template.dynamic template=content}}
|
||||
</div>
|
||||
</div>
|
||||
<!-- footer lines -->
|
||||
<div id="footer">© 2018 Just Me | My Email <a href="mailto:me@somewhere.com">me@somewhere.com</a></div>
|
||||
<div id="designedBy" style="">
|
||||
Web Site By: <a href="http://somewhere.com" style="font-weight: normal" target="_blank">Your Company</a>
|
||||
</div>
|
||||
<div class="footer">Anderson Valley Education Foundation, Inc., P.O. Box 242, Boonville, CA 95415. --- A non-profit 501(c)(3), tax ID # 68-0436870</div>
|
||||
<div class="copyright">©2013, 2018 Anderson Valley Education Foundation, Inc.</div>
|
||||
<div class="byline">Web Site By: Wynne Crisman and Caleb Devine-Gomes</div>
|
||||
</div>
|
||||
</template>
|
||||
Reference in New Issue
Block a user