Skip to content

Commit 3f5d963

Browse files
committed
Add Hackathon registration Link
1 parent 1ce562f commit 3f5d963

2 files changed

Lines changed: 13 additions & 3 deletions

File tree

index.html

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -180,9 +180,11 @@
180180
</div>
181181
</div>
182182

183-
<!-- <div class="hello wow animated fadeInUp" data-wow-delay="2.5s" style="font-size:25px;margin-top: 20px;">
184-
<p>The Codechef Campus Chapter of KJSCE</p>
185-
</div> -->
183+
<div class="hello wow animated fadeInUp" data-wow-delay="2.5s" style="font-size:25px;margin-top: 20px;">
184+
<a href="https://docs.google.com/forms/d/e/1FAIpQLSc7mpUAkp1X7LQoJa2GoFXnF-rge79FMrNIdc4dN_nfxaVW-g/viewform?usp=sf_link;" target="_blank">
185+
<button id="Hack">Register for HACK 6.0</button>
186+
</a>
187+
</div>
186188

187189

188190

static/styles/styles.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13937,4 +13937,12 @@ ul.baraja-container li {
1393713937
right: 0;
1393813938
left: 0;
1393913939
z-index: 10000;
13940+
}
13941+
13942+
13943+
#Hack{
13944+
background-color: #fd4556;
13945+
color: white;
13946+
padding:15px;
13947+
border: 1px solid black
1394013948
}

0 commit comments

Comments
 (0)