8000 Merge pull request #32 from swaaz/banner · codezoned/codezoned.com@49c5a62 · GitHub
[go: up one dir, main page]

Skip to content

Commit 49c5a62

Browse files
authored
Merge pull request #32 from swaaz/banner
added hac logo
2 parents 021284d + 868f3f6 commit 49c5a62

File tree

3 files changed

+16
-1
lines changed

3 files changed

+16
-1
lines changed

assets/css/banner.css

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,19 @@
2121
}
2222
.banner-text a:hover {
2323
color: #202020;
24+
}
25+
.banner-text img {
26+
width: 60px;
27+
}
28+
29+
@media screen and (max-width:800px) {
30+
.banner-text {
31+
padding: 0 10px;
32+
}
33+
.banner-text img {
34+
width: 40px;
35+
}
36+
.banner-text strong {
37+
font-size: 1.5rem;
38+
}
2439
}

assets/img/hac_logo.png

39 KB
Loading

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@
275275
</nav>
276276

277277
<div class="banner" onclick="window.location.href='https://hac.codezoned.com';" value="Hac">
278-
<p class="banner-text"><a href="https://hac.codezoned.com">Codezoned's latest hackathon -<strong> HAC " HackAgainstCovid " </strong> is open for registration🎉 </a> </p>
278+
<p class="banner-text"><a href="https://hac.codezoned.com">Codezoned's latest hackathon - <img src="./assets/img/hac_logo.png"/> <strong> " HackAgainstCovid " </strong> is open for registration 🎉 </a> </p>
279279
</div>
280280
</header>
281281
<br>

0 commit comments

Comments
 (0)
0