Skip to content

Commit cf31f4a

Browse files
committed
remove hack registration btn
1 parent 1373550 commit cf31f4a

2 files changed

Lines changed: 3 additions & 10 deletions

File tree

index.html

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -163,28 +163,21 @@
163163

164164
<div class="home-buttons-container">
165165
<!-- discord community ka button -->
166-
<div style="margin-top: 10px;">
166+
<div style="margin-bottom: 30px;">
167167
<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 style="margin-top: 10px;">
174+
<div style="margin-bottom: 30px;">
175175
<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://kjscehack22.devfolio.co/">
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>
188181

189182
</div>
190183
<!--

static/styles/styles.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -836,7 +836,7 @@ only screen and (min-resolution: 2dppx) {
836836
}
837837

838838
.section-header .blog-link {
839-
font-size: 15px;
839+
font-size: 25px;
840840
color: white;
841841
background-color: #003955;
842842
margin-bottom: 50px;

0 commit comments

Comments
 (0)