Skip to content

Commit

Permalink
replaced gifs with animated images
Browse files Browse the repository at this point in the history
  • Loading branch information
Mano-08 committed Mar 12, 2023
1 parent d40060e commit 76b6c8b
Show file tree
Hide file tree
Showing 20 changed files with 8 additions and 19 deletions.
8 changes: 4 additions & 4 deletions components/homepage/Info.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ import Image from "next/image";
import question from "../../images/question.png";
import group from "../../images/group.png";
import idea from "../../images/idea.png";
import team from "../../images/team6.gif";
import events from "../../images/team2.gif";
import team from "../../images/team.jpg";
import events from "../../images/events.jpg";
import Link from "next/link";
import content from "../../content/content.json";
import { useEffect, useState } from "react";
Expand Down Expand Up @@ -74,15 +74,15 @@ const Info = () => {
<section id={styles.learnMoreContainer}>
<LearnMoreCard
reverse={true}
imageURL={events}
imageURL={team}
title={"Meet our team!"}
buttonMessage={"Our Team"}
linkTo={"teams"}
message={content.homePage.meetOurTeam}
/>
<LearnMoreCard
reverse={false}
imageURL={team}
imageURL={events}
buttonMessage={"Visit Events"}
title={"Learn about our Events"}
linkTo={"events"}
Expand Down
2 changes: 1 addition & 1 deletion components/homepage/Landing.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import Image from "next/image";
import styles from "./Landing.module.scss";
import gdscLogo from "../../images/gdscLogo.png";
import team from "../../images/team4.gif";
import team from "../../images/home.png";
import content from "../../content/content.json";

function Landing() {
Expand Down
Binary file removed images/curiosity.gif
Binary file not shown.
Binary file added images/curiosity.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed images/event.png
Binary file not shown.
Binary file added images/events.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/home.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed images/planet2.gif
Binary file not shown.
Binary file removed images/rocket.gif
Binary file not shown.
Binary file added images/solutions.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed images/team.gif
Binary file not shown.
Binary file added images/team.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed images/team2.gif
Binary file not shown.
Binary file removed images/team4.gif
Binary file not shown.
Binary file removed images/team6.gif
Binary file not shown.
Binary file added images/teams.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 1 addition & 7 deletions pages/contact/index.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
import Image from "next/image";
import page from "../../images/page.png";
import styles from "./Contact.module.scss";
import linkedin from "../../images/linkedin.svg";
import twitter from "../../images/twitter.svg";
import mail from "../../images/mail.svg";
import youtube from "../../images/youtube.svg";
import curiousity from "../../images/curiosity.gif";
import Link from "next/link";
import curiousity from "../../images/curiosity.jpg";
import IframeComponent from "./iframe";

function Contact() {
Expand Down
2 changes: 1 addition & 1 deletion pages/events/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import styles from "./Events.module.scss";
import Image from "next/image";
import event from "../../images/event.png";
import event from "../../images/solutions.png";
import dynamic from "next/dynamic";
import Past from "./Past";
import Upcoming from "./Upcoming";
Expand Down
3 changes: 1 addition & 2 deletions pages/teams/index.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
import styles from "./Team.module.scss";
import Image from "next/image";
import dynamic from "next/dynamic";
import team from "../../images/team.gif";
import team from "../../images/teams.jpg";
import lead from "../../images/team/Ritvik.png";
import { Reveal } from "react-awesome-reveal";
import { keyframes } from "@emotion/react";
import Card from "../../components/cards/MemberCard";
import {
Expand Down
4 changes: 0 additions & 4 deletions pages/winter-school/WinterSchool.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -119,10 +119,6 @@
}
}

.facilitatorCard:hover {
transform: scale(1.02);
}

@media only screen and (max-width: 600px) {
#winterSchoolLogo {
width: 60%;
Expand Down

0 comments on commit 76b6c8b

Please sign in to comment.