Added three types of alert/notice/update headings for messages at the top of pages.
This commit is contained in:
@@ -15,7 +15,9 @@
|
||||
{name: 'Heading 4', element: 'h4', attributes: {class: "h4"} },
|
||||
{name: 'Date', element: 'div', attributes: {class: "date"} },
|
||||
{name: 'Highlighted', element: 'div', attributes: {class: "highlighted"} },
|
||||
{name: 'Alert', element: 'div', attributes: {class: "alert"} }
|
||||
{name: 'Alert', element: 'div', attributes: {class: "alert"} },
|
||||
{name: 'Notice', element: 'div', attributes: {class: "notice"} },
|
||||
{name: 'Update', element: 'div', attributes: {class: "update"} }
|
||||
]
|
||||
},
|
||||
'apostrophe-files': {},
|
||||
|
||||
@@ -54,10 +54,11 @@
|
||||
<a href="/">Welcome</a>
|
||||
<a href="/avusd/contact">Contact Information</a>
|
||||
<a href="/avusd/school-reopening">Covid Information</a>
|
||||
<a href="/avusd/covid-reporting">Covid Reporting</a>
|
||||
<a href="/avusd/calendar">Calendar</a>
|
||||
<!--<a href="/avusd/calendar-next-year">Calendar (Next Year)</a>-->
|
||||
<a href="/avusd/staff">Staff</a>
|
||||
<a href="/avusd/reports">Reports</a>
|
||||
<a href="/avusd/reports">Reports / Notices</a>
|
||||
<a href="/avusd/title-ix">Title IX</a>
|
||||
<a href="/avusd/positions">Open Positions</a>
|
||||
</div>
|
||||
@@ -71,7 +72,9 @@
|
||||
<div class="col-lg-4">
|
||||
<h2>Administration</h2>
|
||||
<a href="/avusd/administrative/agreements">Contracts, Agreements, and Salary Schedules</a>
|
||||
<a href="/avusd/administrative/forms">Forms</a>
|
||||
<a href="/avusd/administrative/food-service">Food Service</a>
|
||||
<a href="/avusd/administrative/wellness-committee">Wellness Committee</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -164,6 +167,7 @@
|
||||
<a href="/aves/schedule">Bell Schedules</a>
|
||||
<a href="/aves/immunizations">Immunizations</a>
|
||||
<a href="/aves/attendance">Attendance</a>
|
||||
<a href="/aves/bus-schedule">Bus Schedule</a>
|
||||
<!-- <a href="/aves/menus">Menus</a>-->
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -13,7 +13,9 @@
|
||||
{name: 'Heading 5', element: 'h5', attributes: {class: "h5"} },
|
||||
{name: 'Date', element: 'div', attributes: {class: "date"} },
|
||||
{name: 'Highlighted', element: 'div', attributes: {class: "highlighted"} },
|
||||
{name: 'Alert', element: 'div', attributes: {class: "alert"} }
|
||||
{name: 'Alert', element: 'div', attributes: {class: "alert"} },
|
||||
{name: 'Notice', element: 'div', attributes: {class: "notice"} },
|
||||
{name: 'Update', element: 'div', attributes: {class: "update"} }
|
||||
]
|
||||
},
|
||||
'apostrophe-files': {},
|
||||
|
||||
Reference in New Issue
Block a user