Skip to content

Commit 262c0aa

Browse files
committed
Schedule fix
1 parent 33d7a1b commit 262c0aa

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

corpus/templates/entwine/home.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<div class="entwine-container" style="font-family: 'Inter', 'Segoe UI', Arial, sans-serif; color: #fff; background: linear-gradient(135deg, #1a0a00 0%, #2a1200 100%); min-height: 100vh;">
99
<!-- Hero Section -->
1010
<section style="display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 60vh; padding: 3rem 1rem 2rem 1rem; text-align: center; position: relative;">
11-
<img src="{% static 'img/entwine/dragon-left.png' %}" alt="Dragon" style="position: absolute; left: 0; top: 30px; width: 160px; opacity: 0.7; pointer-events: none; z-index: 0;" />
11+
<img src="{% static 'img/entwine/entwine-logo.jpg' %}" alt="Entwine Logo" class="rounded-full h-48 object-cover mx-auto max-w-full" />
1212
<h1 style="font-size: 3rem; font-weight: 700; letter-spacing: 0.1em; color: #ffae42; margin-bottom: 0.5rem; z-index: 1;">ENTWINE</h1>
1313
<span style="font-size: 1.5rem; color: #ff6600; font-weight: 500; z-index: 1;">Forged to Fly</span>
1414
<p style="font-size: 1.1rem; margin: 1.5rem 0 1rem 0; color: #ffd9b3; max-width: 600px; z-index: 1;">Where engineering meets creativity and simulation. A CAD-design and CFD event by IEEE NITK.</p>
@@ -17,7 +17,7 @@ <h1 style="font-size: 3rem; font-weight: 700; letter-spacing: 0.1em; color: #ffa
1717
<span style="background: #ffae42; color: #fff; padding: 0.5rem 1.2rem; border-radius: 999px; font-size: 1rem;">CFD Simulation</span>
1818
<span style="background: #ff6f00; color: #fff; padding: 0.5rem 1.2rem; border-radius: 999px; font-size: 1rem;">Aerodynamics</span>
1919
</div>
20-
<a href="#register" style="display: inline-block; background: #ff6600; color: #fff; font-weight: 600; padding: 0.75rem 2rem; border-radius: 8px; text-decoration: none; margin-top: 1.5rem; transition: background 0.2s; z-index: 1;">Register Now</a>
20+
<a href="https://unstop.com/o/WeXbkOv?lb=e2m66haT&utm_medium=Share&utm_source=dhruvgan40632&utm_campaign=Competitions" style="display: inline-block; background: #ff6600; color: #fff; font-weight: 600; padding: 0.75rem 2rem; border-radius: 8px; text-decoration: none; margin-top: 1.5rem; transition: background 0.2s; z-index: 1;">Register Now</a>
2121
<div style="margin-top: 2.5rem; z-index: 1;">
2222
<p style="font-size: 0.95rem; color: #ffae42; margin-bottom: 0.5rem;">Powered By</p>
2323
<img src="https://d8it4huxumps7.cloudfront.net/uploads/images/unstop/branding-guidelines/logos/blue/Unstop-Logo-Blue.svg" alt="Unstop Logo" style="height:48px;width:auto;">
@@ -71,15 +71,15 @@ <h3 style="font-size: 1.1rem; color: #ffae42; margin-bottom: 0.5rem;">Challenge
7171
<h2 style="font-size: 1.3rem; font-weight: 600; color: #ffae42; margin-bottom: 1.2rem; text-align: center;">Timeline</h2>
7272
<ul style="list-style: none; padding: 0; margin: 0;">
7373
<li style="display: flex; justify-content: space-between; align-items: center; padding: 0.7rem 0; border-bottom: 1px solid #ffae42;">
74-
<span style="color: #ff6600; font-weight: 500;">Aug 12, 2025</span>
74+
<span style="color: #ff6600; font-weight: 500;">Aug 13, 2025</span>
7575
<span style="color: #ffd9b3;">Registration Opens & Team Formation</span>
7676
</li>
7777
<li style="display: flex; justify-content: space-between; align-items: center; padding: 0.7rem 0; border-bottom: 1px solid #ffae42;">
78-
<span style="color: #ff6600; font-weight: 500;">Aug 15, 2025</span>
78+
<span style="color: #ff6600; font-weight: 500;">Aug 17, 2025</span>
7979
<span style="color: #ffd9b3;">Problem Statement & Rulebook</span>
8080
</li>
8181
<li style="display: flex; justify-content: space-between; align-items: center; padding: 0.7rem 0; border-bottom: 1px solid #ffae42;">
82-
<span style="color: #ff6600; font-weight: 500;">Aug 31, 2025</span>
82+
<span style="color: #ff6600; font-weight: 500;">Aug 30, 2025</span>
8383
<span style="color: #ffd9b3;">Submission Deadline</span>
8484
</li>
8585
<li style="display: flex; justify-content: space-between; align-items: center; padding: 0.7rem 0;">

0 commit comments

Comments
 (0)