2018-07-30 14:15:39 -07:00
< template name = "Public" >
{{> sAlert}}
< div id = "publicBody" >
2018-08-14 10:56:12 -07:00
2018-07-30 14:15:39 -07:00
< div id = "page" >
2018-08-14 10:56:12 -07:00
< div class = "topBar" >
2020-11-16 19:15:49 -08:00
< a href = "{{ pathFor 'Home' }}" > < div class = "logoLeft" > < / div > < / a >
2018-08-14 10:56:12 -07:00
< div class = "menuBar" >
< div onmousedown = "return false" >
2018-08-14 11:11:35 -07:00
< a href = "{{pathFor 'InternshipsEditor'}}" > < li class = "fa fa-key theKey" aria-hidden = "true" > < / li > < / a >
2019-07-28 13:55:58 -07:00
< li > < a class = "barButton" href = "javascript: " > < i class = "fa fa-bars" > < / i > < / a > < / li >
2020-09-20 20:34:50 -07:00
< li > < a id = "datesMenu" class = "level2 {{isActiveRoute 'ImportantDates'}}" href = "{{pathFor 'ImportantDates'}}" > Deadlines< / a > < / li >
2019-07-28 13:55:58 -07:00
< li > < a id = "supportMenu" class = "level2 {{isActiveRoute 'Support'}}" href = "{{pathFor 'Support'}}" > Support < / a > < / li >
< li > < a id = "programsMenu" class = "level2 {{isActiveRoute 'Programs'}}" href = "{{pathFor 'Programs'}}" > Programs < / a > < / li >
< li > < a id = "contactMenu" class = "level2 {{isActiveRoute 'Contact'}}" href = "{{pathFor 'Contact'}}" > Contact < / a > < / li >
< li > < a id = "aboutMenu" class = "level2 {{isActiveRoute 'About'}}" href = "{{pathFor 'About'}}" > About < / a > < / li >
2018-08-14 10:56:12 -07:00
< li > < a id = "homeMenu" class = "{{isActiveRoute 'Home'}}" href = "{{pathFor 'Home'}}" > Home < / a > < / li >
2020-09-20 20:34:50 -07:00
< li > < span class = "link donateMenu" > Donate < / span > < / li >
2018-08-14 10:56:12 -07:00
< / div >
< / div >
2019-07-28 13:55:58 -07:00
< div class = "dropMenu" >
< div class = "leftMenu" >
< div class = "hiddenMenuElementLeft" > < a href = "#!/about" > About< p > find out who Anderson Valley Education Foundation is< / p > < / a > < / div >
< div class = "hiddenMenuElementLeft" > < a href = "#!/programs" > Programs< p > view the various services we offer< / p > < / a > < / div >
< div class = "hiddenMenuElementLeft" > < a href = "#!/dates" > Important Dates< p > check the calendar to ensure nothing is missed< / p > < / a > < / div >
< / div >
< div class = "rightMenu" >
< div class = "hiddenMenuElementRight" > < a href = "#!/contact" > Contact< p > provide us with your feedback< / p > < / a > < / div >
< div class = "hiddenMenuElementRight" > < a href = "#!/support" > Support< p > help us educate the next generation< / p > < / a > < / div >
<!-- <div class="hiddenMenuElementRight"><a href="#/">Community<p>learn more about the community</p></a></div> -->
< / div >
< / div >
2018-07-30 14:15:39 -07:00
< / div >
< div id = "content" >
{{> Template.dynamic template=content}}
< / div >
< / div >
<!-- footer lines -->
2018-08-14 10:56:12 -07:00
< 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 >
2018-07-30 14:15:39 -07:00
< / div >
2020-09-20 20:34:50 -07:00
< / template >