Skip to content

Commit d329708

Browse files
changes codecell blue logo to red logo
1 parent dd5b5e3 commit d329708

3 files changed

Lines changed: 5 additions & 4 deletions

File tree

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@
133133
<div id="header-content" class="container" itemscope="itemscope" itemtype="http://schema.org/Event">
134134

135135
<div class="wow animated fadeInDown" style="margin-top: 50px;">
136-
<img class="home-screen-logo" src="./static/logos/logo-full-blue.png" style="height: 8vh;" alt="KJSCE CodeCell">
136+
<img class="home-screen-logo" src="./static\logos\logo_full_red.png" style="height: 8vh;" alt="KJSCE CodeCell">
137137
</div>
138138

139139

@@ -167,15 +167,15 @@
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
170-
<img style="margin-left: 6px; margin-right: 5px;" class="beta" src="./static/images/discord-logo-white.png"></img>
170+
<img style="margin-left: 6px; margin-right: 5px; margin-bottom: -10px ; " class="beta" src="./static/images/discord-logo-white.png"></img>
171171
</a>
172172
</div>
173173
<!-- codecell blog ka button -->
174174
<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
178-
<img class="beta" src="./static/images/beta-white.png"></img>
178+
<img style="margin-bottom: -10px;" class="beta" src="./static/images/beta-white.png"></img>
179179
</a>
180180
</div>
181181

static/logos/logo_full_red.png

33.7 KB
Loading

static/styles/styles.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -845,7 +845,8 @@ only screen and (min-resolution: 2dppx) {
845845
padding-left: 20px;
846846
border-radius: 20px;
847847
border-color: #003955;
848-
padding-top: 10px;
848+
padding-top: 5px;
849+
padding-bottom: 5px;
849850
}
850851

851852

0 commit comments

Comments
 (0)