diff --git a/README.md b/README.md index a30133d..b72fda1 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # HackVerse V2 Website -HackVerse 2.0 +HackVerse 2.0 HackVerse is a 24 hour nation-wide hackathon organized at National Institute of Technology, Karnataka, Surathkal. 2021 will see the 2nd edition of one of the biggest student run hackathons in India diff --git a/css/styles.css b/css/styles.css index c212e20..9b2136c 100644 --- a/css/styles.css +++ b/css/styles.css @@ -1,159 +1,191 @@ -@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap'); +@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap"); -* { - margin: 0; - padding: 0; - box-sizing: border-box; - color: #fff; - font-family: 'Roboto'; - font-weight: normal; +body { + margin: 0; + padding: 0; + box-sizing: border-box; + color: #fff; + font-family: "Roboto"; + font-weight: normal; } /* Welcome Section */ -.welcome{ - height: 100vh; - background: url('../img/welcome.webp') left no-repeat; - background-size: cover; - overflow: hidden; - margin: 0; - border-radius: 0; -} -.section-breaker{ - height: 10vh; - background: url('../img/section_breaker.webp'); - background-size: cover; -} - -.logo{ - width: 320px; - height: 60px; - background-color: #fff; - background-image: url(../img/logo_long.webp); - background-size: contain; - background-repeat: no-repeat; - background-position: center; - margin-left: 20px; -} - -.btn{ - border-radius: 30px; - text-align: center; - padding: 15px 20px 15px 5px; +.welcome { + height: 100vh; + background-size: cover; + overflow: hidden; + margin: 0; + border-radius: 0; } -.content{ - margin-top: 30px; - margin-right: 7%; +.section-breaker { + height: 10vh; + background: url("../img/section_breaker.webp"); + background-size: cover; } -.content h1{ - font-size: 48px; - font-weight: 700; +.logo { + width: 320px; + height: 80px; + background-image: url(../img/logo_long.webp); + background-size: 95%; + background-repeat: no-repeat; + background-position: center; + margin-left: 20px; } -.content p{ - font-size: 24px; - font-weight: 700; +.btn { + border-radius: 30px; + text-align: center; + padding: 15px 20px; } -@media only screen and (max-width: 850px){ - .content{ - margin-right: 20px; - } - .content h1{ - font-size: 40px; - } - .content p{ - font-size: 20px; - } +.content { + margin-top: 30px; + margin-right: 7%; + text-align: right; } -@media only screen and (max-width: 520px) { - .content { - margin-right: 20px; - } - - .content h1 { - font-size: 28px; - } +.content h1 { + font-size: 48px; + font-weight: 700; + color: #000; +} - .content p { - font-size: 16px; - } +.content p { + font-size: 24px; + font-weight: 700; + color: #000; } -/* What is Section */ +@media only screen and (max-width: 850px) { + .content { + margin-right: 20px; + } + + .content h1 { + font-size: 40px; + } -.part-2{ - background-image: linear-gradient(180deg, #117ABF 0%, #005085 100%); - align-items: center; - justify-content: space-evenly; - flex-wrap: wrap-reverse; - margin: -1px 0; + .content p { + font-size: 20px; + } } -.about{ - line-height: 1.5; +@media only screen and (max-width: 520px) { + .content { + margin-right: 0; + margin-top: 40px; + text-align: left; + } + + .content h1 { + font-size: 24px; + } + + .content p { + font-size: 14px; + margin-bottom: 30px; + margin-top: 30px; + } + + .content h3 { + font-size: 20px; + } + .content .btn { + margin: 10% 30%; + } } -.about h2{ - font-size: 2.5rem; +/*section-breaker CSS*/ +.section-divider > img { + width: 100%; } -.about p{ - font-size: 1.25rem; +.stat-color { + background-color: #91f6ee; +} +.sponser-color { + background-color: #2cefde; +} +.faq-color { + background-color: #03a798; +} +.footer-color { + background-color: #02867b; +} +.unselectable { + user-select: none; +} +/* What is Section */ +.part-2 { + background-image: linear-gradient(180deg, #d2f4f1 0%, #91f6ee 100%); + align-items: center; + justify-content: space-evenly; + flex-wrap: wrap-reverse; + color: #000; + margin: 0; + padding: 70px 0; } -.logo-2{ - height: auto; - width: 30%; +.about { + line-height: 1.5; } +.about h2 { + font-size: 2.5rem; +} -@media only screen and (max-width: 850px) { +.about p { + font-size: 1.25rem; +} - .about h2 { - font-size: 2rem; - } +.logo-2 { + height: auto; + width: 30%; +} - .about p { - font-size: 1rem; +@media only screen and (max-width: 850px) { + .about h2 { + font-size: 2rem; + } - } + .about p { + font-size: 1rem; + } - .logo-2{ - width: 40%; - } - + .logo-2 { + width: 40%; + } } @media only screen and (max-width: 520px) { + .about h2 { + font-size: 1.5rem; + } - .about h2 { - font-size: 1.5rem; - } - - .about p { - font-size: 0.75rem; - } + .about p { + font-size: 0.75rem; + } - .logo-2{ - width: 50%; - } - + .logo-2 { + width: 50%; + } } /* :: 22.0 Stats Area CSS */ .part-3 { - background-image: linear-gradient(180deg, #233452 0%, #000000 100%); + background-image: linear-gradient(180deg, #8ddefb 0%, #2cefde 100%); padding-top: 70px; padding-bottom: 50px; + color: #000; } + .milestone-number { margin-top: 20px; - /* color: #111342; */ + color: #111342 !important; font-size: 0; text-align: center; font-weight: 400; @@ -170,24 +202,23 @@ padding: 0; } -.mb-100{ +.mb-100 { margin-bottom: 50px; } - .milestone-desc { margin-top: 5px; font-size: 15px; line-height: 100%; letter-spacing: 1px; - /* color: #333333; */ + color: #333333; padding-top: 15px; box-sizing: border-box; position: relative; } .milestone-desc::after { - /* background: #323232; */ + background: #323232; left: 50%; transform: translate(-50%, 0); content: ""; @@ -202,7 +233,7 @@ .footer-area { position: relative; z-index: 1; - background-color: #000; + background-color: #02648b; padding-top: 30px; } @@ -217,108 +248,67 @@ margin-right: -15px; } } + .section-padding-80 { padding-top: 80px; - padding-bottom: 80px; } + padding-bottom: 80px; +} .section-padding-0-80 { padding-top: 0; - padding-bottom: 80px; } + padding-bottom: 80px; +} .section-padding-80-0 { padding-top: 80px; - padding-bottom: 0; } + padding-bottom: 0; +} .section-padding-80-50 { padding-top: 80px; - padding-bottom: 50px; } + padding-bottom: 50px; +} .section-padding-100 { padding-top: 100px; - padding-bottom: 100px; } + padding-bottom: 100px; +} .section-padding-0-85 { padding-top: 0; - padding-bottom: 85px; } + padding-bottom: 85px; +} .section-padding-100-60 { padding-top: 100px; - padding-bottom: 60px; } + padding-bottom: 60px; +} .section-padding-100-70 { padding-top: 100px; - padding-bottom: 70px; } + padding-bottom: 70px; +} .section-padding-0-100 { padding-top: 0; - padding-bottom: 100px; } + padding-bottom: 100px; +} .section-padding-100-0 { padding-top: 100px; - padding-bottom: 0; } + padding-bottom: 0; +} .footer-area .row .col-12 { padding-left: 30px; padding-right: 30px; } -.our-sponsor-client-area { - position: relative; - z-index: 1; - background-color: #151853; } -.our-sponsor-area { +.our-sponsor-client-area { position: relative; z-index: 1; - width: 100%; } - .our-sponsor-area .single-sponsor { - border: 1px solid white; - -webkit-box-flex: 0; - -ms-flex: 0 0 25%; - flex: 0 0 25%; - max-width: 25%; - width: 25%; - height: 240px; - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - -webkit-box-pack: center; - -ms-flex-pack: center; - justify-content: center; - margin-left: -1px; - margin-top: -1px; - margin-right: 2.5%; - margin-left: 2.5%; - } - @media only screen and (min-width: 992px) and (max-width: 1199px) { - .our-sponsor-area .single-sponsor { - height: 200px; } } - @media only screen and (min-width: 768px) and (max-width: 991px) { - .our-sponsor-area .single-sponsor { - height: 150px; } } - @media only screen and (max-width: 767px) { - .our-sponsor-area .single-sponsor { - height: 80px; } } - .our-sponsor-area .single-sponsor a img { - -webkit-transition-duration: 300ms; - -o-transition-duration: 300ms; - transition-duration: 300ms; - width: 85%; - } - @media only screen and (min-width: 992px) and (max-width: 1199px) { - .our-sponsor-area .single-sponsor a img { - max-height: 90px; } } - @media only screen and (min-width: 768px) and (max-width: 991px) { - .our-sponsor-area .single-sponsor a img { - max-height: 50px; } } - @media only screen and (max-width: 767px) { - .our-sponsor-area .single-sponsor a img { - max-height: 30px; } } - .our-sponsor-area .single-sponsor:hover a img, .our-sponsor-area .single-sponsor:focus a img { - opacity: 1; } - + background-color: #151853; +} @media only screen and (max-width: 767px) { .footer-area .row .col-12 { @@ -558,47 +548,68 @@ .section-heading-2 { position: relative; z-index: 1; - margin-bottom: 60px; } - .section-heading-2 p { - color: #df42b1; - letter-spacing: 1px; - text-transform: uppercase; - margin-bottom: 0; - display: inline-block; - font-weight: 400; } + margin-bottom: 60px; +} + +.section-heading-2 p { + color: #df42b1; + letter-spacing: 1px; + text-transform: uppercase; + margin-bottom: 0; + display: inline-block; + font-weight: 400; +} + +.section-heading-2 h4 { + font-size: 38px; + color: #ffffff; + margin-bottom: 0; + text-transform: uppercase; + letter-spacing: 1px; +} + +@media only screen and (max-width: 767px) { .section-heading-2 h4 { - font-size: 38px; - color: #ffffff; - margin-bottom: 0; - text-transform: uppercase; - letter-spacing: 1px; } - @media only screen and (max-width: 767px) { - .section-heading-2 h4 { - font-size: 26px; } } - @media only screen and (min-width: 576px) and (max-width: 767px) { - .section-heading-2 h4 { - font-size: 30px; } } - -#faq{ - background-image: linear-gradient(180deg, #005085 0%, #233452 100%); -} -.section-header-faq{ + font-size: 26px; + } +} + +@media only screen and (min-width: 576px) and (max-width: 767px) { + .section-heading-2 h4 { + font-size: 30px; + } +} + +#faq { + background-image: linear-gradient(180deg, #007fb1 0%, #02867b 100%); +} + +.section-header-faq { text-align: center; } -#faq-list li{ + +#faq-list li { color: transparent; margin: 5px; } -#faq2-list li{ + +#faq2-list li { color: transparent; margin: 5px; } + +#faq p { + color: #fff; +} + #faq #faq-list a.collapsed { - color: #FFF; + color: #fff; } + #faq #faq2-list a.collapsed { - color: #FFF; + color: #fff; } + #faq #faq-list li a { padding: 18px 0; display: block; @@ -609,6 +620,7 @@ padding-left: 5px; padding-right: 30px; } + #faq #faq2-list li a { padding: 18px 0; display: block; @@ -619,15 +631,52 @@ padding-left: 5px; padding-right: 30px; } + #faq a { - color: #55C1AA; + color: #55c1aa; transition: 0.5s; text-decoration: none; } + #faq ul li:after { content: ""; display: block; height: 2px; margin: 10px; - background: #85F1C6; -} \ No newline at end of file + background: #85f1c6; +} + +#faq a:not(.collapsed) .fa-plus-circle::before { + content: "\f056"; +} + +#sponsors { + background-image: linear-gradient(180deg, #23bdf9 0%, #03a798 100%); +} + +#sponsors .row img { + max-width: 200px; + width: auto; + max-height: 150px; +} + +#gatsbyjs, +#elastic { + width: 100% !important; +} + +.col-3 { + display: flex; + justify-content: center; + margin-bottom: 50px; +} + +@media only screen and (max-width: 1100px) { + #sponsors .row img { + width: 95%; + } +} + +#sponsors a:hover { + transform: scale(1.07); +} diff --git a/img/landing_bg/Background.png b/img/landing_bg/Background.png deleted file mode 100644 index 1e42c8a..0000000 Binary files a/img/landing_bg/Background.png and /dev/null differ diff --git a/img/landing_bg/Background2.png b/img/landing_bg/Background2.png deleted file mode 100644 index 5e198fa..0000000 Binary files a/img/landing_bg/Background2.png and /dev/null differ diff --git a/img/landing_bg/Background3.png b/img/landing_bg/Background3.png deleted file mode 100644 index 279220a..0000000 Binary files a/img/landing_bg/Background3.png and /dev/null differ diff --git a/img/landing_bg/Background4.png b/img/landing_bg/Background4.png deleted file mode 100644 index 8d3605e..0000000 Binary files a/img/landing_bg/Background4.png and /dev/null differ diff --git a/img/landing_bg/Background5.png b/img/landing_bg/Background5.png deleted file mode 100644 index 425d7b5..0000000 Binary files a/img/landing_bg/Background5.png and /dev/null differ diff --git a/img/landing_bg/Morning_Evening.jpg b/img/landing_bg/Morning_Evening.jpg new file mode 100644 index 0000000..80a28b6 Binary files /dev/null and b/img/landing_bg/Morning_Evening.jpg differ diff --git a/img/landing_bg/Morning_Evening.webp b/img/landing_bg/Morning_Evening.webp new file mode 100644 index 0000000..18faf98 Binary files /dev/null and b/img/landing_bg/Morning_Evening.webp differ diff --git a/img/landing_bg/Night.jpg b/img/landing_bg/Night.jpg new file mode 100644 index 0000000..9630e71 Binary files /dev/null and b/img/landing_bg/Night.jpg differ diff --git a/img/landing_bg/Night.webp b/img/landing_bg/Night.webp new file mode 100644 index 0000000..5eae274 Binary files /dev/null and b/img/landing_bg/Night.webp differ diff --git a/img/landing_bg/Noon.jpg b/img/landing_bg/Noon.jpg new file mode 100644 index 0000000..672d3c1 Binary files /dev/null and b/img/landing_bg/Noon.jpg differ diff --git a/img/landing_bg/Noon.webp b/img/landing_bg/Noon.webp new file mode 100644 index 0000000..26e607c Binary files /dev/null and b/img/landing_bg/Noon.webp differ diff --git a/img/landing_bg/Sunset_Sunrise.jpg b/img/landing_bg/Sunset_Sunrise.jpg new file mode 100644 index 0000000..c26f386 Binary files /dev/null and b/img/landing_bg/Sunset_Sunrise.jpg differ diff --git a/img/landing_bg/Sunset_Sunrise.webp b/img/landing_bg/Sunset_Sunrise.webp new file mode 100644 index 0000000..5af7f3b Binary files /dev/null and b/img/landing_bg/Sunset_Sunrise.webp differ diff --git a/img/logo.png b/img/logo.png new file mode 100644 index 0000000..dfd9de6 Binary files /dev/null and b/img/logo.png differ diff --git a/img/logo.webp b/img/logo.webp index ebf0e4f..397a41f 100644 Binary files a/img/logo.webp and b/img/logo.webp differ diff --git a/img/logo_long.png b/img/logo_long.png new file mode 100644 index 0000000..98fb93c Binary files /dev/null and b/img/logo_long.png differ diff --git a/img/logo_long.webp b/img/logo_long.webp index f11f1b8..e4126dd 100644 Binary files a/img/logo_long.webp and b/img/logo_long.webp differ diff --git a/img/nitk/01.jpg b/img/nitk/01.jpg index a341c2f..8afbe24 100644 Binary files a/img/nitk/01.jpg and b/img/nitk/01.jpg differ diff --git a/img/nitk/01.webp b/img/nitk/01.webp index 158ba65..31c802c 100644 Binary files a/img/nitk/01.webp and b/img/nitk/01.webp differ diff --git a/img/nitk/02.jpg b/img/nitk/02.jpg index 48fde34..9a6325b 100644 Binary files a/img/nitk/02.jpg and b/img/nitk/02.jpg differ diff --git a/img/nitk/02.webp b/img/nitk/02.webp index 993d2b6..cbd6e47 100644 Binary files a/img/nitk/02.webp and b/img/nitk/02.webp differ diff --git a/img/nitk/03.jpg b/img/nitk/03.jpg index 8d42121..7c8f85f 100644 Binary files a/img/nitk/03.jpg and b/img/nitk/03.jpg differ diff --git a/img/nitk/03.webp b/img/nitk/03.webp index 44186fa..668669e 100644 Binary files a/img/nitk/03.webp and b/img/nitk/03.webp differ diff --git a/img/nitk/04.jpg b/img/nitk/04.jpg index cbe3da6..1ca9cf6 100644 Binary files a/img/nitk/04.jpg and b/img/nitk/04.jpg differ diff --git a/img/nitk/04.webp b/img/nitk/04.webp index e124825..a7c9d74 100644 Binary files a/img/nitk/04.webp and b/img/nitk/04.webp differ diff --git a/img/nitk/05.jpg b/img/nitk/05.jpg index 5e6aff3..26b5b43 100644 Binary files a/img/nitk/05.jpg and b/img/nitk/05.jpg differ diff --git a/img/nitk/05.webp b/img/nitk/05.webp index 62c798b..1839650 100644 Binary files a/img/nitk/05.webp and b/img/nitk/05.webp differ diff --git a/img/nitk/06.jpg b/img/nitk/06.jpg index fbaf562..38b7f57 100644 Binary files a/img/nitk/06.jpg and b/img/nitk/06.jpg differ diff --git a/img/nitk/06.webp b/img/nitk/06.webp index 42fb3ad..63e4990 100644 Binary files a/img/nitk/06.webp and b/img/nitk/06.webp differ diff --git a/img/nitk/lighthouse.jpg b/img/nitk/lighthouse.jpg deleted file mode 100644 index 1fdf3b8..0000000 Binary files a/img/nitk/lighthouse.jpg and /dev/null differ diff --git a/img/nitk/lighthouse.webp b/img/nitk/lighthouse.webp deleted file mode 100644 index b8c1472..0000000 Binary files a/img/nitk/lighthouse.webp and /dev/null differ diff --git a/img/section_breaker.webp b/img/section_breaker.webp deleted file mode 100644 index 106fa39..0000000 Binary files a/img/section_breaker.webp and /dev/null differ diff --git a/img/section_breaker_blue/W1.png b/img/section_breaker_blue/W1.png index 52a7032..2f78d6c 100644 Binary files a/img/section_breaker_blue/W1.png and b/img/section_breaker_blue/W1.png differ diff --git a/img/section_breaker_blue/W1.webp b/img/section_breaker_blue/W1.webp new file mode 100644 index 0000000..80f9446 Binary files /dev/null and b/img/section_breaker_blue/W1.webp differ diff --git a/img/section_breaker_blue/W2.png b/img/section_breaker_blue/W2.png index 83f3b87..cd3aa75 100644 Binary files a/img/section_breaker_blue/W2.png and b/img/section_breaker_blue/W2.png differ diff --git a/img/section_breaker_blue/W2.webp b/img/section_breaker_blue/W2.webp new file mode 100644 index 0000000..17aa9e9 Binary files /dev/null and b/img/section_breaker_blue/W2.webp differ diff --git a/img/section_breaker_blue/W3.png b/img/section_breaker_blue/W3.png index 92ac6dd..3b6177c 100644 Binary files a/img/section_breaker_blue/W3.png and b/img/section_breaker_blue/W3.png differ diff --git a/img/section_breaker_blue/W3.webp b/img/section_breaker_blue/W3.webp new file mode 100644 index 0000000..e8b023d Binary files /dev/null and b/img/section_breaker_blue/W3.webp differ diff --git a/img/section_breaker_blue/W4.png b/img/section_breaker_blue/W4.png index c12e273..75093d0 100644 Binary files a/img/section_breaker_blue/W4.png and b/img/section_breaker_blue/W4.png differ diff --git a/img/section_breaker_blue/W4.webp b/img/section_breaker_blue/W4.webp new file mode 100644 index 0000000..e2b264c Binary files /dev/null and b/img/section_breaker_blue/W4.webp differ diff --git a/img/section_breaker_blue/W5.png b/img/section_breaker_blue/W5.png index e7a9bc2..4c0bab1 100644 Binary files a/img/section_breaker_blue/W5.png and b/img/section_breaker_blue/W5.png differ diff --git a/img/section_breaker_blue/W5.webp b/img/section_breaker_blue/W5.webp new file mode 100644 index 0000000..0e0a279 Binary files /dev/null and b/img/section_breaker_blue/W5.webp differ diff --git a/img/section_breaker_blue/W6.png b/img/section_breaker_blue/W6.png index f70bddb..976685a 100644 Binary files a/img/section_breaker_blue/W6.png and b/img/section_breaker_blue/W6.png differ diff --git a/img/section_breaker_blue/W6.webp b/img/section_breaker_blue/W6.webp new file mode 100644 index 0000000..62e1a63 Binary files /dev/null and b/img/section_breaker_blue/W6.webp differ diff --git a/img/section_breaker_blue/W7.png b/img/section_breaker_blue/W7.png index 66c820d..771a48e 100644 Binary files a/img/section_breaker_blue/W7.png and b/img/section_breaker_blue/W7.png differ diff --git a/img/section_breaker_blue/W7.webp b/img/section_breaker_blue/W7.webp new file mode 100644 index 0000000..674b813 Binary files /dev/null and b/img/section_breaker_blue/W7.webp differ diff --git a/img/section_breaker_blue/W8.png b/img/section_breaker_blue/W8.png index 1074ee7..a23787c 100644 Binary files a/img/section_breaker_blue/W8.png and b/img/section_breaker_blue/W8.png differ diff --git a/img/section_breaker_blue/W8.webp b/img/section_breaker_blue/W8.webp new file mode 100644 index 0000000..3cf27a9 Binary files /dev/null and b/img/section_breaker_blue/W8.webp differ diff --git a/img/sponsors-img/IPF Logo.jpg b/img/sponsors-img/IPF Logo.jpg index 1f06a2b..5ec229b 100644 Binary files a/img/sponsors-img/IPF Logo.jpg and b/img/sponsors-img/IPF Logo.jpg differ diff --git a/img/sponsors-img/IPF Logo.webp b/img/sponsors-img/IPF Logo.webp index 6dc5266..e7f6ff0 100644 Binary files a/img/sponsors-img/IPF Logo.webp and b/img/sponsors-img/IPF Logo.webp differ diff --git a/img/sponsors-img/Logo_DarkGrey_ NoShadow.png b/img/sponsors-img/Logo_DarkGrey_ NoShadow.png index 70a8598..5a43044 100644 Binary files a/img/sponsors-img/Logo_DarkGrey_ NoShadow.png and b/img/sponsors-img/Logo_DarkGrey_ NoShadow.png differ diff --git a/img/sponsors-img/Logo_DarkGrey_ NoShadow.webp b/img/sponsors-img/Logo_DarkGrey_ NoShadow.webp index 1db3b44..7e49993 100644 Binary files a/img/sponsors-img/Logo_DarkGrey_ NoShadow.webp and b/img/sponsors-img/Logo_DarkGrey_ NoShadow.webp differ diff --git a/img/sponsors-img/av8.png b/img/sponsors-img/av8.png index de8e525..92bb4ca 100644 Binary files a/img/sponsors-img/av8.png and b/img/sponsors-img/av8.png differ diff --git a/img/sponsors-img/av8.webp b/img/sponsors-img/av8.webp index 30afe6e..ec62cc8 100644 Binary files a/img/sponsors-img/av8.webp and b/img/sponsors-img/av8.webp differ diff --git a/img/sponsors-img/balsamiq-logo-screen.png b/img/sponsors-img/balsamiq-logo-screen.png deleted file mode 100644 index 1be86b2..0000000 Binary files a/img/sponsors-img/balsamiq-logo-screen.png and /dev/null differ diff --git a/img/sponsors-img/balsamiq-logo-screen.webp b/img/sponsors-img/balsamiq-logo-screen.webp deleted file mode 100644 index 8539bed..0000000 Binary files a/img/sponsors-img/balsamiq-logo-screen.webp and /dev/null differ diff --git a/img/sponsors-img/balsamiq-logo.jpg b/img/sponsors-img/balsamiq-logo.jpg new file mode 100644 index 0000000..fe58603 Binary files /dev/null and b/img/sponsors-img/balsamiq-logo.jpg differ diff --git a/img/sponsors-img/balsamiq-logo.webp b/img/sponsors-img/balsamiq-logo.webp new file mode 100644 index 0000000..de361d5 Binary files /dev/null and b/img/sponsors-img/balsamiq-logo.webp differ diff --git a/img/sponsors-img/bounce.png b/img/sponsors-img/bounce.png index 3c27faa..e83ee85 100644 Binary files a/img/sponsors-img/bounce.png and b/img/sponsors-img/bounce.png differ diff --git a/img/sponsors-img/bounce.webp b/img/sponsors-img/bounce.webp index 82db68e..35370e7 100644 Binary files a/img/sponsors-img/bounce.webp and b/img/sponsors-img/bounce.webp differ diff --git a/img/sponsors-img/bugsee.png b/img/sponsors-img/bugsee.png index 4263c2d..6f98199 100644 Binary files a/img/sponsors-img/bugsee.png and b/img/sponsors-img/bugsee.png differ diff --git a/img/sponsors-img/bugsee.webp b/img/sponsors-img/bugsee.webp index 8f134dd..02846e5 100644 Binary files a/img/sponsors-img/bugsee.webp and b/img/sponsors-img/bugsee.webp differ diff --git a/img/sponsors-img/cloudsploit.png b/img/sponsors-img/cloudsploit.png index 3e285d5..f570cf7 100644 Binary files a/img/sponsors-img/cloudsploit.png and b/img/sponsors-img/cloudsploit.png differ diff --git a/img/sponsors-img/cloudsploit.webp b/img/sponsors-img/cloudsploit.webp index f154536..fae27bf 100644 Binary files a/img/sponsors-img/cloudsploit.webp and b/img/sponsors-img/cloudsploit.webp differ diff --git a/img/sponsors-img/codechef.png b/img/sponsors-img/codechef.png index aab780b..3529322 100644 Binary files a/img/sponsors-img/codechef.png and b/img/sponsors-img/codechef.png differ diff --git a/img/sponsors-img/codechef.webp b/img/sponsors-img/codechef.webp index 339162d..ac79b34 100644 Binary files a/img/sponsors-img/codechef.webp and b/img/sponsors-img/codechef.webp differ diff --git a/img/sponsors-img/dev.png b/img/sponsors-img/dev.png index 13d1272..55efc45 100644 Binary files a/img/sponsors-img/dev.png and b/img/sponsors-img/dev.png differ diff --git a/img/sponsors-img/dev.webp b/img/sponsors-img/dev.webp index d9600f5..0f10975 100644 Binary files a/img/sponsors-img/dev.webp and b/img/sponsors-img/dev.webp differ diff --git a/img/sponsors-img/devfolio-old.png b/img/sponsors-img/devfolio-old.png deleted file mode 100644 index 972a3ee..0000000 Binary files a/img/sponsors-img/devfolio-old.png and /dev/null differ diff --git a/img/sponsors-img/devfolio-old.webp b/img/sponsors-img/devfolio-old.webp deleted file mode 100644 index 651017e..0000000 Binary files a/img/sponsors-img/devfolio-old.webp and /dev/null differ diff --git a/img/sponsors-img/digital-ocean.png b/img/sponsors-img/digital-ocean.png index 58271d6..a22e01c 100644 Binary files a/img/sponsors-img/digital-ocean.png and b/img/sponsors-img/digital-ocean.png differ diff --git a/img/sponsors-img/digital-ocean.webp b/img/sponsors-img/digital-ocean.webp index f029363..2b629d1 100644 Binary files a/img/sponsors-img/digital-ocean.webp and b/img/sponsors-img/digital-ocean.webp differ diff --git a/img/sponsors-img/fidelity.jpeg b/img/sponsors-img/fidelity.jpeg deleted file mode 100644 index 4f686cf..0000000 Binary files a/img/sponsors-img/fidelity.jpeg and /dev/null differ diff --git a/img/sponsors-img/fidelity.png b/img/sponsors-img/fidelity.png new file mode 100644 index 0000000..20a3071 Binary files /dev/null and b/img/sponsors-img/fidelity.png differ diff --git a/img/sponsors-img/fidelity.webp b/img/sponsors-img/fidelity.webp index 599df69..61426ac 100644 Binary files a/img/sponsors-img/fidelity.webp and b/img/sponsors-img/fidelity.webp differ diff --git a/img/sponsors-img/fold.png b/img/sponsors-img/fold.png index c0bf47d..444473c 100644 Binary files a/img/sponsors-img/fold.png and b/img/sponsors-img/fold.png differ diff --git a/img/sponsors-img/fold.webp b/img/sponsors-img/fold.webp index 27a7098..5101ad6 100644 Binary files a/img/sponsors-img/fold.webp and b/img/sponsors-img/fold.webp differ diff --git a/img/sponsors-img/jetbrains-variant-4.png b/img/sponsors-img/jetbrains-variant-4.png index 1ef9204..2b751bd 100644 Binary files a/img/sponsors-img/jetbrains-variant-4.png and b/img/sponsors-img/jetbrains-variant-4.png differ diff --git a/img/sponsors-img/jetbrains-variant-4.webp b/img/sponsors-img/jetbrains-variant-4.webp index 3920638..e05152c 100644 Binary files a/img/sponsors-img/jetbrains-variant-4.webp and b/img/sponsors-img/jetbrains-variant-4.webp differ diff --git a/img/sponsors-img/linode-full-RGB-fc.jpg b/img/sponsors-img/linode-full-RGB-fc.jpg deleted file mode 100644 index d49311a..0000000 Binary files a/img/sponsors-img/linode-full-RGB-fc.jpg and /dev/null differ diff --git a/img/sponsors-img/linode-full-RGB-fc.png b/img/sponsors-img/linode-full-RGB-fc.png new file mode 100644 index 0000000..c3a2d79 Binary files /dev/null and b/img/sponsors-img/linode-full-RGB-fc.png differ diff --git a/img/sponsors-img/linode-full-RGB-fc.webp b/img/sponsors-img/linode-full-RGB-fc.webp index e702c68..99a8c72 100644 Binary files a/img/sponsors-img/linode-full-RGB-fc.webp and b/img/sponsors-img/linode-full-RGB-fc.webp differ diff --git a/img/sponsors-img/memsis.jpeg b/img/sponsors-img/memsis.jpeg deleted file mode 100644 index 4b9ee5e..0000000 Binary files a/img/sponsors-img/memsis.jpeg and /dev/null differ diff --git a/img/sponsors-img/memsis.png b/img/sponsors-img/memsis.png new file mode 100644 index 0000000..ea9756d Binary files /dev/null and b/img/sponsors-img/memsis.png differ diff --git a/img/sponsors-img/memsis.webp b/img/sponsors-img/memsis.webp index 73398fe..5e6f7a6 100644 Binary files a/img/sponsors-img/memsis.webp and b/img/sponsors-img/memsis.webp differ diff --git a/img/sponsors-img/monster.png b/img/sponsors-img/monster.png index 9279c90..02f915f 100644 Binary files a/img/sponsors-img/monster.png and b/img/sponsors-img/monster.png differ diff --git a/img/sponsors-img/monster.webp b/img/sponsors-img/monster.webp index 2c07557..ca906a5 100644 Binary files a/img/sponsors-img/monster.webp and b/img/sponsors-img/monster.webp differ diff --git a/img/sponsors-img/progate.png b/img/sponsors-img/progate.png index cbcf55c..80fc7c0 100644 Binary files a/img/sponsors-img/progate.png and b/img/sponsors-img/progate.png differ diff --git a/img/sponsors-img/progate.webp b/img/sponsors-img/progate.webp index 407e173..473e3e9 100644 Binary files a/img/sponsors-img/progate.webp and b/img/sponsors-img/progate.webp differ diff --git a/img/sponsors-img/restdb-logo-white.png b/img/sponsors-img/restdb-logo-white.png deleted file mode 100644 index 0880df6..0000000 Binary files a/img/sponsors-img/restdb-logo-white.png and /dev/null differ diff --git a/img/sponsors-img/restdb-logo-white.webp b/img/sponsors-img/restdb-logo-white.webp deleted file mode 100644 index 9996f1c..0000000 Binary files a/img/sponsors-img/restdb-logo-white.webp and /dev/null differ diff --git a/img/sponsors-img/restdb-logo.png b/img/sponsors-img/restdb-logo.png new file mode 100644 index 0000000..915b8d8 Binary files /dev/null and b/img/sponsors-img/restdb-logo.png differ diff --git a/img/sponsors-img/restdb-logo.webp b/img/sponsors-img/restdb-logo.webp new file mode 100644 index 0000000..0aaa69b Binary files /dev/null and b/img/sponsors-img/restdb-logo.webp differ diff --git a/img/sponsors-img/rosenfeld.png b/img/sponsors-img/rosenfeld.png deleted file mode 100644 index 663b677..0000000 Binary files a/img/sponsors-img/rosenfeld.png and /dev/null differ diff --git a/img/sponsors-img/rosenfeld.svg b/img/sponsors-img/rosenfeld.svg new file mode 100644 index 0000000..b58a3b9 --- /dev/null +++ b/img/sponsors-img/rosenfeld.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/img/sponsors-img/rosenfeld.webp b/img/sponsors-img/rosenfeld.webp deleted file mode 100644 index 9b5cefe..0000000 Binary files a/img/sponsors-img/rosenfeld.webp and /dev/null differ diff --git a/img/sponsors-img/sketch-logo-light-transparent@2x.png b/img/sponsors-img/sketch-logo-light-transparent@2x.png index ed1abf9..9cdb450 100644 Binary files a/img/sponsors-img/sketch-logo-light-transparent@2x.png and b/img/sponsors-img/sketch-logo-light-transparent@2x.png differ diff --git a/img/sponsors-img/sketch-logo-light-transparent@2x.webp b/img/sponsors-img/sketch-logo-light-transparent@2x.webp index 8ceaff7..cf4e687 100644 Binary files a/img/sponsors-img/sketch-logo-light-transparent@2x.webp and b/img/sponsors-img/sketch-logo-light-transparent@2x.webp differ diff --git a/img/sponsors-img/sticker-mule-logo-light.png b/img/sponsors-img/sticker-mule-logo-light.png deleted file mode 100644 index 45a2d09..0000000 Binary files a/img/sponsors-img/sticker-mule-logo-light.png and /dev/null differ diff --git a/img/sponsors-img/sticker-mule-logo-light.webp b/img/sponsors-img/sticker-mule-logo-light.webp deleted file mode 100644 index db3b33c..0000000 Binary files a/img/sponsors-img/sticker-mule-logo-light.webp and /dev/null differ diff --git a/img/sponsors-img/sticker-mule-logo.png b/img/sponsors-img/sticker-mule-logo.png new file mode 100644 index 0000000..025f274 Binary files /dev/null and b/img/sponsors-img/sticker-mule-logo.png differ diff --git a/img/sponsors-img/sticker-mule-logo.webp b/img/sponsors-img/sticker-mule-logo.webp new file mode 100644 index 0000000..e047c3e Binary files /dev/null and b/img/sponsors-img/sticker-mule-logo.webp differ diff --git a/img/sponsors-img/stickeryou.png b/img/sponsors-img/stickeryou.png index d83c52a..39ab9f4 100644 Binary files a/img/sponsors-img/stickeryou.png and b/img/sponsors-img/stickeryou.png differ diff --git a/img/sponsors-img/stickeryou.webp b/img/sponsors-img/stickeryou.webp index 6fe2552..3e0660c 100644 Binary files a/img/sponsors-img/stickeryou.webp and b/img/sponsors-img/stickeryou.webp differ diff --git a/img/sponsors-img/tim-horizontal-logo-transparent-bg.png b/img/sponsors-img/tim-horizontal-logo-transparent-bg.png index 0d89174..9d13e21 100644 Binary files a/img/sponsors-img/tim-horizontal-logo-transparent-bg.png and b/img/sponsors-img/tim-horizontal-logo-transparent-bg.png differ diff --git a/img/sponsors-img/tim-horizontal-logo-transparent-bg.webp b/img/sponsors-img/tim-horizontal-logo-transparent-bg.webp index 0888724..a41067b 100644 Binary files a/img/sponsors-img/tim-horizontal-logo-transparent-bg.webp and b/img/sponsors-img/tim-horizontal-logo-transparent-bg.webp differ diff --git a/img/sponsors-img/unnathi.png b/img/sponsors-img/unnathi.png deleted file mode 100644 index c5b60d9..0000000 Binary files a/img/sponsors-img/unnathi.png and /dev/null differ diff --git a/img/sponsors-img/unnathi.webp b/img/sponsors-img/unnathi.webp deleted file mode 100644 index d6d2361..0000000 Binary files a/img/sponsors-img/unnathi.webp and /dev/null differ diff --git a/img/sponsors-img/unnathiIBM.png b/img/sponsors-img/unnathiIBM.png index 56dd5f4..6e1814e 100644 Binary files a/img/sponsors-img/unnathiIBM.png and b/img/sponsors-img/unnathiIBM.png differ diff --git a/img/sponsors-img/unnathiIBM.webp b/img/sponsors-img/unnathiIBM.webp index 8afb906..0bcb1e4 100644 Binary files a/img/sponsors-img/unnathiIBM.webp and b/img/sponsors-img/unnathiIBM.webp differ diff --git a/img/sponsors-img/wells-fargo.jpg b/img/sponsors-img/wells-fargo.jpg deleted file mode 100644 index 7defc7a..0000000 Binary files a/img/sponsors-img/wells-fargo.jpg and /dev/null differ diff --git a/img/sponsors-img/wells-fargo.png b/img/sponsors-img/wells-fargo.png new file mode 100644 index 0000000..416f984 Binary files /dev/null and b/img/sponsors-img/wells-fargo.png differ diff --git a/img/sponsors-img/wells-fargo.webp b/img/sponsors-img/wells-fargo.webp index 5387baf..759dc8d 100644 Binary files a/img/sponsors-img/wells-fargo.webp and b/img/sponsors-img/wells-fargo.webp differ diff --git a/img/sponsors-img/wolfram.png b/img/sponsors-img/wolfram.png index 6848cbe..51b9a62 100644 Binary files a/img/sponsors-img/wolfram.png and b/img/sponsors-img/wolfram.png differ diff --git a/img/sponsors-img/wolfram.webp b/img/sponsors-img/wolfram.webp index 51d4613..a0deaad 100644 Binary files a/img/sponsors-img/wolfram.webp and b/img/sponsors-img/wolfram.webp differ diff --git a/img/sponsors-img/zubi-logo_black.png b/img/sponsors-img/zubi-logo_black.png index 670e24a..84c6fa3 100644 Binary files a/img/sponsors-img/zubi-logo_black.png and b/img/sponsors-img/zubi-logo_black.png differ diff --git a/img/sponsors-img/zubi-logo_black.webp b/img/sponsors-img/zubi-logo_black.webp index 77baaff..a7f36e9 100644 Binary files a/img/sponsors-img/zubi-logo_black.webp and b/img/sponsors-img/zubi-logo_black.webp differ diff --git a/img/sponsors-img/zubi.jpeg b/img/sponsors-img/zubi.jpeg deleted file mode 100644 index be07a95..0000000 Binary files a/img/sponsors-img/zubi.jpeg and /dev/null differ diff --git a/img/sponsors-img/zubi.webp b/img/sponsors-img/zubi.webp deleted file mode 100644 index 39d8faf..0000000 Binary files a/img/sponsors-img/zubi.webp and /dev/null differ diff --git a/img/sponsors-img/zulip.png b/img/sponsors-img/zulip.png index 5ddbf81..12b2025 100644 Binary files a/img/sponsors-img/zulip.png and b/img/sponsors-img/zulip.png differ diff --git a/img/sponsors-img/zulip.webp b/img/sponsors-img/zulip.webp index 8e37c5e..b1ffa89 100644 Binary files a/img/sponsors-img/zulip.webp and b/img/sponsors-img/zulip.webp differ diff --git a/img/welcome.webp b/img/welcome.webp deleted file mode 100644 index f4887c1..0000000 Binary files a/img/welcome.webp and /dev/null differ diff --git a/index.html b/index.html index 3d78ca7..145684d 100644 --- a/index.html +++ b/index.html @@ -28,12 +28,12 @@ /> - HackVerse2.0 | January 25-26, 2021 + HackVerse2.0 | Febraury, 2021 - - + + + + @@ -55,609 +62,874 @@
-
+

