Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds talks on the Talks page #39

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions src/Components/Home/Home.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,25 @@ import Navbar from "../Navbar/Navbar";
import Hero from "../Hero/Hero";
import MobileBackground from "../Background/MobileBackground";
import Social from "../Social/Social";
import VideoBox from "../VideoBox/VideoBox";
import Invite from "../Invite/Invite";
import Footer from "../Footer/Footer";
import MobileFooter from "../Footer/MobileFooter/MobileFooter";

function Home() {
const tedxIIIVInfo =
"Indian Institute of Information Technology Vadodara is one of India’s most rapidly growing institutes, imparting technical knowledge. To break the restraints on knowledge, IIITV brings to you TEDxIIITV, a learning experience like never before. Organized by the curious minds of IIITV, TEDxIIITV features live speakers sharing their thoughts on life and sparking a new flame of enthusiasm among the youth.";
return (
<div>
<Navbar />
<Hero />
<MobileBackground />
<Social />
<VideoBox
link="https://www.youtube.com/embed/0n4dKcCw64Y"
title="What is TEDxIIITV?"
text={tedxIIIVInfo}
/>
<Invite />
<Footer />
<MobileFooter />
Expand Down
32 changes: 7 additions & 25 deletions src/Components/Invite/Invite.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,35 +5,17 @@ import svg from "../../Assests/calendar.svg";
const Invite = () => {
return (
<div className="invite-wrapper">
<div className="youtube-container">
<div className="invite-item youtube">
<iframe
src="https://www.youtube.com/embed/0n4dKcCw64Y"
allow="autoplay; encrypted-media"
allowfullscreen
title="video"
className="youtube-embed"
/>
</div>
<div className="invite-item">
<h3 className="title">What is TEDxIIITV?</h3>
<hr className="line" />
<p className="text">
Indian Institute of Information Technology Vadodara is one of India’s most rapidly growing institutes,
imparting technical knowledge. To break the restraints on knowledge, IIITV brings to you TEDxIIITV,
a learning experience like never before. Organized by the curious minds of IIITV, TEDxIIITV features
live speakers sharing their thoughts on life and sparking a new flame of enthusiasm among the youth.
</p>
</div>
</div>

<hr className="white-line"/>
<hr className="white-line" />

<div className="map-container">
<h2 className="title-red">Mark your calendars</h2>
<h1 className="title-shadow">17th - 19th December 2021</h1>
<a href="https://www.google.com/calendar" target="_blank" rel="noreferrer">
<img src={svg} className="icon" alt="calendar invite"/>
<a
href="https://www.google.com/calendar"
target="_blank"
rel="noreferrer"
>
<img src={svg} className="icon" alt="calendar invite" />
</a>
<h2 className="title-iiitv">
IIIT Vadodara
Expand Down
69 changes: 1 addition & 68 deletions src/Components/Invite/Invite.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,74 +8,7 @@ $mobile: 600px;

.invite-wrapper {
background-color: #000000;

.youtube-container {
display: flex;
@include mobile {
flex-direction: column;
text-align: center;
}
padding-bottom: 5rem;

.invite-item {
flex: 50%;

.youtube-embed {
width: 33.913rem;
height: 15.926rem;
@include mobile {
width: 234.8px;
height: 113.89px;
margin-bottom: 10px;
}
}

.title {
color: #ff000b;
font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
font-weight: 600;
font-size: 2.5rem;
@include mobile {
font-size: 16px;
}
}

.line {
margin-top: 0.5rem;
margin-bottom: 1rem;
height: 2px;
width: 19.125rem;
background-color: #ffffff;
@include mobile {
width: 130px;
margin: 12px auto 10px auto;

}
}

.text {
padding-right: 3.85rem;
padding-left: 0;
font-size: 1.625rem;
color: #ffffff;
font-family: "Gill Sans Light", "Gill Sans", Calibri, sans-serif;
font-weight: 300;
@include mobile {
font-size: 16px;
width: 75%;
margin: auto;
padding: 0;
}
}
}

.youtube {
padding-top: 60px;
text-align: center;
}
}

.white-line {
.white-line {
width: 200px;
margin: 15px auto 60px;
background-color: #ffffff;
Expand Down
220 changes: 113 additions & 107 deletions src/Components/Speaker/Speaker.scss
Original file line number Diff line number Diff line change
@@ -1,122 +1,128 @@
.speakers {
min-height: 86vh;
min-height: 86vh;
background-color: black;
.container {
width: 90%;
margin: 0 auto;
color: white;
background-color: black;
.container {
padding-top: 20px;
.head {
color: #e62b1e;
// font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
font-style: italic;
font-size: 50px;
font-weight: 700;
@media only screen and (max-width: 600px) {
font-size: 24px;
font-weight: 400;
}
}
.cardContainer {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
@media only screen and (max-width: 600px) {
display: flex;
flex-direction: column;
}
}
.details {
width: 80%;
// padding-top: 40px;
padding: 30px 0;
margin: 0 auto;
@media only screen and (max-width: 600px) {
width: 90%;
margin: 0 auto;
color: white;
background-color: black;
padding-top: 20px;
.head {
color: #e62b1e;
// font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
font-style: italic;
}
.back {
font-size: 20px;
color: #e62b1e;
text-transform: uppercase;
text-decoration: underline;
margin-bottom: 20px;
cursor: pointer;
}
.detailsContainer {
box-sizing: border-box;
padding: 40px;
box-shadow: 0px 0px 8px 3px rgba(162, 162, 162, 0.25);
// min-height: 600px;
width: 100%;
display: flex;
@media only screen and (max-width: 600px) {
flex-direction: column;
align-items: center;
}

img {
width: 200px;
height: 200px;
border-radius: 50%;
@media only screen and (max-width: 600px) {
width: 100px;
height: 100px;
margin-bottom: 10px;
}
}
.rightCard {
margin-left: 30px;
@media only screen and (max-width: 600px) {
margin-left: 0;
display: flex;
flex-direction: column;
align-items: center;
}
a {
text-decoration: none;
}
p {
color: white;
font-size: 50px;
font-weight: 700;
font-style: italic;

@media only screen and (max-width: 600px) {
font-size: 24px;
font-weight: 400;
font-size: 12px;
text-align: center;
margin-bottom: 10px;
}
}
.cardContainer {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
}
div {
width: 147px;
height: 2px;
background-color: #e62b1e;
@media only screen and (max-width: 600px) {
display: flex;
flex-direction: column;
width: 75px;
}
}
.details {
width: 80%;
// padding-top: 40px;
padding: 30px 0;
margin: 0 auto;
}
.university {
font-size: 20px;
font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS",
sans-serif;
font-style: normal;
font-weight: normal;
margin-top: 20px;
@media only screen and (max-width: 600px) {
width: 90%;
font-size: 8px;
font-weight: 400;
margin-top: 10px;
}
.back {
font-size: 20px;
color: #e62b1e;
text-transform: uppercase;
text-decoration: underline;
margin-bottom: 20px;
cursor: pointer;
}
.detailsContainer {
box-sizing: border-box;
padding: 40px;
box-shadow: 0px 0px 8px 3px rgba(162, 162, 162, 0.25);
// min-height: 600px;
width: 100%;
display: flex;
@media only screen and (max-width: 600px) {
flex-direction: column;
align-items: center;
}

img {
width: 200px;
height: 200px;
border-radius: 50%;
@media only screen and (max-width: 600px) {
width: 100px;
height: 100px;
margin-bottom: 10px;
}
}
.rightCard {
margin-left: 30px;
@media only screen and (max-width: 600px) {
margin-left: 0;
display: flex;
flex-direction: column;
align-items: center;
}
p {
color: white;
font-size: 50px;
font-weight: 700;
font-style: italic;
@media only screen and (max-width: 600px) {
font-size: 12px;
text-align: center;
margin-bottom: 10px;
}
}
div {
width: 147px;
height: 2px;
background-color: #e62b1e;
@media only screen and (max-width: 600px) {
width: 75px;
}
}
.university {
font-size: 20px;
font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
font-style: normal;
font-weight: normal;
margin-top: 20px;
@media only screen and (max-width: 600px) {
font-size: 8px;
font-weight: 400;
margin-top: 10px;
}
}
.bio {
font-size: 20px;
font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
font-style: normal;
font-weight: normal;
margin-top: 20px;
line-height: 23px;
@media only screen and (max-width: 600px) {
font-size: 10px;
line-height: 11px;
}
}
}
}
.bio {
font-size: 20px;
font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS",
sans-serif;
font-style: normal;
font-weight: normal;
margin-top: 20px;
line-height: 23px;
@media only screen and (max-width: 600px) {
font-size: 10px;
line-height: 11px;
}
}
}
}
}
}
}
Loading