Skip to content

Commit 8f737e1

Browse files
committed
coding-blocks
1 parent b597bd4 commit 8f737e1

File tree

8 files changed

+239
-13
lines changed

8 files changed

+239
-13
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
# ieeebitm19
1+
# IEEE BITM 20
22

33
Background Picture Credits: Tezash Sahoo

css/style.css

+10
Original file line numberDiff line numberDiff line change
@@ -1368,6 +1368,11 @@ Leaderboard
13681368
width: 40%;
13691369
}
13701370

1371+
#coding-block_id {
1372+
height: 35%;
1373+
width: 35%;
1374+
}
1375+
13711376

13721377
@media only screen and (max-width: 600px) {
13731378
.prize-grid {
@@ -1420,4 +1425,9 @@ Leaderboard
14201425
height: 60%;
14211426
width: 60%;
14221427
}
1428+
1429+
#coding-block_id {
1430+
height: 60%;
1431+
width: 60%;
1432+
}
14231433
}

img/mega-pro/sponsors/amazon.png

-15.6 KB
Binary file not shown.

img/mega-pro/sponsors/cb_grey.png

134 KB
Loading

img/mega-pro/sponsors/cb_grey.svg

+216
Loading

img/mega-pro/sponsors/cb_white.png

139 KB
Loading

img/mega-pro/sponsors/github.jpg

-29.5 KB
Binary file not shown.

megaproject.html

+12-12
Original file line numberDiff line numberDiff line change
@@ -258,19 +258,19 @@ <h6 class="text-center mgt50px mb-5 sponsor-title"><span
258258
<br>
259259
<br>
260260

261-
<!-- <h2 class="text-center mgt50px mb-5 sponsor-title"><span
262-
style="border-style: solid; border-width: 3px; padding: 3px;">OTHER SPONSORS</span></h2>
263-
264-
<div class="other-sponsors" style="display: grid; grid-template-columns: 1fr 1fr 1fr 1fr;">
261+
<h6 class="text-center mgt50px mb-5 sponsor-title"><span
262+
style="border-style: solid; border-width: 3px; padding: 3px;">KILOBYTE SPONSORS</span></h6>
265263

266-
<div class="col col-md-8">
267-
<a href="https://amazon.in/" target="_blank"><img
268-
src="img/mega-pro/sponsors/github.jpg" alt="Amazon"
269-
class="sponsor-image" heigh=200 width="300"></a>
270-
</div>
271-
</div> -->
272-
<br>
273-
264+
<div class="associate-sponsors">
265+
<center>
266+
267+
<a href="https://codingblocks.com/" target="_blank"><img
268+
src="img/mega-pro/sponsors/cb_grey.png" alt="Coding Blocks"
269+
id="coding-block_id"></a>
270+
</center>
271+
</div>
272+
<br>
273+
<br>
274274
</section>
275275

276276
<section id="portfolio" class="home-section bg-white">

0 commit comments

Comments
 (0)