Skip to content

Commit fb0a8bd

Browse files
authored
Add Hack 6.0 registration link (#106)
Add hack 6.0 direct link
1 parent 19fd9e3 commit fb0a8bd

2 files changed

Lines changed: 42 additions & 12 deletions

File tree

index.html

Lines changed: 18 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -163,26 +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-
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>
190+
<!--
191+
<div class="hello wow animated fadeInUp" data-wow-delay="2.5s" style="font-size:25px;margin-top: 20px;">
192+
<a href="https://docs.google.com/forms/d/e/1FAIpQLSc7mpUAkp1X7LQoJa2GoFXnF-rge79FMrNIdc4dN_nfxaVW-g/viewform?usp=sf_link;" target="_blank">
193+
<button id="Hack">Register for HACK 6.0</button>
194+
</a>
185195
</div> -->
196+
186197

187198

188199

static/styles/styles.css

Lines changed: 24 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -813,25 +813,34 @@ only screen and (min-resolution: 2dppx) {
813813
.home-buttons-container {
814814
display: flex;
815815
justify-content: center;
816+
margin-bottom:30px;
816817
}
817818
.btn-discord {
818819
margin-right: 25px;
819820
}
821+
.btn-hack{
822+
margin-left: 25px;
823+
}
820824

821825
@media(max-width: 860px) {
822826
.home-buttons-container {
823827
flex-direction: column;
828+
margin-bottom: 10px;
824829
}
825830
.btn-discord {
826831
margin-right: 0px;
827832
}
833+
.btn-hack{
834+
margin-left:0px
835+
}
828836
}
829837

830838
.section-header .blog-link {
831-
font-size: 30px;
839+
font-size: 15px;
832840
color: white;
833841
background-color: #003955;
834842
margin-bottom: 50px;
843+
835844
text-decoration: none;
836845
padding-left: 20px;
837846
border-radius: 20px;
@@ -860,8 +869,9 @@ only screen and (min-resolution: 2dppx) {
860869
transition: all 250ms linear;
861870
}
862871

872+
863873
.beta {
864-
margin-bottom: 10px;
874+
/* margin-bottom: 10px; */
865875
width: 30px;
866876
height: 30px;
867877
}
@@ -11816,11 +11826,12 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
1181611826
@media only screen and (max-width: 670px) {
1181711827
.section-header .blog-link {
1181811828
font-size: 25px;
11829+
1181911830
color: white;
1182011831
}
1182111832

1182211833
.beta {
11823-
margin-bottom: 5px;
11834+
/* margin-bottom: 5px; */
1182411835
width: 30px;
1182511836
height: 30px;
1182611837
}
@@ -12016,13 +12027,13 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
1201612027
}
1201712028

1201812029
.section-header .blog-link {
12019-
font-size: 20px;
12030+
font-size: 15px;
1202012031
color: white;
1202112032
/* background-color: pink; */
1202212033
}
1202312034

1202412035
.beta {
12025-
margin-bottom: 5px;
12036+
/* margin-bottom: 5px; */
1202612037
width: 30px;
1202712038
height: 30px;
1202812039
}
@@ -13937,4 +13948,12 @@ ul.baraja-container li {
1393713948
right: 0;
1393813949
left: 0;
1393913950
z-index: 10000;
13951+
}
13952+
13953+
13954+
#Hack{
13955+
background-color: #fd4556;
13956+
color: white;
13957+
padding:15px;
13958+
border: 1px solid black
1394013959
}

0 commit comments

Comments
 (0)