HACKVERSE 2.0

24-HOUR NATION WIDE

HACKATHON

NATIONAL INSTITUTE OF TECHNOLOGY KARNATAKA, SURATHKAL

-

Jan 25th - 26th, 2021

-
- - -
-
-

WHAT IS HACKVERSE 2.0

-
-

- HackVerse serves as a platform to encourage enthusiastic minds to - brainstorm on solutions for challenging issues from all over India. - The unified motive of gathering all like-minded hackers to our alma - mater, is what led to the creation of the idea in NITK Surathkal, the - first of its kind. We’ll provide a platform for innovations, where - developers can test and showcase their potential to the best of their - abilities. The hackathon will also have keynotes & workshops from - executives from the industry. -

-
+ +
+
+

WHAT IS HACKVERSE 2.0

+
+

+ HackVerse serves as a platform to encourage enthusiastic minds to + brainstorm on solutions for challenging issues from all over India. + The unified motive of gathering all like-minded hackers to our alma + mater, is what led to the creation of the idea in NITK Surathkal, the + first of its kind. We’ll provide a platform for innovations, where + developers can test and showcase their potential to the best of their + abilities. The hackathon will also have keynotes & workshops from + executives from the industry. +

+
- Hackverse2.0 -
- - - -
-
-
-
-
- -

