From 037b0e284eb2d8830fb917619b51299e46593b2d Mon Sep 17 00:00:00 2001 From: Vignaraj-pai Date: Tue, 19 Dec 2023 16:15:27 +0530 Subject: [PATCH] Extracted repeated svgs into static symbols --- corpus/templates/pages/impulse.html | 353 ++++++++---------- .../static/img/symbols/arrow_down.svg | 12 + corpus/templates/static/img/symbols/tick.svg | 3 + 3 files changed, 163 insertions(+), 205 deletions(-) create mode 100644 corpus/templates/static/img/symbols/arrow_down.svg create mode 100644 corpus/templates/static/img/symbols/tick.svg diff --git a/corpus/templates/pages/impulse.html b/corpus/templates/pages/impulse.html index babc6e64..ccfebe45 100644 --- a/corpus/templates/pages/impulse.html +++ b/corpus/templates/pages/impulse.html @@ -6,9 +6,6 @@ {% block style %} - -{% comment %} {% endcomment %} - + .tick { + background-color: currentColor; + -webkit-mask: url("{% static 'img/symbols/tick.svg' %}") no-repeat center; + mask: url("{% static 'img/symbols/tick.svg' %}") no-repeat center; + } + + .arrowdown { + background-color: currentColor; + -webkit-mask: url("{% static 'img/symbols/arrow_down.svg' %}") no-repeat center; + mask: url("{% static 'img/symbols/arrow_down.svg' %}") no-repeat center; + } + {% endblock %} {% block content %} @@ -61,37 +69,30 @@

10th - 13th January 2024

Registrations Opening soon
- - {% comment %} Down Arrow {% endcomment %} - - - - + - + {% comment %} About Section {% endcomment %}
-
+
-
+

WHAT IS IMPULSE?

Impulse is a first of its kind, 24-hour signal processing hackathon conducted by IEEE NITK student branch in association with IEEE NITK SPS student chapter. It presents you with interesting problem statements to ensure a fun-filled learning experience. In addition to the hackathon, a workshop will also be conducted prior to the final event to enhance your experience with us!
- Open to 1st and 2nd year B.Tech students from all over India! +

Open to 1st and 2nd year B.Tech students from all over India!



-
-
+

SPEAKERS