diff --git a/index.html b/index.html index ae4e654..732af30 100755 --- a/index.html +++ b/index.html @@ -174,7 +174,7 @@ Discord Server - + @@ -182,7 +182,7 @@ Codecell Blogs - + @@ -2279,7 +2279,7 @@

Dipen ved

- 6 + 9 Years
@@ -2289,7 +2289,7 @@

Dipen ved

- 60+ + 80+ Workshops & Seminars
@@ -2299,7 +2299,7 @@

Dipen ved

- 19 + 28 Programming competitions
@@ -2309,7 +2309,7 @@

Dipen ved

- 21 + 23 Teams took part in ACMICPC
@@ -2388,6 +2388,134 @@

All Tickets for Codecell Workshops have sold out :(

--> + +
+ +
+ +

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ Our Ongoing Events +

+ +
    + + +
  • +
    + +
    +
    + + +
    +
    +

    The Big O Club

    +

    A national level community dedicated to encourage people to discuss and solve DSA problems.
    + + <Group Link> + + +

    +
    +
    + +
    +
  • + + + +
+ + + + + + + + + + +
+
+
+ +
+
+ +
+
+ + + +
+ +
@@ -2505,7 +2633,7 @@

-

KJSCE Hackathon

-

24hr Hackathon, Had more than 250+ applicants from across the country
- <Report> +

KJSCE Hack 7.0

+

24hr Hackathon, Had more than 1700+ applicants from more than 100 colleges across the country
+ <Flashback>

@@ -4085,6 +4213,9 @@

Past Committee Members

+ + + -
+
--> +

2022-23

-
    +
    • Mrs. Smita Sankhe

      Faculty Advisor

      @@ -4316,8 +4449,8 @@

      Mr. Shubham Shah

@@ -5135,6 +5268,17 @@

Our College

}); + var $el9 = $('#council-9'), + baraja9 = $el9.baraja(); + $('#nav-prev9').on('click', function (event) { + baraja9.previous(); + + }); + $('#nav-next9').on('click', function (event) { + baraja9.next(); + + }); + var $el8 = $('#council-8'), baraja8 = $el8.baraja(); $('#nav-prev8').on('click', function (event) { diff --git a/static/images/events/BigOLogo.png b/static/images/events/BigOLogo.png new file mode 100644 index 0000000..880695c Binary files /dev/null and b/static/images/events/BigOLogo.png differ diff --git a/static/images/events/hack-7.png b/static/images/events/hack-7.png new file mode 100644 index 0000000..a2cdb6d Binary files /dev/null and b/static/images/events/hack-7.png differ diff --git a/static/styles/styles.css b/static/styles/styles.css index ae3fb06..262f1a9 100755 --- a/static/styles/styles.css +++ b/static/styles/styles.css @@ -3692,6 +3692,15 @@ h1.logo { padding: 60px 0; } +.section-housing-3 { + /* background: #214760; */ + /* background:rgb(68, 198, 80); */ + background: #FFCD37; + /* background: rgb(231, 76, 60); */ + color: white; + padding: 60px 0; +} + .hotels-svg { display: block; position: relative; @@ -3771,6 +3780,13 @@ h1.logo { } +.BIGO { + background-image: url(../images/events/BigOLogo.png); + + background-size: 250px 250px !important; + background-position: 0%, 50% !important; + background-repeat: repeat; +} .KJCS { background-image: url(../images/compressed/events/kjcs2018.png); @@ -3780,7 +3796,8 @@ h1.logo { } .hackathon { - background-image: url(../images/compressed/events/hackevent2.jpg); + background-image: url(../images/events/hack-7.png); + background-position: 22px, 0px; } .crackathon {