Skip to content

Commit

Permalink
Added clouds and whale
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinmonisit committed Aug 29, 2023
1 parent 250ffed commit 8b9ce37
Show file tree
Hide file tree
Showing 16 changed files with 14 additions and 35 deletions.
18 changes: 0 additions & 18 deletions public/tailwind-output.css
Original file line number Diff line number Diff line change
Expand Up @@ -787,10 +787,6 @@ video {
margin-bottom: 0.5rem;
}

.mt-1 {
margin-top: 0.25rem;
}

.mt-4 {
margin-top: 1rem;
}
Expand Down Expand Up @@ -865,10 +861,6 @@ video {
height: 100%;
}

.h-\[900vh\] {
height: 900vh;
}

.h-5 {
height: 1.25rem;
}
Expand Down Expand Up @@ -1014,12 +1006,6 @@ video {
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-\[270deg\] {
--tw-rotate: 270deg;
-webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.scale-95 {
--tw-scale-x: .95;
--tw-scale-y: .95;
Expand Down Expand Up @@ -1697,10 +1683,6 @@ video {
margin-top: 4rem;
}

.md\:mt-0 {
margin-top: 0px;
}

.md\:mt-40 {
margin-top: 10rem;
}
Expand Down
Binary file added src/components/_Landing/assets/clouds/cloud1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion src/components/_Landing/assets/clouds/cloud1.svg

This file was deleted.

Binary file added src/components/_Landing/assets/clouds/cloud2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion src/components/_Landing/assets/clouds/cloud2.svg

This file was deleted.

Binary file added src/components/_Landing/assets/clouds/cloud3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion src/components/_Landing/assets/clouds/cloud3.svg

This file was deleted.

Binary file added src/components/_Landing/assets/clouds/cloud4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion src/components/_Landing/assets/clouds/cloud4.svg

This file was deleted.

Binary file added src/components/_Landing/assets/clouds/cloud5.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 added src/components/_Landing/assets/clouds/cloud6.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 added src/components/_Landing/assets/whale.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions src/components/_Landing/sections/faq/FAQ.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ import React from "react";
import QuestionContainer from "./QuestionContainer";
import catPATH from "../../assets/judyCat.png";
import dogPATH from "../../assets/judyDog4.png";
import cloud from "../../assets/clouds/cloud1.svg";
import cloud3 from "../../assets/clouds/cloud3.svg";
import cloud from "../../assets/clouds/cloud1.png";
import cloud3 from "../../assets/clouds/cloud3.png";

function FAQ() {
return (
Expand Down
5 changes: 3 additions & 2 deletions src/components/_Landing/sections/hero/hero.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,16 @@

@keyframes animateCloud {
0% {
margin-left: -34rem;
transform: translateX(-34rem);
}
100% {
margin-left: 100%;
transform: translateX(100vw);
}
}

/* ANIMATIONS */

.cloud {
will-change: transform;
animation: animateCloud 400s linear infinite;
}
14 changes: 7 additions & 7 deletions src/components/_Landing/sections/hero/hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ import React from "react";
import MainHeroContent from "./MainHeroContent";
import "./hero.css";
import Navbar from "./Navbar";
import rabbit from "../../assets/suminRabbit2.png";
import cloud from "../../assets/clouds/cloud1.svg";
import cloud2 from "../../assets/clouds/cloud2.svg";
import cloud3 from "../../assets/clouds/cloud3.svg";
import cloud4 from "../../assets/clouds/cloud4.svg";
import rabbit from "../../assets/whale.png";
import cloud from "../../assets/clouds/cloud1.png";
import cloud2 from "../../assets/clouds/cloud2.png";
import cloud3 from "../../assets/clouds/cloud3.png";

Check failure on line 9 in src/components/_Landing/sections/hero/hero.tsx

View workflow job for this annotation

GitHub Actions / build (14.x)

'cloud3' is defined but never used
import cloud4 from "../../assets/clouds/cloud4.png";
import { FaArrowDown } from "react-icons/fa";
import { scrollToSectionName, useUserScrolled } from "./utilities";
import { Profile } from "../../../Profile";
Expand Down Expand Up @@ -60,14 +60,14 @@ function Hero(props: { profile: Profile }) {
<img src={cloud2}
alt="cloud" />
</div>

{/*
<div className="absolute z-0 w-96 top-[10rem] left-[45rem]
opacity-50 md:opacity-80 md:top-[30rem] md:left-[40rem]
lg:top-[40rem] lg:left-[50rem]
lg:w-144 cloud">
<img src={cloud3}
alt="cloud" />
</div>
</div> */}

<div className="absolute z-0 w-96 top-[10rem] left-[-10rem]
opacity-50 md:opacity-80 md:top-[30rem] md:left-[-10rem]
Expand Down
4 changes: 2 additions & 2 deletions src/components/_Landing/sections/sponsors/Sponsors.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ import echo_3d from "../../assets/sponsors/echo_3d.png";
import nj_transit from "../../assets/sponsors/nj_transit.png";
import merck from "../../assets/sponsors/merck.png";
import pig from "../../assets/sammiPig.png";
import cloud3 from "../../assets/clouds/cloud3.svg";
import cloud2 from "../../assets/clouds/cloud2.svg";
import cloud3 from "../../assets/clouds/cloud3.png";
import cloud2 from "../../assets/clouds/cloud2.png";

function Sponsors() {
return (
Expand Down

0 comments on commit 8b9ce37

Please sign in to comment.