2021-01-13 11:25:45 -08:00
{# Automatically extends the right outer layout and also handles AJAX siutations #}
{% extends data.outerLayout %}
{% block title %}
{# Create a useful, SEO-friendly title tag based on what we have #}
{% if data.piece %}
{{ data.piece.title }}
{% elseif data.page %}
{{ data.page.title }}
{% else %}
{{ apos.log('Looks like you forgot to override the title block in a template that does not have access to an Apostrophe page or piece.') }}
{% endif %}
{% endblock %}
{% block extraHead %}
2021-01-16 15:30:06 -08:00
{# This block outputs its contents in the HTML document's < head > . It is a good place to put extra < script > < l i n k > a n d < m e t a > t a g s . # }
< link href = "https://fonts.googleapis.com/css2?family=Arima+Madurai&family=Roboto&family=Dancing+Script&family=Open+Sans:ital@0;1&display=swap" rel = "stylesheet" >
2021-03-16 14:36:03 -07:00
{# < script type = "text/javascript" language = "JavaScript" src = "js/jquery-3.5.1.min.js" > < / script > #}
2021-01-16 15:30:06 -08:00
{% endblock %}
2021-01-13 11:25:45 -08:00
{% block beforeMain %}
{# We recommend you use the beforeMain block for global page components like headers or navigation. #}
< div id = "topBar" class = "text-center" style = "margin-bottom: 0" >
{% block logoImage %}
2021-01-16 15:30:06 -08:00
< a href = "/" aria-label = "AVUSD District Home" > < img class = "logoImage" src = '/modules/theme/img/AvLogo.png' alt = "Anderson Valley Logo: Four colored chevrons that look like people facing each other as viewed from above." / > < / a >
2021-01-13 11:25:45 -08:00
{% endblock %}
< div class = "logoText" >
< p class = "logoTitle" > Anderson Valley Unified< / p >
< p class = "logoTagline" > Empowering our Students to Succeed!< / p >
< / div >
{# < div class = "menuButtonContainer" > #}
{# < button style = "background-color: #2a2c36;" class = "btn btn-primary btn-lg" data-target = "#modalNavigation" data-toggle = "modal" type = "button" > #}
{# < svg class = "bi bi-justify" width = "1em" height = "1em" viewBox = "0 0 16 16" fill = "white" xmlns = "http://www.w3.org/2000/svg" > #}
{# < path fill-rule = "evenodd" d = "M2 12.5a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5zm0-3a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5zm0-3a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5zm0-3a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5z" / > #}
{# < / svg > #}
{# < / button > #}
{# < / div > #}
< / div >
{% block menu %}
< nav class = "navbar" role = "navigation" >
< div class = "container" >
< ul >
2021-03-17 13:55:04 -07:00
<!-- Script for menu actions can be found in site.js (/lib/modules/apostrophe - assets/public/js/site.js) -->
2021-01-13 11:25:45 -08:00
< li > < a href = "javascript:" aria-haspopup = "true" > District < i class = "fa fa-caret-down" > < / i > < / a >
2021-03-17 13:55:04 -07:00
< div class = "dropdown-chevron" >
< i class = "fa fa-caret-up" aria-hidden = "true" > < / i >
< / div >
< div class = "dropdown-content" >
< div class = "container" >
< h1 > AVUSD District Menu< / h1 >
< div class = "row" >
< div class = "col-lg-4" >
< h2 > District< / h2 >
< a href = "/" > Welcome< / a >
< a href = "/avusd/contact" > Contact Information< / a >
2021-07-29 20:40:47 -07:00
< a href = "/avusd/school-reopening" > Covid Information< / a >
2021-03-17 13:55:04 -07:00
< a href = "/avusd/calendar" > Calendar< / a >
2021-07-29 20:40:47 -07:00
<!-- <a href="/avusd/calendar - next - year">Calendar (Next Year)</a> -->
2021-03-17 13:55:04 -07:00
< a href = "/avusd/staff" > Staff< / a >
< a href = "/avusd/reports" > Reports< / a >
< a href = "/avusd/title-ix" > Title IX< / a >
< a href = "/avusd/positions" > Open Positions< / a >
< / div >
< div class = "col-lg-4" >
< h2 > School Board< / h2 >
< a href = "/avusd/school-board" > General Information< / a >
< a href = "/avusd/school-board/policies" > Board Policies< / a >
<!-- <a href="/avusd/school - board/agendas">Meeting Agendas & Records</a> -->
< a href = "https://go.boarddocs.com/ca/avusd/Board.nsf/goto?open&id=Public#" target = "_blank" > Board Docs < sup > (external)< / sup > < / a >
< / div >
< div class = "col-lg-4" >
< h2 > Administration< / h2 >
< a href = "/avusd/administrative/agreements" > Contracts, Agreements, and Salary Schedules< / a >
< a href = "/avusd/administrative/food-service" > Food Service< / a >
< / div >
2021-01-13 11:25:45 -08:00
< / div >
< / div >
< / div >
2021-03-17 13:55:04 -07:00
< / li >
2021-01-13 11:25:45 -08:00
< li > < a href = "javascript:" aria-haspopup = "true" > Jr / Sr High < i class = "fa fa-caret-down" > < / i > < / a >
< div class = "dropdown-chevron" >
< i class = "fa fa-caret-up" aria-hidden = "true" > < / i >
< / div >
< div class = "dropdown-content" >
< div class = "container" >
< h1 > Jr / Sr High School Menu< / h1 >
< div class = "row" >
< div class = "col-lg-4" >
< h2 > School< / h2 >
2021-03-16 14:36:03 -07:00
< a href = "/avhs" > Welcome< / a >
2021-07-29 20:40:47 -07:00
< a href = "/avusd/calendar" > Calendar< / a >
< a href = "/avusd/school-reopening" > Covid Information< / a >
2021-03-17 13:55:04 -07:00
< a href = "/avhs/contact" > Contact Information< / a >
2021-03-16 14:36:03 -07:00
<!-- <a href="/avhs/calendar">School Calendar</a> -->
< a href = "/avhs/reports" > Reports & Forms< / a >
< h2 > Staff< / h2 >
< a href = "/avhs/staff/support-staff" > Support Staff< / a >
< a href = "/avhs/staff/teachers" > Teachers< / a >
< a href = "/avhs/staff/office-staff" > Office Staff< / a >
2021-01-13 11:25:45 -08:00
< / div >
< div class = "col-lg-4" >
< h2 > Academics< / h2 >
< a href = "/avhs/academic-schedule" > Academic Schedule< / a >
< a href = "/avhs/after-school" > After School Program< / a >
2021-07-29 20:40:47 -07:00
< a href = "/avhs/independent-study" > Independent Study< / a >
2021-01-13 11:25:45 -08:00
< h2 > Extracurricular Activities< / h2 >
< a href = "/avhs/ffa" > FFA< / a >
< a href = "/avhs/slt" > Service Learning Team< / a >
2021-03-16 14:36:03 -07:00
<!-- <a href="/avhs/council">Student Council</a> -->
2021-01-13 11:25:45 -08:00
< / div >
< div class = "col-lg-4" >
< h2 > Parents & Students< / h2 >
2021-03-16 14:36:03 -07:00
< a href = "/avhs/reports" > Reports & Forms< / a >
2021-01-13 11:25:45 -08:00
< a href = "/avhs/grades" > Grades< / a >
< a href = "/avhs/library" > Library< / a >
2021-07-29 20:40:47 -07:00
< a href = "/avhs/scholarships" > Scholarships< / a >
2021-01-13 11:25:45 -08:00
< / div >
< / div >
< / div >
< / div >
< / li >
< li > < a href = "javascript:" aria-haspopup = "true" > Elementary < i class = "fa fa-caret-down" > < / i > < / a >
< div class = "dropdown-chevron" >
< i class = "fa fa-caret-up" aria-hidden = "true" > < / i >
< / div >
< div class = "dropdown-content" >
< div class = "container" >
< h1 > Elementary School Menu< / h1 >
< div class = "row" >
< div class = "col-lg-4" >
< h2 > School< / h2 >
2021-03-16 14:36:03 -07:00
< a href = "/aves" > Welcome< / a >
2021-07-29 20:40:47 -07:00
< a href = "/avusd/calendar" > Calendar< / a >
< a href = "/aves/summer-program" > Summer Program< / a >
< a href = "/avusd/school-reopening" > Covid Information< / a >
2021-03-17 13:55:04 -07:00
< a href = "/aves/contact" > Contact Information< / a >
2021-01-13 11:25:45 -08:00
< a href = "/aves/mission" > Mission< / a >
< a href = "/aves/sarc" > SARC< / a >
< h2 > News & Info< / h2 >
< a href = "/aves/lice" > Lice< / a >
< a href = "/aves/common-core" > Common Core Standards< / a >
2021-01-14 09:43:14 -08:00
< h2 > Kindergarten< / h2 >
2021-03-16 14:36:03 -07:00
< a href = "/aves/kindergarten/information" > Information< / a >
2021-01-13 11:25:45 -08:00
< / div >
< div class = "col-lg-4" >
2021-07-29 20:40:47 -07:00
< h2 > Academics< / h2 >
< a href = "/aves/independent-study" > Independent Study< / a >
2021-01-14 09:43:14 -08:00
< h2 > Staff< / h2 >
2021-03-16 14:36:03 -07:00
<!-- <a href="/aves/staff/support - staff">Support Staff</a> -->
2021-01-14 09:43:14 -08:00
< a href = "/aves/staff/teachers" > Teachers< / a >
< a href = "/aves/staff/office-staff" > Office Staff< / a >
2021-03-16 14:36:03 -07:00
< h2 > PTAV< / h2 >
< a href = "/aves/ptav" > About< / a >
< h2 > School Programs< / h2 >
< a href = "/aves/programs/ssc" > School Site Council (SSC)< / a >
< a href = "/aves/programs/elac" > English Language Arts Curriculum (ELAC)< / a >
< / div >
< div class = "col-lg-4" >
2021-01-13 11:25:45 -08:00
< h2 > Family Resources< / h2 >
2021-03-16 14:36:03 -07:00
< a href = "/aves/grades" > Student Grades< / a >
< a href = "/aves/pip" > Primary Intervention Program (PIP)< / a >
< a href = "/aves/asp" > After School Program (ASP)< / a >
2021-01-13 11:25:45 -08:00
< a href = "/aves/schedule" > Bell Schedules< / a >
< a href = "/aves/immunizations" > Immunizations< / a >
< a href = "/aves/attendance" > Attendance< / a >
2021-03-16 14:36:03 -07:00
<!-- <a href="/aves/menus">Menus</a> -->
2021-01-13 11:25:45 -08:00
< / div >
< / div >
< / div >
< / div >
< / li >
< / ul >
< / div >
< / nav >
< script >
//let $topMenuItems = jQuery("nav.navbar > ul > li");
//$topMenuItems.mousedown((event) => {
// console.log("target: " + event.target + " related-target: " + event.relatedTarget);
// let $clickedMenuItem = jQuery(event.target);
// debugger;
//
// if($clickedMenuItem.hasClass('display')) {
// $clickedMenuItem.removeClass('display');
// }
// else {
// $topMenuItems.removeClass('display');
// $clickedMenuItem.addClass('display');
// }
//});
//jQuery(document).on('hover mouseenter mousemove mouseout mouseover mousedown mouseup click doubleclick', 'div.dropdown-content', null, function(e) {
// e.stopPropagation()
//})
< / script >
{% endblock %}
{% endblock %}
{% block main %}
{#
Usually, your page templates in the apostrophe-pages module will override
this block. It is safe to assume this is where your page-specific content
should go.
#}
{% endblock %}
{% block afterMain %}
{#
This would be a great place to put a global footer.
#}
{% endblock %}