PREVIOUS EDITION SPONSORS

-
-
-
+ +
+ +
-
-
-
-
- Wells Fargo -
-
- Devfolio -
-
- Fidelity -
-
- Linode -
-
- Digital Ocean -
-
- BSEIPF -
-
- Matic -
-
- Elastic -
-
- Gatsby -
-
- Unnathi Career Academy Pvt. Ltd. -
-
- JetBrains -
-
- Zebronics -
-
- Codechef -
-
- Zulip -
-
- DEV -
-
- Creative Tim -
-
- CloudSploit -
-
- Wolfram Language -
-
- Coding Blocks -
-
- Monster -
-
- StickerMule -
-
- Bugsee -
-
- Balsamiq -
-
- Sketch -
-
- restdb.io -
-
- Progate -
-
- AV8 Juice -
-
- Zubi.io -
-
- Zubi.io + +
+
+
+
+
+

+ HackVerse 1.0 Stats +

-
- StickerYou +
+
+
+
+
+ +
+ 2461 +
+
Total Registrations
-
- Memsis +
+
+
+ +
+ 180 + + +
+
Hackers Hosted
-
- Bounce +
+
+
+ +
+ 80 + + +
+
Engineering Institutes
-
- Fold Money +
+
+
+ +
+ 30 + + +
+
Companies
-
- -
+
+ + + + +
+
-
-
-
-
-

