Exchange food icon and embed google fonts
This commit is contained in:
parent
e2b980f899
commit
01f7af4077
@ -26,6 +26,7 @@
|
|||||||
<link href="{% static 'homepage/assets/bootstrap/bootstrap.min.css' %}" rel="stylesheet">
|
<link href="{% static 'homepage/assets/bootstrap/bootstrap.min.css' %}" rel="stylesheet">
|
||||||
<link href="{% static 'homepage/assets/self/custom.css' %}" rel="stylesheet">
|
<link href="{% static 'homepage/assets/self/custom.css' %}" rel="stylesheet">
|
||||||
<link href="{% static 'homepage/assets/bootstrap-icons/bootstrap-icons.css' %}" rel="stylesheet">
|
<link href="{% static 'homepage/assets/bootstrap-icons/bootstrap-icons.css' %}" rel="stylesheet">
|
||||||
|
<link href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined" rel="stylesheet" />
|
||||||
|
|
||||||
{% block extra_header_block %}{% endblock %}
|
{% block extra_header_block %}{% endblock %}
|
||||||
</head>
|
</head>
|
||||||
|
@ -180,7 +180,11 @@
|
|||||||
|
|
||||||
<div class="col-lg-3 col-md-6 mb-lg-0 mb-md-4 mb-3">
|
<div class="col-lg-3 col-md-6 mb-lg-0 mb-md-4 mb-3">
|
||||||
<div class="h-100 p-3 text-white bg-dark rounded-3">
|
<div class="h-100 p-3 text-white bg-dark rounded-3">
|
||||||
<h2><i class="bi-cart2 display-2"></i></h2>
|
<h2>
|
||||||
|
<span class="material-symbols-outlined"
|
||||||
|
style="font-size: calc(1.575rem + 3.9vw);">lunch_dining
|
||||||
|
</span>
|
||||||
|
</h2>
|
||||||
<p class="fs-2 fw-bold">{{ next_event.food|linebreaksbr }}</p>
|
<p class="fs-2 fw-bold">{{ next_event.food|linebreaksbr }}</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user