Skip to content

Commit cab041b

Browse files
authored
Merge pull request #47 from zorexsalvo/feature/schedule
feat: Add View Program Schedule to the hero section for easier access
2 parents 8d88a87 + 7c2e4c7 commit cab041b

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

app/home/templates/home/sections/hero-section.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@ <h2 class="font-bantayog leading-[125%] text-[52px] text-brown-1">MARCH 21-23, 2
1919
<p class="font-bantayog leading-[125%] text-xl text-brown-2 font-light">DE LA SALLE UNIVERSITY (DLSU), MALATE,
2020
MANILA</p>
2121
</div>
22+
<div class="text-center z-10">
23+
<a href="/schedule" class="inline-block bg-orange-2 text-white px-4 py-2 rounded-md text-base font-semibold font-nunito hover:bg-orange-3 transition">
24+
View Program Schedule
25+
</a>
26+
</div>
2227
<div class="python-kalinga-pot">
2328
<img class="pot" src="{% static 'img/py_kalinga-pot.svg' %}" alt="Kalinga pot" width="500" height="500">
2429
<div class="">

0 commit comments

Comments
 (0)