FAQs

-
-
- -
-
-
    -
  • - - -
    -

    - HackVerse is an offline event and as a participant you will need to be present at - NITK campus. -

    -
    -
  • + +
    +
    +
    +
    +
    + +

    PREVIOUS EDITION SPONSORS

    +
    +
    +
    -
  • - -
    -

    - Students enrolled in any college in India can apply for the hackathon. -

    -
    -
  • +
    +
    + Wells Fargo +
    +
    + Devfolio +
    +
    + Fidelity +
    +
    + Linode +
    +
    + Digital Ocean +
    +
    + BSEIPF +
    +
    + Matic +
    +
    + Elastic +
    +
    + Gatsby +
    +
    + Unnathi Career Academy Pvt. Ltd. +
    +
    + JetBrains +
    +
    + Zebronics +
    +
    + Codechef +
    +
    + Zulip +
    +
    + DEV +
    +
    + Creative Tim +
    +
    + CloudSploit +
    +
    + Wolfram Language +
    +
    + Coding Blocks +
    +
    + Monster +
    +
    + StickerMule +
    +
    + Bugsee +
    +
    + Balsamiq +
    +
    + Sketch +
    +
    + restdb.io +
    +
    + Progate +
    +
    + AV8 Juice +
    +
    + Zubi.io +
    +
    + Rosenfeld +
    +
    + StickerYou +
    +
    + Memsis +
    +
    + Bounce +
    +
    + Fold Money +
    +
    +
    +
    -
  • - -
    -

    - No. Registrations are completely free of cost. -

    -
    -
  • + + +
    + +
    -
  • - -
    -

    - Yes. Sure. Sí. हाँ. Absolutely, accomodation will be provided in the college itself - for 24-26th January, we'll make sure you don't go back empty stomach. -

    -
    -
  • -
  • - -
    -

    - We are looking for people who innovate and can build crazy, unique solutions to - real-world problems. Tell us why you want to be a part of HackVerse, any - accomplishments you are proud of and anything else which could strengthen your - application. Also, - make sure your Devfolio profile is complete with your resume and relevant links. -

    -
    -
  • -
  • - -
    -

    - You can form teams of up to 3 people. Most teams aim to have a mix of people with - both design and developer skills. -

    -
    -
  • -
  • - -
    -

    - Yes! Travel allowance will be given in the form of reimbursements. For details - please read the Terms & Condtions carefully. -

    -
    -
  • -
