Skip to content

Commit 9e50231

Browse files
committed
redesign
1 parent 21c77da commit 9e50231

1 file changed

Lines changed: 15 additions & 6 deletions

File tree

index.html

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -163,28 +163,37 @@
163163

164164
<div class="home-buttons-container">
165165
<!-- discord community ka button -->
166-
<div style="margin-bottom: 30px;">
167-
<a class="wow animated fadeInUp blog-link btn-blog btn-discord" target="_blank" data-wow-delay="1.5s"
166+
<div style="margin-top: 10px;">
167+
<a class="wow animated fadeInUp btn-blog blog-link btn-discord" target="_blank" data-wow-delay="1.5s"
168168
href="https://discord.com/invite/UBbSuw7swW">
169169
Discord Server
170170
<img style="margin-left: 6px; margin-right: 5px;" class="beta" src="./static/images/discord-logo-white.png"></img>
171171
</a>
172172
</div>
173173
<!-- codecell blog ka button -->
174-
<div>
175-
<a class="wow animated fadeInUp blog-link btn-blog" target="_blank" data-wow-delay="1.5s"
174+
<div style="margin-top: 10px;">
175+
<a class="wow animated fadeInUp btn-blog blog-link " target="_blank" data-wow-delay="1.5s"
176176
href="https://blogs.kjscecodecell.com">
177177
Codecell Blogs
178178
<img class="beta" src="./static/images/beta-white.png"></img>
179179
</a>
180180
</div>
181+
<div style="margin-top: 10px;">
182+
<a class="wow animated fadeInUp btn-blog blog-link btn-hack" target="_blank" data-wow-delay="1.5s"
183+
href="https://docs.google.com/forms/d/e/1FAIpQLSc7mpUAkp1X7LQoJa2GoFXnF-rge79FMrNIdc4dN_nfxaVW-g/viewform?usp=sf_link;">
184+
Register for HACK 6.0
185+
<img class="beta" tyle="margin-left: 6px; margin-right: 5px;" src="https://hack.kjsce.com/assets/images/logo.png"></img>
186+
</a>
187+
</div>
188+
181189
</div>
182-
190+
<!--
183191
<div class="hello wow animated fadeInUp" data-wow-delay="2.5s" style="font-size:25px;margin-top: 20px;">
184192
<a href="https://docs.google.com/forms/d/e/1FAIpQLSc7mpUAkp1X7LQoJa2GoFXnF-rge79FMrNIdc4dN_nfxaVW-g/viewform?usp=sf_link;" target="_blank">
185193
<button id="Hack">Register for HACK 6.0</button>
186194
</a>
187-
</div>
195+
</div> -->
196+
188197

189198

190199

0 commit comments

Comments
 (0)