-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9eaab24
commit 4485afb
Showing
5 changed files
with
30 additions
and
5 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,12 +14,37 @@ <h1 class="display-2 text-center">{% trans "COVID-19 Update" %}</h1> | |
<h2 class="card-title">{% trans "A Message from Us" %}</h2> | ||
<p class="card-text">{% trans "We are so sorry to have to cancel this event. Even though the schools may re-open, we are certain the teachers and students will have too many demands on their schedules to pull this off this year. Know that we appreciate your support and will start refunding money tomorrow. You don't have to do anything; your charges will be refunded directly to your credit card. Please be patient, but if you have any questions, by all means contact us at " %}<a href="mailto:[email protected]">[email protected]</a>.</p> | ||
<p class="card-text">{% trans "We certainly hope to see you next year. In the meantime, remember to appreciate and patronize our wonderful " %}<a href="{% url 'about' %}">{% trans "sponsors"%}</a>{% trans " when you can." %}</p> | ||
{# <p class="card-text">{% trans "Also, we have posted some Peter and the Wolf resources below for your family to enjoy while you're at home!" %}</p>#} | ||
<p class="card-text">{% trans "Also, we have posted some Peter and the Wolf resources below for your family to enjoy while you're at home!" %}</p> | ||
|
||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
|
||
<div class="row"> | ||
<div class="col"> | ||
<div class="card"> | ||
<div class="card-body"> | ||
<h2 class="card-title">{% trans "See a Performance" %}</h2> | ||
<p class="card-text">{% trans "The Royal Opera House released a wonderful narrated, ballet version of Peter and the Wolf, only viewable through April!" %}</p> | ||
<a href="https://www.broadwayworld.com/videoplay/VIDEO-Royal-Opera-House-Kicks-Off-OurHousetoYourHouse-With-PETER-AND-THE-WOLF-20200331" target="_blank" class="btn btn-primary">{% trans "Watch the Performance"%}</a> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="row"> | ||
<div class="col"> | ||
<div class="card"> | ||
<div class="card-body"> | ||
<h2 class="card-title">{% trans "Downloads" %}</h2> | ||
<a href="{% static 'core/pdf/coloring.pdf' %}" target="_blank" class="btn btn-primary">{% trans "Coloring"%}</a> | ||
<a href="{% static 'core/pdf/crowns.pdf' %}" target="_blank" class="btn btn-primary">{% trans "Paper Crowns"%}</a> | ||
<a href="{% static 'core/pdf/wordsearch.pdf' %}" target="_blank" class="btn btn-primary">{% trans "Word Search"%}</a> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
{% endblock %} |