Added new widgets and text styles and fonts to the system; Moved the logo into the project proper so nothing should be in the root Public folder any more (other than generated content).
This commit is contained in:
@@ -13,19 +13,16 @@
|
||||
{% endblock %}
|
||||
|
||||
{% block extraHead %}
|
||||
{#
|
||||
This block outputs its contents in the HTML document's <head>.
|
||||
It is a good place to put extra <script> <link> and <meta> tags.
|
||||
#}
|
||||
<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">
|
||||
{# <script type="text/javascript" language="JavaScript" src="js/jquery-3.5.1.min.js"></script>#}
|
||||
{% endblock %}
|
||||
{# This block outputs its contents in the HTML document's <head>. It is a good place to put extra <script> <link> and <meta> tags. #}
|
||||
<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">
|
||||
{# <script type="text/javascript" language="JavaScript" src="js/jquery-3.5.1.min.js"></script> #}
|
||||
{% endblock %}
|
||||
|
||||
{% 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 %}
|
||||
<a href="/" aria-label="AVUSD District Home"><img class="logoImage" src='/images/AvLogo.png' alt="Anderson Valley Logo: Four colored chevrons that look like people facing each other as viewed from above."/></a>
|
||||
<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>
|
||||
{% endblock %}
|
||||
<div class="logoText">
|
||||
<p class="logoTitle">Anderson Valley Unified</p>
|
||||
|
||||
Reference in New Issue
Block a user