-
Notifications
You must be signed in to change notification settings - Fork 153
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
0af1ee0
commit ece8ce3
Showing
2 changed files
with
20 additions
and
0 deletions.
There are no files selected for viewing
16 changes: 16 additions & 0 deletions
16
network-api/networkapi/mozfest/templates/fragments/blocks/mozfest_dark_quote.html
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 |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{% load wagtailcore_tags wagtailimages_tags %} | ||
|
||
{% block block_content %} | ||
<div class="tw-py-16 tw-bg-black tw-dark"> | ||
<div class="tw-container"> | ||
<div class="tw-row tw-justify-center"> | ||
<blockquote class="feature-quote"> | ||
<div class="tw-quote tw-px-2 [&_p]:tw-h2-heading"> | ||
{{ self.quote|richtext }} | ||
</div> | ||
<cite class="tw-text-gray-40 tw-h6-heading tw-max-w-4xl">{{ self.cite }}</cite> | ||
</blockquote> | ||
</div> | ||
</div> | ||
</div> | ||
{% endblock block_content %} |
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