Skip to content

Commit

Permalink
feat: integrate PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
zakhaev26 committed Oct 6, 2024
1 parent b131b63 commit 6631ab6
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 25 deletions.
18 changes: 8 additions & 10 deletions src/components/EventPage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,21 +65,27 @@ function EventPage() {
coordinators="Co-ordinators: Soubhik Gon, Saswat Parasar Behera"
/>
<EventCard
title="Tech Talk (Software Edition)"
title="Beyond Boundaries"
image={BeyondBoundaries}
description="Industry experts and passionate developers converge to share insights on the latest trends, tools, and innovations in software development. Engage in thought-provoking discussions, interactive workshops, and networking opportunities that will inspire your tech journey!"
date="Date: 20th - 21st march 2024"
prize_pool="INR 50,000"
coordinators="Co-ordinators: Soubhik Gon, Saswat Parasar Behera"
/>

<EventCard
title="Tech Talk (Hardware Edition)"
title="Digicast"
image={Digicast}
description="A dynamic forum where hardware enthusiasts and industry leaders come together to explore cutting-edge technologies, emerging trends, and practical applications in hardware development. Participate in engaging talks, hands-on demonstrations, and collaborative discussions that will elevate your understanding of the hardware landscape!"
date="Date: 20th - 21st march 2024"
prize_pool="INR 50,000"
coordinators="Co-ordinators: Soubhik Gon, Saswat Parasar Behera"
/>
<EventCard
title="E-Talk"
image={BeyondBoundaries}
description="Industry experts and passionate developers converge to share insights on the latest trends, tools, and innovations in software development. Engage in thought-provoking discussions, interactive workshops, and networking opportunities that will inspire your tech journey!"
/>
<EventCard
title="Autobot"
image={Autobot}
Expand All @@ -96,14 +102,6 @@ function EventPage() {
prize_pool="INR 50,000"
coordinators="Co-ordinators: Soubhik Gon, Saswat Parasar Behera"
/>
<EventCard
title="Digicast"
image={Digicast}
description="Competitors will design and construct robots capable of navigating a specially designed obstacle course that challenges not just speed, but also precision and agility. Your task is to create a robot that can overcome every hurdle and complete the course in the shortest time possible. Every second counts!"
date="Date: 20th - 21st march 2024"
prize_pool="INR 50,000"
coordinators="Co-ordinators: Soubhik Gon, Saswat Parasar Behera"
/>
<EventCard
title="Build A Bot"
image={BuildABot}
Expand Down
14 changes: 5 additions & 9 deletions src/components/Footer.jsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React, { useState } from 'react';
import "../assets/css/footer.css";
import { Facebook, Instagram, Linkedin, Twitter } from 'lucide-react';
import { Facebook, Instagram, Linkedin, Mail, Twitter } from 'lucide-react';

// Import images dynamically
import alexImage from '../assets/images/alex.png';
Expand Down Expand Up @@ -96,21 +96,17 @@ function Footer() {
<li><a href="#landing">Contact</a></li>
</div>
<div className='footer-socials'>
<li className='social-item'>
<Facebook />
<a href="">Facebook</a>
</li>
<li className='social-item'>
<Instagram />
<a href="">Instagram</a>
<a href="https://www.instagram.com/d3fest.iiitbh/">Instagram</a>
</li>
<li className='social-item'>
<Linkedin />
<a href="">Linkedin</a>
<a href="https://www.linkedin.com/company/tech-society-iiitbh/">Linkedin</a>
</li>
<li className='social-item'>
<Twitter />
<a href="">Twitter</a>
<Mail />
<a href="mailto:[email protected]">Mail</a>
</li>
</div>

Expand Down
9 changes: 4 additions & 5 deletions src/components/Landing.jsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React from 'react';
import '../assets/css/landing.css'
import { Instagram } from 'lucide-react';
import { Instagram, Mail } from 'lucide-react';
import { Linkedin } from 'lucide-react';
import { Facebook } from 'lucide-react';
import { Twitter } from 'lucide-react';
Expand All @@ -18,10 +18,9 @@ function Landing() {
<span className='brochure_btn'><a target='_blank' href={pdf_brouch}>Download The Brochure</a></span>
</p>
<div className="icons_list">
<a href=""><Instagram /></a>
<a href=""><Linkedin /></a>
<a href=""><Facebook /></a>
<a href=""><Twitter /></a>
<a href="https://www.instagram.com/d3fest.iiitbh/"><Instagram /></a>
<a href="https://www.linkedin.com/company/tech-society-iiitbh/"><Linkedin /></a>
<a href="mailto:[email protected]"><Mail /></a>
</div>
</section>
);
Expand Down
2 changes: 1 addition & 1 deletion src/components/Register.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ function Register() {
{
Event: 'Code-O-Lympics',
Details: 'ICPC (International Collegiate Programming Contest)- inspired programming competition where teams of coders come together to solve a series of algorithmic problems within a specified time limit.Each teamworks collaboratively to tackle a variety of computational challenges that test their coding skills, problem - solving abilities, and efficiency in implementing algorithms.',
Register: 'https://unstop.com/hackathons/craftncode-d3-techno-management-fest-international-institute-of-information-technology-iiit-bhubaneswar-1171379'
Register: 'https://unstop.com/p/cod-o-lympics-d3-techno-management-fest-international-institute-of-information-technology-iiit-bhubaneswar-1171549'
},
{
Event: 'CyberSec Battle',
Expand Down

0 comments on commit 6631ab6

Please sign in to comment.