Skip to content

Commit

Permalink
added bits&bots - added discord invite
Browse files Browse the repository at this point in the history
  • Loading branch information
RohitShah1706 committed Oct 15, 2023
1 parent 92f2bc4 commit 4678ea9
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 4 deletions.
Binary file added src/assets/bits&bots.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 6 additions & 1 deletion src/components/Navbar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import Navbar from 'react-bootstrap/Navbar';
import NavDropdown from 'react-bootstrap/NavDropdown';
import './Navbar.scss';
import synergylogo from '../assets/synergy-logo.svg';
import { BsFacebook, BsInstagram, BsLinkedin } from "react-icons/bs";
import { BsFacebook, BsInstagram, BsLinkedin, BsDiscord } from "react-icons/bs";
import { FaTwitter } from "react-icons/fa";
import { isMobile } from "react-device-detect";
const NavigationBar = () => {
Expand Down Expand Up @@ -53,6 +53,11 @@ const NavigationBar = () => {
<BsInstagram style={{ fontSize: "1.5em" }} className='navbar-social-icons' />
</a>
</span>
<span className="nav-icons">
<a href="https://discord.gg/bBSKD7xZTf" target="_blank" rel="noreferrer">
<BsDiscord style={{ fontSize: "1.5em" }} className='navbar-social-icons' />
</a>
</span>
{/* <span className="nav-icons">
<a href="https://twitter.com/IIITB_official" target="_blank" rel="noreferrer" >
<FaTwitter className='navbar-social-icons' style={{fontSize: "1.5em" }} />
Expand Down
36 changes: 33 additions & 3 deletions src/screens/Events.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import synmun from "../assets/synmun.png";
import pp from "../assets/pp.png";
import pixelFlow from "../assets/pixel-flow.png"
import bs from "../assets/bs.png"
import bitsAndBots from "../assets/bits&bots.png"

function Events() {
return (
Expand Down Expand Up @@ -137,7 +138,7 @@ function Events() {
link2={""}
/>

<EventCard
<EventCard
title="ByteSynergy 2.0"
description1={
"Bytesynergy, hosted by IIIT-B, is a thrilling hackathon where tech enthusiasts converge to tackle challenges collectively. Over 3 weeks of coding and creativity, participants harness tech's potential to foster synergy and craft impactful solutions, all while competing for exciting prizes. Compete, collaborate, and forge valuable tech connections at this innovation-driven event."
Expand All @@ -146,7 +147,36 @@ function Events() {
text2="Event Details"
hide2="pp2"
details={
"https://unstop.com/hackathons/byte-synergy-20-international-institute-of-information-technology-iiit-bangalore-796046?utm_campaign=site-emails&utm_medium=d2c-automated&utm_source=opportunity-approved"
"https://unstop.com/hackathons/byte-synergy-20-international-institute-of-information-technology-iiit-bangalore-796046"
}
linkimg={<svg
xmlns="http://www.w3.org/2000/svg"
width="16"
height="16"
fill="currentColor"
class="bi bi-link"
viewBox="0 0 16 16"
>
<path d="M6.354 5.5H4a3 3 0 0 0 0 6h3a3 3 0 0 0 2.83-4H9c-.086 0-.17.01-.25.031A2 2 0 0 1 7 10.5H4a2 2 0 1 1 0-4h1.535c.218-.376.495-.714.82-1z" />
<path d="M9 5.5a3 3 0 0 0-2.83 4h1.098A2 2 0 0 1 9 6.5h3a2 2 0 1 1 0 4h-1.535a4.02 4.02 0 0 1-.82 1H12a3 3 0 1 0 0-6H9z" />
</svg>}
btn1_text="Register on Unstop"
link1={
"https://unstop.com/hackathons/byte-synergy-20-international-institute-of-information-technology-iiit-bangalore-796046"
}
link2={""}
/>

<EventCard
title="Bits & Bots"
description1={
"Unleash your creativity and code the IoT products of tomorrow at Bits & Bots - a groundbreaking hackathon focused on hardware innovation. Design sensor-based applications and watch your ideas come to life by generating custom RISC-V code and prototyping on FPGAs. Over Rs. 25,000 in prizes await the visionaries who push boundaries and create the next generation of connected devices. Join us for 48 hours of non-stop making and hacking - creativity clashes in this crazed creation competition where madness meets maker magic!"
}
image={bitsAndBots}
text2="Event Details"
hide2="pp2"
details={
"https://unstop.com/hackathons/bits-bots-international-institute-of-information-technology-iiit-bangalore-796966"
}
linkimg={<svg
xmlns="http://www.w3.org/2000/svg"
Expand All @@ -161,7 +191,7 @@ function Events() {
</svg>}
btn1_text="Register on Unstop"
link1={
"https://unstop.com/hackathons/byte-synergy-20-international-institute-of-information-technology-iiit-bangalore-796046?utm_campaign=site-emails&utm_medium=d2c-automated&utm_source=opportunity-approved"
"https://unstop.com/hackathons/bits-bots-international-institute-of-information-technology-iiit-bangalore-796966"
}
link2={""}
/>
Expand Down

0 comments on commit 4678ea9

Please sign in to comment.