+
+
+
+

FAQs

+
+
+
+
    +
  • + +
    +

    + HackVerse is an offline event and as a participant you will + need to be present at NITK campus. +

    +
    +
  • -
    -
      -
    • - -
      -

      - Just fill out the application form and we will match you with the best team possible - on site. You could also join our Telegram group to find potential teammates. -

      -
      -
    • -
    • - -
      -

      - The hackathon will instantly increase your knowledge and skill level and will serve - as a platform to socialize with the tech community. Cash prizes and other perks are - in store for the winners and cool swag for all participants. -

      -
      -
    • -
    • - -
      -

      - Bring your student ID, laptop and chargers. A pillow and sleeping bag may be useful - as well. Please leave anything illegal at home. -

      -
      -
    • +
    • + +
      +

      + Students enrolled in any college in India can apply for the + hackathon. +

      +
      +
    • -
    • - -
      -

      - Yes. Creativity is independent of your technical skills. You can learn the tools and - technologies anytime. -

      -
      -
    • - -
    • - -
      -

      We believe being forced to build on problem statements limits creativity and - participants should have the freedom to express their creativity. Near the - hackathon, we'll release the APIs you could build on and some sample - problem statements in case needed. -

      -
      -
    • +
    • + +
      +

      No. Registrations are completely free of cost.

      +
      +
    • -
    • - -
      -

      - No. In the interest of fairness, students should not be working on their projects - before the hackathon begins and we do not allow participants to work on pre-existing - projects. However, you can familiarize yourself with all the tools and technologies - you intend to use beforehand. -

      -
      -
    • +
    • + +
      +

      + Yes. Sure. Sí. हाँ. Absolutely, accomodation will be + provided in the college itself for 24-26th January, we'll + make sure you don't go back empty stomach. +

      +
      +
    • +
    • + +
      +

      + We are looking for people who innovate and can build crazy, + unique solutions to real-world problems. Tell us why you + want to be a part of HackVerse, any accomplishments you are + proud of and anything else which could strengthen your + application. Also, make sure your Devfolio profile is + complete with your resume and relevant links. +

      +
      +
    • +
    • + +
      +

      + You can form teams of up to 3 people. Most teams aim to have + a mix of people with both design and developer skills. +

      +
      +
    • +
    • + +
      +

      + Yes! Travel allowance will be given in the form of + reimbursements. For details please read the Terms & + Condtions carefully. +

      +
      +
    • +
    +
    -
  • - -
    -

    - Please join our Telegram Channel: @hackverse, and ask your question, one of the - organizers will get in touch with you. -

    -
    -
  • +
    +
      +
    • + +
      +

      + Just fill out the application form and we will match you + with the best team possible on site. You could also join our + Telegram group to find potential teammates. +

      +
      +
    • +
    • + +
      +

      + The hackathon will instantly increase your knowledge and + skill level and will serve as a platform to socialize with + the tech community. Cash prizes and other perks are in store + for the winners and cool swag for all participants. +

      +
      +
    • +
    • + +
      +

      + Bring your student ID, laptop and chargers. A pillow and + sleeping bag may be useful as well. Please leave anything + illegal at home. +

      +
      +
    • -
    -
    - +
  • + +
    +

    + Yes. Creativity is independent of your technical skills. You + can learn the tools and technologies anytime. +

    +
    +
  • -
+
  • + +
    +

    + We believe being forced to build on problem statements + limits creativity and participants should have the freedom + to express their creativity. Near the hackathon, we'll + release the APIs you could build on and some sample problem + statements in case needed. +

    +
    +
  • -
    - -
    -
    -
    -
    -
    -

    - - HackVerse 1.0 Stats -

    -
    -
    -
    -
    -
    -
    - -
    - 2461 -
    -
    Total Registrations
    -
    -
    -
    -
    - -
    - 180 - + -
    -
    Hackers Hosted
    -
    -
    -
    -
    - -
    - 80 - + -
    -
    Engineering Institutes
    -
    -
    -
    -
    - -
    - 30 - + -
    -
    Companies
    +
  • + +
    +

    + No. In the interest of fairness, students should not be + working on their projects before the hackathon begins and we + do not allow participants to work on pre-existing projects. + However, you can familiarize yourself with all the tools and + technologies you intend to use beforehand. +

    +
    +
  • + +
  • + +
    +

    + Please join our Telegram Channel: @hackverse, and ask your + question, one of the organizers will get in touch with you. +

    +
    +
  • +
    +
    +
    + + + -
    - - - - - - - - - - - - - - + + + + + + + + + + + +