diff --git a/components/NavbarI/NavbarI.jsx b/components/NavbarI/NavbarI.jsx index 4af91730..a5a31cc2 100644 --- a/components/NavbarI/NavbarI.jsx +++ b/components/NavbarI/NavbarI.jsx @@ -42,9 +42,9 @@ const NavbarI = () => { - + {/* - + */}
diff --git a/old/App.js b/old/App.js deleted file mode 100644 index f3561533..00000000 --- a/old/App.js +++ /dev/null @@ -1,35 +0,0 @@ -import About2 from "./Pages/AboutUs2/About2"; -import Community from "./Pages/Community"; -import Events from "./Pages/Events"; -import Gallery from "./Pages/Gallery"; -import LandingPage from "./Pages/LandingPage"; -import OurTeam from "./Pages/OurTeam"; -import Projects from "./Pages/Projects"; -import Sponsors from "./Pages/Sponsors"; -import React from "react"; -import { BrowserRouter as Router, Route, Routes } from "react-router-dom"; -import Error from "./Pages/Errorpage/Errorpage"; -import NavbarI from "./Components/NavbarI/NavbarI"; -import Chatbot from "./Components/Chatbot/chatbot"; - -function App() { - return ( - - - - - } /> - } /> - } /> - } /> - } /> - } /> - } /> - } /> - }/> - - - ); -} - -export default App; diff --git a/old/Components/Chatbot/chatbot.js b/old/Components/Chatbot/chatbot.js deleted file mode 100644 index ea119a40..00000000 --- a/old/Components/Chatbot/chatbot.js +++ /dev/null @@ -1,35 +0,0 @@ -import {TbMessageChatbot} from 'react-icons/tb'; -import { AiFillCloseCircle } from "react-icons/ai"; -import styles from './chatbot.module.css'; -import { useState } from 'react'; - -export default function Chatbot(){ - const [open, setOpen] = useState(0); - // const [warn, setWarn] = useState(true); - const handleClick = () => { - // setOpen(!open); - if(open===0){ - setOpen(1); - } else if(open===1){ - setOpen(2); - } else if(open===2){ - setOpen(0); - } - } - - - return( - <> -
handleClick()}> - {open!==0 && } - {open===0 && } -
- {open!==0 &&
handleClick()}> - {open===2 &&
- -
-
-
- We at Microsoft Learn Student Chapter believe that youth - encompassed with appropriate technology holds the potential to - revolutionize the world we perceive today and we have done a fair - share in that through multiple events organised over the years. - Microsoft Learn Student Chapter was institutionalized by the - virtue of providing students a systemic platform for cultivating - technical skills and a spirit of teamwork. Our vision is to create - a community of computer enthusiasts with a mindset of development. -
-
-
-
-
- - - -
- - ); -} - -export default About2; diff --git a/old/Pages/AboutUs2/Assets/arrow.png b/old/Pages/AboutUs2/Assets/arrow.png deleted file mode 100644 index 081bed5b..00000000 Binary files a/old/Pages/AboutUs2/Assets/arrow.png and /dev/null differ diff --git a/old/Pages/AboutUs2/Assets/block.png b/old/Pages/AboutUs2/Assets/block.png deleted file mode 100644 index 53714070..00000000 Binary files a/old/Pages/AboutUs2/Assets/block.png and /dev/null differ diff --git a/old/Pages/AboutUs2/Assets/main(2).png b/old/Pages/AboutUs2/Assets/main(2).png deleted file mode 100644 index 4c092e67..00000000 Binary files a/old/Pages/AboutUs2/Assets/main(2).png and /dev/null differ diff --git a/old/Pages/AboutUs2/Assets/main.png b/old/Pages/AboutUs2/Assets/main.png deleted file mode 100644 index c9230a86..00000000 Binary files a/old/Pages/AboutUs2/Assets/main.png and /dev/null differ diff --git a/old/Pages/AboutUs2/Assets/plus.png b/old/Pages/AboutUs2/Assets/plus.png deleted file mode 100644 index 058a314f..00000000 Binary files a/old/Pages/AboutUs2/Assets/plus.png and /dev/null differ diff --git a/old/Pages/AboutUs2/Assets/rectangle.png b/old/Pages/AboutUs2/Assets/rectangle.png deleted file mode 100644 index 665eb96c..00000000 Binary files a/old/Pages/AboutUs2/Assets/rectangle.png and /dev/null differ diff --git a/old/Pages/AboutUs2/Assets/textback.png b/old/Pages/AboutUs2/Assets/textback.png deleted file mode 100644 index cf500a81..00000000 Binary files a/old/Pages/AboutUs2/Assets/textback.png and /dev/null differ diff --git a/old/Pages/AboutUs2/Styles/about.module.css b/old/Pages/AboutUs2/Styles/about.module.css deleted file mode 100644 index e24bfb0c..00000000 --- a/old/Pages/AboutUs2/Styles/about.module.css +++ /dev/null @@ -1,296 +0,0 @@ -.heading { - color: beige; - text-align: center; - margin: 0 auto; - margin-top: 1.5%; - font-size: 230%; - border-bottom: 4px solid rgba(250, 57, 102, 0.73); - width: fit-content; - flex: 1; -} -.parent { - display: flex; - height: 65vh; -} -.mainimage { - margin: -1% 2% 0 4%; - opacity: 60%; - flex: 1; -} -.container { - display: flex; - flex: 1; - background: url("../Assets/main.png"); - border-radius: 12px; - margin: 7% 3% 7% 0; -} -.insideimage { - background: radial-gradient( - 90.16% 143.01% at 15.32% 21.04%, - rgba(0, 118, 209, 0.2) 0%, - rgba(110, 191, 244, 0.0447917) 77.08%, - rgba(70, 144, 213, 0) 100% - ); - background-blend-mode: overlay, normal; - backdrop-filter: blur(40px); - border-radius: 12px; - padding: 5%; -} -.text { - font-family: "Poppins"; - font-style: normal; - font-weight: 400; - font-size: 107%; - line-height: 1.3; - text-align: center; - - color: rgba(223, 223, 223, 0.72); -} -.elements { - margin-bottom: 5%; -} -.block { - margin-left: 4%; -} -.plus { - margin-left: 4%; - width: 55px; - padding-top: 2%; -} -.rectangle { - margin-left: 4%; - margin-bottom: 1%; -} -.arrow { - display: inline-block; - transform: translateY(-50%); - margin-left: 4%; -} -.block1 { - position: absolute; - right: 5%; - transform: rotate(-90deg); -} - -@media screen and (max-width: 1440px) { - .heading { - font-size: 350%; - margin-top: 2%; - } - - .insideimage { - width: 41vw; - height: 35vh; - } - - .container { - width: 41vw; - height: 41vh; - } - - .text { - line-height: 110%; - font-size: 120%; - } - - .elements { - margin-top: 5%; - } -} - -@media screen and (max-width: 1024px) { - .heading { - font-size: 250%; - } - - .insideimage { - width: 46vw; - height: 51vh; - } - - .text { - line-height: 140%; - font-size: 103%; - font-weight: 400; - text-align: center; - } - - .container { - width: 46vw; - height: 51vh; - } - - .mainimage { - width: 60%; - height: 80%; - } -} - -@media screen and (max-width: 800px) { - .heading { - margin-top: 5%; - } - .insideimage { - width: 48vw; - height: 51vh; - } - - .text { - line-height: 120%; - font-size: 95%; - font-weight: 300; - text-align: center; - } - - .container { - width: 31vw; - height: 52vh; - } - .rectangle { - width: 85vw; - } - - .block1 { - position: absolute; - left: 73%; - bottom: 85%; - } -} - -@media screen and (max-width: 500px) { - .heading { - text-align: center; - margin-left: 35%; - font-size: 140%; - margin-top: 8%; - } - - .block1 { - position: absolute; - left: 70%; - bottom: 95%; - width: 25vw; - } - - .mainimage { - position: absolute; - top: 57%; - left: 2%; - width: 90vw; - height: 40vh; - } - - .insideimage { - width: 80vw; - height: 29vh; - } - - .text { - line-height: 90%; - font-size: 87%; - font-weight: 300; - text-align: center; - } - - .container { - position: absolute; - bottom: 42%; - width: 80vw; - height: 35vh; - margin-left: 10%; - } - - .arrow { - width: 16vw; - position: absolute; - top: 10%; - } - - .block { - width: 30vw; - } - .elements { - top: 95%; - position: absolute; - } - .plus { - width: 10vw; - } -} - -@media screen and (max-width: 400px) { - .heading { - margin-top: 2%; - } - - .container { - bottom: 39%; - width: 72vw; - height: 39vh; - left: 5%; - } - - .insideimage { - width: 70vw; - height: 34vh; - } - - .block1 { - position: absolute; - left: 70%; - bottom: 95%; - width: 25vw; - } - - .mainimage { - width: 90vw; - height: 40vh; - top: 60%; - } - .arrow { - width: 16vw; - position: absolute; - top: 11%; - } - .text { - font-size: smaller; - line-height: 85%; - } - .heading { - position: absolute; - top: 5%; - } -} - -@media screen and (max-width: 350px) { - .container { - bottom: 47%; - width: 80vw; - height: 33vh; - left: 1%; - } - - .insideimage { - width: 80vw; - height: 34vh; - } - - .mainimage { - width: 90vw; - height: 37vh; - top: 59%; - } - - .heading { - text-align: center; - margin-left: 35%; - font-size: 120%; - } - .elements { - top: 90%; - } - - .arrow { - top: 9%; - } -} diff --git a/old/Pages/Alumni/index.js b/old/Pages/Alumni/index.js deleted file mode 100644 index 5ff3bbb3..00000000 --- a/old/Pages/Alumni/index.js +++ /dev/null @@ -1,7 +0,0 @@ -import React from "react"; - -const Alumni = () => { - return
Alumni
; -}; - -export default Alumni; diff --git a/old/Pages/Community/Assets/animation_lottie.json b/old/Pages/Community/Assets/animation_lottie.json deleted file mode 100644 index f5e1bdb5..00000000 --- a/old/Pages/Community/Assets/animation_lottie.json +++ /dev/null @@ -1 +0,0 @@ -{"v":"4.8.0","meta":{"g":"LottieFiles AE 1.0.0","a":"","k":"","d":"","tc":""},"fr":29.9700012207031,"ip":0,"op":31.0000012626559,"w":500,"h":500,"nm":"Loading ","ddd":0,"assets":[],"layers":[{"ddd":0,"ind":5,"ty":4,"nm":"Rectangle_1","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":45,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":0,"s":[250,157.375,0],"to":[15.448,15.438,0],"ti":[0.031,-0.052,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":15,"s":[342.688,250,0],"to":[-0.059,0.098,0],"ti":[15.448,-15.427,0]},{"t":30.0000012219251,"s":[250,342.563,0]}],"ix":2},"a":{"a":0,"k":[-125,-107,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[57,-57],[57,57],[-57,57],[-57,-57]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0,0.8667,0.702,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0.5725,0.8941,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-125,-107],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Rectangle 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":90.0000036657751,"st":0,"bm":0},{"ddd":0,"ind":6,"ty":4,"nm":"Rectangle_2","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":45,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":0,"s":[342.688,250,0],"to":[0.052,-0.073,0],"ti":[-0.01,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":15,"s":[250,342.563,0],"to":[0.104,0,0],"ti":[0.198,-0.073,0]},{"t":30.0000012219251,"s":[157.313,250,0]}],"ix":2},"a":{"a":0,"k":[-125,-107,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[57,-57],[57,57],[-57,57],[-57,-57]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0,0.8667,0.702,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.0314,0.3412,0.6275,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-125,-107],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Rectangle 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":90.0000036657751,"st":0,"bm":0},{"ddd":0,"ind":7,"ty":4,"nm":"Rectangle_3","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":45,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":0,"s":[250,342.563,0],"to":[0.052,0.198,0],"ti":[0.04,-0.012,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":15,"s":[157.313,250,0],"to":[-0.492,0.145,0],"ti":[0.052,-0.563,0]},{"t":30.0000012219251,"s":[250,157.375,0]}],"ix":2},"a":{"a":0,"k":[-125,-107,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[57,-57],[57,57],[-57,57],[-57,-57]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0,0.8667,0.702,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0.5725,0.8941,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-125,-107],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Rectangle 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":90.0000036657751,"st":0,"bm":0},{"ddd":0,"ind":8,"ty":4,"nm":"Rectangle_4","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":45,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":0,"s":[157.313,250,0],"to":[15.448,-15.438,0],"ti":[-0.079,0.525,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":15,"s":[250,157.375,0],"to":[0.019,-0.125,0],"ti":[-15.448,-15.438,0]},{"t":30.0000012219251,"s":[342.688,250,0]}],"ix":2},"a":{"a":0,"k":[-125,-107,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[57,-57],[57,57],[-57,57],[-57,-57]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0,0.8667,0.702,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.0314,0.3412,0.6275,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-125,-107],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Rectangle 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":90.0000036657751,"st":0,"bm":0}],"markers":[]} \ No newline at end of file diff --git a/old/Pages/Community/Assets/circles.png b/old/Pages/Community/Assets/circles.png deleted file mode 100644 index d66a892b..00000000 Binary files a/old/Pages/Community/Assets/circles.png and /dev/null differ diff --git a/old/Pages/Community/Assets/cross.png b/old/Pages/Community/Assets/cross.png deleted file mode 100644 index c6681de3..00000000 Binary files a/old/Pages/Community/Assets/cross.png and /dev/null differ diff --git a/old/Pages/Community/Assets/image.png b/old/Pages/Community/Assets/image.png deleted file mode 100644 index 373941b9..00000000 Binary files a/old/Pages/Community/Assets/image.png and /dev/null differ diff --git a/old/Pages/Community/Assets/ml.png b/old/Pages/Community/Assets/ml.png deleted file mode 100644 index 514cea3f..00000000 Binary files a/old/Pages/Community/Assets/ml.png and /dev/null differ diff --git a/old/Pages/Community/Assets/triangles.png b/old/Pages/Community/Assets/triangles.png deleted file mode 100644 index 6618f8b2..00000000 Binary files a/old/Pages/Community/Assets/triangles.png and /dev/null differ diff --git a/old/Pages/Community/Components/carousel.js b/old/Pages/Community/Components/carousel.js deleted file mode 100644 index 7172b7f6..00000000 --- a/old/Pages/Community/Components/carousel.js +++ /dev/null @@ -1,81 +0,0 @@ -import React from "react"; -import { Swiper, SwiperSlide } from "swiper/react"; -import "swiper/css"; -import "swiper/css/pagination"; -import "../styles/styles.css"; -import { Pagination } from "swiper"; -import ML from "../Assets/ml.png"; - -function Carousel() { - return ( - <> -
- - - -
-
Hacktoberfest
-
- Hacktoberfest is an open-source contribution challenge held - each year in the month of October. It is a month-long - celebration of open source software run by DigitalOcean and - DEV. The main purpose is to give its participants an - introductory idea about open source contribution. MLSC - conducted various Git and Github sessions to give the freshers - a kickstart towards their open source contributions. -
-
-
- -
-
-
- - - -
-
Imagine Cup
-
- The Imagine Cup is full of opportunities to gain new skills, - access exclusive training, unlock mentorship opportunities, - and have a chance to win great prizes and make a difference in - the world -
-
-
- -
-
-
- - - -
-
Blockchain
-
- A blockchain is a distributed ledger with growing lists of - records (blocks) that are securely linked together via - cryptographic hashes. Each block contains a cryptographic hash - of the previous block, a timestamp, and transaction data - (generally represented as a Merkle tree, where data nodes are - represented by leaves). -
-
-
- -
-
-
-
-
- - ); -} - -export default Carousel; diff --git a/old/Pages/Community/Components/main.js b/old/Pages/Community/Components/main.js deleted file mode 100644 index 200285da..00000000 --- a/old/Pages/Community/Components/main.js +++ /dev/null @@ -1,111 +0,0 @@ -import React from "react"; -import Carousel from "./carousel"; -import styles from "../styles/styles.module.css"; -// import Cross from "../Assets/cross.png"; -// import ImageCommunity from "../Assets/image.png"; -// import Triangles from "../Assets/triangles.png"; - -function Main() { - return ( -
-
-
-

OPEN SOURCE

- -
- -
-
- -
- -
-

- We are a group of highly motivated learners and seekers who wish - to create something extraordinary. We believe that youth - encompassed with appropriate technology holds the potential to - revolutionize the world we perceive today. With our Open-Source - community, we aim to bring together the aspiring minds and create - a space where they can learn, grow and develop together. To foster - this process, we conduct various seminars, group discussions and - talks on our channel. It also serves as a platform for the - multitude hackathons, coding events we conduct throughout the year - and the projects we develop. -

- -
    -
  • - Get to meet an array of people who have the same hunger as - yourself for "Growing Always." -
  • -
  • - Learn about new technologies and clarify your doubts regarding - them. -
  • -
  • - Make super cool projects and add contributions to your resume. -
  • -
  • - Become an integral part of building this community. -
  • -
-
-
-
-

COMMUNITY

-
-

WORKSHOPS

-
- -
- -
-
-
- ); -} - -export default Main; diff --git a/old/Pages/Community/index.js b/old/Pages/Community/index.js deleted file mode 100644 index ed66d706..00000000 --- a/old/Pages/Community/index.js +++ /dev/null @@ -1,10 +0,0 @@ -import React from "react"; -import Main from "./Components/main"; - -const Community = () => { - return ( -
- ); -}; - -export default Community; diff --git a/old/Pages/Community/styles/styles.css b/old/Pages/Community/styles/styles.css deleted file mode 100644 index c2e3ae11..00000000 --- a/old/Pages/Community/styles/styles.css +++ /dev/null @@ -1,140 +0,0 @@ -.communitySwiper .swiper-pagination-bullet-active, -.swiper-pagination-bullet-active-main { - --swiper-theme-color: #fa3966; -} - -.communitySwiper .swiper-pagination-bullet { - --swiper-pagination-bullet-inactive-color: white; - --swiper-pagination-bullet-inactive-opacity: 1; -} - -.communitySwiper .swiper { - width: 70%; - height: 600px; -} - -.communitySwiper .swiper-slide { - text-align: center; - font-size: 18px; - background: rgba(31, 31, 31, 0.63); - /* Center slide text vertically */ - display: -webkit-box; - display: -ms-flexbox; - display: -webkit-flex; - display: flex; - -webkit-box-pack: center; - -ms-flex-pack: center; - -webkit-justify-content: center; - justify-content: center; - -webkit-box-align: center; - -ms-flex-align: center; - -webkit-align-items: center; - align-items: center; -} - -.cardImage { - width: 70%; -} - -.card-div { - display: grid; - grid-template-columns: 50% 50%; - align-items: center; - justify-content: center; - padding: 30px; -} - -.card-div > div { - font-size: 24px; -} - -.card-heading { - font-size: 40px; - font-weight: 600; -} - -.card-sub-div { - display: flex; - flex-direction: column; - gap: 50px; -} - -/* Media queries */ - -@media screen and (max-width: 1390px) { - .communitySwiper .card-div { - grid-template-columns: none; - grid-template-rows: 50% 50%; - } - - .communitySwiper .swiper { - width: 100%; - height: 1000px; - } - - .card-sub-div { - order: 2; - } - - .cardImage { - order: 1; - width: 500px; - } -} - -@media screen and (max-width: 664px) { - .cardImage { - width: 450px; - } -} - -@media screen and (max-width: 572px) { - .cardImage { - width: 300px; - } -} - -@media screen and (max-width: 543px) { - .card-div { - padding: 2px; - align-items: flex-start; - gap: 0px; - } - - .card-sub-div { - margin-top: -40px; - } -} - -@media screen and (max-width: 497px) { - .communitySwiper .swiper { - height: 1000px; - } -} - -@media screen and (max-width: 375px) { - .communitySwiper .swiper { - height: 800px; - } - .card-content { - font-size: 20px; - } -} - -@media screen and (max-width: 896px) { - .card-content { - font-size: 20px; - } -} - -@media screen and (max-width: 884px) { - .communitySwiper .swiper { - height: 900px; - } -} - -@media screen and (max-width: 740px) { - .communitySwiper .swiper { - height: 1000px; - } -} diff --git a/old/Pages/Community/styles/styles.module.css b/old/Pages/Community/styles/styles.module.css deleted file mode 100644 index 4f17085f..00000000 --- a/old/Pages/Community/styles/styles.module.css +++ /dev/null @@ -1,275 +0,0 @@ -.container::-webkit-scrollbar { - display: none; -} - -.container { - width: 100vw; - height: 100vh; - overflow-x: hidden; - background-color: rgb(19, 19, 19); - color: white; - -} - -.left { - min-width: 50%; - height: 100%; - display: flex; - justify-content: center; - align-items: center; -} - -.right { - min-width: 40%; - height: 100%; - display: flex; - flex-direction: column; - justify-content: center; - align-items: left; - font-size: 24px; -} - -.headingContainer { - margin: 90px 60px 40px 60px; - padding-left: 0; - display: flex; - flex-direction: column; - /* align-items: center; */ - gap: 10px; - z-index: 1; -} - -.heading { - font-size: 100px; - font-weight: bold; - color: #fff6eb; - font-weight: 900; -} - -.headingItems { - padding-left: 125px; - display: flex; - flex-direction: row; -} - -.cross { - width: 200px; - height: 90px; - padding-top: 80px; - padding-left: 50px; -} - -.contentContainer { - display: flex; - flex-direction: row; - justify-content: space-between; - align-items: left; -} - -.communityImage { - width: 670px; - margin-bottom: 40px; -} - -.joinButton { - width: 300px; - height: 50px; - background: #000000; - border: 2px solid #f0f0f0; - border-radius: 43px; - color: #f0f0f0; - font-size: 24px; - margin: 10px 0px 10px 0px; -} - -.joinButton2 { - width: 80px; - height: 50px; - - background: #000000; - border: 2px solid #f0f0f0; - border-radius: 43px; - color: #f0f0f0; - font-size: 24px; - margin: 10px 0px 10px 0px; -} - -.buttons { - display: flex; - flex-direction: row; - justify-content: center; - gap: 10px; -} - -.joinButtonCss { - display: flex; - flex-direction: row; - justify-content: center; - align-items: center; - gap: 10px; -} - -.linkedin { - width: 30px; - height: 30px; -} - -.twitter { - width: 30px; - height: 30px; -} - -a { - color: #f0f0f0; - text-decoration: none; -} - -.circleLeft { - height: 600px; - /* position: fixed; */ - /* z-index: -1; */ - margin-top: 600px; - z-index: 2; -} - -.triangles { - align-self: baseline; -} - -.subHeading { - display: flex; - justify-content: flex-end; - font-size: 100px; - font-weight: bold; - color: rgb(78, 78, 78); - font-weight: 900; -} - -.workshopHead { - padding-left: 300px; -} - -.carousel { - margin-top: -300px; -} - -@media screen and (max-width: 1485px) { - .contentContainer { - flex-direction: column; - } -} - -@media screen and (max-width: 1561px) { - .triangles { - display: none; - visibility: hidden; - } - .superDiv { - margin-top: 0; - } -} - -@media screen and (max-width: 592px) { - .communityImage { - width: 600px; - } - .heading { - font-size: 80px; - } -} - -@media screen and (max-width: 850px) { - .right { - font-size: 22px; - } -} -@media screen and (max-width: 600px) { - .right { - font-size: 20px; - } -} -@media screen and (max-width: 496px) { - .communityImage { - width: 420px; - } - .heading { - font-size: 80px; - } - .headingContainer { - padding-left: 20px; - padding-right: 20px; - } -} -@media screen and (max-width: 440px) { - .communityImage { - width: 360px; - } - .headingContainer { - margin: 0; - margin-top: 100px; - } - .heading { - font-size: 43px; - } - .headingItems > h1 { - font-size: 60px; - } - .joinButton { - width: 19rem; - height: 3.5rem; - } - .joinButtonCss { - gap: 1px; - } -} -@media screen and (max-width: 320px) { - .communityImage { - width: 280px; - } -} - -@media screen and (max-width: 1200px) { - .cross { - display: none; - visibility: hidden; - } - .subHeading { - display: none; - visibility: hidden; - } - .workshopHead { - padding: 0; - } - .headingItems { - padding-left: 0; - } - .listItem { - margin: 1rem; - } -} - -@media screen and (max-width: 592px) { - .workshopHead { - font-size: 50px; - } -} - -/* carousel media queries */ -@media screen and (max-width: 1565px) { - .triangles { - display: none; - visibility: hidden; - } - .carousel { - margin-top: 0; - } -} - -@keyframes fadeIn { - 0% { - opacity: 0; - } - 100% { - opacity: 1; - } -} diff --git a/old/Pages/Errorpage/Assets/Downtri.png b/old/Pages/Errorpage/Assets/Downtri.png deleted file mode 100644 index 1c737e92..00000000 Binary files a/old/Pages/Errorpage/Assets/Downtri.png and /dev/null differ diff --git a/old/Pages/Errorpage/Assets/Errr.png b/old/Pages/Errorpage/Assets/Errr.png deleted file mode 100644 index ec0d10b6..00000000 Binary files a/old/Pages/Errorpage/Assets/Errr.png and /dev/null differ diff --git a/old/Pages/Errorpage/Assets/Face.png b/old/Pages/Errorpage/Assets/Face.png deleted file mode 100644 index f75da6cc..00000000 Binary files a/old/Pages/Errorpage/Assets/Face.png and /dev/null differ diff --git a/old/Pages/Errorpage/Assets/LC.png b/old/Pages/Errorpage/Assets/LC.png deleted file mode 100644 index 3fd5b3f7..00000000 Binary files a/old/Pages/Errorpage/Assets/LC.png and /dev/null differ diff --git a/old/Pages/Errorpage/Assets/RC.png b/old/Pages/Errorpage/Assets/RC.png deleted file mode 100644 index e584a416..00000000 Binary files a/old/Pages/Errorpage/Assets/RC.png and /dev/null differ diff --git a/old/Pages/Errorpage/Assets/UPtri.png b/old/Pages/Errorpage/Assets/UPtri.png deleted file mode 100644 index 230205e7..00000000 Binary files a/old/Pages/Errorpage/Assets/UPtri.png and /dev/null differ diff --git a/old/Pages/Errorpage/Errorpage.js b/old/Pages/Errorpage/Errorpage.js deleted file mode 100644 index f920ef98..00000000 --- a/old/Pages/Errorpage/Errorpage.js +++ /dev/null @@ -1,34 +0,0 @@ -import React from "react"; -import StyleCSS from "./Style/Style.module.css"; -import Face from "../Errorpage/Assets/Face.png"; -import RC from "../Errorpage/Assets/RC.png"; -import LC from "../Errorpage/Assets/LC.png"; -import Downtri from "../Errorpage/Assets/Downtri.png"; -import Uptri from "../Errorpage/Assets/UPtri.png"; - -function Error() { - return ( -
-
- MLSC GROUP - MLSC GROUP - MLSC GROUP - MLSC GROUP - MLSC GROUP - -
-

Error-404

- -

- You were not supposed to be here but since you reached, -
- let's ponder on the question of
- "Why HTML is the best coding language?" -

-
-
-
- ); -} - -export default Error; diff --git a/old/Pages/Errorpage/Style/Style.module.css b/old/Pages/Errorpage/Style/Style.module.css deleted file mode 100644 index 856489e5..00000000 --- a/old/Pages/Errorpage/Style/Style.module.css +++ /dev/null @@ -1,875 +0,0 @@ -@import url("https://fonts.googleapis.com/css2?family=Amatic+SC:wght@700&family=Dancing+Script:wght@500&family=Eczar:wght@600&family=Montserrat:wght@600&family=Poppins:wght@200&display=swap"); - -.Image { - height: 100%; - width: 100%; - - background-color: black; -} -.Image2 { - display: none; -} -body { - background-color: black; -} - -.head1 { - position: absolute; - top: 50%; - left: 50%; - transform: translate(-50%, -50%); - color: azure; - font-size: 80px; - padding-bottom: 4%; - color: #fff6eb; - text-align: center; -} -.head2 { - position: absolute; - text-align: center; - top: 50%; - left: 50%; - transform: translate(-50%, -50%); - color: #fff6eb; - font-size: 25px; - font-family: "Khyay"; - padding-top: 12%; -} -.hello { - background-color: black; - height: 100vh; - width: 100vw; -} -.RC { - position: sticky; - left: 1360px; -} -.Downtri { - position: sticky; - bottom: 300px; - left: 1300px; -} - -.Uptri { - display: block; - position: fixed; - top: 400px; - left: 130px; -} -.LC { - position: fixed; - top: 100px; -} -.Face { - display: block; - margin: 0 auto; - position: sticky; - top: 200px; -} - -@media screen and (max-width: 1760px) and (min-width: 1509px) { - .Downtri { - position: sticky; - bottom: 300px; - left: 1250px; - } - - .RC { - float: right; - padding-top: 23%; - } -} -@media screen and (max-width: 1509px) and (min-width: 1492px) { - .Downtri { - position: sticky; - bottom: 300px; - left: 1150px; - } - - .RC { - float: right; - padding-top: 24%; - } -} -@media screen and (max-width: 1492px) and (min-width: 1477px) { - .Downtri { - position: sticky; - bottom: 300px; - left: 1120px; - } - - .RC { - float: right; - padding-top: 25%; - } -} -@media screen and (max-width: 1477px) and (min-width: 1470px) { - .Downtri { - position: sticky; - bottom: 300px; - left: 1150px; - } - - .RC { - float: right; - padding-top: 24%; - } -} -@media screen and (max-width: 1470px) and (min-width: 1439px) { - .Downtri { - position: sticky; - bottom: 300px; - left: 1150px; - } - - .RC { - float: right; - padding-top: 24%; - } -} -/* heading starts*/ -@media screen and (max-width: 1439px) and (min-width: 1380px) { - .Downtri { - position: sticky; - bottom: 300px; - left: 1100px; - } - - .RC { - float: right; - padding-top: 25%; - } - - .head2 { - padding-top: 15%; - } -} -@media screen and (max-width: 1380px) and (min-width: 1345px) { - .Downtri { - position: sticky; - bottom: 300px; - left: 1030px; - } - - .RC { - float: right; - padding-top: 26%; - } - - .head2 { - padding-top: 16%; - } -} -@media screen and (max-width: 1345px) and (min-width: 1307px) { - .Downtri { - position: sticky; - bottom: 300px; - left: 1030px; - } - - .RC { - float: right; - padding-top: 26%; - } - - .head2 { - padding-top: 18%; - } -} -@media screen and (max-width: 1307px) and (min-width: 1256px) { - .Downtri { - position: sticky; - bottom: 300px; - left: 955px; - } - - .RC { - float: right; - padding-top: 27%; - } - - .head2 { - padding-top: 18%; - } -} -@media screen and (max-width: 1256px) and (min-width: 1192px) { - .Downtri { - position: sticky; - bottom: 300px; - left: 940px; - } - - .RC { - float: right; - padding-top: 28%; - } - - .head2 { - padding-top: 20%; - padding-left: 3%; - } -} -@media screen and (max-width: 1256px) and (min-width: 1200px) { - .Downtri { - position: sticky; - bottom: 300px; - left: 940px; - } - - .RC { - float: right; - padding-top: 28%; - } - - .head2 { - padding-top: 20%; - padding-left: 3%; - } -} -@media screen and (max-width: 1200px) and (min-width: 1136px) { - .Downtri { - position: sticky; - bottom: 300px; - left: 870px; - } - - .RC { - float: right; - padding-top: 30%; - } - - .head2 { - padding-top: 22%; - padding-left: 3%; - } -} -@media screen and (max-width: 1136px) and (min-width: 1100px) { - .Downtri { - position: sticky; - bottom: 300px; - left: 850px; - } - - .RC { - float: right; - padding-top: 32%; - } - - .head2 { - padding-top: 24%; - padding-left: 3%; - } -} -@media screen and (max-width: 1100px) and (min-width: 1076px) { - .Downtri { - position: sticky; - bottom: 300px; - left: 830px; - } - - .RC { - float: right; - padding-top: 34%; - } - - .head2 { - padding-top: 24%; - padding-left: 3%; - } -} -@media screen and (max-width: 1076px) and (min-width: 1038px) { - .Downtri { - position: sticky; - bottom: 300px; - left: 830px; - } - - .RC { - float: right; - padding-top: 34%; - } - - .head2 { - padding-top: 26%; - padding-left: 5%; - } - .head1 { - padding-left: 5%; - } -} -@media screen and (max-width: 1038px) { - .Downtri { - position: sticky; - bottom: 300px; - left: 760px; - } - - .RC { - float: right; - padding-top: 35%; - } - - .head2 { - padding-top: 26%; - padding-left: 5%; - } - .head1 { - padding-left: 5%; - } -} -@media screen and (max-width: 1016px) and (min-width: 981px) { - .Downtri { - position: sticky; - bottom: 300px; - left: 730px; - } - - .RC { - float: right; - padding-top: 35%; - } - - .head2 { - padding-top: 15%; - padding-left: 5%; - font-size: 21px; - } - - .head1 { - padding-left: 7%; - font-size: 55px; - padding-bottom: 10%; - } - .Face { - padding-left: 5%; - } -} -@media screen and (max-width: 981px) and (min-width: 900px) { - .Downtri { - position: sticky; - bottom: 350px; - left: 720px; - } - - .RC { - float: right; - padding-top: 37%; - } - .Uptri { - padding-top: 3%; - padding-right: 7%; - } - .head2 { - padding-top: 14%; - padding-left: 9%; - font-size: 20px; - } - .head1 { - padding-bottom: 12%; - padding-left: 7%; - font-size: 55px; - } - .Face { - padding-left: 7%; - } -} -@media screen and (max-width: 981px) and (min-width: 900px) { - .Downtri { - position: sticky; - bottom: 350px; - left: 720px; - object-fit: scale-down; - } - - .RC { - float: right; - padding-top: 37%; - } - .Uptri { - height: 40vw; - width: 20vw; - position: absolute; - top: 400px; - left: 80px; - } - .head2 { - padding-top: 14%; - padding-left: 9%; - font-size: 20px; - } - .head1 { - padding-bottom: 12%; - padding-left: 7%; - font-size: 55px; - } - .Face { - padding-left: 7%; - } -} -@media screen and (max-width: 900px) and (min-width: 755px) { - .Downtri { - position: sticky; - bottom: 350px; - left: 720px; - height: 40vw; - width: 20vw; - } - .Uptri { - height: 40vw; - width: 20vw; - position: absolute; - top: 400px; - left: 80px; - } - .LC { - height: 40vw; - width: 20vw; - } - - .RC { - float: right; - padding-top: 43%; - height: 40vw; - width: 20vw; - } - - .head2 { - padding-top: 18%; - padding-left: 9%; - font-size: 18px; - } - .head1 { - padding-bottom: 12%; - padding-left: 7%; - font-size: 53px; - } - .Face { - padding-left: 7%; - } -} -@media screen and (max-width: 755px) and (min-width: 680px) { - .Downtri { - position: sticky; - bottom: 400px; - left: 720px; - height: 40vw; - width: 20vw; - } - .Uptri { - height: 40vw; - width: 20vw; - position: absolute; - top: 450px; - left: 50px; - } - .LC { - height: 40vw; - width: 20vw; - } - - .RC { - float: right; - padding-top: 56%; - height: 40vw; - width: 20vw; - } - - .head2 { - padding-top: 18%; - padding-left: 9%; - font-size: 18px; - } - .head1 { - padding-bottom: 12%; - padding-left: 7%; - font-size: 53px; - } - .Face { - padding-left: 7%; - } -} -@media screen and (max-width: 680px) and (min-width: 600px) { - .Downtri { - position: sticky; - bottom: 400px; - left: 720px; - height: 40vw; - width: 20vw; - } - .Uptri { - height: 40vw; - width: 20vw; - position: absolute; - top: 450px; - left: 50px; - } - .LC { - height: 40vw; - width: 20vw; - } - - .RC { - float: right; - padding-top: 65%; - height: 40vw; - width: 20vw; - } - - .head2 { - padding-top: 30%; - padding-left: 9%; - font-size: 18px; - } - .head1 { - padding-bottom: 12%; - padding-left: 7%; - font-size: 53px; - } - .Face { - padding-left: 7%; - } -} -@media screen and (max-width: 600px) and (min-width: 560px) { - .Downtri { - position: sticky; - bottom: 300px; - left: 700px; - height: 40vw; - width: 20vw; - } - .Uptri { - height: 40vw; - width: 20vw; - position: absolute; - top: 480px; - left: 50px; - } - .LC { - height: 40vw; - width: 20vw; - } - - .RC { - float: right; - padding-top: 73%; - height: 40vw; - width: 20vw; - } - - .head2 { - padding-top: 35%; - padding-left: 9%; - font-size: 18px; - } - .head1 { - padding-bottom: 12%; - padding-left: 7%; - font-size: 50px; - } - .Face { - padding-left: 7%; - } -} -@media screen and (max-width: 560px) and (min-width: 525px) { - .Downtri { - position: sticky; - bottom: 300px; - left: 700px; - height: 40vw; - width: 20vw; - } - .Uptri { - height: 40vw; - width: 20vw; - position: absolute; - top: 480px; - left: 50px; - } - .LC { - height: 40vw; - width: 20vw; - } - - .RC { - float: right; - padding-top: 73%; - height: 40vw; - width: 20vw; - } - - .head2 { - padding-top: 37%; - padding-left: 9%; - font-size: 18px; - } - .head1 { - padding-bottom: 14%; - padding-left: 7%; - font-size: 47px; - } - .Face { - padding-left: 7%; - width: 20vw; - height: 20vw; - } -} -@media screen and (max-width: 525px) and (min-width: 500px) { - .Downtri { - position: sticky; - bottom: 300px; - left: 700px; - height: 40vw; - width: 20vw; - } - .Uptri { - height: 40vw; - width: 20vw; - position: absolute; - top: 480px; - left: 50px; - } - .LC { - height: 40vw; - width: 20vw; - } - - .RC { - float: right; - padding-top: 90%; - height: 40vw; - width: 20vw; - } - - .head2 { - padding-top: 25%; - padding-left: 9%; - font-size: 18px; - } - .head1 { - padding-bottom: 25%; - padding-left: 7%; - font-size: 45px; - } - .Face { - padding-left: 7%; - width: 20vw; - height: 20vw; - } -} -@media screen and (max-width: 500px) and (min-width: 447px) { - .Downtri { - position: sticky; - bottom: 300px; - left: 700px; - height: 40vw; - width: 20vw; - } - .Uptri { - height: 40vw; - width: 20vw; - position: absolute; - top: 480px; - left: 50px; - } - .LC { - height: 40vw; - width: 20vw; - } - - .RC { - float: right; - padding-top: 100%; - height: 40vw; - width: 20vw; - } - - .head2 { - padding-top: 35%; - padding-left: 9%; - font-size: 18px; - } - .head1 { - padding-bottom: 25%; - padding-left: 7%; - font-size: 40px; - } - .Face { - padding-left: 7%; - width: 20vw; - height: 20vw; - } -} -@media screen and (max-width: 447px) and (min-width: 416px) { - .Downtri { - position: sticky; - bottom: 300px; - left: 700px; - height: 40vw; - width: 20vw; - } - .Uptri { - height: 40vw; - width: 20vw; - position: absolute; - top: 540px; - left: 20px; - } - .LC { - height: 40vw; - width: 20vw; - } - - .RC { - float: right; - padding-top: 120%; - height: 40vw; - width: 20vw; - } - - .head2 { - padding-top: 30%; - padding-left: 9%; - font-size: 18px; - } - .head1 { - padding-bottom: 36%; - padding-left: 7%; - font-size: 37px; - } - .Face { - padding-left: 7%; - width: 20vw; - height: 20vw; - } -} -@media screen and (max-width: 416px) and (min-width: 378px) { - .Downtri { - position: sticky; - bottom: 300px; - left: 700px; - height: 40vw; - width: 20vw; - } - .Uptri { - height: 40vw; - width: 20vw; - position: absolute; - top: 540px; - left: 20px; - } - .LC { - height: 40vw; - width: 20vw; - } - - .RC { - float: right; - padding-top: 140%; - height: 40vw; - width: 20vw; - } - - .head2 { - padding-top: 30%; - padding-left: 9%; - font-size: 18px; - } - .head1 { - padding-bottom: 40%; - padding-left: 7%; - font-size: 33px; - } - .Face { - padding-left: 7%; - width: 20vw; - height: 20vw; - } -} -@media screen and (max-width: 378px) and (min-width: 280px) { - .Downtri { - position: sticky; - bottom: 0px; - left: 700px; - padding-top: 50px; - height: 40vw; - width: 20vw; - } - .Uptri { - height: 40vw; - width: 20vw; - position: absolute; - top: 540px; - left: 20px; - } - .LC { - height: 40vw; - width: 20vw; - display: none; - } - - .RC { - float: right; - padding-top: 140%; - height: 40vw; - width: 20vw; - display: none; - } - - .head2 { - padding-top: 40%; - padding-left: 9%; - font-size: 14px; - } - .head1 { - padding-bottom: 30%; - padding-left: 7%; - font-size: 25px; - } - .Face { - padding-left: 7%; - width: 30vw; - height: 30vw; - } -} -@media screen and (max-height: 1368px) and (min-height: 1360px) { - .head1 { - padding-bottom: 70%; - } - .head2 { - padding-bottom: 50%; - } -} -@media screen and (max-height: 670px) and (min-height: 660px) { - .head1 { - padding-top: 20%; - } - .head2 { - padding-top: 50%; - } -} -@media screen and (max-height: 700px) and (min-height: 690px) { - .head1 { - padding-top: 20%; - } - .head2 { - padding-top: 50%; - } -} -@media screen and (max-height: 600px) and (min-height: 580px) { - .head1 { - padding-top: 7%; - padding-right: 5%; - font-size: 60px; - } - .head2 { - padding-top: 30%; - } -} -@media screen and (max-height: 1180px) and (min-height: 1024px) { - .head1 { - padding-bottom: 50%; - } - .head2 { - padding-bottom: 40%; - } -} diff --git a/old/Pages/Events/assets/Event2/Arrow.svg b/old/Pages/Events/assets/Event2/Arrow.svg deleted file mode 100644 index dff48986..00000000 --- a/old/Pages/Events/assets/Event2/Arrow.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/old/Pages/Events/assets/Event2/ArrowBack.svg b/old/Pages/Events/assets/Event2/ArrowBack.svg deleted file mode 100644 index 1abee930..00000000 --- a/old/Pages/Events/assets/Event2/ArrowBack.svg +++ /dev/null @@ -1,32 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/old/Pages/Events/assets/Event2/BlueGradient.svg b/old/Pages/Events/assets/Event2/BlueGradient.svg deleted file mode 100644 index 880e5e09..00000000 --- a/old/Pages/Events/assets/Event2/BlueGradient.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/old/Pages/Events/assets/Event2/BoxShadow.svg b/old/Pages/Events/assets/Event2/BoxShadow.svg deleted file mode 100644 index 3f455df2..00000000 --- a/old/Pages/Events/assets/Event2/BoxShadow.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/old/Pages/Events/assets/Event2/CrossVector.svg b/old/Pages/Events/assets/Event2/CrossVector.svg deleted file mode 100644 index 2f03d75e..00000000 --- a/old/Pages/Events/assets/Event2/CrossVector.svg +++ /dev/null @@ -1,43 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/old/Pages/Events/assets/Event2/EventImage.svg b/old/Pages/Events/assets/Event2/EventImage.svg deleted file mode 100644 index 17b9c092..00000000 --- a/old/Pages/Events/assets/Event2/EventImage.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/old/Pages/Events/assets/Event2/RedGradient.svg b/old/Pages/Events/assets/Event2/RedGradient.svg deleted file mode 100644 index 2f5b12d4..00000000 --- a/old/Pages/Events/assets/Event2/RedGradient.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/old/Pages/Events/assets/Event2/cross.svg b/old/Pages/Events/assets/Event2/cross.svg deleted file mode 100644 index 0f3a2b80..00000000 --- a/old/Pages/Events/assets/Event2/cross.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/old/Pages/Events/assets/event1/fonts/head.ttf b/old/Pages/Events/assets/event1/fonts/head.ttf deleted file mode 100644 index 6c86f8f4..00000000 Binary files a/old/Pages/Events/assets/event1/fonts/head.ttf and /dev/null differ diff --git a/old/Pages/Events/assets/event1/images/anim.gif b/old/Pages/Events/assets/event1/images/anim.gif deleted file mode 100644 index ffea59db..00000000 Binary files a/old/Pages/Events/assets/event1/images/anim.gif and /dev/null differ diff --git a/old/Pages/Events/assets/event1/images/back.png b/old/Pages/Events/assets/event1/images/back.png deleted file mode 100644 index 0ca73ff3..00000000 Binary files a/old/Pages/Events/assets/event1/images/back.png and /dev/null differ diff --git a/old/Pages/Events/assets/event1/images/card.svg b/old/Pages/Events/assets/event1/images/card.svg deleted file mode 100644 index 915073cc..00000000 --- a/old/Pages/Events/assets/event1/images/card.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/old/Pages/Events/assets/event1/images/date.png b/old/Pages/Events/assets/event1/images/date.png deleted file mode 100644 index d3c65f91..00000000 Binary files a/old/Pages/Events/assets/event1/images/date.png and /dev/null differ diff --git a/old/Pages/Events/assets/event1/images/line.svg b/old/Pages/Events/assets/event1/images/line.svg deleted file mode 100644 index 560e12c0..00000000 --- a/old/Pages/Events/assets/event1/images/line.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/old/Pages/Events/assets/event1/lotties/event.json b/old/Pages/Events/assets/event1/lotties/event.json deleted file mode 100644 index 2c27a1e4..00000000 --- a/old/Pages/Events/assets/event1/lotties/event.json +++ /dev/null @@ -1 +0,0 @@ -{"v":"5.7.14","fr":60,"ip":0,"op":60,"w":90,"h":90,"nm":"home90","ddd":0,"assets":[],"layers":[{"ddd":0,"ind":1,"ty":4,"nm":"“dash”轮廓","parent":2,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[48.496,64.232,0],"ix":2,"l":2},"a":{"a":0,"k":[12.25,3.25,0],"ix":1,"l":2},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":35,"s":[0,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.21,0.333,0.333],"y":[0,0,0]},"t":40,"s":[110,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":45,"s":[90,100,100]},{"t":50,"s":[100,100,100]}],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-1.657,0],[0,0],[0,-1.656],[0,0],[0.828,0],[0,0],[0,0.828],[0,0]],"o":[[0,0],[1.657,0],[0,0],[0,0.828],[0,0],[-0.828,0],[0,0],[0,-1.656]],"v":[[-9,-3],[9,-3],[12,0],[12,1.5],[10.5,3],[-10.5,3],[-12,1.5],[-12,0]],"c":true},"ix":2},"nm":"路径 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.093999997307,0.13300000359,0.216000007181,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"填充 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[12.25,3.25],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"变换"}],"nm":"组 1","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":60,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"“frame”轮廓","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":0,"s":[45,142.978,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":9,"s":[45,70.978,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":18,"s":[45,77.978,0],"to":[0,0,0],"ti":[0,0,0]},{"t":35,"s":[45,77.978,0]}],"ix":2,"l":2},"a":{"a":0,"k":[48.497,81.747,0],"ix":1,"l":2},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":0,"s":[0,0,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.342,0.333,0.333],"y":[0,0,0]},"t":9,"s":[110,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":18,"s":[80,105,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":26,"s":[110,80,100]},{"t":35,"s":[100,100,100]}],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-3.659,2.779],[0,0],[-4.29,-3.259],[0,0],[0.901,-4.506],[0,0],[5.72,0],[0,0],[1.122,5.61],[0,0]],"o":[[0,0],[4.29,-3.259],[0,0],[3.661,2.779],[0,0],[-1.122,5.61],[0,0],[-5.72,0],[0,0],[-0.901,-4.506]],"v":[[-28.087,-14.296],[-7.258,-30.115],[7.258,-30.115],[28.085,-14.296],[32.596,-2.385],[27.372,23.726],[15.607,33.374],[-15.607,33.374],[-27.374,23.726],[-32.596,-2.385]],"c":true},"ix":2},"nm":"路径 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.093999997307,0.13300000359,0.216000007181,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":6,"ix":5},"lc":2,"lj":2,"bm":0,"nm":"描边 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[48.496,48.373],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"变换"}],"nm":"组 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":60,"st":0,"bm":0},{"ddd":0,"ind":3,"ty":4,"nm":"mask","parent":2,"td":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[48.497,81.747,0],"ix":2,"l":2},"a":{"a":0,"k":[48.497,81.747,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-3.659,2.779],[0,0],[-4.29,-3.259],[0,0],[0.901,-4.506],[0,0],[5.72,0],[0,0],[1.122,5.61],[0,0]],"o":[[0,0],[4.29,-3.259],[0,0],[3.661,2.779],[0,0],[-1.122,5.61],[0,0],[-5.72,0],[0,0],[-0.901,-4.506]],"v":[[-28.087,-14.296],[-7.258,-30.115],[7.258,-30.115],[28.085,-14.296],[32.596,-2.385],[27.372,23.726],[15.607,33.374],[-15.607,33.374],[-27.374,23.726],[-32.596,-2.385]],"c":true},"ix":2},"nm":"路径 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"填充 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[48.496,48.373],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"变换"}],"nm":"组 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":60,"st":0,"bm":0},{"ddd":0,"ind":4,"ty":4,"nm":"green","parent":3,"tt":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[12.116,85.15,0],"ix":2,"l":2},"a":{"a":0,"k":[-38.388,41.373,0],"ix":1,"l":2},"s":{"a":1,"k":[{"i":{"x":[0.371,0.371,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":0,"s":[0,0,100]},{"t":35,"s":[100,100,100]}],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[75.984,75.984],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"椭圆路径 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.689999988032,0.925,0.493999974868,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"填充 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-2.008,4.992],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[95.758,95.758],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"变换"}],"nm":"椭圆 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":60,"st":0,"bm":0}],"markers":[]} \ No newline at end of file diff --git a/old/Pages/Events/components/Event2.js b/old/Pages/Events/components/Event2.js deleted file mode 100644 index ea44109b..00000000 --- a/old/Pages/Events/components/Event2.js +++ /dev/null @@ -1,48 +0,0 @@ -import React, { useEffect } from "react"; -import { useState } from "react"; -import styles from '../styles/event2/event2.module.css'; -import blueGradient from '../assets/Event2/BlueGradient.svg'; -import cross from '../assets/Event2/cross.svg'; - -const Event2 = ({title_main, desc, toggle, toggle2}) => { - - const [title, setTile] = useState(title_main); - const [description, setDesc] = useState(desc); - const [isMobile, setIsMobile] = useState(false); - - useEffect(()=>{ - if(window.innerWidth < 768){ - setIsMobile(true); - } - },[]) - - return ( - -
{ - console.log(e); - if(e.key === "Esc"){ - toggle(); - } - }} - > -
-
- {title} -
- -
- {description} -
-
- -
-
-
- ); -} - -export default Event2; \ No newline at end of file diff --git a/old/Pages/Events/components/event1/Backsvg.js b/old/Pages/Events/components/event1/Backsvg.js deleted file mode 100644 index e0e8f38c..00000000 --- a/old/Pages/Events/components/event1/Backsvg.js +++ /dev/null @@ -1,34 +0,0 @@ -import React, { useEffect } from "react"; -import Uparrow from "../../assets/event1/images/uparrow.svg"; -import Downarrow from "../../assets/event1/images/downarrow.svg"; -import svgStyle from "../../styles/event1/backsvg.module.css"; -import line from "../../assets/event1/images/line.svg"; -import cross from "../../assets/Event2/CrossVector.svg"; - -function Backsvg({ rem, mob }) { - useEffect(() => { - console.log(mob); - rem = !rem; - }, [mob]); - if (mob) { - return ( -
- upArrow - downArrow -
- ); - } - return ( -
- upArrow - {!rem && ( - downArrow - )} - {!rem && downline} - {!rem && upline} - {rem && downArrow} -
- ); -} - -export default Backsvg; diff --git a/old/Pages/Events/components/event1/Carousel.js b/old/Pages/Events/components/event1/Carousel.js deleted file mode 100644 index 1070431d..00000000 --- a/old/Pages/Events/components/event1/Carousel.js +++ /dev/null @@ -1,114 +0,0 @@ -import React from "react"; -import { - Keyboard, - Mousewheel, - Navigation, - Controller, - Autoplay, - EffectCards, -} from "swiper"; -import "swiper/css"; -import { useState, useEffect } from "react"; -import { v4 as uuidv4 } from "uuid"; -import styles from "../../styles/event1/carousel.module.css"; -import EventCard from "./EventCard"; -import Carousel from "react-spring-3d-carousel-2"; -import { config } from "react-spring"; -import Event2 from "../Event2"; -import { Swiper, SwiperSlide } from "swiper/react"; - -function EventsCarousel({ yearData, toggle }) { - const [tilt, setTilt] = useState(true); - const [title, setTitle] = useState("Title"); - const [desc, setDesc] = useState("Description"); - const [showDesc, setShowDesc] = useState(false); - - const [data, setData] = useState(yearData); - const [cards, setCards] = useState(() => { - let card = []; - for (let i = 0; i < Object.keys(data).length; i++) { - card.push({ - key: uuidv4(), - content: ( - { - setShowDesc(false); - console.log("OKK"); - }} - toggle2={toggle} - setDescirption={setDesc} - /> - ), - }); - } - return card; - }); - useEffect(() => { - setData(yearData); - console.log("data: ", yearData); - let card = []; - for (let i = 1; i <= Object.keys(yearData).length; i++) { - console.log("dataaa", yearData[i]); - card.push({ - key: uuidv4(), - content: ( - { - setShowDesc(false); - console.log("OKK"); - }} - setTitle={setTitle} - toggle2={toggle} - setDescirption={setDesc} - /> - ), - }); - } - console.log(card); - setCards(card); - console.log(cards == card); - }, [yearData]); - - const [goToSlide, setGoToSlide] = useState(null); - if (showDesc) { - console.log("Ok"); - return ( - { - setShowDesc(false); - console.log("OKK"); - }} - toggle2={toggle} - /> - ); - } - return ( -
- { - return { - ...element, - onClick: () => setGoToSlide(index), - }; - })} - goToSlide={goToSlide} - offsetRadius={40} - showNavigation={false} - autoPlay={true} - animationConfig={config.stiff} - interval={1.5} - /> -
- ); -} - - -export default EventsCarousel; diff --git a/old/Pages/Events/components/event1/Event1.js b/old/Pages/Events/components/event1/Event1.js deleted file mode 100644 index 6aa14c2a..00000000 --- a/old/Pages/Events/components/event1/Event1.js +++ /dev/null @@ -1,108 +0,0 @@ -import React, { useEffect, useState } from "react"; -import styles from "../../styles/event1/event1.module.css"; -import Backsvg from "./Backsvg"; -import EventsCarousel from "./Carousel"; -import YearSelector from "./YearSelector"; - -function Event1() { - const [year, setYear] = useState(22); - const [isMobile, setIsMobile] = useState(false); - - const yearWiseData = { - 22: { - 1: [ - "Makeathon 4.0", - "The Microsoft Learn Student Chapter team was back with its most-awaited, annual flagship event MAKEATHON 4.0. Since its inception three years ago MAKEATHON has unquestionably established as one of the most known hackathons of North India, as well as Thapar Institute of Engineering and Technology turning out to be it’s first MLH sponsored hackathon. With the dedicated effort of the members of the society, a 24-hour hybrid hackathon with more than 1500 registrations and 300 participating teams in online and offline, and bootcamp which included eminent speakers was successfully completed. 50+ sponsors helped us bag prizes in the form of monetary prizes, goodies, swags, premium courses and a lot more.", - ], - 2: [ - "CP contest 2022", - "CP contest was the first iteration of the monthly intra MLSC CP Contest to nurture the coding and technical culture. The competition offered all the technophiles a competitive environment and let the contestants demonstrate their logical and analytical abilities. The questions were designed to put their knowledge to the test and give them a taste of competitive coding. Three victors emerged as the clear leaders in the competition.", - ], - 3: [ - "Ideathon 2022", - "Ideathon was an Intra-MLSC contest. The competition gave participants a chance to present their solutions to pressing problems. The event's goal was to introduce the participants to hackathons and teach them how to succeed in them. It also facilitated the formation of some outstanding teams and peer relationships. The sole criterion was an imaginative mind; prior coding experience wasn't necessary because all they had to do was present their ideas using a business model, ppts, and the tech stack. One winning team emerged from the competition with outstanding pitching and innovation abilities.", - ], - }, - 21: { - 1: [ - "Tech Meet 2021", - "The Microsoft Learn Student Chapter team organized the Techmeet as an orientation for newcomers; this meet was held at the C-hall with a decent strength of enthusiastic first years. Before the online event, we introduced the Team and the Society. The two-day event addressed various topics, including Web development, competitive programming, ethical hacking, game development, Machine learning, artificial intelligence, and many others. The offline session was successful, with many students engaging in the live Q&A. All the aspiring enthusiasts in the many disciplines mentioned found it to be an interactive and educational session.", - ], - 2: [ - "Makeathon 3077", - "For the past two years, our flagship event, MAKEATHON, has proven to be an Avant-grade hackathon in North India and unquestionably the most famous hackathon at Thapar Institute of Engineering and Technology. We successfully ran the MAKEATHON 3077 in 2021. The dedicated hard work of every member in an online mode allowed a 36-hour hackathon with more than 1500 registrations and 300 participating teams. We had eminent speakers present, who provided enlightening talks on various topics. We were able to win prizes worth 80 lakhs thanks to our 50+ sponsors, including Devfolio and Prepbytes. Who also offered us freebies, premium courses, and other items.", - ], - 3: [ - "Quarter Quell", - "Aiming to cover a variety of topics, including coding, critical thinking, trade, and quest-solving, Quarter Quell was an online competition that prioritised providing participants with an exciting and enjoyable experience. Only the teams that had qualified on Day 1 played against one another in the second round of this breath-taking CTF to determine the overall champion.\nWe had more than 400 competitors, and the top 3 teams were named the major champions. With the support of more than 35 sponsors, including Custkart, PrepBytes, and Coding Ninjas, we were able to obtain gifts, vouchers for premium courses, and swag for each of the winners and competitors.", - ], - }, - 20: { - 1: [ - "ABHYUDAYA 2020", - "The goal of ABHYUDAYA was to bring together a variety of skill sets under one roof, including coding, critical thinking, trade, gaming, and much more. Participating teams could consist of three to four people. To provide a superb user experience, a real-world simulation was made. To establish a scenario for solving problems in real life and to place a greater emphasis on the application of principles, these teams were divided up among the continents of the world. The teams were then given questions in the form of crisis updates for their particular continents.", - ], - 2: [ - "Makeathon 2.0", - "Makeathon'20, the year's most anticipated hackathon, was an occasion brimming with innovation and vigor. It featured programs on GraphQL, App development, AI/Machine Learning, Robotics, Block Chain, Cryptography, Algorithms, AR/VR, and open hack, among other mind-blowing topics. Dr. Harpreet Singh, Mr. Saksham Choudhary, and Dr. P.S. Rana judged the competition. Students from the college as well as from other colleges gave a fantastic response. Participants came from a wide range of backgrounds. In addition to several other benefits and accolades, prizes totalling Rs 1 Lac were given away. The Makeathon, which lasted 24 hours, saw thrilling moments among increasing stakes and left us all with captivating memories.", - ], - 3: [ - "Open-source sessions", - "At the Microsoft Learn Student Chapter, we have always valued group learning and community support. We hold a number of seminars and AMA sessions throughout the year in our open-source community in keeping with this ideology. These sessions are led by students who are pursuing their particular fields of study, and are open to everyone. We frequently invite well-known instructors and speakers to participate in these courses.\nWe've held workshops on GITHUB, REACT Machine Learning and Deep Learning, Web Development and DevOps, App Development, and Cyber Security throughout the course of the last year. The Ex-Joint Secretary of MLSC, Saurav Shrivastav, who had successfully completed GSoC this year, also led a session on the Know-Hows of GSoC.", - ], - }, - }; - - useEffect(() => { - if (window.innerWidth <= 768) { - setIsMobile(true); - } - }, []); - - const [data, setData] = useState(yearWiseData[year]); - const [remSub, setRemSub] = useState(false); - - const toggle = () => { - setRemSub(!remSub); - }; - - return ( -
-
-
- {!remSub ? ( - - ) : ( - - )} -
-
-
-
- { - - } -
-
-
- -
-
- {!remSub && ( -
-
-
EVENTS
-
@ MLSC
-
-
- )} -
-
- ); -} - -export default Event1; diff --git a/old/Pages/Events/components/event1/EventCard.jsx b/old/Pages/Events/components/event1/EventCard.jsx deleted file mode 100644 index 222633eb..00000000 --- a/old/Pages/Events/components/event1/EventCard.jsx +++ /dev/null @@ -1,39 +0,0 @@ -import React from "react"; -import styles from "../../styles/event1/eventCard.module.css"; -import cardImage from "../../assets/event1/images/card.svg"; -import Lottie1 from "./Lottie"; - -function EventCard({ - tilt, - data, - icon, - setShowDesc, - toggle, - setTitle, - toggle2, - setDescirption, -}) { - if (data != undefined) { - console.log(data); - return ( -
{ - toggle(); - toggle2(); - setTitle(data[0]); - setDescirption(data[1]); - console.log("title", data); - setShowDesc(true); - }} - > -
- -
-
{data[0]}
-
- ); - } -} - -export default EventCard; diff --git a/old/Pages/Events/components/event1/Lottie.js b/old/Pages/Events/components/event1/Lottie.js deleted file mode 100644 index 02fb99b3..00000000 --- a/old/Pages/Events/components/event1/Lottie.js +++ /dev/null @@ -1,15 +0,0 @@ -import React from "react"; -import Lottie from "lottie-react"; -import eventLottie from "./eventLottie.json"; -import planetLottie from "./planetLottie.json"; - -const lt = [eventLottie, planetLottie]; - -const Lottie1 = () => ( - -); - -export default Lottie1; diff --git a/old/Pages/Events/components/event1/YearSelector.js b/old/Pages/Events/components/event1/YearSelector.js deleted file mode 100644 index aa2c72d3..00000000 --- a/old/Pages/Events/components/event1/YearSelector.js +++ /dev/null @@ -1,43 +0,0 @@ -import React from "react"; -import { useState } from "react"; -import styles from "../../styles/event1/yearSel.module.css"; - -function YearSelector({ chngYear, chngData, yearData }) { - const [prevVal, setPrevVal] = useState(21); - const [curVal, setCurVal] = useState(22); - const [nextVal, setNextVal] = useState(20); - - const setVals = (selectedVal) => { - if (selectedVal === 22) { - setNextVal(21); - setPrevVal(20); - } else if (selectedVal === 21) { - setNextVal(22); - setPrevVal(20); - } else if (selectedVal === 20) { - setNextVal(21); - setPrevVal(22); - } - setCurVal(selectedVal); - chngYear(selectedVal); - console.log(yearData[selectedVal]); - chngData(yearData[selectedVal]); - }; - - return ( -
-
- setVals(nextVal)}>{nextVal} -
-
- 20 - {curVal} -
-
- setVals(prevVal)}>{prevVal} -
-
- ); -} - -export default YearSelector; diff --git a/old/Pages/Events/components/event1/backlot.js b/old/Pages/Events/components/event1/backlot.js deleted file mode 100644 index 64e10509..00000000 --- a/old/Pages/Events/components/event1/backlot.js +++ /dev/null @@ -1,9 +0,0 @@ -import React from "react"; -import Lottie from "lottie-react"; -import back from "./backlottie.json"; - -const Lottie2 = () => { - return ; -}; - -export default Lottie2; diff --git a/old/Pages/Events/components/event1/backlottie.json b/old/Pages/Events/components/event1/backlottie.json deleted file mode 100644 index da10744c..00000000 --- a/old/Pages/Events/components/event1/backlottie.json +++ /dev/null @@ -1,3987 +0,0 @@ -{ - "v": "4.8.0", - "meta": { - "g": "LottieFiles AE 1.1.0", - "a": "", - "k": "", - "d": "", - "tc": "" - }, - "fr": 25, - "ip": 0, - "op": 250, - "w": 1920, - "h": 1080, - "nm": "Comp 1", - "ddd": 0, - "assets": [ - { - "id": "comp_0", - "layers": [ - { - "ddd": 0, - "ind": 1, - "ty": 4, - "nm": "Shape Layer 11", - "sr": 1, - "ks": { - "o": { - "a": 0, - "k": 100, - "ix": 11 - }, - "r": { - "a": 0, - "k": 0, - "ix": 10 - }, - "p": { - "a": 1, - "k": [ - { - "i": { - "x": 0.667, - "y": 1 - }, - "o": { - "x": 0.333, - "y": 0 - }, - "t": 0, - "s": [ - 406, - 264, - 0 - ], - "to": [ - 0, - 0, - 0 - ], - "ti": [ - 0, - 0, - 0 - ] - }, - { - "i": { - "x": 0.667, - "y": 1 - }, - "o": { - "x": 0.333, - "y": 0 - }, - "t": 67, - "s": [ - 674, - 108, - 0 - ], - "to": [ - 0, - 0, - 0 - ], - "ti": [ - 0, - 0, - 0 - ] - }, - { - "i": { - "x": 0.667, - "y": 1 - }, - "o": { - "x": 0.333, - "y": 0 - }, - "t": 126, - "s": [ - 407.119, - 282.572, - 0 - ], - "to": [ - 0, - 0, - 0 - ], - "ti": [ - 0, - 0, - 0 - ] - }, - { - "i": { - "x": 0.667, - "y": 1 - }, - "o": { - "x": 0.333, - "y": 0 - }, - "t": 190, - "s": [ - 666.628, - 130.422, - 0 - ], - "to": [ - 0, - 0, - 0 - ], - "ti": [ - 0, - 0, - 0 - ] - }, - { - "t": 249, - "s": [ - 406, - 264, - 0 - ] - } - ], - "ix": 2 - }, - "a": { - "a": 0, - "k": [ - 0, - 0, - 0 - ], - "ix": 1 - }, - "s": { - "a": 0, - "k": [ - 100, - 100, - 100 - ], - "ix": 6 - } - }, - "ao": 0, - "shapes": [ - { - "ty": "gr", - "it": [ - { - "ty": "rc", - "d": 1, - "s": { - "a": 0, - "k": [ - 128, - 128 - ], - "ix": 2 - }, - "p": { - "a": 0, - "k": [ - 0, - 0 - ], - "ix": 3 - }, - "r": { - "a": 0, - "k": 0, - "ix": 4 - }, - "nm": "Rectangle Path 1", - "mn": "ADBE Vector Shape - Rect", - "hd": false - }, - { - "ty": "st", - "c": { - "a": 0, - "k": [ - 0.6314, - 0.6784, - 0.7176, - 1 - ], - "ix": 3 - }, - "o": { - "a": 0, - "k": 100, - "ix": 4 - }, - "w": { - "a": 0, - "k": 9, - "ix": 5 - }, - "lc": 1, - "lj": 1, - "ml": 4, - "bm": 0, - "nm": "Stroke 1", - "mn": "ADBE Vector Graphic - Stroke", - "hd": false - }, - { - "ty": "fl", - "c": { - "a": 0, - "k": [ - 0, - 0.55, - 1, - 1 - ], - "ix": 4 - }, - "o": { - "a": 0, - "k": 0, - "ix": 5 - }, - "r": 1, - "bm": 0, - "nm": "Fill 1", - "mn": "ADBE Vector Graphic - Fill", - "hd": false - }, - { - "ty": "tr", - "p": { - "a": 0, - "k": [ - 256, - -12 - ], - "ix": 2 - }, - "a": { - "a": 0, - "k": [ - 0, - 0 - ], - "ix": 1 - }, - "s": { - "a": 0, - "k": [ - 100, - 100 - ], - "ix": 3 - }, - "r": { - "a": 0, - "k": 0, - "ix": 6 - }, - "o": { - "a": 0, - "k": 100, - "ix": 7 - }, - "sk": { - "a": 0, - "k": 0, - "ix": 4 - }, - "sa": { - "a": 0, - "k": 0, - "ix": 5 - }, - "nm": "Transform" - } - ], - "nm": "Rectangle 1", - "np": 3, - "cix": 2, - "bm": 0, - "ix": 1, - "mn": "ADBE Vector Group", - "hd": false - } - ], - "ip": 0, - "op": 250, - "st": 0, - "bm": 0 - } - ] - }, - { - "id": "comp_1", - "layers": [ - { - "ddd": 0, - "ind": 1, - "ty": 4, - "nm": "Shape Layer 10", - "sr": 1, - "ks": { - "o": { - "a": 0, - "k": 100, - "ix": 11 - }, - "r": { - "a": 0, - "k": 0, - "ix": 10 - }, - "p": { - "a": 1, - "k": [ - { - "i": { - "x": 0.667, - "y": 1 - }, - "o": { - "x": 0.333, - "y": 0 - }, - "t": 0, - "s": [ - 1414, - 328, - 0 - ], - "to": [ - 0, - 0, - 0 - ], - "ti": [ - 0, - 0, - 0 - ] - }, - { - "i": { - "x": 0.667, - "y": 1 - }, - "o": { - "x": 0.333, - "y": 0 - }, - "t": 60, - "s": [ - 1126, - 484, - 0 - ], - "to": [ - 0, - 0, - 0 - ], - "ti": [ - 0, - 0, - 0 - ] - }, - { - "i": { - "x": 0.667, - "y": 1 - }, - "o": { - "x": 0.333, - "y": 0 - }, - "t": 119, - "s": [ - 1434.001, - 310.499, - 0 - ], - "to": [ - 0, - 0, - 0 - ], - "ti": [ - 0, - 0, - 0 - ] - }, - { - "i": { - "x": 0.667, - "y": 1 - }, - "o": { - "x": 0.333, - "y": 0 - }, - "t": 185, - "s": [ - 1129.324, - 490.092, - 0 - ], - "to": [ - 0, - 0, - 0 - ], - "ti": [ - 0, - 0, - 0 - ] - }, - { - "t": 249, - "s": [ - 1414, - 328, - 0 - ] - } - ], - "ix": 2 - }, - "a": { - "a": 0, - "k": [ - 0, - 0, - 0 - ], - "ix": 1 - }, - "s": { - "a": 0, - "k": [ - 100, - 100, - 100 - ], - "ix": 6 - } - }, - "ao": 0, - "shapes": [ - { - "ty": "gr", - "it": [ - { - "ty": "rc", - "d": 1, - "s": { - "a": 0, - "k": [ - 128, - 128 - ], - "ix": 2 - }, - "p": { - "a": 0, - "k": [ - 0, - 0 - ], - "ix": 3 - }, - "r": { - "a": 0, - "k": 0, - "ix": 4 - }, - "nm": "Rectangle Path 1", - "mn": "ADBE Vector Shape - Rect", - "hd": false - }, - { - "ty": "st", - "c": { - "a": 0, - "k": [ - 0.6314, - 0.6784, - 0.7176, - 1 - ], - "ix": 3 - }, - "o": { - "a": 0, - "k": 100, - "ix": 4 - }, - "w": { - "a": 0, - "k": 9, - "ix": 5 - }, - "lc": 1, - "lj": 1, - "ml": 4, - "bm": 0, - "nm": "Stroke 1", - "mn": "ADBE Vector Graphic - Stroke", - "hd": false - }, - { - "ty": "fl", - "c": { - "a": 0, - "k": [ - 0, - 0.55, - 1, - 1 - ], - "ix": 4 - }, - "o": { - "a": 0, - "k": 0, - "ix": 5 - }, - "r": 1, - "bm": 0, - "nm": "Fill 1", - "mn": "ADBE Vector Graphic - Fill", - "hd": false - }, - { - "ty": "tr", - "p": { - "a": 0, - "k": [ - 256, - -12 - ], - "ix": 2 - }, - "a": { - "a": 0, - "k": [ - 0, - 0 - ], - "ix": 1 - }, - "s": { - "a": 0, - "k": [ - 100, - 100 - ], - "ix": 3 - }, - "r": { - "a": 0, - "k": 0, - "ix": 6 - }, - "o": { - "a": 0, - "k": 100, - "ix": 7 - }, - "sk": { - "a": 0, - "k": 0, - "ix": 4 - }, - "sa": { - "a": 0, - "k": 0, - "ix": 5 - }, - "nm": "Transform" - } - ], - "nm": "Rectangle 1", - "np": 3, - "cix": 2, - "bm": 0, - "ix": 1, - "mn": "ADBE Vector Group", - "hd": false - } - ], - "ip": 0, - "op": 250, - "st": 0, - "bm": 0 - } - ] - }, - { - "id": "comp_2", - "layers": [ - { - "ddd": 0, - "ind": 1, - "ty": 4, - "nm": "Shape Layer 9", - "sr": 1, - "ks": { - "o": { - "a": 0, - "k": 100, - "ix": 11 - }, - "r": { - "a": 0, - "k": 0, - "ix": 10 - }, - "p": { - "a": 1, - "k": [ - { - "i": { - "x": 0.667, - "y": 1 - }, - "o": { - "x": 0.333, - "y": 0 - }, - "t": 0, - "s": [ - 960, - 540, - 0 - ], - "to": [ - 0, - 0, - 0 - ], - "ti": [ - 0, - 0, - 0 - ] - }, - { - "i": { - "x": 0.667, - "y": 1 - }, - "o": { - "x": 0.333, - "y": 0 - }, - "t": 56, - "s": [ - 688, - 736, - 0 - ], - "to": [ - 0, - 0, - 0 - ], - "ti": [ - 0, - 0, - 0 - ] - }, - { - "i": { - "x": 0.667, - "y": 1 - }, - "o": { - "x": 0.333, - "y": 0 - }, - "t": 120, - "s": [ - 971.154, - 526.963, - 0 - ], - "to": [ - 0, - 0, - 0 - ], - "ti": [ - 0, - 0, - 0 - ] - }, - { - "i": { - "x": 0.667, - "y": 1 - }, - "o": { - "x": 0.333, - "y": 0 - }, - "t": 183, - "s": [ - 694.316, - 732.617, - 0 - ], - "to": [ - 0, - 0, - 0 - ], - "ti": [ - 0, - 0, - 0 - ] - }, - { - "t": 249, - "s": [ - 960, - 540, - 0 - ] - } - ], - "ix": 2 - }, - "a": { - "a": 0, - "k": [ - 0, - 0, - 0 - ], - "ix": 1 - }, - "s": { - "a": 0, - "k": [ - 100, - 100, - 100 - ], - "ix": 6 - } - }, - "ao": 0, - "shapes": [ - { - "ty": "gr", - "it": [ - { - "ty": "rc", - "d": 1, - "s": { - "a": 0, - "k": [ - 128, - 128 - ], - "ix": 2 - }, - "p": { - "a": 0, - "k": [ - 0, - 0 - ], - "ix": 3 - }, - "r": { - "a": 0, - "k": 0, - "ix": 4 - }, - "nm": "Rectangle Path 1", - "mn": "ADBE Vector Shape - Rect", - "hd": false - }, - { - "ty": "st", - "c": { - "a": 0, - "k": [ - 0.6314, - 0.6784, - 0.7176, - 1 - ], - "ix": 3 - }, - "o": { - "a": 0, - "k": 100, - "ix": 4 - }, - "w": { - "a": 0, - "k": 9, - "ix": 5 - }, - "lc": 1, - "lj": 1, - "ml": 4, - "bm": 0, - "nm": "Stroke 1", - "mn": "ADBE Vector Graphic - Stroke", - "hd": false - }, - { - "ty": "fl", - "c": { - "a": 0, - "k": [ - 0, - 0.55, - 1, - 1 - ], - "ix": 4 - }, - "o": { - "a": 0, - "k": 0, - "ix": 5 - }, - "r": 1, - "bm": 0, - "nm": "Fill 1", - "mn": "ADBE Vector Graphic - Fill", - "hd": false - }, - { - "ty": "tr", - "p": { - "a": 0, - "k": [ - 256, - -12 - ], - "ix": 2 - }, - "a": { - "a": 0, - "k": [ - 0, - 0 - ], - "ix": 1 - }, - "s": { - "a": 0, - "k": [ - 100, - 100 - ], - "ix": 3 - }, - "r": { - "a": 0, - "k": 0, - "ix": 6 - }, - "o": { - "a": 0, - "k": 100, - "ix": 7 - }, - "sk": { - "a": 0, - "k": 0, - "ix": 4 - }, - "sa": { - "a": 0, - "k": 0, - "ix": 5 - }, - "nm": "Transform" - } - ], - "nm": "Rectangle 1", - "np": 3, - "cix": 2, - "bm": 0, - "ix": 1, - "mn": "ADBE Vector Group", - "hd": false - } - ], - "ip": 0, - "op": 250, - "st": 0, - "bm": 0 - } - ] - }, - { - "id": "comp_3", - "layers": [ - { - "ddd": 0, - "ind": 1, - "ty": 4, - "nm": "Shape Layer 5", - "sr": 1, - "ks": { - "o": { - "a": 0, - "k": 100, - "ix": 11 - }, - "r": { - "a": 0, - "k": 0, - "ix": 10 - }, - "p": { - "a": 1, - "k": [ - { - "i": { - "x": 0.667, - "y": 1 - }, - "o": { - "x": 0.333, - "y": 0 - }, - "t": 0, - "s": [ - 154, - 1170, - 0 - ], - "to": [ - 0, - 0, - 0 - ], - "ti": [ - 0, - 0, - 0 - ] - }, - { - "i": { - "x": 0.667, - "y": 1 - }, - "o": { - "x": 0.333, - "y": 0 - }, - "t": 58, - "s": [ - 402, - 1058, - 0 - ], - "to": [ - 0, - 0, - 0 - ], - "ti": [ - 0, - 0, - 0 - ] - }, - { - "i": { - "x": 0.667, - "y": 1 - }, - "o": { - "x": 0.333, - "y": 0 - }, - "t": 120, - "s": [ - 122.928, - 1187.903, - 0 - ], - "to": [ - 0, - 0, - 0 - ], - "ti": [ - 0, - 0, - 0 - ] - }, - { - "i": { - "x": 0.667, - "y": 1 - }, - "o": { - "x": 0.333, - "y": 0 - }, - "t": 179, - "s": [ - 425.139, - 1047.715, - 0 - ], - "to": [ - 0, - 0, - 0 - ], - "ti": [ - 0, - 0, - 0 - ] - }, - { - "t": 249, - "s": [ - 154, - 1170, - 0 - ] - } - ], - "ix": 2 - }, - "a": { - "a": 0, - "k": [ - 0, - 0, - 0 - ], - "ix": 1 - }, - "s": { - "a": 0, - "k": [ - 100, - 100, - 100 - ], - "ix": 6 - } - }, - "ao": 0, - "shapes": [ - { - "ty": "gr", - "it": [ - { - "ty": "sr", - "sy": 2, - "d": 1, - "pt": { - "a": 0, - "k": 5, - "ix": 3 - }, - "p": { - "a": 0, - "k": [ - 0, - 0 - ], - "ix": 4 - }, - "r": { - "a": 0, - "k": 152.103, - "ix": 5 - }, - "or": { - "a": 0, - "k": 76.942, - "ix": 7 - }, - "os": { - "a": 0, - "k": 0, - "ix": 9 - }, - "ix": 1, - "nm": "Polystar Path 1", - "mn": "ADBE Vector Shape - Star", - "hd": false - }, - { - "ty": "st", - "c": { - "a": 0, - "k": [ - 0.6314, - 0.6784, - 0.7176, - 1 - ], - "ix": 3 - }, - "o": { - "a": 0, - "k": 100, - "ix": 4 - }, - "w": { - "a": 0, - "k": 9, - "ix": 5 - }, - "lc": 1, - "lj": 1, - "ml": 4, - "bm": 0, - "nm": "Stroke 1", - "mn": "ADBE Vector Graphic - Stroke", - "hd": false - }, - { - "ty": "fl", - "c": { - "a": 0, - "k": [ - 0.6314, - 0.6784, - 0.7176, - 1 - ], - "ix": 4 - }, - "o": { - "a": 0, - "k": 0, - "ix": 5 - }, - "r": 1, - "bm": 0, - "nm": "Fill 1", - "mn": "ADBE Vector Graphic - Fill", - "hd": false - }, - { - "ty": "tr", - "p": { - "a": 0, - "k": [ - 104, - -256 - ], - "ix": 2 - }, - "a": { - "a": 0, - "k": [ - 0, - 0 - ], - "ix": 1 - }, - "s": { - "a": 0, - "k": [ - 100, - 100 - ], - "ix": 3 - }, - "r": { - "a": 0, - "k": 0, - "ix": 6 - }, - "o": { - "a": 0, - "k": 100, - "ix": 7 - }, - "sk": { - "a": 0, - "k": 0, - "ix": 4 - }, - "sa": { - "a": 0, - "k": 0, - "ix": 5 - }, - "nm": "Transform" - } - ], - "nm": "Polystar 1", - "np": 3, - "cix": 2, - "bm": 0, - "ix": 1, - "mn": "ADBE Vector Group", - "hd": false - } - ], - "ip": 0, - "op": 250, - "st": 0, - "bm": 0 - } - ] - }, - { - "id": "comp_4", - "layers": [ - { - "ddd": 0, - "ind": 1, - "ty": 4, - "nm": "Shape Layer 8", - "sr": 1, - "ks": { - "o": { - "a": 0, - "k": 100, - "ix": 11 - }, - "r": { - "a": 0, - "k": 0, - "ix": 10 - }, - "p": { - "a": 1, - "k": [ - { - "i": { - "x": 0.667, - "y": 1 - }, - "o": { - "x": 0.333, - "y": 0 - }, - "t": 0, - "s": [ - 712, - 948, - 0 - ], - "to": [ - 0, - 0, - 0 - ], - "ti": [ - 0, - 0, - 0 - ] - }, - { - "i": { - "x": 0.667, - "y": 1 - }, - "o": { - "x": 0.333, - "y": 0 - }, - "t": 64, - "s": [ - 400, - 824, - 0 - ], - "to": [ - 0, - 0, - 0 - ], - "ti": [ - 0, - 0, - 0 - ] - }, - { - "i": { - "x": 0.667, - "y": 1 - }, - "o": { - "x": 0.333, - "y": 0 - }, - "t": 120, - "s": [ - 725.688, - 955.696, - 0 - ], - "to": [ - 0, - 0, - 0 - ], - "ti": [ - 0, - 0, - 0 - ] - }, - { - "i": { - "x": 0.667, - "y": 1 - }, - "o": { - "x": 0.333, - "y": 0 - }, - "t": 185, - "s": [ - 395.383, - 840.151, - 0 - ], - "to": [ - 0, - 0, - 0 - ], - "ti": [ - 0, - 0, - 0 - ] - }, - { - "t": 249, - "s": [ - 712, - 948, - 0 - ] - } - ], - "ix": 2 - }, - "a": { - "a": 0, - "k": [ - 0, - 0, - 0 - ], - "ix": 1 - }, - "s": { - "a": 0, - "k": [ - 100, - 100, - 100 - ], - "ix": 6 - } - }, - "ao": 0, - "shapes": [ - { - "ty": "gr", - "it": [ - { - "ty": "sr", - "sy": 2, - "d": 1, - "pt": { - "a": 0, - "k": 5, - "ix": 3 - }, - "p": { - "a": 0, - "k": [ - 0, - 0 - ], - "ix": 4 - }, - "r": { - "a": 0, - "k": 152.103, - "ix": 5 - }, - "or": { - "a": 0, - "k": 76.942, - "ix": 7 - }, - "os": { - "a": 0, - "k": 0, - "ix": 9 - }, - "ix": 1, - "nm": "Polystar Path 1", - "mn": "ADBE Vector Shape - Star", - "hd": false - }, - { - "ty": "st", - "c": { - "a": 0, - "k": [ - 0.6314, - 0.6784, - 0.7176, - 1 - ], - "ix": 3 - }, - "o": { - "a": 0, - "k": 100, - "ix": 4 - }, - "w": { - "a": 0, - "k": 9, - "ix": 5 - }, - "lc": 1, - "lj": 1, - "ml": 4, - "bm": 0, - "nm": "Stroke 1", - "mn": "ADBE Vector Graphic - Stroke", - "hd": false - }, - { - "ty": "fl", - "c": { - "a": 0, - "k": [ - 0.6314, - 0.6784, - 0.7176, - 1 - ], - "ix": 4 - }, - "o": { - "a": 0, - "k": 0, - "ix": 5 - }, - "r": 1, - "bm": 0, - "nm": "Fill 1", - "mn": "ADBE Vector Graphic - Fill", - "hd": false - }, - { - "ty": "tr", - "p": { - "a": 0, - "k": [ - 104, - -256 - ], - "ix": 2 - }, - "a": { - "a": 0, - "k": [ - 0, - 0 - ], - "ix": 1 - }, - "s": { - "a": 0, - "k": [ - 100, - 100 - ], - "ix": 3 - }, - "r": { - "a": 0, - "k": 0, - "ix": 6 - }, - "o": { - "a": 0, - "k": 100, - "ix": 7 - }, - "sk": { - "a": 0, - "k": 0, - "ix": 4 - }, - "sa": { - "a": 0, - "k": 0, - "ix": 5 - }, - "nm": "Transform" - } - ], - "nm": "Polystar 1", - "np": 3, - "cix": 2, - "bm": 0, - "ix": 1, - "mn": "ADBE Vector Group", - "hd": false - } - ], - "ip": 0, - "op": 250, - "st": 0, - "bm": 0 - } - ] - }, - { - "id": "comp_5", - "layers": [ - { - "ddd": 0, - "ind": 1, - "ty": 4, - "nm": "Shape Layer 7", - "sr": 1, - "ks": { - "o": { - "a": 0, - "k": 100, - "ix": 11 - }, - "r": { - "a": 0, - "k": 0, - "ix": 10 - }, - "p": { - "a": 1, - "k": [ - { - "i": { - "x": 0.667, - "y": 1 - }, - "o": { - "x": 0.333, - "y": 0 - }, - "t": 0, - "s": [ - 280, - 760, - 0 - ], - "to": [ - 0, - 0, - 0 - ], - "ti": [ - 0, - 0, - 0 - ] - }, - { - "i": { - "x": 0.667, - "y": 1 - }, - "o": { - "x": 0.333, - "y": 0 - }, - "t": 52, - "s": [ - 20, - 944, - 0 - ], - "to": [ - 0, - 0, - 0 - ], - "ti": [ - 0, - 0, - 0 - ] - }, - { - "i": { - "x": 0.667, - "y": 1 - }, - "o": { - "x": 0.333, - "y": 0 - }, - "t": 115, - "s": [ - 279.148, - 753.156, - 0 - ], - "to": [ - 0, - 0, - 0 - ], - "ti": [ - 0, - 0, - 0 - ] - }, - { - "i": { - "x": 0.667, - "y": 1 - }, - "o": { - "x": 0.333, - "y": 0 - }, - "t": 175, - "s": [ - 19.531, - 936.227, - 0 - ], - "to": [ - 0, - 0, - 0 - ], - "ti": [ - 0, - 0, - 0 - ] - }, - { - "t": 249, - "s": [ - 280, - 760, - 0 - ] - } - ], - "ix": 2 - }, - "a": { - "a": 0, - "k": [ - 0, - 0, - 0 - ], - "ix": 1 - }, - "s": { - "a": 0, - "k": [ - 100, - 100, - 100 - ], - "ix": 6 - } - }, - "ao": 0, - "shapes": [ - { - "ty": "gr", - "it": [ - { - "ty": "sr", - "sy": 2, - "d": 1, - "pt": { - "a": 0, - "k": 5, - "ix": 3 - }, - "p": { - "a": 0, - "k": [ - 0, - 0 - ], - "ix": 4 - }, - "r": { - "a": 0, - "k": 152.103, - "ix": 5 - }, - "or": { - "a": 0, - "k": 76.942, - "ix": 7 - }, - "os": { - "a": 0, - "k": 0, - "ix": 9 - }, - "ix": 1, - "nm": "Polystar Path 1", - "mn": "ADBE Vector Shape - Star", - "hd": false - }, - { - "ty": "st", - "c": { - "a": 0, - "k": [ - 0.6314, - 0.6784, - 0.7176, - 1 - ], - "ix": 3 - }, - "o": { - "a": 0, - "k": 100, - "ix": 4 - }, - "w": { - "a": 0, - "k": 9, - "ix": 5 - }, - "lc": 1, - "lj": 1, - "ml": 4, - "bm": 0, - "nm": "Stroke 1", - "mn": "ADBE Vector Graphic - Stroke", - "hd": false - }, - { - "ty": "fl", - "c": { - "a": 0, - "k": [ - 0.6314, - 0.6784, - 0.7176, - 1 - ], - "ix": 4 - }, - "o": { - "a": 0, - "k": 0, - "ix": 5 - }, - "r": 1, - "bm": 0, - "nm": "Fill 1", - "mn": "ADBE Vector Graphic - Fill", - "hd": false - }, - { - "ty": "tr", - "p": { - "a": 0, - "k": [ - 104, - -256 - ], - "ix": 2 - }, - "a": { - "a": 0, - "k": [ - 0, - 0 - ], - "ix": 1 - }, - "s": { - "a": 0, - "k": [ - 100, - 100 - ], - "ix": 3 - }, - "r": { - "a": 0, - "k": 0, - "ix": 6 - }, - "o": { - "a": 0, - "k": 100, - "ix": 7 - }, - "sk": { - "a": 0, - "k": 0, - "ix": 4 - }, - "sa": { - "a": 0, - "k": 0, - "ix": 5 - }, - "nm": "Transform" - } - ], - "nm": "Polystar 1", - "np": 3, - "cix": 2, - "bm": 0, - "ix": 1, - "mn": "ADBE Vector Group", - "hd": false - } - ], - "ip": 0, - "op": 250, - "st": 0, - "bm": 0 - } - ] - }, - { - "id": "comp_6", - "layers": [ - { - "ddd": 0, - "ind": 1, - "ty": 4, - "nm": "Shape Layer 4", - "sr": 1, - "ks": { - "o": { - "a": 0, - "k": 100, - "ix": 11 - }, - "r": { - "a": 0, - "k": 0, - "ix": 10 - }, - "p": { - "a": 1, - "k": [ - { - "i": { - "x": 0.667, - "y": 1 - }, - "o": { - "x": 0.333, - "y": 0 - }, - "t": 0, - "s": [ - 960, - 540, - 0 - ], - "to": [ - 0, - 0, - 0 - ], - "ti": [ - 0, - 0, - 0 - ] - }, - { - "i": { - "x": 0.667, - "y": 1 - }, - "o": { - "x": 0.333, - "y": 0 - }, - "t": 66, - "s": [ - 748, - 704, - 0 - ], - "to": [ - 0, - 0, - 0 - ], - "ti": [ - 0, - 0, - 0 - ] - }, - { - "i": { - "x": 0.667, - "y": 1 - }, - "o": { - "x": 0.333, - "y": 0 - }, - "t": 121, - "s": [ - 993.834, - 532.166, - 0 - ], - "to": [ - 0, - 0, - 0 - ], - "ti": [ - 0, - 0, - 0 - ] - }, - { - "i": { - "x": 0.667, - "y": 1 - }, - "o": { - "x": 0.333, - "y": 0 - }, - "t": 183, - "s": [ - 750.907, - 719.622, - 0 - ], - "to": [ - 0, - 0, - 0 - ], - "ti": [ - 0, - 0, - 0 - ] - }, - { - "t": 249, - "s": [ - 960, - 540, - 0 - ] - } - ], - "ix": 2 - }, - "a": { - "a": 0, - "k": [ - 0, - 0, - 0 - ], - "ix": 1 - }, - "s": { - "a": 0, - "k": [ - 100, - 100, - 100 - ], - "ix": 6 - } - }, - "ao": 0, - "shapes": [ - { - "ty": "gr", - "it": [ - { - "ty": "sr", - "sy": 2, - "d": 1, - "pt": { - "a": 0, - "k": 5, - "ix": 3 - }, - "p": { - "a": 0, - "k": [ - 0, - 0 - ], - "ix": 4 - }, - "r": { - "a": 0, - "k": 152.103, - "ix": 5 - }, - "or": { - "a": 0, - "k": 76.942, - "ix": 7 - }, - "os": { - "a": 0, - "k": 0, - "ix": 9 - }, - "ix": 1, - "nm": "Polystar Path 1", - "mn": "ADBE Vector Shape - Star", - "hd": false - }, - { - "ty": "st", - "c": { - "a": 0, - "k": [ - 0.6314, - 0.6784, - 0.7176, - 1 - ], - "ix": 3 - }, - "o": { - "a": 0, - "k": 100, - "ix": 4 - }, - "w": { - "a": 0, - "k": 9, - "ix": 5 - }, - "lc": 1, - "lj": 1, - "ml": 4, - "bm": 0, - "nm": "Stroke 1", - "mn": "ADBE Vector Graphic - Stroke", - "hd": false - }, - { - "ty": "fl", - "c": { - "a": 0, - "k": [ - 0.6314, - 0.6784, - 0.7176, - 1 - ], - "ix": 4 - }, - "o": { - "a": 0, - "k": 0, - "ix": 5 - }, - "r": 1, - "bm": 0, - "nm": "Fill 1", - "mn": "ADBE Vector Graphic - Fill", - "hd": false - }, - { - "ty": "tr", - "p": { - "a": 0, - "k": [ - 104, - -256 - ], - "ix": 2 - }, - "a": { - "a": 0, - "k": [ - 0, - 0 - ], - "ix": 1 - }, - "s": { - "a": 0, - "k": [ - 100, - 100 - ], - "ix": 3 - }, - "r": { - "a": 0, - "k": 0, - "ix": 6 - }, - "o": { - "a": 0, - "k": 100, - "ix": 7 - }, - "sk": { - "a": 0, - "k": 0, - "ix": 4 - }, - "sa": { - "a": 0, - "k": 0, - "ix": 5 - }, - "nm": "Transform" - } - ], - "nm": "Polystar 1", - "np": 3, - "cix": 2, - "bm": 0, - "ix": 1, - "mn": "ADBE Vector Group", - "hd": false - } - ], - "ip": 0, - "op": 250, - "st": 0, - "bm": 0 - } - ] - } - ], - "layers": [ - { - "ddd": 0, - "ind": 1, - "ty": 0, - "nm": "Shape Layer 11 Comp 1", - "refId": "comp_0", - "sr": 1, - "ks": { - "o": { - "a": 0, - "k": 100, - "ix": 11 - }, - "r": { - "a": 1, - "k": [ - { - "i": { - "x": [ - 0.667 - ], - "y": [ - 1 - ] - }, - "o": { - "x": [ - 0.333 - ], - "y": [ - 0 - ] - }, - "t": 0, - "s": [ - 0 - ] - }, - { - "t": 249, - "s": [ - 360 - ] - } - ], - "ix": 10 - }, - "p": { - "a": 0, - "k": [ - 960, - 540, - 0 - ], - "ix": 2 - }, - "a": { - "a": 0, - "k": [ - 960, - 540, - 0 - ], - "ix": 1 - }, - "s": { - "a": 0, - "k": [ - 100, - 100, - 100 - ], - "ix": 6 - } - }, - "ao": 0, - "w": 1920, - "h": 1080, - "ip": 0, - "op": 250, - "st": 0, - "bm": 0 - }, - { - "ddd": 0, - "ind": 2, - "ty": 0, - "nm": "Shape Layer 10 Comp 1", - "refId": "comp_1", - "sr": 1, - "ks": { - "o": { - "a": 0, - "k": 100, - "ix": 11 - }, - "r": { - "a": 1, - "k": [ - { - "i": { - "x": [ - 0.667 - ], - "y": [ - 1 - ] - }, - "o": { - "x": [ - 0.333 - ], - "y": [ - 0 - ] - }, - "t": 0, - "s": [ - 0 - ] - }, - { - "t": 249, - "s": [ - -360 - ] - } - ], - "ix": 10 - }, - "p": { - "a": 0, - "k": [ - 1008, - 760, - 0 - ], - "ix": 2 - }, - "a": { - "a": 0, - "k": [ - 960, - 540, - 0 - ], - "ix": 1 - }, - "s": { - "a": 0, - "k": [ - 100, - 100, - 100 - ], - "ix": 6 - } - }, - "ao": 0, - "w": 1920, - "h": 1080, - "ip": 0, - "op": 250, - "st": 0, - "bm": 0 - }, - { - "ddd": 0, - "ind": 3, - "ty": 0, - "nm": "Shape Layer 9 Comp 1", - "refId": "comp_2", - "sr": 1, - "ks": { - "o": { - "a": 0, - "k": 100, - "ix": 11 - }, - "r": { - "a": 1, - "k": [ - { - "i": { - "x": [ - 0.667 - ], - "y": [ - 1 - ] - }, - "o": { - "x": [ - 0.333 - ], - "y": [ - 0 - ] - }, - "t": 0, - "s": [ - 0 - ] - }, - { - "t": 249, - "s": [ - -360 - ] - } - ], - "ix": 10 - }, - "p": { - "a": 0, - "k": [ - 960, - 540, - 0 - ], - "ix": 2 - }, - "a": { - "a": 0, - "k": [ - 960, - 540, - 0 - ], - "ix": 1 - }, - "s": { - "a": 0, - "k": [ - 100, - 100, - 100 - ], - "ix": 6 - } - }, - "ao": 0, - "w": 1920, - "h": 1080, - "ip": 0, - "op": 250, - "st": 0, - "bm": 0 - }, - { - "ddd": 0, - "ind": 4, - "ty": 0, - "nm": "Shape Layer 5 Comp 1", - "refId": "comp_3", - "sr": 1, - "ks": { - "o": { - "a": 0, - "k": 100, - "ix": 11 - }, - "r": { - "a": 1, - "k": [ - { - "i": { - "x": [ - 0.667 - ], - "y": [ - 1 - ] - }, - "o": { - "x": [ - 0.333 - ], - "y": [ - 0 - ] - }, - "t": 0, - "s": [ - 0 - ] - }, - { - "t": 249, - "s": [ - 360 - ] - } - ], - "ix": 10 - }, - "p": { - "a": 0, - "k": [ - 960, - 540, - 0 - ], - "ix": 2 - }, - "a": { - "a": 0, - "k": [ - 960, - 540, - 0 - ], - "ix": 1 - }, - "s": { - "a": 0, - "k": [ - 100, - 100, - 100 - ], - "ix": 6 - } - }, - "ao": 0, - "w": 1920, - "h": 1080, - "ip": 0, - "op": 250, - "st": 0, - "bm": 0 - }, - { - "ddd": 0, - "ind": 5, - "ty": 0, - "nm": "Shape Layer 8 Comp 1", - "refId": "comp_4", - "sr": 1, - "ks": { - "o": { - "a": 0, - "k": 100, - "ix": 11 - }, - "r": { - "a": 1, - "k": [ - { - "i": { - "x": [ - 0.667 - ], - "y": [ - 1 - ] - }, - "o": { - "x": [ - 0.333 - ], - "y": [ - 0 - ] - }, - "t": 0, - "s": [ - 0 - ] - }, - { - "t": 249, - "s": [ - -360 - ] - } - ], - "ix": 10 - }, - "p": { - "a": 0, - "k": [ - 960, - 540, - 0 - ], - "ix": 2 - }, - "a": { - "a": 0, - "k": [ - 960, - 540, - 0 - ], - "ix": 1 - }, - "s": { - "a": 0, - "k": [ - 100, - 100, - 100 - ], - "ix": 6 - } - }, - "ao": 0, - "w": 1920, - "h": 1080, - "ip": 0, - "op": 250, - "st": 0, - "bm": 0 - }, - { - "ddd": 0, - "ind": 6, - "ty": 0, - "nm": "Shape Layer 7 Comp 1", - "refId": "comp_5", - "sr": 1, - "ks": { - "o": { - "a": 0, - "k": 100, - "ix": 11 - }, - "r": { - "a": 1, - "k": [ - { - "i": { - "x": [ - 0.667 - ], - "y": [ - 1 - ] - }, - "o": { - "x": [ - 0.333 - ], - "y": [ - 0 - ] - }, - "t": 0, - "s": [ - 0 - ] - }, - { - "t": 249, - "s": [ - 360 - ] - } - ], - "ix": 10 - }, - "p": { - "a": 0, - "k": [ - 960, - 540, - 0 - ], - "ix": 2 - }, - "a": { - "a": 0, - "k": [ - 960, - 540, - 0 - ], - "ix": 1 - }, - "s": { - "a": 0, - "k": [ - 100, - 100, - 100 - ], - "ix": 6 - } - }, - "ao": 0, - "w": 1920, - "h": 1080, - "ip": 0, - "op": 250, - "st": 0, - "bm": 0 - }, - { - "ddd": 0, - "ind": 7, - "ty": 0, - "nm": "Shape Layer 4 Comp 1", - "refId": "comp_6", - "sr": 1, - "ks": { - "o": { - "a": 0, - "k": 100, - "ix": 11 - }, - "r": { - "a": 1, - "k": [ - { - "i": { - "x": [ - 0.667 - ], - "y": [ - 1 - ] - }, - "o": { - "x": [ - 0.333 - ], - "y": [ - 0 - ] - }, - "t": 0, - "s": [ - 0 - ] - }, - { - "t": 249, - "s": [ - -360 - ] - } - ], - "ix": 10 - }, - "p": { - "a": 0, - "k": [ - 960, - 540, - 0 - ], - "ix": 2 - }, - "a": { - "a": 0, - "k": [ - 960, - 540, - 0 - ], - "ix": 1 - }, - "s": { - "a": 0, - "k": [ - 100, - 100, - 100 - ], - "ix": 6 - } - }, - "ao": 0, - "w": 1920, - "h": 1080, - "ip": 0, - "op": 250, - "st": 0, - "bm": 0 - }, - { - "ddd": 0, - "ind": 8, - "ty": 4, - "nm": "Shape Layer 6", - "sr": 1, - "ks": { - "o": { - "a": 0, - "k": 100, - "ix": 11 - }, - "r": { - "a": 0, - "k": 0, - "ix": 10 - }, - "p": { - "a": 1, - "k": [ - { - "i": { - "x": 0.667, - "y": 1 - }, - "o": { - "x": 0.333, - "y": 0 - }, - "t": 0, - "s": [ - 1712, - 1240, - 0 - ], - "to": [ - 0, - 0, - 0 - ], - "ti": [ - 0, - 0, - 0 - ] - }, - { - "i": { - "x": 0.667, - "y": 1 - }, - "o": { - "x": 0.333, - "y": 0 - }, - "t": 61, - "s": [ - 1952, - 1076, - 0 - ], - "to": [ - 0, - 0, - 0 - ], - "ti": [ - 0, - 0, - 0 - ] - }, - { - "i": { - "x": 0.667, - "y": 1 - }, - "o": { - "x": 0.333, - "y": 0 - }, - "t": 118, - "s": [ - 1675.593, - 1262.945, - 0 - ], - "to": [ - 0, - 0, - 0 - ], - "ti": [ - 0, - 0, - 0 - ] - }, - { - "i": { - "x": 0.667, - "y": 1 - }, - "o": { - "x": 0.333, - "y": 0 - }, - "t": 177, - "s": [ - 1954.879, - 1073.311, - 0 - ], - "to": [ - 0, - 0, - 0 - ], - "ti": [ - 0, - 0, - 0 - ] - }, - { - "t": 249, - "s": [ - 1712, - 1240, - 0 - ] - } - ], - "ix": 2 - }, - "a": { - "a": 0, - "k": [ - 0, - 0, - 0 - ], - "ix": 1 - }, - "s": { - "a": 0, - "k": [ - 100, - 100, - 100 - ], - "ix": 6 - } - }, - "ao": 0, - "shapes": [ - { - "ty": "gr", - "it": [ - { - "d": 1, - "ty": "el", - "s": { - "a": 0, - "k": [ - 110, - 110 - ], - "ix": 2 - }, - "p": { - "a": 0, - "k": [ - 0, - 0 - ], - "ix": 3 - }, - "nm": "Ellipse Path 1", - "mn": "ADBE Vector Shape - Ellipse", - "hd": false - }, - { - "ty": "st", - "c": { - "a": 0, - "k": [ - 0.6314, - 0.6784, - 0.7176, - 1 - ], - "ix": 3 - }, - "o": { - "a": 0, - "k": 100, - "ix": 4 - }, - "w": { - "a": 0, - "k": 10, - "ix": 5 - }, - "lc": 1, - "lj": 1, - "ml": 4, - "bm": 0, - "nm": "Stroke 1", - "mn": "ADBE Vector Graphic - Stroke", - "hd": false - }, - { - "ty": "fl", - "c": { - "a": 0, - "k": [ - 0, - 0.55, - 1, - 1 - ], - "ix": 4 - }, - "o": { - "a": 0, - "k": 0, - "ix": 5 - }, - "r": 1, - "bm": 0, - "nm": "Fill 1", - "mn": "ADBE Vector Graphic - Fill", - "hd": false - }, - { - "ty": "tr", - "p": { - "a": 0, - "k": [ - -709, - -325 - ], - "ix": 2 - }, - "a": { - "a": 0, - "k": [ - 0, - 0 - ], - "ix": 1 - }, - "s": { - "a": 0, - "k": [ - 100, - 100 - ], - "ix": 3 - }, - "r": { - "a": 0, - "k": 0, - "ix": 6 - }, - "o": { - "a": 0, - "k": 100, - "ix": 7 - }, - "sk": { - "a": 0, - "k": 0, - "ix": 4 - }, - "sa": { - "a": 0, - "k": 0, - "ix": 5 - }, - "nm": "Transform" - } - ], - "nm": "Ellipse 1", - "np": 3, - "cix": 2, - "bm": 0, - "ix": 1, - "mn": "ADBE Vector Group", - "hd": false - } - ], - "ip": 0, - "op": 250, - "st": 0, - "bm": 0 - }, - { - "ddd": 0, - "ind": 9, - "ty": 4, - "nm": "Shape Layer 3", - "sr": 1, - "ks": { - "o": { - "a": 0, - "k": 100, - "ix": 11 - }, - "r": { - "a": 0, - "k": 0, - "ix": 10 - }, - "p": { - "a": 1, - "k": [ - { - "i": { - "x": 0.667, - "y": 1 - }, - "o": { - "x": 0.333, - "y": 0 - }, - "t": 0, - "s": [ - 1244, - 1090, - 0 - ], - "to": [ - 0, - 0, - 0 - ], - "ti": [ - 0, - 0, - 0 - ] - }, - { - "i": { - "x": 0.667, - "y": 1 - }, - "o": { - "x": 0.333, - "y": 0 - }, - "t": 62, - "s": [ - 1396, - 1250, - 0 - ], - "to": [ - 0, - 0, - 0 - ], - "ti": [ - 0, - 0, - 0 - ] - }, - { - "i": { - "x": 0.667, - "y": 1 - }, - "o": { - "x": 0.333, - "y": 0 - }, - "t": 124, - "s": [ - 1209.603, - 1064.951, - 0 - ], - "to": [ - 0, - 0, - 0 - ], - "ti": [ - 0, - 0, - 0 - ] - }, - { - "i": { - "x": 0.667, - "y": 1 - }, - "o": { - "x": 0.333, - "y": 0 - }, - "t": 184, - "s": [ - 1399.765, - 1250.177, - 0 - ], - "to": [ - 0, - 0, - 0 - ], - "ti": [ - 0, - 0, - 0 - ] - }, - { - "t": 249, - "s": [ - 1244, - 1090, - 0 - ] - } - ], - "ix": 2 - }, - "a": { - "a": 0, - "k": [ - 0, - 0, - 0 - ], - "ix": 1 - }, - "s": { - "a": 0, - "k": [ - 100, - 100, - 100 - ], - "ix": 6 - } - }, - "ao": 0, - "shapes": [ - { - "ty": "gr", - "it": [ - { - "d": 1, - "ty": "el", - "s": { - "a": 0, - "k": [ - 110, - 110 - ], - "ix": 2 - }, - "p": { - "a": 0, - "k": [ - 0, - 0 - ], - "ix": 3 - }, - "nm": "Ellipse Path 1", - "mn": "ADBE Vector Shape - Ellipse", - "hd": false - }, - { - "ty": "st", - "c": { - "a": 0, - "k": [ - 0.6314, - 0.6784, - 0.7176, - 1 - ], - "ix": 3 - }, - "o": { - "a": 0, - "k": 100, - "ix": 4 - }, - "w": { - "a": 0, - "k": 10, - "ix": 5 - }, - "lc": 1, - "lj": 1, - "ml": 4, - "bm": 0, - "nm": "Stroke 1", - "mn": "ADBE Vector Graphic - Stroke", - "hd": false - }, - { - "ty": "fl", - "c": { - "a": 0, - "k": [ - 0, - 0.55, - 1, - 1 - ], - "ix": 4 - }, - "o": { - "a": 0, - "k": 0, - "ix": 5 - }, - "r": 1, - "bm": 0, - "nm": "Fill 1", - "mn": "ADBE Vector Graphic - Fill", - "hd": false - }, - { - "ty": "tr", - "p": { - "a": 0, - "k": [ - -709, - -325 - ], - "ix": 2 - }, - "a": { - "a": 0, - "k": [ - 0, - 0 - ], - "ix": 1 - }, - "s": { - "a": 0, - "k": [ - 100, - 100 - ], - "ix": 3 - }, - "r": { - "a": 0, - "k": 0, - "ix": 6 - }, - "o": { - "a": 0, - "k": 100, - "ix": 7 - }, - "sk": { - "a": 0, - "k": 0, - "ix": 4 - }, - "sa": { - "a": 0, - "k": 0, - "ix": 5 - }, - "nm": "Transform" - } - ], - "nm": "Ellipse 1", - "np": 3, - "cix": 2, - "bm": 0, - "ix": 1, - "mn": "ADBE Vector Group", - "hd": false - } - ], - "ip": 0, - "op": 250, - "st": 0, - "bm": 0 - }, - { - "ddd": 0, - "ind": 10, - "ty": 4, - "nm": "Shape Layer 2", - "sr": 1, - "ks": { - "o": { - "a": 0, - "k": 100, - "ix": 11 - }, - "r": { - "a": 0, - "k": 0, - "ix": 10 - }, - "p": { - "a": 1, - "k": [ - { - "i": { - "x": 0.667, - "y": 1 - }, - "o": { - "x": 0.333, - "y": 0 - }, - "t": 0, - "s": [ - 2232, - 1046, - 0 - ], - "to": [ - 0, - 0, - 0 - ], - "ti": [ - 0, - 0, - 0 - ] - }, - { - "i": { - "x": 0.667, - "y": 1 - }, - "o": { - "x": 0.333, - "y": 0 - }, - "t": 58, - "s": [ - 2436, - 922, - 0 - ], - "to": [ - 0, - 0, - 0 - ], - "ti": [ - 0, - 0, - 0 - ] - }, - { - "i": { - "x": 0.667, - "y": 1 - }, - "o": { - "x": 0.333, - "y": 0 - }, - "t": 115, - "s": [ - 2218.192, - 1038.001, - 0 - ], - "to": [ - 0, - 0, - 0 - ], - "ti": [ - 0, - 0, - 0 - ] - }, - { - "i": { - "x": 0.667, - "y": 1 - }, - "o": { - "x": 0.333, - "y": 0 - }, - "t": 175, - "s": [ - 2444.449, - 917.626, - 0 - ], - "to": [ - 0, - 0, - 0 - ], - "ti": [ - 0, - 0, - 0 - ] - }, - { - "t": 249, - "s": [ - 2232, - 1046, - 0 - ] - } - ], - "ix": 2 - }, - "a": { - "a": 0, - "k": [ - 0, - 0, - 0 - ], - "ix": 1 - }, - "s": { - "a": 0, - "k": [ - 100, - 100, - 100 - ], - "ix": 6 - } - }, - "ao": 0, - "shapes": [ - { - "ty": "gr", - "it": [ - { - "d": 1, - "ty": "el", - "s": { - "a": 0, - "k": [ - 110, - 110 - ], - "ix": 2 - }, - "p": { - "a": 0, - "k": [ - 0, - 0 - ], - "ix": 3 - }, - "nm": "Ellipse Path 1", - "mn": "ADBE Vector Shape - Ellipse", - "hd": false - }, - { - "ty": "st", - "c": { - "a": 0, - "k": [ - 0.6314, - 0.6784, - 0.7176, - 1 - ], - "ix": 3 - }, - "o": { - "a": 0, - "k": 100, - "ix": 4 - }, - "w": { - "a": 0, - "k": 10, - "ix": 5 - }, - "lc": 1, - "lj": 1, - "ml": 4, - "bm": 0, - "nm": "Stroke 1", - "mn": "ADBE Vector Graphic - Stroke", - "hd": false - }, - { - "ty": "fl", - "c": { - "a": 0, - "k": [ - 0, - 0.55, - 1, - 1 - ], - "ix": 4 - }, - "o": { - "a": 0, - "k": 0, - "ix": 5 - }, - "r": 1, - "bm": 0, - "nm": "Fill 1", - "mn": "ADBE Vector Graphic - Fill", - "hd": false - }, - { - "ty": "tr", - "p": { - "a": 0, - "k": [ - -709, - -325 - ], - "ix": 2 - }, - "a": { - "a": 0, - "k": [ - 0, - 0 - ], - "ix": 1 - }, - "s": { - "a": 0, - "k": [ - 100, - 100 - ], - "ix": 3 - }, - "r": { - "a": 0, - "k": 0, - "ix": 6 - }, - "o": { - "a": 0, - "k": 100, - "ix": 7 - }, - "sk": { - "a": 0, - "k": 0, - "ix": 4 - }, - "sa": { - "a": 0, - "k": 0, - "ix": 5 - }, - "nm": "Transform" - } - ], - "nm": "Ellipse 1", - "np": 3, - "cix": 2, - "bm": 0, - "ix": 1, - "mn": "ADBE Vector Group", - "hd": false - } - ], - "ip": 0, - "op": 250, - "st": 0, - "bm": 0 - }, - { - "ddd": 0, - "ind": 11, - "ty": 4, - "nm": "Shape Layer 1", - "sr": 1, - "ks": { - "o": { - "a": 0, - "k": 100, - "ix": 11 - }, - "r": { - "a": 0, - "k": 0, - "ix": 10 - }, - "p": { - "a": 1, - "k": [ - { - "i": { - "x": 0.667, - "y": 1 - }, - "o": { - "x": 0.333, - "y": 0 - }, - "t": 0, - "s": [ - 960, - 540, - 0 - ], - "to": [ - 0, - 0, - 0 - ], - "ti": [ - 0, - 0, - 0 - ] - }, - { - "i": { - "x": 0.667, - "y": 1 - }, - "o": { - "x": 0.333, - "y": 0 - }, - "t": 59, - "s": [ - 1100, - 596, - 0 - ], - "to": [ - 0, - 0, - 0 - ], - "ti": [ - 0, - 0, - 0 - ] - }, - { - "i": { - "x": 0.667, - "y": 1 - }, - "o": { - "x": 0.333, - "y": 0 - }, - "t": 122, - "s": [ - 880.81, - 509.924, - 0 - ], - "to": [ - 0, - 0, - 0 - ], - "ti": [ - 0, - 0, - 0 - ] - }, - { - "i": { - "x": 0.667, - "y": 1 - }, - "o": { - "x": 0.333, - "y": 0 - }, - "t": 184, - "s": [ - 1134.856, - 635.816, - 0 - ], - "to": [ - 0, - 0, - 0 - ], - "ti": [ - 0, - 0, - 0 - ] - }, - { - "t": 249, - "s": [ - 960, - 540, - 0 - ] - } - ], - "ix": 2 - }, - "a": { - "a": 0, - "k": [ - 0, - 0, - 0 - ], - "ix": 1 - }, - "s": { - "a": 0, - "k": [ - 100, - 100, - 100 - ], - "ix": 6 - } - }, - "ao": 0, - "shapes": [ - { - "ty": "gr", - "it": [ - { - "d": 1, - "ty": "el", - "s": { - "a": 0, - "k": [ - 110, - 110 - ], - "ix": 2 - }, - "p": { - "a": 0, - "k": [ - 0, - 0 - ], - "ix": 3 - }, - "nm": "Ellipse Path 1", - "mn": "ADBE Vector Shape - Ellipse", - "hd": false - }, - { - "ty": "st", - "c": { - "a": 0, - "k": [ - 0.6314, - 0.6784, - 0.7176, - 1 - ], - "ix": 3 - }, - "o": { - "a": 0, - "k": 100, - "ix": 4 - }, - "w": { - "a": 0, - "k": 10, - "ix": 5 - }, - "lc": 1, - "lj": 1, - "ml": 4, - "bm": 0, - "nm": "Stroke 1", - "mn": "ADBE Vector Graphic - Stroke", - "hd": false - }, - { - "ty": "fl", - "c": { - "a": 0, - "k": [ - 0, - 0.55, - 1, - 1 - ], - "ix": 4 - }, - "o": { - "a": 0, - "k": 0, - "ix": 5 - }, - "r": 1, - "bm": 0, - "nm": "Fill 1", - "mn": "ADBE Vector Graphic - Fill", - "hd": false - }, - { - "ty": "tr", - "p": { - "a": 0, - "k": [ - -709, - -325 - ], - "ix": 2 - }, - "a": { - "a": 0, - "k": [ - 0, - 0 - ], - "ix": 1 - }, - "s": { - "a": 0, - "k": [ - 100, - 100 - ], - "ix": 3 - }, - "r": { - "a": 0, - "k": 0, - "ix": 6 - }, - "o": { - "a": 0, - "k": 100, - "ix": 7 - }, - "sk": { - "a": 0, - "k": 0, - "ix": 4 - }, - "sa": { - "a": 0, - "k": 0, - "ix": 5 - }, - "nm": "Transform" - } - ], - "nm": "Ellipse 1", - "np": 3, - "cix": 2, - "bm": 0, - "ix": 1, - "mn": "ADBE Vector Group", - "hd": false - } - ], - "ip": 0, - "op": 250, - "st": 0, - "bm": 0 - } - ], - "markers": [] -} \ No newline at end of file diff --git a/old/Pages/Events/components/event1/eventLottie.json b/old/Pages/Events/components/event1/eventLottie.json deleted file mode 100644 index 2c27a1e4..00000000 --- a/old/Pages/Events/components/event1/eventLottie.json +++ /dev/null @@ -1 +0,0 @@ -{"v":"5.7.14","fr":60,"ip":0,"op":60,"w":90,"h":90,"nm":"home90","ddd":0,"assets":[],"layers":[{"ddd":0,"ind":1,"ty":4,"nm":"“dash”轮廓","parent":2,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[48.496,64.232,0],"ix":2,"l":2},"a":{"a":0,"k":[12.25,3.25,0],"ix":1,"l":2},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":35,"s":[0,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.21,0.333,0.333],"y":[0,0,0]},"t":40,"s":[110,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":45,"s":[90,100,100]},{"t":50,"s":[100,100,100]}],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-1.657,0],[0,0],[0,-1.656],[0,0],[0.828,0],[0,0],[0,0.828],[0,0]],"o":[[0,0],[1.657,0],[0,0],[0,0.828],[0,0],[-0.828,0],[0,0],[0,-1.656]],"v":[[-9,-3],[9,-3],[12,0],[12,1.5],[10.5,3],[-10.5,3],[-12,1.5],[-12,0]],"c":true},"ix":2},"nm":"路径 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.093999997307,0.13300000359,0.216000007181,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"填充 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[12.25,3.25],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"变换"}],"nm":"组 1","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":60,"st":0,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"“frame”轮廓","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":0,"s":[45,142.978,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":9,"s":[45,70.978,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":18,"s":[45,77.978,0],"to":[0,0,0],"ti":[0,0,0]},{"t":35,"s":[45,77.978,0]}],"ix":2,"l":2},"a":{"a":0,"k":[48.497,81.747,0],"ix":1,"l":2},"s":{"a":1,"k":[{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":0,"s":[0,0,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.342,0.333,0.333],"y":[0,0,0]},"t":9,"s":[110,100,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":18,"s":[80,105,100]},{"i":{"x":[0.667,0.667,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":26,"s":[110,80,100]},{"t":35,"s":[100,100,100]}],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-3.659,2.779],[0,0],[-4.29,-3.259],[0,0],[0.901,-4.506],[0,0],[5.72,0],[0,0],[1.122,5.61],[0,0]],"o":[[0,0],[4.29,-3.259],[0,0],[3.661,2.779],[0,0],[-1.122,5.61],[0,0],[-5.72,0],[0,0],[-0.901,-4.506]],"v":[[-28.087,-14.296],[-7.258,-30.115],[7.258,-30.115],[28.085,-14.296],[32.596,-2.385],[27.372,23.726],[15.607,33.374],[-15.607,33.374],[-27.374,23.726],[-32.596,-2.385]],"c":true},"ix":2},"nm":"路径 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0.093999997307,0.13300000359,0.216000007181,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":6,"ix":5},"lc":2,"lj":2,"bm":0,"nm":"描边 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[48.496,48.373],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"变换"}],"nm":"组 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":60,"st":0,"bm":0},{"ddd":0,"ind":3,"ty":4,"nm":"mask","parent":2,"td":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[48.497,81.747,0],"ix":2,"l":2},"a":{"a":0,"k":[48.497,81.747,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-3.659,2.779],[0,0],[-4.29,-3.259],[0,0],[0.901,-4.506],[0,0],[5.72,0],[0,0],[1.122,5.61],[0,0]],"o":[[0,0],[4.29,-3.259],[0,0],[3.661,2.779],[0,0],[-1.122,5.61],[0,0],[-5.72,0],[0,0],[-0.901,-4.506]],"v":[[-28.087,-14.296],[-7.258,-30.115],[7.258,-30.115],[28.085,-14.296],[32.596,-2.385],[27.372,23.726],[15.607,33.374],[-15.607,33.374],[-27.374,23.726],[-32.596,-2.385]],"c":true},"ix":2},"nm":"路径 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"填充 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[48.496,48.373],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"变换"}],"nm":"组 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":60,"st":0,"bm":0},{"ddd":0,"ind":4,"ty":4,"nm":"green","parent":3,"tt":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[12.116,85.15,0],"ix":2,"l":2},"a":{"a":0,"k":[-38.388,41.373,0],"ix":1,"l":2},"s":{"a":1,"k":[{"i":{"x":[0.371,0.371,0.667],"y":[1,1,1]},"o":{"x":[0.333,0.333,0.333],"y":[0,0,0]},"t":0,"s":[0,0,100]},{"t":35,"s":[100,100,100]}],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"d":1,"ty":"el","s":{"a":0,"k":[75.984,75.984],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"nm":"椭圆路径 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","c":{"a":0,"k":[0.689999988032,0.925,0.493999974868,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"填充 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-2.008,4.992],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[95.758,95.758],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"变换"}],"nm":"椭圆 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":60,"st":0,"bm":0}],"markers":[]} \ No newline at end of file diff --git a/old/Pages/Events/components/event1/planetLottie.json b/old/Pages/Events/components/event1/planetLottie.json deleted file mode 100644 index d2540e03..00000000 --- a/old/Pages/Events/components/event1/planetLottie.json +++ /dev/null @@ -1,16198 +0,0 @@ -{ - "v": "5.9.4", - "fr": 30, - "ip": 0, - "op": 60, - "w": 211, - "h": 158, - "nm": "VPN23YM 6", - "ddd": 0, - "assets": [ - { - "id": "comp_0", - "nm": "Pre-comp 1", - "fr": 30, - "layers": [ - { - "ddd": 0, - "ind": 1, - "ty": 4, - "nm": "Shape Layer 8", - "sr": 1, - "ks": { - "o": { - "a": 0, - "k": 100, - "ix": 11 - }, - "r": { - "a": 0, - "k": 0, - "ix": 10 - }, - "p": { - "a": 0, - "k": [ - 188.243, - 168.992, - 0 - ], - "ix": 2, - "l": 2 - }, - "a": { - "a": 0, - "k": [ - 38.243, - 18.992, - 0 - ], - "ix": 1, - "l": 2 - }, - "s": { - "a": 0, - "k": [ - 100, - 100, - 100 - ], - "ix": 6, - "l": 2 - } - }, - "ao": 0, - "shapes": [ - { - "ty": "gr", - "it": [ - { - "ind": 0, - "ty": "sh", - "ix": 1, - "ks": { - "a": 0, - "k": { - "i": [ - [ - 0, - 0 - ], - [ - -6.875, - -18.25 - ], - [ - -5.5, - -4 - ], - [ - -6.75, - -2.5 - ], - [ - -6.25, - -0.5 - ], - [ - -2.46, - 3.28 - ], - [ - 3.58, - 6.52 - ], - [ - 0, - 0 - ] - ], - "o": [ - [ - 0, - 0 - ], - [ - 5.574, - 11.989 - ], - [ - 5.5, - 4 - ], - [ - 6.75, - 2.5 - ], - [ - 6.25, - 0.5 - ], - [ - 0.75, - -1 - ], - [ - -3.5, - -6.375 - ], - [ - 0, - 0 - ] - ], - "v": [ - [ - -44.688, - -20.75 - ], - [ - -79.75, - -12.5 - ], - [ - -47.25, - 17 - ], - [ - -1.75, - 39 - ], - [ - 31.875, - 48.375 - ], - [ - 52, - 45.875 - ], - [ - 52.125, - 33.75 - ], - [ - 36.5, - 17.5 - ] - ], - "c": false - }, - "ix": 2 - }, - "nm": "Path 1", - "mn": "ADBE Vector Shape - Group", - "hd": false - }, - { - "ty": "tm", - "s": { - "a": 1, - "k": [ - { - "i": { - "x": [ - 0.833 - ], - "y": [ - 0.833 - ] - }, - "o": { - "x": [ - 0.167 - ], - "y": [ - 0.167 - ] - }, - "t": 5, - "s": [ - 0 - ] - }, - { - "t": 26.4296875, - "s": [ - 100 - ] - } - ], - "ix": 1 - }, - "e": { - "a": 1, - "k": [ - { - "i": { - "x": [ - 0.833 - ], - "y": [ - 0.833 - ] - }, - "o": { - "x": [ - 0.167 - ], - "y": [ - 0.167 - ] - }, - "t": 8, - "s": [ - 0 - ] - }, - { - "t": 29.4287109375, - "s": [ - 100 - ] - } - ], - "ix": 2 - }, - "o": { - "a": 0, - "k": 0, - "ix": 3 - }, - "m": 1, - "ix": 2, - "nm": "Trim Paths 1", - "mn": "ADBE Vector Filter - Trim", - "hd": false - }, - { - "ty": "st", - "c": { - "a": 0, - "k": [ - 0.3475, - 0.237, - 0.1525, - 1 - ], - "ix": 3 - }, - "o": { - "a": 0, - "k": 100, - "ix": 4 - }, - "w": { - "a": 0, - "k": 2, - "ix": 5 - }, - "lc": 2, - "lj": 1, - "ml": 4, - "bm": 0, - "nm": "Stroke 1", - "mn": "ADBE Vector Graphic - Stroke", - "hd": false - }, - { - "ty": "tr", - "p": { - "a": 0, - "k": [ - 0, - 0 - ], - "ix": 2 - }, - "a": { - "a": 0, - "k": [ - 0, - 0 - ], - "ix": 1 - }, - "s": { - "a": 0, - "k": [ - 100, - 100 - ], - "ix": 3 - }, - "r": { - "a": 0, - "k": 0, - "ix": 6 - }, - "o": { - "a": 0, - "k": 100, - "ix": 7 - }, - "sk": { - "a": 0, - "k": 0, - "ix": 4 - }, - "sa": { - "a": 0, - "k": 0, - "ix": 5 - }, - "nm": "Transform" - } - ], - "nm": "Shape 1", - "np": 4, - "cix": 2, - "bm": 0, - "ix": 1, - "mn": "ADBE Vector Group", - "hd": false - } - ], - "ip": 5, - "op": 30, - "st": 5, - "ct": 1, - "bm": 0 - }, - { - "ddd": 0, - "ind": 2, - "ty": 4, - "nm": "Shape Layer 4", - "sr": 1, - "ks": { - "o": { - "a": 0, - "k": 100, - "ix": 11 - }, - "r": { - "a": 0, - "k": 0, - "ix": 10 - }, - "p": { - "a": 0, - "k": [ - 188.243, - 168.992, - 0 - ], - "ix": 2, - "l": 2 - }, - "a": { - "a": 0, - "k": [ - 38.243, - 18.992, - 0 - ], - "ix": 1, - "l": 2 - }, - "s": { - "a": 0, - "k": [ - 100, - 100, - 100 - ], - "ix": 6, - "l": 2 - } - }, - "ao": 0, - "shapes": [ - { - "ty": "gr", - "it": [ - { - "ind": 0, - "ty": "sh", - "ix": 1, - "ks": { - "a": 0, - "k": { - "i": [ - [ - 0, - 0 - ], - [ - -6.875, - -18.25 - ], - [ - -5.5, - -4 - ], - [ - -6.75, - -2.5 - ], - [ - -6.25, - -0.5 - ], - [ - -2.46, - 3.28 - ], - [ - 3.58, - 6.52 - ], - [ - 0, - 0 - ] - ], - "o": [ - [ - 0, - 0 - ], - [ - 5.574, - 11.989 - ], - [ - 5.5, - 4 - ], - [ - 6.75, - 2.5 - ], - [ - 6.25, - 0.5 - ], - [ - 0.75, - -1 - ], - [ - -3.5, - -6.375 - ], - [ - 0, - 0 - ] - ], - "v": [ - [ - -44.688, - -20.75 - ], - [ - -79.75, - -12.5 - ], - [ - -47.25, - 17 - ], - [ - -1.75, - 39 - ], - [ - 31.875, - 48.375 - ], - [ - 52, - 45.875 - ], - [ - 52.125, - 33.75 - ], - [ - 36.5, - 17.5 - ] - ], - "c": false - }, - "ix": 2 - }, - "nm": "Path 1", - "mn": "ADBE Vector Shape - Group", - "hd": false - }, - { - "ty": "tm", - "s": { - "a": 1, - "k": [ - { - "i": { - "x": [ - 0.833 - ], - "y": [ - 0.833 - ] - }, - "o": { - "x": [ - 0.167 - ], - "y": [ - 0.167 - ] - }, - "t": 0, - "s": [ - 0 - ] - }, - { - "t": 21.4296875, - "s": [ - 100 - ] - } - ], - "ix": 1 - }, - "e": { - "a": 1, - "k": [ - { - "i": { - "x": [ - 0.833 - ], - "y": [ - 0.833 - ] - }, - "o": { - "x": [ - 0.167 - ], - "y": [ - 0.167 - ] - }, - "t": 3, - "s": [ - 0 - ] - }, - { - "t": 24.4287109375, - "s": [ - 100 - ] - } - ], - "ix": 2 - }, - "o": { - "a": 0, - "k": 0, - "ix": 3 - }, - "m": 1, - "ix": 2, - "nm": "Trim Paths 1", - "mn": "ADBE Vector Filter - Trim", - "hd": false - }, - { - "ty": "st", - "c": { - "a": 0, - "k": [ - 0.3475, - 0.237, - 0.1525, - 1 - ], - "ix": 3 - }, - "o": { - "a": 0, - "k": 100, - "ix": 4 - }, - "w": { - "a": 0, - "k": 2, - "ix": 5 - }, - "lc": 2, - "lj": 1, - "ml": 4, - "bm": 0, - "nm": "Stroke 1", - "mn": "ADBE Vector Graphic - Stroke", - "hd": false - }, - { - "ty": "tr", - "p": { - "a": 0, - "k": [ - 0, - 0 - ], - "ix": 2 - }, - "a": { - "a": 0, - "k": [ - 0, - 0 - ], - "ix": 1 - }, - "s": { - "a": 0, - "k": [ - 100, - 100 - ], - "ix": 3 - }, - "r": { - "a": 0, - "k": 0, - "ix": 6 - }, - "o": { - "a": 0, - "k": 100, - "ix": 7 - }, - "sk": { - "a": 0, - "k": 0, - "ix": 4 - }, - "sa": { - "a": 0, - "k": 0, - "ix": 5 - }, - "nm": "Transform" - } - ], - "nm": "Shape 1", - "np": 4, - "cix": 2, - "bm": 0, - "ix": 1, - "mn": "ADBE Vector Group", - "hd": false - } - ], - "ip": 0, - "op": 25, - "st": 0, - "ct": 1, - "bm": 0 - } - ] - } - ], - "layers": [ - { - "ddd": 0, - "ind": 2, - "ty": 4, - "nm": "Layer 11", - "sr": 1, - "ks": { - "o": { - "a": 0, - "k": 100, - "ix": 11 - }, - "r": { - "a": 0, - "k": -7.5, - "ix": 10 - }, - "p": { - "a": 1, - "k": [ - { - "i": { - "x": 0.563, - "y": 0.563 - }, - "o": { - "x": 0.167, - "y": 0.167 - }, - "t": 0, - "s": [ - 76.25, - 121.5, - 0 - ], - "to": [ - 0, - 0, - 0 - ], - "ti": [ - 4.5, - 14, - 0 - ] - }, - { - "i": { - "x": 0.679, - "y": 0.679 - }, - "o": { - "x": 0.305, - "y": 0.305 - }, - "t": 9.216, - "s": [ - 38, - 117.5, - 0 - ], - "to": [ - -8.777, - -27.306, - 0 - ], - "ti": [ - -6.25, - 4.25, - 0 - ] - }, - { - "i": { - "x": 0.833, - "y": 0.833 - }, - "o": { - "x": 0.431, - "y": 0.431 - }, - "t": 28.179, - "s": [ - 90.5, - 56.75, - 0 - ], - "to": [ - 6.25, - -4.25, - 0 - ], - "ti": [ - 0, - 0, - 0 - ] - }, - { - "t": 40, - "s": [ - 133, - 24.75, - 0 - ] - } - ], - "ix": 2, - "l": 2 - }, - "a": { - "a": 0, - "k": [ - 45.821, - -77.72, - 0 - ], - "ix": 1, - "l": 2 - }, - "s": { - "a": 1, - "k": [ - { - "i": { - "x": [ - 0.833, - 0.833, - 0.833 - ], - "y": [ - 0.833, - 0.833, - 0.833 - ] - }, - "o": { - "x": [ - 0.167, - 0.167, - 0.167 - ], - "y": [ - 0.167, - 0.167, - 0.167 - ] - }, - "t": 0, - "s": [ - 20, - 20, - 100 - ] - }, - { - "i": { - "x": [ - 0.833, - 0.833, - 0.833 - ], - "y": [ - 0.833, - 0.833, - 0.833 - ] - }, - "o": { - "x": [ - 0.167, - 0.167, - 0.167 - ], - "y": [ - 0.167, - 0.167, - 0.167 - ] - }, - "t": 9.923, - "s": [ - 23.5, - 23.5, - 100 - ] - }, - { - "i": { - "x": [ - 0.833, - 0.833, - 0.833 - ], - "y": [ - 0.833, - 0.833, - 0.833 - ] - }, - "o": { - "x": [ - 0.167, - 0.167, - 0.167 - ], - "y": [ - 0.167, - 0.167, - 0.167 - ] - }, - "t": 23.256, - "s": [ - 60, - 60, - 100 - ] - }, - { - "t": 40, - "s": [ - 0, - 0, - 100 - ] - } - ], - "ix": 6, - "l": 2 - } - }, - "ao": 1, - "shapes": [ - { - "ty": "gr", - "it": [ - { - "ty": "gr", - "it": [ - { - "ind": 0, - "ty": "sh", - "ix": 1, - "ks": { - "a": 1, - "k": [ - { - "i": { - "x": 0.833, - "y": 0.833 - }, - "o": { - "x": 0.167, - "y": 0.167 - }, - "t": 0, - "s": [ - { - "i": [ - [ - 0.129, - 0.03 - ], - [ - 1.977, - 1.556 - ], - [ - -0.144, - 0.855 - ], - [ - -0.821, - 0.284 - ], - [ - -4.672, - -0.788 - ], - [ - 0.218, - -1.292 - ], - [ - 1.293, - 0.218 - ], - [ - 5.12, - -1.555 - ], - [ - -1.986, - -0.375 - ], - [ - 0.218, - -1.292 - ], - [ - 1.293, - 0.219 - ] - ], - "o": [ - [ - -4.83, - -1.124 - ], - [ - -0.682, - -0.538 - ], - [ - 0.145, - -0.857 - ], - [ - 2.442, - -0.845 - ], - [ - 1.273, - 0.235 - ], - [ - -0.218, - 1.294 - ], - [ - -1.969, - -0.331 - ], - [ - 4.325, - 3.147 - ], - [ - 1.291, - 0.212 - ], - [ - -0.218, - 1.294 - ], - [ - -0.121, - -0.02 - ] - ], - "v": [ - [ - 3.579, - -72.749 - ], - [ - -13.11, - -83.071 - ], - [ - -13.982, - -85.332 - ], - [ - -12.416, - -87.182 - ], - [ - 7.114, - -91.408 - ], - [ - 9.061, - -88.672 - ], - [ - 6.324, - -86.725 - ], - [ - -6.566, - -84.082 - ], - [ - 4.745, - -77.357 - ], - [ - 6.692, - -74.62 - ], - [ - 3.954, - -72.673 - ] - ], - "c": true - } - ] - }, - { - "i": { - "x": 0.833, - "y": 0.833 - }, - "o": { - "x": 0.167, - "y": 0.167 - }, - "t": 5, - "s": [ - { - "i": [ - [ - 0.129, - 0.03 - ], - [ - 1.977, - 1.556 - ], - [ - -0.144, - 0.855 - ], - [ - -0.821, - 0.284 - ], - [ - -4.672, - -0.788 - ], - [ - 0.218, - -1.292 - ], - [ - 1.293, - 0.218 - ], - [ - 5.12, - -1.555 - ], - [ - -1.986, - -0.375 - ], - [ - 0.218, - -1.292 - ], - [ - 1.293, - 0.219 - ] - ], - "o": [ - [ - -4.83, - -1.124 - ], - [ - -0.682, - -0.538 - ], - [ - 0.145, - -0.857 - ], - [ - 2.442, - -0.845 - ], - [ - 1.273, - 0.235 - ], - [ - -0.218, - 1.294 - ], - [ - -1.969, - -0.331 - ], - [ - 4.325, - 3.147 - ], - [ - 1.291, - 0.212 - ], - [ - -0.218, - 1.294 - ], - [ - -0.121, - -0.02 - ] - ], - "v": [ - [ - 3.579, - -72.749 - ], - [ - -8.998, - -82.255 - ], - [ - -9.87, - -84.516 - ], - [ - -8.304, - -86.366 - ], - [ - 7.114, - -91.408 - ], - [ - 9.061, - -88.672 - ], - [ - 6.324, - -86.725 - ], - [ - -2.454, - -83.266 - ], - [ - 4.745, - -77.357 - ], - [ - 6.692, - -74.62 - ], - [ - 3.954, - -72.673 - ] - ], - "c": true - } - ] - }, - { - "i": { - "x": 0.833, - "y": 0.833 - }, - "o": { - "x": 0.167, - "y": 0.167 - }, - "t": 10, - "s": [ - { - "i": [ - [ - 0.129, - 0.03 - ], - [ - 1.977, - 1.556 - ], - [ - -0.144, - 0.855 - ], - [ - -0.821, - 0.284 - ], - [ - -4.672, - -0.788 - ], - [ - 0.218, - -1.292 - ], - [ - 1.293, - 0.218 - ], - [ - 5.12, - -1.555 - ], - [ - -1.986, - -0.375 - ], - [ - 0.218, - -1.292 - ], - [ - 1.293, - 0.219 - ] - ], - "o": [ - [ - -4.83, - -1.124 - ], - [ - -0.682, - -0.538 - ], - [ - 0.145, - -0.857 - ], - [ - 2.442, - -0.845 - ], - [ - 1.273, - 0.235 - ], - [ - -0.218, - 1.294 - ], - [ - -1.969, - -0.331 - ], - [ - 4.325, - 3.147 - ], - [ - 1.291, - 0.212 - ], - [ - -0.218, - 1.294 - ], - [ - -0.121, - -0.02 - ] - ], - "v": [ - [ - 3.579, - -72.749 - ], - [ - -18.978, - -83.875 - ], - [ - -19.85, - -86.136 - ], - [ - -18.284, - -87.986 - ], - [ - 7.114, - -91.408 - ], - [ - 9.061, - -88.672 - ], - [ - 6.324, - -86.725 - ], - [ - -12.434, - -84.886 - ], - [ - 4.745, - -77.357 - ], - [ - 6.692, - -74.62 - ], - [ - 3.954, - -72.673 - ] - ], - "c": true - } - ] - }, - { - "i": { - "x": 0.833, - "y": 0.833 - }, - "o": { - "x": 0.167, - "y": 0.167 - }, - "t": 15, - "s": [ - { - "i": [ - [ - 0.129, - 0.03 - ], - [ - 1.977, - 1.556 - ], - [ - -0.144, - 0.855 - ], - [ - -0.821, - 0.284 - ], - [ - -4.672, - -0.788 - ], - [ - 0.218, - -1.292 - ], - [ - 1.293, - 0.218 - ], - [ - 5.12, - -1.555 - ], - [ - -1.986, - -0.375 - ], - [ - 0.218, - -1.292 - ], - [ - 1.293, - 0.219 - ] - ], - "o": [ - [ - -4.83, - -1.124 - ], - [ - -0.682, - -0.538 - ], - [ - 0.145, - -0.857 - ], - [ - 2.442, - -0.845 - ], - [ - 1.273, - 0.235 - ], - [ - -0.218, - 1.294 - ], - [ - -1.969, - -0.331 - ], - [ - 4.325, - 3.147 - ], - [ - 1.291, - 0.212 - ], - [ - -0.218, - 1.294 - ], - [ - -0.121, - -0.02 - ] - ], - "v": [ - [ - 3.579, - -72.749 - ], - [ - -13.11, - -83.071 - ], - [ - -13.982, - -85.332 - ], - [ - -12.416, - -87.182 - ], - [ - 7.114, - -91.408 - ], - [ - 9.061, - -88.672 - ], - [ - 6.324, - -86.725 - ], - [ - -6.566, - -84.082 - ], - [ - 4.745, - -77.357 - ], - [ - 6.692, - -74.62 - ], - [ - 3.954, - -72.673 - ] - ], - "c": true - } - ] - }, - { - "i": { - "x": 0.833, - "y": 0.833 - }, - "o": { - "x": 0.167, - "y": 0.167 - }, - "t": 20, - "s": [ - { - "i": [ - [ - 0.129, - 0.03 - ], - [ - 1.977, - 1.556 - ], - [ - -0.144, - 0.855 - ], - [ - -0.821, - 0.284 - ], - [ - -4.672, - -0.788 - ], - [ - 0.218, - -1.292 - ], - [ - 1.293, - 0.218 - ], - [ - 5.12, - -1.555 - ], - [ - -1.986, - -0.375 - ], - [ - 0.218, - -1.292 - ], - [ - 1.293, - 0.219 - ] - ], - "o": [ - [ - -4.83, - -1.124 - ], - [ - -0.682, - -0.538 - ], - [ - 0.145, - -0.857 - ], - [ - 2.442, - -0.845 - ], - [ - 1.273, - 0.235 - ], - [ - -0.218, - 1.294 - ], - [ - -1.969, - -0.331 - ], - [ - 4.325, - 3.147 - ], - [ - 1.291, - 0.212 - ], - [ - -0.218, - 1.294 - ], - [ - -0.121, - -0.02 - ] - ], - "v": [ - [ - 3.579, - -72.749 - ], - [ - -8.998, - -82.255 - ], - [ - -9.87, - -84.516 - ], - [ - -8.304, - -86.366 - ], - [ - 7.114, - -91.408 - ], - [ - 9.061, - -88.672 - ], - [ - 6.324, - -86.725 - ], - [ - -2.454, - -83.266 - ], - [ - 4.745, - -77.357 - ], - [ - 6.692, - -74.62 - ], - [ - 3.954, - -72.673 - ] - ], - "c": true - } - ] - }, - { - "i": { - "x": 0.833, - "y": 0.833 - }, - "o": { - "x": 0.167, - "y": 0.167 - }, - "t": 25, - "s": [ - { - "i": [ - [ - 0.129, - 0.03 - ], - [ - 1.977, - 1.556 - ], - [ - -0.144, - 0.855 - ], - [ - -0.821, - 0.284 - ], - [ - -4.672, - -0.788 - ], - [ - 0.218, - -1.292 - ], - [ - 1.293, - 0.218 - ], - [ - 5.12, - -1.555 - ], - [ - -1.986, - -0.375 - ], - [ - 0.218, - -1.292 - ], - [ - 1.293, - 0.219 - ] - ], - "o": [ - [ - -4.83, - -1.124 - ], - [ - -0.682, - -0.538 - ], - [ - 0.145, - -0.857 - ], - [ - 2.442, - -0.845 - ], - [ - 1.273, - 0.235 - ], - [ - -0.218, - 1.294 - ], - [ - -1.969, - -0.331 - ], - [ - 4.325, - 3.147 - ], - [ - 1.291, - 0.212 - ], - [ - -0.218, - 1.294 - ], - [ - -0.121, - -0.02 - ] - ], - "v": [ - [ - 3.579, - -72.749 - ], - [ - -18.978, - -83.875 - ], - [ - -19.85, - -86.136 - ], - [ - -18.284, - -87.986 - ], - [ - 7.114, - -91.408 - ], - [ - 9.061, - -88.672 - ], - [ - 6.324, - -86.725 - ], - [ - -12.434, - -84.886 - ], - [ - 4.745, - -77.357 - ], - [ - 6.692, - -74.62 - ], - [ - 3.954, - -72.673 - ] - ], - "c": true - } - ] - }, - { - "i": { - "x": 0.833, - "y": 0.833 - }, - "o": { - "x": 0.167, - "y": 0.167 - }, - "t": 30, - "s": [ - { - "i": [ - [ - 0.129, - 0.03 - ], - [ - 1.977, - 1.556 - ], - [ - -0.144, - 0.855 - ], - [ - -0.821, - 0.284 - ], - [ - -4.672, - -0.788 - ], - [ - 0.218, - -1.292 - ], - [ - 1.293, - 0.218 - ], - [ - 5.12, - -1.555 - ], - [ - -1.986, - -0.375 - ], - [ - 0.218, - -1.292 - ], - [ - 1.293, - 0.219 - ] - ], - "o": [ - [ - -4.83, - -1.124 - ], - [ - -0.682, - -0.538 - ], - [ - 0.145, - -0.857 - ], - [ - 2.442, - -0.845 - ], - [ - 1.273, - 0.235 - ], - [ - -0.218, - 1.294 - ], - [ - -1.969, - -0.331 - ], - [ - 4.325, - 3.147 - ], - [ - 1.291, - 0.212 - ], - [ - -0.218, - 1.294 - ], - [ - -0.121, - -0.02 - ] - ], - "v": [ - [ - 3.579, - -72.749 - ], - [ - -13.11, - -83.071 - ], - [ - -13.982, - -85.332 - ], - [ - -12.416, - -87.182 - ], - [ - 7.114, - -91.408 - ], - [ - 9.061, - -88.672 - ], - [ - 6.324, - -86.725 - ], - [ - -6.566, - -84.082 - ], - [ - 4.745, - -77.357 - ], - [ - 6.692, - -74.62 - ], - [ - 3.954, - -72.673 - ] - ], - "c": true - } - ] - }, - { - "i": { - "x": 0.833, - "y": 0.833 - }, - "o": { - "x": 0.167, - "y": 0.167 - }, - "t": 35, - "s": [ - { - "i": [ - [ - 0.129, - 0.03 - ], - [ - 1.977, - 1.556 - ], - [ - -0.144, - 0.855 - ], - [ - -0.821, - 0.284 - ], - [ - -4.672, - -0.788 - ], - [ - 0.218, - -1.292 - ], - [ - 1.293, - 0.218 - ], - [ - 5.12, - -1.555 - ], - [ - -1.986, - -0.375 - ], - [ - 0.218, - -1.292 - ], - [ - 1.293, - 0.219 - ] - ], - "o": [ - [ - -4.83, - -1.124 - ], - [ - -0.682, - -0.538 - ], - [ - 0.145, - -0.857 - ], - [ - 2.442, - -0.845 - ], - [ - 1.273, - 0.235 - ], - [ - -0.218, - 1.294 - ], - [ - -1.969, - -0.331 - ], - [ - 4.325, - 3.147 - ], - [ - 1.291, - 0.212 - ], - [ - -0.218, - 1.294 - ], - [ - -0.121, - -0.02 - ] - ], - "v": [ - [ - 3.579, - -72.749 - ], - [ - -8.998, - -82.255 - ], - [ - -9.87, - -84.516 - ], - [ - -8.304, - -86.366 - ], - [ - 7.114, - -91.408 - ], - [ - 9.061, - -88.672 - ], - [ - 6.324, - -86.725 - ], - [ - -2.454, - -83.266 - ], - [ - 4.745, - -77.357 - ], - [ - 6.692, - -74.62 - ], - [ - 3.954, - -72.673 - ] - ], - "c": true - } - ] - }, - { - "i": { - "x": 0.833, - "y": 0.833 - }, - "o": { - "x": 0.167, - "y": 0.167 - }, - "t": 40, - "s": [ - { - "i": [ - [ - 0.129, - 0.03 - ], - [ - 1.977, - 1.556 - ], - [ - -0.144, - 0.855 - ], - [ - -0.821, - 0.284 - ], - [ - -4.672, - -0.788 - ], - [ - 0.218, - -1.292 - ], - [ - 1.293, - 0.218 - ], - [ - 5.12, - -1.555 - ], - [ - -1.986, - -0.375 - ], - [ - 0.218, - -1.292 - ], - [ - 1.293, - 0.219 - ] - ], - "o": [ - [ - -4.83, - -1.124 - ], - [ - -0.682, - -0.538 - ], - [ - 0.145, - -0.857 - ], - [ - 2.442, - -0.845 - ], - [ - 1.273, - 0.235 - ], - [ - -0.218, - 1.294 - ], - [ - -1.969, - -0.331 - ], - [ - 4.325, - 3.147 - ], - [ - 1.291, - 0.212 - ], - [ - -0.218, - 1.294 - ], - [ - -0.121, - -0.02 - ] - ], - "v": [ - [ - 3.579, - -72.749 - ], - [ - -18.978, - -83.875 - ], - [ - -19.85, - -86.136 - ], - [ - -18.284, - -87.986 - ], - [ - 7.114, - -91.408 - ], - [ - 9.061, - -88.672 - ], - [ - 6.324, - -86.725 - ], - [ - -12.434, - -84.886 - ], - [ - 4.745, - -77.357 - ], - [ - 6.692, - -74.62 - ], - [ - 3.954, - -72.673 - ] - ], - "c": true - } - ] - }, - { - "i": { - "x": 0.833, - "y": 0.833 - }, - "o": { - "x": 0.167, - "y": 0.167 - }, - "t": 45, - "s": [ - { - "i": [ - [ - 0.129, - 0.03 - ], - [ - 1.977, - 1.556 - ], - [ - -0.144, - 0.855 - ], - [ - -0.821, - 0.284 - ], - [ - -4.672, - -0.788 - ], - [ - 0.218, - -1.292 - ], - [ - 1.293, - 0.218 - ], - [ - 5.12, - -1.555 - ], - [ - -1.986, - -0.375 - ], - [ - 0.218, - -1.292 - ], - [ - 1.293, - 0.219 - ] - ], - "o": [ - [ - -4.83, - -1.124 - ], - [ - -0.682, - -0.538 - ], - [ - 0.145, - -0.857 - ], - [ - 2.442, - -0.845 - ], - [ - 1.273, - 0.235 - ], - [ - -0.218, - 1.294 - ], - [ - -1.969, - -0.331 - ], - [ - 4.325, - 3.147 - ], - [ - 1.291, - 0.212 - ], - [ - -0.218, - 1.294 - ], - [ - -0.121, - -0.02 - ] - ], - "v": [ - [ - 3.579, - -72.749 - ], - [ - -13.11, - -83.071 - ], - [ - -13.982, - -85.332 - ], - [ - -12.416, - -87.182 - ], - [ - 7.114, - -91.408 - ], - [ - 9.061, - -88.672 - ], - [ - 6.324, - -86.725 - ], - [ - -6.566, - -84.082 - ], - [ - 4.745, - -77.357 - ], - [ - 6.692, - -74.62 - ], - [ - 3.954, - -72.673 - ] - ], - "c": true - } - ] - }, - { - "i": { - "x": 0.833, - "y": 0.833 - }, - "o": { - "x": 0.167, - "y": 0.167 - }, - "t": 50, - "s": [ - { - "i": [ - [ - 0.129, - 0.03 - ], - [ - 1.977, - 1.556 - ], - [ - -0.144, - 0.855 - ], - [ - -0.821, - 0.284 - ], - [ - -4.672, - -0.788 - ], - [ - 0.218, - -1.292 - ], - [ - 1.293, - 0.218 - ], - [ - 5.12, - -1.555 - ], - [ - -1.986, - -0.375 - ], - [ - 0.218, - -1.292 - ], - [ - 1.293, - 0.219 - ] - ], - "o": [ - [ - -4.83, - -1.124 - ], - [ - -0.682, - -0.538 - ], - [ - 0.145, - -0.857 - ], - [ - 2.442, - -0.845 - ], - [ - 1.273, - 0.235 - ], - [ - -0.218, - 1.294 - ], - [ - -1.969, - -0.331 - ], - [ - 4.325, - 3.147 - ], - [ - 1.291, - 0.212 - ], - [ - -0.218, - 1.294 - ], - [ - -0.121, - -0.02 - ] - ], - "v": [ - [ - 3.579, - -72.749 - ], - [ - -8.998, - -82.255 - ], - [ - -9.87, - -84.516 - ], - [ - -8.304, - -86.366 - ], - [ - 7.114, - -91.408 - ], - [ - 9.061, - -88.672 - ], - [ - 6.324, - -86.725 - ], - [ - -2.454, - -83.266 - ], - [ - 4.745, - -77.357 - ], - [ - 6.692, - -74.62 - ], - [ - 3.954, - -72.673 - ] - ], - "c": true - } - ] - }, - { - "i": { - "x": 0.833, - "y": 0.833 - }, - "o": { - "x": 0.167, - "y": 0.167 - }, - "t": 55, - "s": [ - { - "i": [ - [ - 0.129, - 0.03 - ], - [ - 1.977, - 1.556 - ], - [ - -0.144, - 0.855 - ], - [ - -0.821, - 0.284 - ], - [ - -4.672, - -0.788 - ], - [ - 0.218, - -1.292 - ], - [ - 1.293, - 0.218 - ], - [ - 5.12, - -1.555 - ], - [ - -1.986, - -0.375 - ], - [ - 0.218, - -1.292 - ], - [ - 1.293, - 0.219 - ] - ], - "o": [ - [ - -4.83, - -1.124 - ], - [ - -0.682, - -0.538 - ], - [ - 0.145, - -0.857 - ], - [ - 2.442, - -0.845 - ], - [ - 1.273, - 0.235 - ], - [ - -0.218, - 1.294 - ], - [ - -1.969, - -0.331 - ], - [ - 4.325, - 3.147 - ], - [ - 1.291, - 0.212 - ], - [ - -0.218, - 1.294 - ], - [ - -0.121, - -0.02 - ] - ], - "v": [ - [ - 3.579, - -72.749 - ], - [ - -18.978, - -83.875 - ], - [ - -19.85, - -86.136 - ], - [ - -18.284, - -87.986 - ], - [ - 7.114, - -91.408 - ], - [ - 9.061, - -88.672 - ], - [ - 6.324, - -86.725 - ], - [ - -12.434, - -84.886 - ], - [ - 4.745, - -77.357 - ], - [ - 6.692, - -74.62 - ], - [ - 3.954, - -72.673 - ] - ], - "c": true - } - ] - }, - { - "i": { - "x": 0.833, - "y": 0.833 - }, - "o": { - "x": 0.167, - "y": 0.167 - }, - "t": 60, - "s": [ - { - "i": [ - [ - 0.129, - 0.03 - ], - [ - 1.977, - 1.556 - ], - [ - -0.144, - 0.855 - ], - [ - -0.821, - 0.284 - ], - [ - -4.672, - -0.788 - ], - [ - 0.218, - -1.292 - ], - [ - 1.293, - 0.218 - ], - [ - 5.12, - -1.555 - ], - [ - -1.986, - -0.375 - ], - [ - 0.218, - -1.292 - ], - [ - 1.293, - 0.219 - ] - ], - "o": [ - [ - -4.83, - -1.124 - ], - [ - -0.682, - -0.538 - ], - [ - 0.145, - -0.857 - ], - [ - 2.442, - -0.845 - ], - [ - 1.273, - 0.235 - ], - [ - -0.218, - 1.294 - ], - [ - -1.969, - -0.331 - ], - [ - 4.325, - 3.147 - ], - [ - 1.291, - 0.212 - ], - [ - -0.218, - 1.294 - ], - [ - -0.121, - -0.02 - ] - ], - "v": [ - [ - 3.579, - -72.749 - ], - [ - -13.11, - -83.071 - ], - [ - -13.982, - -85.332 - ], - [ - -12.416, - -87.182 - ], - [ - 7.114, - -91.408 - ], - [ - 9.061, - -88.672 - ], - [ - 6.324, - -86.725 - ], - [ - -6.566, - -84.082 - ], - [ - 4.745, - -77.357 - ], - [ - 6.692, - -74.62 - ], - [ - 3.954, - -72.673 - ] - ], - "c": true - } - ] - }, - { - "i": { - "x": 0.833, - "y": 0.833 - }, - "o": { - "x": 0.167, - "y": 0.167 - }, - "t": 65, - "s": [ - { - "i": [ - [ - 0.129, - 0.03 - ], - [ - 1.977, - 1.556 - ], - [ - -0.144, - 0.855 - ], - [ - -0.821, - 0.284 - ], - [ - -4.672, - -0.788 - ], - [ - 0.218, - -1.292 - ], - [ - 1.293, - 0.218 - ], - [ - 5.12, - -1.555 - ], - [ - -1.986, - -0.375 - ], - [ - 0.218, - -1.292 - ], - [ - 1.293, - 0.219 - ] - ], - "o": [ - [ - -4.83, - -1.124 - ], - [ - -0.682, - -0.538 - ], - [ - 0.145, - -0.857 - ], - [ - 2.442, - -0.845 - ], - [ - 1.273, - 0.235 - ], - [ - -0.218, - 1.294 - ], - [ - -1.969, - -0.331 - ], - [ - 4.325, - 3.147 - ], - [ - 1.291, - 0.212 - ], - [ - -0.218, - 1.294 - ], - [ - -0.121, - -0.02 - ] - ], - "v": [ - [ - 3.579, - -72.749 - ], - [ - -8.998, - -82.255 - ], - [ - -9.87, - -84.516 - ], - [ - -8.304, - -86.366 - ], - [ - 7.114, - -91.408 - ], - [ - 9.061, - -88.672 - ], - [ - 6.324, - -86.725 - ], - [ - -2.454, - -83.266 - ], - [ - 4.745, - -77.357 - ], - [ - 6.692, - -74.62 - ], - [ - 3.954, - -72.673 - ] - ], - "c": true - } - ] - }, - { - "i": { - "x": 0.833, - "y": 0.833 - }, - "o": { - "x": 0.167, - "y": 0.167 - }, - "t": 70, - "s": [ - { - "i": [ - [ - 0.129, - 0.03 - ], - [ - 1.977, - 1.556 - ], - [ - -0.144, - 0.855 - ], - [ - -0.821, - 0.284 - ], - [ - -4.672, - -0.788 - ], - [ - 0.218, - -1.292 - ], - [ - 1.293, - 0.218 - ], - [ - 5.12, - -1.555 - ], - [ - -1.986, - -0.375 - ], - [ - 0.218, - -1.292 - ], - [ - 1.293, - 0.219 - ] - ], - "o": [ - [ - -4.83, - -1.124 - ], - [ - -0.682, - -0.538 - ], - [ - 0.145, - -0.857 - ], - [ - 2.442, - -0.845 - ], - [ - 1.273, - 0.235 - ], - [ - -0.218, - 1.294 - ], - [ - -1.969, - -0.331 - ], - [ - 4.325, - 3.147 - ], - [ - 1.291, - 0.212 - ], - [ - -0.218, - 1.294 - ], - [ - -0.121, - -0.02 - ] - ], - "v": [ - [ - 3.579, - -72.749 - ], - [ - -18.978, - -83.875 - ], - [ - -19.85, - -86.136 - ], - [ - -18.284, - -87.986 - ], - [ - 7.114, - -91.408 - ], - [ - 9.061, - -88.672 - ], - [ - 6.324, - -86.725 - ], - [ - -12.434, - -84.886 - ], - [ - 4.745, - -77.357 - ], - [ - 6.692, - -74.62 - ], - [ - 3.954, - -72.673 - ] - ], - "c": true - } - ] - }, - { - "i": { - "x": 0.833, - "y": 0.833 - }, - "o": { - "x": 0.167, - "y": 0.167 - }, - "t": 75, - "s": [ - { - "i": [ - [ - 0.129, - 0.03 - ], - [ - 1.977, - 1.556 - ], - [ - -0.144, - 0.855 - ], - [ - -0.821, - 0.284 - ], - [ - -4.672, - -0.788 - ], - [ - 0.218, - -1.292 - ], - [ - 1.293, - 0.218 - ], - [ - 5.12, - -1.555 - ], - [ - -1.986, - -0.375 - ], - [ - 0.218, - -1.292 - ], - [ - 1.293, - 0.219 - ] - ], - "o": [ - [ - -4.83, - -1.124 - ], - [ - -0.682, - -0.538 - ], - [ - 0.145, - -0.857 - ], - [ - 2.442, - -0.845 - ], - [ - 1.273, - 0.235 - ], - [ - -0.218, - 1.294 - ], - [ - -1.969, - -0.331 - ], - [ - 4.325, - 3.147 - ], - [ - 1.291, - 0.212 - ], - [ - -0.218, - 1.294 - ], - [ - -0.121, - -0.02 - ] - ], - "v": [ - [ - 3.579, - -72.749 - ], - [ - -13.11, - -83.071 - ], - [ - -13.982, - -85.332 - ], - [ - -12.416, - -87.182 - ], - [ - 7.114, - -91.408 - ], - [ - 9.061, - -88.672 - ], - [ - 6.324, - -86.725 - ], - [ - -6.566, - -84.082 - ], - [ - 4.745, - -77.357 - ], - [ - 6.692, - -74.62 - ], - [ - 3.954, - -72.673 - ] - ], - "c": true - } - ] - }, - { - "i": { - "x": 0.833, - "y": 0.833 - }, - "o": { - "x": 0.167, - "y": 0.167 - }, - "t": 80, - "s": [ - { - "i": [ - [ - 0.129, - 0.03 - ], - [ - 1.977, - 1.556 - ], - [ - -0.144, - 0.855 - ], - [ - -0.821, - 0.284 - ], - [ - -4.672, - -0.788 - ], - [ - 0.218, - -1.292 - ], - [ - 1.293, - 0.218 - ], - [ - 5.12, - -1.555 - ], - [ - -1.986, - -0.375 - ], - [ - 0.218, - -1.292 - ], - [ - 1.293, - 0.219 - ] - ], - "o": [ - [ - -4.83, - -1.124 - ], - [ - -0.682, - -0.538 - ], - [ - 0.145, - -0.857 - ], - [ - 2.442, - -0.845 - ], - [ - 1.273, - 0.235 - ], - [ - -0.218, - 1.294 - ], - [ - -1.969, - -0.331 - ], - [ - 4.325, - 3.147 - ], - [ - 1.291, - 0.212 - ], - [ - -0.218, - 1.294 - ], - [ - -0.121, - -0.02 - ] - ], - "v": [ - [ - 3.579, - -72.749 - ], - [ - -8.998, - -82.255 - ], - [ - -9.87, - -84.516 - ], - [ - -8.304, - -86.366 - ], - [ - 7.114, - -91.408 - ], - [ - 9.061, - -88.672 - ], - [ - 6.324, - -86.725 - ], - [ - -2.454, - -83.266 - ], - [ - 4.745, - -77.357 - ], - [ - 6.692, - -74.62 - ], - [ - 3.954, - -72.673 - ] - ], - "c": true - } - ] - }, - { - "i": { - "x": 0.833, - "y": 0.833 - }, - "o": { - "x": 0.167, - "y": 0.167 - }, - "t": 85, - "s": [ - { - "i": [ - [ - 0.129, - 0.03 - ], - [ - 1.977, - 1.556 - ], - [ - -0.144, - 0.855 - ], - [ - -0.821, - 0.284 - ], - [ - -4.672, - -0.788 - ], - [ - 0.218, - -1.292 - ], - [ - 1.293, - 0.218 - ], - [ - 5.12, - -1.555 - ], - [ - -1.986, - -0.375 - ], - [ - 0.218, - -1.292 - ], - [ - 1.293, - 0.219 - ] - ], - "o": [ - [ - -4.83, - -1.124 - ], - [ - -0.682, - -0.538 - ], - [ - 0.145, - -0.857 - ], - [ - 2.442, - -0.845 - ], - [ - 1.273, - 0.235 - ], - [ - -0.218, - 1.294 - ], - [ - -1.969, - -0.331 - ], - [ - 4.325, - 3.147 - ], - [ - 1.291, - 0.212 - ], - [ - -0.218, - 1.294 - ], - [ - -0.121, - -0.02 - ] - ], - "v": [ - [ - 3.579, - -72.749 - ], - [ - -18.978, - -83.875 - ], - [ - -19.85, - -86.136 - ], - [ - -18.284, - -87.986 - ], - [ - 7.114, - -91.408 - ], - [ - 9.061, - -88.672 - ], - [ - 6.324, - -86.725 - ], - [ - -12.434, - -84.886 - ], - [ - 4.745, - -77.357 - ], - [ - 6.692, - -74.62 - ], - [ - 3.954, - -72.673 - ] - ], - "c": true - } - ] - }, - { - "i": { - "x": 0.833, - "y": 0.833 - }, - "o": { - "x": 0.167, - "y": 0.167 - }, - "t": 90, - "s": [ - { - "i": [ - [ - 0.129, - 0.03 - ], - [ - 1.977, - 1.556 - ], - [ - -0.144, - 0.855 - ], - [ - -0.821, - 0.284 - ], - [ - -4.672, - -0.788 - ], - [ - 0.218, - -1.292 - ], - [ - 1.293, - 0.218 - ], - [ - 5.12, - -1.555 - ], - [ - -1.986, - -0.375 - ], - [ - 0.218, - -1.292 - ], - [ - 1.293, - 0.219 - ] - ], - "o": [ - [ - -4.83, - -1.124 - ], - [ - -0.682, - -0.538 - ], - [ - 0.145, - -0.857 - ], - [ - 2.442, - -0.845 - ], - [ - 1.273, - 0.235 - ], - [ - -0.218, - 1.294 - ], - [ - -1.969, - -0.331 - ], - [ - 4.325, - 3.147 - ], - [ - 1.291, - 0.212 - ], - [ - -0.218, - 1.294 - ], - [ - -0.121, - -0.02 - ] - ], - "v": [ - [ - 3.579, - -72.749 - ], - [ - -13.11, - -83.071 - ], - [ - -13.982, - -85.332 - ], - [ - -12.416, - -87.182 - ], - [ - 7.114, - -91.408 - ], - [ - 9.061, - -88.672 - ], - [ - 6.324, - -86.725 - ], - [ - -6.566, - -84.082 - ], - [ - 4.745, - -77.357 - ], - [ - 6.692, - -74.62 - ], - [ - 3.954, - -72.673 - ] - ], - "c": true - } - ] - }, - { - "i": { - "x": 0.833, - "y": 0.833 - }, - "o": { - "x": 0.167, - "y": 0.167 - }, - "t": 95, - "s": [ - { - "i": [ - [ - 0.129, - 0.03 - ], - [ - 1.977, - 1.556 - ], - [ - -0.144, - 0.855 - ], - [ - -0.821, - 0.284 - ], - [ - -4.672, - -0.788 - ], - [ - 0.218, - -1.292 - ], - [ - 1.293, - 0.218 - ], - [ - 5.12, - -1.555 - ], - [ - -1.986, - -0.375 - ], - [ - 0.218, - -1.292 - ], - [ - 1.293, - 0.219 - ] - ], - "o": [ - [ - -4.83, - -1.124 - ], - [ - -0.682, - -0.538 - ], - [ - 0.145, - -0.857 - ], - [ - 2.442, - -0.845 - ], - [ - 1.273, - 0.235 - ], - [ - -0.218, - 1.294 - ], - [ - -1.969, - -0.331 - ], - [ - 4.325, - 3.147 - ], - [ - 1.291, - 0.212 - ], - [ - -0.218, - 1.294 - ], - [ - -0.121, - -0.02 - ] - ], - "v": [ - [ - 3.579, - -72.749 - ], - [ - -8.998, - -82.255 - ], - [ - -9.87, - -84.516 - ], - [ - -8.304, - -86.366 - ], - [ - 7.114, - -91.408 - ], - [ - 9.061, - -88.672 - ], - [ - 6.324, - -86.725 - ], - [ - -2.454, - -83.266 - ], - [ - 4.745, - -77.357 - ], - [ - 6.692, - -74.62 - ], - [ - 3.954, - -72.673 - ] - ], - "c": true - } - ] - }, - { - "i": { - "x": 0.833, - "y": 0.833 - }, - "o": { - "x": 0.167, - "y": 0.167 - }, - "t": 100, - "s": [ - { - "i": [ - [ - 0.129, - 0.03 - ], - [ - 1.977, - 1.556 - ], - [ - -0.144, - 0.855 - ], - [ - -0.821, - 0.284 - ], - [ - -4.672, - -0.788 - ], - [ - 0.218, - -1.292 - ], - [ - 1.293, - 0.218 - ], - [ - 5.12, - -1.555 - ], - [ - -1.986, - -0.375 - ], - [ - 0.218, - -1.292 - ], - [ - 1.293, - 0.219 - ] - ], - "o": [ - [ - -4.83, - -1.124 - ], - [ - -0.682, - -0.538 - ], - [ - 0.145, - -0.857 - ], - [ - 2.442, - -0.845 - ], - [ - 1.273, - 0.235 - ], - [ - -0.218, - 1.294 - ], - [ - -1.969, - -0.331 - ], - [ - 4.325, - 3.147 - ], - [ - 1.291, - 0.212 - ], - [ - -0.218, - 1.294 - ], - [ - -0.121, - -0.02 - ] - ], - "v": [ - [ - 3.579, - -72.749 - ], - [ - -18.978, - -83.875 - ], - [ - -19.85, - -86.136 - ], - [ - -18.284, - -87.986 - ], - [ - 7.114, - -91.408 - ], - [ - 9.061, - -88.672 - ], - [ - 6.324, - -86.725 - ], - [ - -12.434, - -84.886 - ], - [ - 4.745, - -77.357 - ], - [ - 6.692, - -74.62 - ], - [ - 3.954, - -72.673 - ] - ], - "c": true - } - ] - }, - { - "i": { - "x": 0.833, - "y": 0.833 - }, - "o": { - "x": 0.167, - "y": 0.167 - }, - "t": 105, - "s": [ - { - "i": [ - [ - 0.129, - 0.03 - ], - [ - 1.977, - 1.556 - ], - [ - -0.144, - 0.855 - ], - [ - -0.821, - 0.284 - ], - [ - -4.672, - -0.788 - ], - [ - 0.218, - -1.292 - ], - [ - 1.293, - 0.218 - ], - [ - 5.12, - -1.555 - ], - [ - -1.986, - -0.375 - ], - [ - 0.218, - -1.292 - ], - [ - 1.293, - 0.219 - ] - ], - "o": [ - [ - -4.83, - -1.124 - ], - [ - -0.682, - -0.538 - ], - [ - 0.145, - -0.857 - ], - [ - 2.442, - -0.845 - ], - [ - 1.273, - 0.235 - ], - [ - -0.218, - 1.294 - ], - [ - -1.969, - -0.331 - ], - [ - 4.325, - 3.147 - ], - [ - 1.291, - 0.212 - ], - [ - -0.218, - 1.294 - ], - [ - -0.121, - -0.02 - ] - ], - "v": [ - [ - 3.579, - -72.749 - ], - [ - -13.11, - -83.071 - ], - [ - -13.982, - -85.332 - ], - [ - -12.416, - -87.182 - ], - [ - 7.114, - -91.408 - ], - [ - 9.061, - -88.672 - ], - [ - 6.324, - -86.725 - ], - [ - -6.566, - -84.082 - ], - [ - 4.745, - -77.357 - ], - [ - 6.692, - -74.62 - ], - [ - 3.954, - -72.673 - ] - ], - "c": true - } - ] - }, - { - "i": { - "x": 0.833, - "y": 0.833 - }, - "o": { - "x": 0.167, - "y": 0.167 - }, - "t": 110, - "s": [ - { - "i": [ - [ - 0.129, - 0.03 - ], - [ - 1.977, - 1.556 - ], - [ - -0.144, - 0.855 - ], - [ - -0.821, - 0.284 - ], - [ - -4.672, - -0.788 - ], - [ - 0.218, - -1.292 - ], - [ - 1.293, - 0.218 - ], - [ - 5.12, - -1.555 - ], - [ - -1.986, - -0.375 - ], - [ - 0.218, - -1.292 - ], - [ - 1.293, - 0.219 - ] - ], - "o": [ - [ - -4.83, - -1.124 - ], - [ - -0.682, - -0.538 - ], - [ - 0.145, - -0.857 - ], - [ - 2.442, - -0.845 - ], - [ - 1.273, - 0.235 - ], - [ - -0.218, - 1.294 - ], - [ - -1.969, - -0.331 - ], - [ - 4.325, - 3.147 - ], - [ - 1.291, - 0.212 - ], - [ - -0.218, - 1.294 - ], - [ - -0.121, - -0.02 - ] - ], - "v": [ - [ - 3.579, - -72.749 - ], - [ - -8.998, - -82.255 - ], - [ - -9.87, - -84.516 - ], - [ - -8.304, - -86.366 - ], - [ - 7.114, - -91.408 - ], - [ - 9.061, - -88.672 - ], - [ - 6.324, - -86.725 - ], - [ - -2.454, - -83.266 - ], - [ - 4.745, - -77.357 - ], - [ - 6.692, - -74.62 - ], - [ - 3.954, - -72.673 - ] - ], - "c": true - } - ] - }, - { - "i": { - "x": 0.833, - "y": 0.833 - }, - "o": { - "x": 0.167, - "y": 0.167 - }, - "t": 115, - "s": [ - { - "i": [ - [ - 0.129, - 0.03 - ], - [ - 1.977, - 1.556 - ], - [ - -0.144, - 0.855 - ], - [ - -0.821, - 0.284 - ], - [ - -4.672, - -0.788 - ], - [ - 0.218, - -1.292 - ], - [ - 1.293, - 0.218 - ], - [ - 5.12, - -1.555 - ], - [ - -1.986, - -0.375 - ], - [ - 0.218, - -1.292 - ], - [ - 1.293, - 0.219 - ] - ], - "o": [ - [ - -4.83, - -1.124 - ], - [ - -0.682, - -0.538 - ], - [ - 0.145, - -0.857 - ], - [ - 2.442, - -0.845 - ], - [ - 1.273, - 0.235 - ], - [ - -0.218, - 1.294 - ], - [ - -1.969, - -0.331 - ], - [ - 4.325, - 3.147 - ], - [ - 1.291, - 0.212 - ], - [ - -0.218, - 1.294 - ], - [ - -0.121, - -0.02 - ] - ], - "v": [ - [ - 3.579, - -72.749 - ], - [ - -18.978, - -83.875 - ], - [ - -19.85, - -86.136 - ], - [ - -18.284, - -87.986 - ], - [ - 7.114, - -91.408 - ], - [ - 9.061, - -88.672 - ], - [ - 6.324, - -86.725 - ], - [ - -12.434, - -84.886 - ], - [ - 4.745, - -77.357 - ], - [ - 6.692, - -74.62 - ], - [ - 3.954, - -72.673 - ] - ], - "c": true - } - ] - }, - { - "t": 120, - "s": [ - { - "i": [ - [ - 0.129, - 0.03 - ], - [ - 1.977, - 1.556 - ], - [ - -0.144, - 0.855 - ], - [ - -0.821, - 0.284 - ], - [ - -4.672, - -0.788 - ], - [ - 0.218, - -1.292 - ], - [ - 1.293, - 0.218 - ], - [ - 5.12, - -1.555 - ], - [ - -1.986, - -0.375 - ], - [ - 0.218, - -1.292 - ], - [ - 1.293, - 0.219 - ] - ], - "o": [ - [ - -4.83, - -1.124 - ], - [ - -0.682, - -0.538 - ], - [ - 0.145, - -0.857 - ], - [ - 2.442, - -0.845 - ], - [ - 1.273, - 0.235 - ], - [ - -0.218, - 1.294 - ], - [ - -1.969, - -0.331 - ], - [ - 4.325, - 3.147 - ], - [ - 1.291, - 0.212 - ], - [ - -0.218, - 1.294 - ], - [ - -0.121, - -0.02 - ] - ], - "v": [ - [ - 3.579, - -72.749 - ], - [ - -13.11, - -83.071 - ], - [ - -13.982, - -85.332 - ], - [ - -12.416, - -87.182 - ], - [ - 7.114, - -91.408 - ], - [ - 9.061, - -88.672 - ], - [ - 6.324, - -86.725 - ], - [ - -6.566, - -84.082 - ], - [ - 4.745, - -77.357 - ], - [ - 6.692, - -74.62 - ], - [ - 3.954, - -72.673 - ] - ], - "c": true - } - ] - } - ], - "ix": 2 - }, - "nm": "Path 1", - "mn": "ADBE Vector Shape - Group", - "hd": false - }, - { - "ty": "fl", - "c": { - "a": 0, - "k": [ - 1, - 0.5569, - 0.2275, - 1 - ], - "ix": 4 - }, - "o": { - "a": 0, - "k": 100, - "ix": 5 - }, - "r": 1, - "bm": 0, - "nm": "Fill 1", - "mn": "ADBE Vector Graphic - Fill", - "hd": false - }, - { - "ty": "tr", - "p": { - "a": 0, - "k": [ - 0, - 0 - ], - "ix": 2 - }, - "a": { - "a": 0, - "k": [ - 0, - 0 - ], - "ix": 1 - }, - "s": { - "a": 0, - "k": [ - 100, - 100 - ], - "ix": 3 - }, - "r": { - "a": 0, - "k": 0, - "ix": 6 - }, - "o": { - "a": 0, - "k": 100, - "ix": 7 - }, - "sk": { - "a": 0, - "k": 0, - "ix": 4 - }, - "sa": { - "a": 0, - "k": 0, - "ix": 5 - }, - "nm": "Transform" - } - ], - "nm": "Group 1", - "np": 2, - "cix": 2, - "bm": 0, - "ix": 1, - "mn": "ADBE Vector Group", - "hd": false - }, - { - "ty": "tr", - "p": { - "a": 0, - "k": [ - 0, - 0 - ], - "ix": 2 - }, - "a": { - "a": 0, - "k": [ - 0, - 0 - ], - "ix": 1 - }, - "s": { - "a": 0, - "k": [ - 100, - 100 - ], - "ix": 3 - }, - "r": { - "a": 0, - "k": 0, - "ix": 6 - }, - "o": { - "a": 0, - "k": 100, - "ix": 7 - }, - "sk": { - "a": 0, - "k": 0, - "ix": 4 - }, - "sa": { - "a": 0, - "k": 0, - "ix": 5 - }, - "nm": "Transform" - } - ], - "nm": "Group 1", - "np": 1, - "cix": 2, - "bm": 0, - "ix": 1, - "mn": "ADBE Vector Group", - "hd": false - }, - { - "ty": "gr", - "it": [ - { - "ty": "gr", - "it": [ - { - "ind": 0, - "ty": "sh", - "ix": 1, - "ks": { - "a": 0, - "k": { - "i": [ - [ - 0.047, - 0.011 - ], - [ - 0.337, - 0.474 - ], - [ - -0.105, - 0.62 - ], - [ - 0, - 0 - ], - [ - -0.514, - 0.365 - ], - [ - -0.621, - -0.105 - ], - [ - 0, - 0 - ], - [ - 0.218, - -1.295 - ], - [ - 1.293, - 0.218 - ], - [ - 0, - 0 - ], - [ - 0, - 0 - ], - [ - 0, - 0 - ], - [ - 0.218, - -1.292 - ], - [ - 1.294, - 0.219 - ], - [ - 0, - 0 - ] - ], - "o": [ - [ - -0.563, - -0.131 - ], - [ - -0.365, - -0.514 - ], - [ - 0, - 0 - ], - [ - 0.105, - -0.622 - ], - [ - 0.514, - -0.365 - ], - [ - 0, - 0 - ], - [ - 1.272, - 0.234 - ], - [ - -0.218, - 1.293 - ], - [ - 0, - 0 - ], - [ - 0, - 0 - ], - [ - 0, - 0 - ], - [ - 1.285, - 0.214 - ], - [ - -0.218, - 1.294 - ], - [ - 0, - 0 - ], - [ - -0.048, - -0.008 - ] - ], - "v": [ - [ - 11.749, - -72.165 - ], - [ - 10.352, - -73.101 - ], - [ - 9.945, - -74.873 - ], - [ - 12.053, - -87.364 - ], - [ - 13.018, - -88.905 - ], - [ - 14.79, - -89.312 - ], - [ - 24.158, - -87.731 - ], - [ - 26.105, - -84.993 - ], - [ - 23.368, - -83.047 - ], - [ - 16.341, - -84.232 - ], - [ - 15.025, - -76.426 - ], - [ - 22.051, - -75.241 - ], - [ - 23.998, - -72.504 - ], - [ - 21.261, - -70.557 - ], - [ - 11.892, - -72.136 - ] - ], - "c": true - }, - "ix": 2 - }, - "nm": "Path 1", - "mn": "ADBE Vector Shape - Group", - "hd": false - }, - { - "ty": "fl", - "c": { - "a": 0, - "k": [ - 0.3475, - 0.237, - 0.1525, - 1 - ], - "ix": 4 - }, - "o": { - "a": 0, - "k": 100, - "ix": 5 - }, - "r": 1, - "bm": 0, - "nm": "Fill 1", - "mn": "ADBE Vector Graphic - Fill", - "hd": false - }, - { - "ty": "tr", - "p": { - "a": 0, - "k": [ - 0, - 0 - ], - "ix": 2 - }, - "a": { - "a": 0, - "k": [ - 0, - 0 - ], - "ix": 1 - }, - "s": { - "a": 0, - "k": [ - 100, - 100 - ], - "ix": 3 - }, - "r": { - "a": 0, - "k": 0, - "ix": 6 - }, - "o": { - "a": 0, - "k": 100, - "ix": 7 - }, - "sk": { - "a": 0, - "k": 0, - "ix": 4 - }, - "sa": { - "a": 0, - "k": 0, - "ix": 5 - }, - "nm": "Transform" - } - ], - "nm": "Group 1", - "np": 2, - "cix": 2, - "bm": 0, - "ix": 1, - "mn": "ADBE Vector Group", - "hd": false - }, - { - "ty": "tr", - "p": { - "a": 0, - "k": [ - 0, - 0 - ], - "ix": 2 - }, - "a": { - "a": 0, - "k": [ - 0, - 0 - ], - "ix": 1 - }, - "s": { - "a": 0, - "k": [ - 100, - 100 - ], - "ix": 3 - }, - "r": { - "a": 0, - "k": 0, - "ix": 6 - }, - "o": { - "a": 0, - "k": 100, - "ix": 7 - }, - "sk": { - "a": 0, - "k": 0, - "ix": 4 - }, - "sa": { - "a": 0, - "k": 0, - "ix": 5 - }, - "nm": "Transform" - } - ], - "nm": "Group 2", - "np": 1, - "cix": 2, - "bm": 0, - "ix": 2, - "mn": "ADBE Vector Group", - "hd": false - }, - { - "ty": "gr", - "it": [ - { - "ty": "gr", - "it": [ - { - "ind": 0, - "ty": "sh", - "ix": 1, - "ks": { - "a": 0, - "k": { - "i": [ - [ - 0.048, - 0.011 - ], - [ - -0.209, - 1.244 - ], - [ - -1.294, - -0.219 - ], - [ - 0, - 0 - ], - [ - 0, - 0 - ], - [ - -0.76, - -1.068 - ], - [ - 1.068, - -0.759 - ], - [ - 0, - 0 - ], - [ - 0.622, - 0.105 - ], - [ - 0, - 0 - ] - ], - "o": [ - [ - -1.212, - -0.282 - ], - [ - 0.218, - -1.294 - ], - [ - 0, - 0 - ], - [ - 0, - 0 - ], - [ - 1.07, - -0.762 - ], - [ - 0.761, - 1.07 - ], - [ - 0, - 0 - ], - [ - -0.513, - 0.365 - ], - [ - 0, - 0 - ], - [ - -0.049, - -0.008 - ] - ], - "v": [ - [ - 19.008, - -58.094 - ], - [ - 17.207, - -60.802 - ], - [ - 19.944, - -62.749 - ], - [ - 28.342, - -61.333 - ], - [ - 34.839, - -65.954 - ], - [ - 38.151, - -65.396 - ], - [ - 37.593, - -62.084 - ], - [ - 30.294, - -56.893 - ], - [ - 28.522, - -56.486 - ], - [ - 19.154, - -58.065 - ] - ], - "c": true - }, - "ix": 2 - }, - "nm": "Path 1", - "mn": "ADBE Vector Shape - Group", - "hd": false - }, - { - "ty": "fl", - "c": { - "a": 0, - "k": [ - 0.3475, - 0.237, - 0.1525, - 1 - ], - "ix": 4 - }, - "o": { - "a": 0, - "k": 100, - "ix": 5 - }, - "r": 1, - "bm": 0, - "nm": "Fill 1", - "mn": "ADBE Vector Graphic - Fill", - "hd": false - }, - { - "ty": "tr", - "p": { - "a": 0, - "k": [ - 0, - 0 - ], - "ix": 2 - }, - "a": { - "a": 0, - "k": [ - 0, - 0 - ], - "ix": 1 - }, - "s": { - "a": 0, - "k": [ - 100, - 100 - ], - "ix": 3 - }, - "r": { - "a": 0, - "k": 0, - "ix": 6 - }, - "o": { - "a": 0, - "k": 100, - "ix": 7 - }, - "sk": { - "a": 0, - "k": 0, - "ix": 4 - }, - "sa": { - "a": 0, - "k": 0, - "ix": 5 - }, - "nm": "Transform" - } - ], - "nm": "Group 1", - "np": 2, - "cix": 2, - "bm": 0, - "ix": 1, - "mn": "ADBE Vector Group", - "hd": false - }, - { - "ty": "tr", - "p": { - "a": 0, - "k": [ - 0, - 0 - ], - "ix": 2 - }, - "a": { - "a": 0, - "k": [ - 0, - 0 - ], - "ix": 1 - }, - "s": { - "a": 0, - "k": [ - 100, - 100 - ], - "ix": 3 - }, - "r": { - "a": 0, - "k": 0, - "ix": 6 - }, - "o": { - "a": 0, - "k": 100, - "ix": 7 - }, - "sk": { - "a": 0, - "k": 0, - "ix": 4 - }, - "sa": { - "a": 0, - "k": 0, - "ix": 5 - }, - "nm": "Transform" - } - ], - "nm": "Group 3", - "np": 1, - "cix": 2, - "bm": 0, - "ix": 3, - "mn": "ADBE Vector Group", - "hd": false - }, - { - "ty": "gr", - "it": [ - { - "ty": "gr", - "it": [ - { - "ind": 0, - "ty": "sh", - "ix": 1, - "ks": { - "a": 0, - "k": { - "i": [ - [ - 0, - 0 - ], - [ - -7.663, - -1.292 - ], - [ - -4.376, - 3.177 - ], - [ - 5.915, - 0.998 - ], - [ - 6.787, - 0.408 - ] - ], - "o": [ - [ - 6.545, - 1.84 - ], - [ - 5.905, - 0.995 - ], - [ - -3.097, - -4.436 - ], - [ - -7.661, - -1.293 - ], - [ - 0, - 0 - ] - ], - "v": [ - [ - 23.825, - -71.481 - ], - [ - 58.47, - -62.673 - ], - [ - 77.277, - -69.939 - ], - [ - 61.894, - -82.971 - ], - [ - 26.277, - -86.015 - ] - ], - "c": true - }, - "ix": 2 - }, - "nm": "Path 1", - "mn": "ADBE Vector Shape - Group", - "hd": false - }, - { - "ind": 1, - "ty": "sh", - "ix": 2, - "ks": { - "a": 0, - "k": { - "i": [ - [ - 2.526, - 0.588 - ], - [ - 0.93, - 0.265 - ], - [ - -0.202, - 1.193 - ], - [ - 0, - 0 - ], - [ - -1.208, - -0.067 - ], - [ - -9.39, - -1.584 - ], - [ - -0.383, - -0.622 - ], - [ - 0.921, - -0.752 - ], - [ - 10.312, - 1.735 - ] - ], - "o": [ - [ - -11.663, - -2.715 - ], - [ - -1.164, - -0.331 - ], - [ - 0, - 0 - ], - [ - 0.201, - -1.195 - ], - [ - 1.175, - 0.066 - ], - [ - 10.333, - 1.744 - ], - [ - 0.624, - 1.014 - ], - [ - -0.567, - 0.464 - ], - [ - -1.672, - -0.281 - ] - ], - "v": [ - [ - 51.262, - -59.333 - ], - [ - 20.478, - -67.491 - ], - [ - 18.787, - -70.169 - ], - [ - 21.947, - -88.906 - ], - [ - 24.423, - -90.882 - ], - [ - 62.684, - -87.655 - ], - [ - 82.502, - -70.645 - ], - [ - 81.982, - -67.56 - ], - [ - 57.68, - -57.99 - ] - ], - "c": true - }, - "ix": 2 - }, - "nm": "Path 2", - "mn": "ADBE Vector Shape - Group", - "hd": false - }, - { - "ty": "fl", - "c": { - "a": 0, - "k": [ - 0.3475, - 0.237, - 0.1525, - 1 - ], - "ix": 4 - }, - "o": { - "a": 0, - "k": 100, - "ix": 5 - }, - "r": 1, - "bm": 0, - "nm": "Fill 1", - "mn": "ADBE Vector Graphic - Fill", - "hd": false - }, - { - "ty": "tr", - "p": { - "a": 0, - "k": [ - 0, - 0 - ], - "ix": 2 - }, - "a": { - "a": 0, - "k": [ - 0, - 0 - ], - "ix": 1 - }, - "s": { - "a": 0, - "k": [ - 100, - 100 - ], - "ix": 3 - }, - "r": { - "a": 0, - "k": 0, - "ix": 6 - }, - "o": { - "a": 0, - "k": 100, - "ix": 7 - }, - "sk": { - "a": 0, - "k": 0, - "ix": 4 - }, - "sa": { - "a": 0, - "k": 0, - "ix": 5 - }, - "nm": "Transform" - } - ], - "nm": "Group 1", - "np": 3, - "cix": 2, - "bm": 0, - "ix": 1, - "mn": "ADBE Vector Group", - "hd": false - }, - { - "ty": "tr", - "p": { - "a": 0, - "k": [ - 0, - 0 - ], - "ix": 2 - }, - "a": { - "a": 0, - "k": [ - 0, - 0 - ], - "ix": 1 - }, - "s": { - "a": 0, - "k": [ - 100, - 100 - ], - "ix": 3 - }, - "r": { - "a": 0, - "k": 0, - "ix": 6 - }, - "o": { - "a": 0, - "k": 100, - "ix": 7 - }, - "sk": { - "a": 0, - "k": 0, - "ix": 4 - }, - "sa": { - "a": 0, - "k": 0, - "ix": 5 - }, - "nm": "Transform" - } - ], - "nm": "Group 4", - "np": 1, - "cix": 2, - "bm": 0, - "ix": 4, - "mn": "ADBE Vector Group", - "hd": false - }, - { - "ty": "gr", - "it": [ - { - "ty": "gr", - "it": [ - { - "ind": 0, - "ty": "sh", - "ix": 1, - "ks": { - "a": 0, - "k": { - "i": [ - [ - 0.64, - 0.149 - ], - [ - 0.349, - 0.491 - ], - [ - 0, - 0 - ], - [ - 0, - 0 - ], - [ - -0.218, - 1.294 - ], - [ - -1.293, - -0.218 - ], - [ - 0, - 0 - ], - [ - -0.365, - -0.513 - ], - [ - 0, - 0 - ], - [ - 1.068, - -0.759 - ] - ], - "o": [ - [ - -0.545, - -0.127 - ], - [ - 0, - 0 - ], - [ - 0, - 0 - ], - [ - -1.297, - -0.224 - ], - [ - 0.218, - -1.294 - ], - [ - 0, - 0 - ], - [ - 0.636, - 0.107 - ], - [ - 0, - 0 - ], - [ - 0.761, - 1.069 - ], - [ - -0.578, - 0.412 - ] - ], - "v": [ - [ - 39.89, - -86.688 - ], - [ - 38.494, - -87.624 - ], - [ - 33.873, - -94.122 - ], - [ - 25.475, - -95.537 - ], - [ - 23.527, - -98.274 - ], - [ - 26.264, - -100.221 - ], - [ - 35.632, - -98.642 - ], - [ - 37.173, - -97.676 - ], - [ - 42.365, - -90.377 - ], - [ - 41.807, - -87.065 - ] - ], - "c": true - }, - "ix": 2 - }, - "nm": "Path 1", - "mn": "ADBE Vector Shape - Group", - "hd": false - }, - { - "ty": "fl", - "c": { - "a": 0, - "k": [ - 0.3475, - 0.237, - 0.1525, - 1 - ], - "ix": 4 - }, - "o": { - "a": 0, - "k": 100, - "ix": 5 - }, - "r": 1, - "bm": 0, - "nm": "Fill 1", - "mn": "ADBE Vector Graphic - Fill", - "hd": false - }, - { - "ty": "tr", - "p": { - "a": 0, - "k": [ - 0, - 0 - ], - "ix": 2 - }, - "a": { - "a": 0, - "k": [ - 0, - 0 - ], - "ix": 1 - }, - "s": { - "a": 0, - "k": [ - 100, - 100 - ], - "ix": 3 - }, - "r": { - "a": 0, - "k": 0, - "ix": 6 - }, - "o": { - "a": 0, - "k": 100, - "ix": 7 - }, - "sk": { - "a": 0, - "k": 0, - "ix": 4 - }, - "sa": { - "a": 0, - "k": 0, - "ix": 5 - }, - "nm": "Transform" - } - ], - "nm": "Group 1", - "np": 2, - "cix": 2, - "bm": 0, - "ix": 1, - "mn": "ADBE Vector Group", - "hd": false - }, - { - "ty": "tr", - "p": { - "a": 0, - "k": [ - 0, - 0 - ], - "ix": 2 - }, - "a": { - "a": 0, - "k": [ - 0, - 0 - ], - "ix": 1 - }, - "s": { - "a": 0, - "k": [ - 100, - 100 - ], - "ix": 3 - }, - "r": { - "a": 0, - "k": 0, - "ix": 6 - }, - "o": { - "a": 0, - "k": 100, - "ix": 7 - }, - "sk": { - "a": 0, - "k": 0, - "ix": 4 - }, - "sa": { - "a": 0, - "k": 0, - "ix": 5 - }, - "nm": "Transform" - } - ], - "nm": "Group 5", - "np": 1, - "cix": 2, - "bm": 0, - "ix": 5, - "mn": "ADBE Vector Group", - "hd": false - }, - { - "ty": "gr", - "it": [ - { - "ind": 0, - "ty": "sh", - "ix": 1, - "ks": { - "a": 0, - "k": { - "i": [ - [ - -0.509, - 3.018 - ], - [ - -3.018, - -0.509 - ], - [ - 0.509, - -3.018 - ], - [ - 3.018, - 0.509 - ] - ], - "o": [ - [ - 0.509, - -3.018 - ], - [ - 3.018, - 0.509 - ], - [ - -0.509, - 3.018 - ], - [ - -3.018, - -0.509 - ] - ], - "v": [ - [ - 53.155, - -74.008 - ], - [ - 59.542, - -78.551 - ], - [ - 64.085, - -72.164 - ], - [ - 57.698, - -67.621 - ] - ], - "c": true - }, - "ix": 2 - }, - "nm": "Path 1", - "mn": "ADBE Vector Shape - Group", - "hd": false - }, - { - "ind": 1, - "ty": "sh", - "ix": 2, - "ks": { - "a": 0, - "k": { - "i": [ - [ - 0, - 0 - ], - [ - 9.368, - 1.58 - ], - [ - 0, - 0 - ], - [ - 0, - 0 - ], - [ - -9.368, - -1.58 - ] - ], - "o": [ - [ - 0, - 0 - ], - [ - -9.368, - -1.58 - ], - [ - 0, - 0 - ], - [ - 0, - 0 - ], - [ - 9.368, - 1.58 - ] - ], - "v": [ - [ - 79.698, - -69.53 - ], - [ - 61.508, - -85.445 - ], - [ - 23.509, - -88.643 - ], - [ - 20.348, - -69.907 - ], - [ - 57.294, - -60.463 - ] - ], - "c": true - }, - "ix": 2 - }, - "nm": "Path 2", - "mn": "ADBE Vector Shape - Group", - "hd": false - }, - { - "ty": "fl", - "c": { - "a": 0, - "k": [ - 0.949, - 0.8719, - 0.371, - 1 - ], - "ix": 4 - }, - "o": { - "a": 0, - "k": 100, - "ix": 5 - }, - "r": 1, - "bm": 0, - "nm": "Fill 1", - "mn": "ADBE Vector Graphic - Fill", - "hd": false - }, - { - "ty": "tr", - "p": { - "a": 0, - "k": [ - 0, - 0 - ], - "ix": 2 - }, - "a": { - "a": 0, - "k": [ - 0, - 0 - ], - "ix": 1 - }, - "s": { - "a": 0, - "k": [ - 100, - 100 - ], - "ix": 3 - }, - "r": { - "a": 0, - "k": 0, - "ix": 6 - }, - "o": { - "a": 0, - "k": 100, - "ix": 7 - }, - "sk": { - "a": 0, - "k": 0, - "ix": 4 - }, - "sa": { - "a": 0, - "k": 0, - "ix": 5 - }, - "nm": "Transform" - } - ], - "nm": "Group 6", - "np": 3, - "cix": 2, - "bm": 0, - "ix": 6, - "mn": "ADBE Vector Group", - "hd": false - }, - { - "ty": "gr", - "it": [ - { - "ind": 0, - "ty": "sh", - "ix": 1, - "ks": { - "a": 0, - "k": { - "i": [ - [ - -3.664, - -0.853 - ], - [ - 0.845, - -3.631 - ], - [ - 3.664, - 0.853 - ], - [ - -0.845, - 3.631 - ] - ], - "o": [ - [ - 3.664, - 0.853 - ], - [ - -0.845, - 3.631 - ], - [ - -3.664, - -0.853 - ], - [ - 0.845, - -3.631 - ] - ], - "v": [ - [ - 1.333, - -1.077 - ], - [ - 6.437, - 7.042 - ], - [ - -1.728, - 12.071 - ], - [ - -6.833, - 3.952 - ] - ], - "c": true - }, - "ix": 2 - }, - "nm": "Path 1", - "mn": "ADBE Vector Shape - Group", - "hd": false - }, - { - "ty": "fl", - "c": { - "a": 0, - "k": [ - 0.9961, - 0.9608, - 0.7412, - 1 - ], - "ix": 4 - }, - "o": { - "a": 0, - "k": 100, - "ix": 5 - }, - "r": 1, - "bm": 0, - "nm": "Fill 1", - "mn": "ADBE Vector Graphic - Fill", - "hd": false - }, - { - "ty": "tr", - "p": { - "a": 0, - "k": [ - 58.438, - -78.625 - ], - "ix": 2 - }, - "a": { - "a": 0, - "k": [ - 0, - 0 - ], - "ix": 1 - }, - "s": { - "a": 0, - "k": [ - 100, - 100 - ], - "ix": 3 - }, - "r": { - "a": 0, - "k": 0, - "ix": 6 - }, - "o": { - "a": 0, - "k": 100, - "ix": 7 - }, - "sk": { - "a": 0, - "k": 0, - "ix": 4 - }, - "sa": { - "a": 0, - "k": 0, - "ix": 5 - }, - "nm": "Transform" - } - ], - "nm": "Ellipse 1", - "np": 3, - "cix": 2, - "bm": 0, - "ix": 7, - "mn": "ADBE Vector Group", - "hd": false - } - ], - "ip": 12, - "op": 69, - "st": 0, - "ct": 1, - "bm": 0 - }, - { - "ddd": 0, - "ind": 5, - "ty": 4, - "nm": "Layer 6", - "sr": 1, - "ks": { - "o": { - "a": 0, - "k": 100, - "ix": 11 - }, - "r": { - "a": 0, - "k": 0, - "ix": 10 - }, - "p": { - "a": 0, - "k": [ - 146.988, - 45.994, - 0 - ], - "ix": 2, - "l": 2 - }, - "a": { - "a": 0, - "k": [ - 36.988, - -30.006, - 0 - ], - "ix": 1, - "l": 2 - }, - "s": { - "a": 1, - "k": [ - { - "i": { - "x": [ - 0.366, - 0.366, - 0.667 - ], - "y": [ - 0.925, - 0.925, - 1 - ] - }, - "o": { - "x": [ - 0.152, - 0.152, - 0.333 - ], - "y": [ - 0, - 0, - 0 - ] - }, - "t": 10, - "s": [ - 0, - 0, - 100 - ] - }, - { - "i": { - "x": [ - 0.885, - 0.885, - 0.667 - ], - "y": [ - 1, - 1, - 1 - ] - }, - "o": { - "x": [ - 0.641, - 0.641, - 0.333 - ], - "y": [ - -0.076, - -0.076, - 0 - ] - }, - "t": 20, - "s": [ - 100, - 100, - 100 - ] - }, - { - "i": { - "x": [ - 0.667, - 0.667, - 0.667 - ], - "y": [ - 1, - 1, - 1 - ] - }, - "o": { - "x": [ - 0.302, - 0.302, - 0.302 - ], - "y": [ - 0, - 0, - 0 - ] - }, - "t": 30, - "s": [ - 0, - 0, - 100 - ] - }, - { - "i": { - "x": [ - 0.366, - 0.366, - 0.667 - ], - "y": [ - 0.925, - 0.925, - 1 - ] - }, - "o": { - "x": [ - 0.152, - 0.152, - 0.333 - ], - "y": [ - 0, - 0, - 0 - ] - }, - "t": 40, - "s": [ - 0, - 0, - 100 - ] - }, - { - "i": { - "x": [ - 0.885, - 0.885, - 0.667 - ], - "y": [ - 1, - 1, - 1 - ] - }, - "o": { - "x": [ - 0.641, - 0.641, - 0.333 - ], - "y": [ - -0.076, - -0.076, - 0 - ] - }, - "t": 50, - "s": [ - 100, - 100, - 100 - ] - }, - { - "t": 60, - "s": [ - 0, - 0, - 100 - ] - } - ], - "ix": 6, - "l": 2 - } - }, - "ao": 0, - "shapes": [ - { - "ty": "gr", - "it": [ - { - "ind": 0, - "ty": "sh", - "ix": 1, - "ks": { - "a": 0, - "k": { - "i": [ - [ - 0, - 0 - ], - [ - 0, - 0 - ], - [ - -1.151, - -0.63 - ], - [ - 0, - 0 - ], - [ - 0, - 0 - ], - [ - 0.63, - -1.151 - ], - [ - 0, - 0 - ], - [ - 0, - 0 - ], - [ - 1.151, - 0.629 - ], - [ - 0, - 0 - ], - [ - 0, - 0 - ], - [ - -0.629, - 1.151 - ] - ], - "o": [ - [ - 0, - 0 - ], - [ - 0.63, - 1.151 - ], - [ - 0, - 0 - ], - [ - 0, - 0 - ], - [ - -1.151, - 0.629 - ], - [ - 0, - 0 - ], - [ - 0, - 0 - ], - [ - -0.629, - -1.151 - ], - [ - 0, - 0 - ], - [ - 0, - 0 - ], - [ - 1.151, - -0.63 - ], - [ - 0, - 0 - ] - ], - "v": [ - [ - 36.988, - -36.128 - ], - [ - 38.188, - -33.933 - ], - [ - 40.915, - -31.206 - ], - [ - 43.109, - -30.006 - ], - [ - 40.915, - -28.806 - ], - [ - 38.188, - -26.079 - ], - [ - 36.988, - -23.885 - ], - [ - 35.788, - -26.079 - ], - [ - 33.061, - -28.806 - ], - [ - 30.866, - -30.006 - ], - [ - 33.061, - -31.206 - ], - [ - 35.788, - -33.933 - ] - ], - "c": true - }, - "ix": 2 - }, - "nm": "Path 1", - "mn": "ADBE Vector Shape - Group", - "hd": false - }, - { - "ty": "fl", - "c": { - "a": 0, - "k": [ - 0.949, - 0.8719, - 0.371, - 1 - ], - "ix": 4 - }, - "o": { - "a": 0, - "k": 100, - "ix": 5 - }, - "r": 1, - "bm": 0, - "nm": "Fill 1", - "mn": "ADBE Vector Graphic - Fill", - "hd": false - }, - { - "ty": "tr", - "p": { - "a": 0, - "k": [ - 0, - 0 - ], - "ix": 2 - }, - "a": { - "a": 0, - "k": [ - 0, - 0 - ], - "ix": 1 - }, - "s": { - "a": 0, - "k": [ - 100, - 100 - ], - "ix": 3 - }, - "r": { - "a": 0, - "k": 0, - "ix": 6 - }, - "o": { - "a": 0, - "k": 100, - "ix": 7 - }, - "sk": { - "a": 0, - "k": 0, - "ix": 4 - }, - "sa": { - "a": 0, - "k": 0, - "ix": 5 - }, - "nm": "Transform" - } - ], - "nm": "Group 1", - "np": 2, - "cix": 2, - "bm": 0, - "ix": 1, - "mn": "ADBE Vector Group", - "hd": false - } - ], - "ip": 0, - "op": 180, - "st": 0, - "ct": 1, - "bm": 0 - }, - { - "ddd": 0, - "ind": 6, - "ty": 4, - "nm": "Layer 5", - "sr": 1, - "ks": { - "o": { - "a": 0, - "k": 100, - "ix": 11 - }, - "r": { - "a": 0, - "k": 0, - "ix": 10 - }, - "p": { - "a": 0, - "k": [ - 184.893, - 35.303, - 0 - ], - "ix": 2, - "l": 2 - }, - "a": { - "a": 0, - "k": [ - 74.893, - -40.697, - 0 - ], - "ix": 1, - "l": 2 - }, - "s": { - "a": 1, - "k": [ - { - "i": { - "x": [ - 0.366, - 0.366, - 0.667 - ], - "y": [ - 0.925, - 0.925, - 1 - ] - }, - "o": { - "x": [ - 0.152, - 0.152, - 0.333 - ], - "y": [ - 0, - 0, - 0 - ] - }, - "t": 4, - "s": [ - 0, - 0, - 100 - ] - }, - { - "i": { - "x": [ - 0.885, - 0.885, - 0.667 - ], - "y": [ - 1, - 1, - 1 - ] - }, - "o": { - "x": [ - 0.641, - 0.641, - 0.333 - ], - "y": [ - -0.076, - -0.076, - 0 - ] - }, - "t": 14, - "s": [ - 100, - 100, - 100 - ] - }, - { - "i": { - "x": [ - 0.667, - 0.667, - 0.667 - ], - "y": [ - 1, - 1, - 1 - ] - }, - "o": { - "x": [ - 0.302, - 0.302, - 0.302 - ], - "y": [ - 0, - 0, - 0 - ] - }, - "t": 24, - "s": [ - 0, - 0, - 100 - ] - }, - { - "i": { - "x": [ - 0.366, - 0.366, - 0.667 - ], - "y": [ - 0.925, - 0.925, - 1 - ] - }, - "o": { - "x": [ - 0.152, - 0.152, - 0.333 - ], - "y": [ - 0, - 0, - 0 - ] - }, - "t": 34, - "s": [ - 0, - 0, - 100 - ] - }, - { - "i": { - "x": [ - 0.885, - 0.885, - 0.667 - ], - "y": [ - 1, - 1, - 1 - ] - }, - "o": { - "x": [ - 0.641, - 0.641, - 0.333 - ], - "y": [ - -0.076, - -0.076, - 0 - ] - }, - "t": 44, - "s": [ - 100, - 100, - 100 - ] - }, - { - "t": 54, - "s": [ - 0, - 0, - 100 - ] - } - ], - "ix": 6, - "l": 2 - } - }, - "ao": 0, - "shapes": [ - { - "ty": "gr", - "it": [ - { - "ind": 0, - "ty": "sh", - "ix": 1, - "ks": { - "a": 0, - "k": { - "i": [ - [ - 0, - 0 - ], - [ - 0, - 0 - ], - [ - -1.536, - -0.861 - ], - [ - 0, - 0 - ], - [ - 0, - 0 - ], - [ - 0.873, - -1.515 - ], - [ - 0, - 0 - ], - [ - 0, - 0 - ], - [ - 1.536, - 0.861 - ], - [ - 0, - 0 - ], - [ - 0, - 0 - ], - [ - -0.873, - 1.515 - ] - ], - "o": [ - [ - 0, - 0 - ], - [ - 0.823, - 1.542 - ], - [ - 0, - 0 - ], - [ - 0, - 0 - ], - [ - -1.564, - 0.811 - ], - [ - 0, - 0 - ], - [ - 0, - 0 - ], - [ - -0.823, - -1.543 - ], - [ - 0, - 0 - ], - [ - 0, - 0 - ], - [ - 1.564, - -0.811 - ], - [ - 0, - 0 - ] - ], - "v": [ - [ - 75.026, - -48.827 - ], - [ - 76.595, - -45.886 - ], - [ - 80.207, - -42.205 - ], - [ - 83.136, - -40.562 - ], - [ - 80.155, - -39.017 - ], - [ - 76.424, - -35.455 - ], - [ - 74.76, - -32.567 - ], - [ - 73.191, - -35.508 - ], - [ - 69.579, - -39.19 - ], - [ - 66.65, - -40.832 - ], - [ - 69.631, - -42.378 - ], - [ - 73.362, - -45.939 - ] - ], - "c": true - }, - "ix": 2 - }, - "nm": "Path 1", - "mn": "ADBE Vector Shape - Group", - "hd": false - }, - { - "ty": "fl", - "c": { - "a": 0, - "k": [ - 0.949, - 0.8719, - 0.371, - 1 - ], - "ix": 4 - }, - "o": { - "a": 0, - "k": 100, - "ix": 5 - }, - "r": 1, - "bm": 0, - "nm": "Fill 1", - "mn": "ADBE Vector Graphic - Fill", - "hd": false - }, - { - "ty": "tr", - "p": { - "a": 0, - "k": [ - 0, - 0 - ], - "ix": 2 - }, - "a": { - "a": 0, - "k": [ - 0, - 0 - ], - "ix": 1 - }, - "s": { - "a": 0, - "k": [ - 100, - 100 - ], - "ix": 3 - }, - "r": { - "a": 0, - "k": 0, - "ix": 6 - }, - "o": { - "a": 0, - "k": 100, - "ix": 7 - }, - "sk": { - "a": 0, - "k": 0, - "ix": 4 - }, - "sa": { - "a": 0, - "k": 0, - "ix": 5 - }, - "nm": "Transform" - } - ], - "nm": "Group 1", - "np": 2, - "cix": 2, - "bm": 0, - "ix": 1, - "mn": "ADBE Vector Group", - "hd": false - } - ], - "ip": 0, - "op": 180, - "st": 0, - "ct": 1, - "bm": 0 - }, - { - "ddd": 0, - "ind": 7, - "ty": 4, - "nm": "Layer 7", - "sr": 1, - "ks": { - "o": { - "a": 0, - "k": 100, - "ix": 11 - }, - "r": { - "a": 0, - "k": 0, - "ix": 10 - }, - "p": { - "a": 0, - "k": [ - 181.726, - 81.222, - 0 - ], - "ix": 2, - "l": 2 - }, - "a": { - "a": 0, - "k": [ - 71.726, - 5.222, - 0 - ], - "ix": 1, - "l": 2 - }, - "s": { - "a": 1, - "k": [ - { - "i": { - "x": [ - 0.366, - 0.366, - 0.667 - ], - "y": [ - 0.925, - 0.925, - 1 - ] - }, - "o": { - "x": [ - 0.152, - 0.152, - 0.333 - ], - "y": [ - 0, - 0, - 0 - ] - }, - "t": -9, - "s": [ - 0, - 0, - 100 - ] - }, - { - "i": { - "x": [ - 0.885, - 0.885, - 0.667 - ], - "y": [ - 1, - 1, - 1 - ] - }, - "o": { - "x": [ - 0.641, - 0.641, - 0.333 - ], - "y": [ - -0.076, - -0.076, - 0 - ] - }, - "t": 1, - "s": [ - 100, - 100, - 100 - ] - }, - { - "i": { - "x": [ - 0.667, - 0.667, - 0.667 - ], - "y": [ - 1, - 1, - 1 - ] - }, - "o": { - "x": [ - 0.302, - 0.302, - 0.302 - ], - "y": [ - 0, - 0, - 0 - ] - }, - "t": 11, - "s": [ - 0, - 0, - 100 - ] - }, - { - "i": { - "x": [ - 0.366, - 0.366, - 0.667 - ], - "y": [ - 0.925, - 0.925, - 1 - ] - }, - "o": { - "x": [ - 0.152, - 0.152, - 0.333 - ], - "y": [ - 0, - 0, - 0 - ] - }, - "t": 21, - "s": [ - 0, - 0, - 100 - ] - }, - { - "i": { - "x": [ - 0.885, - 0.885, - 0.667 - ], - "y": [ - 1, - 1, - 1 - ] - }, - "o": { - "x": [ - 0.641, - 0.641, - 0.333 - ], - "y": [ - -0.076, - -0.076, - 0 - ] - }, - "t": 31, - "s": [ - 100, - 100, - 100 - ] - }, - { - "t": 41, - "s": [ - 0, - 0, - 100 - ] - } - ], - "ix": 6, - "l": 2 - } - }, - "ao": 0, - "shapes": [ - { - "ty": "gr", - "it": [ - { - "ind": 0, - "ty": "sh", - "ix": 1, - "ks": { - "a": 0, - "k": { - "i": [ - [ - 0, - 0 - ], - [ - 0, - 0 - ], - [ - -2.173, - -1.219 - ], - [ - 0, - 0 - ], - [ - 0, - 0 - ], - [ - 1.234, - -2.143 - ], - [ - 0, - 0 - ], - [ - 0, - 0 - ], - [ - 2.173, - 1.218 - ], - [ - 0, - 0 - ], - [ - 0, - 0 - ], - [ - -1.235, - 2.143 - ] - ], - "o": [ - [ - 0, - 0 - ], - [ - 1.164, - 2.182 - ], - [ - 0, - 0 - ], - [ - 0, - 0 - ], - [ - -2.212, - 1.147 - ], - [ - 0, - 0 - ], - [ - 0, - 0 - ], - [ - -1.164, - -2.182 - ], - [ - 0, - 0 - ], - [ - 0, - 0 - ], - [ - 2.212, - -1.147 - ], - [ - 0, - 0 - ] - ], - "v": [ - [ - 71.915, - -6.279 - ], - [ - 74.133, - -2.119 - ], - [ - 79.244, - 3.089 - ], - [ - 83.387, - 5.413 - ], - [ - 79.17, - 7.599 - ], - [ - 73.892, - 12.637 - ], - [ - 71.538, - 16.723 - ], - [ - 69.319, - 12.562 - ], - [ - 64.208, - 7.354 - ], - [ - 60.065, - 5.031 - ], - [ - 64.282, - 2.844 - ], - [ - 69.561, - -2.194 - ] - ], - "c": true - }, - "ix": 2 - }, - "nm": "Path 1", - "mn": "ADBE Vector Shape - Group", - "hd": false - }, - { - "ty": "fl", - "c": { - "a": 0, - "k": [ - 0.949, - 0.8719, - 0.371, - 1 - ], - "ix": 4 - }, - "o": { - "a": 0, - "k": 100, - "ix": 5 - }, - "r": 1, - "bm": 0, - "nm": "Fill 1", - "mn": "ADBE Vector Graphic - Fill", - "hd": false - }, - { - "ty": "tr", - "p": { - "a": 0, - "k": [ - 0, - 0 - ], - "ix": 2 - }, - "a": { - "a": 0, - "k": [ - 0, - 0 - ], - "ix": 1 - }, - "s": { - "a": 0, - "k": [ - 100, - 100 - ], - "ix": 3 - }, - "r": { - "a": 0, - "k": 0, - "ix": 6 - }, - "o": { - "a": 0, - "k": 100, - "ix": 7 - }, - "sk": { - "a": 0, - "k": 0, - "ix": 4 - }, - "sa": { - "a": 0, - "k": 0, - "ix": 5 - }, - "nm": "Transform" - } - ], - "nm": "Group 1", - "np": 2, - "cix": 2, - "bm": 0, - "ix": 1, - "mn": "ADBE Vector Group", - "hd": false - } - ], - "ip": 0, - "op": 42, - "st": -9, - "ct": 1, - "bm": 0 - }, - { - "ddd": 0, - "ind": 8, - "ty": 4, - "nm": "Layer 1", - "sr": 1, - "ks": { - "o": { - "a": 0, - "k": 100, - "ix": 11 - }, - "r": { - "a": 0, - "k": 0, - "ix": 10 - }, - "p": { - "a": 0, - "k": [ - 181.726, - 81.222, - 0 - ], - "ix": 2, - "l": 2 - }, - "a": { - "a": 0, - "k": [ - 71.726, - 5.222, - 0 - ], - "ix": 1, - "l": 2 - }, - "s": { - "a": 1, - "k": [ - { - "i": { - "x": [ - 0.366, - 0.366, - 0.667 - ], - "y": [ - 0.925, - 0.925, - 1 - ] - }, - "o": { - "x": [ - 0.152, - 0.152, - 0.333 - ], - "y": [ - 0, - 0, - 0 - ] - }, - "t": 52, - "s": [ - 0, - 0, - 100 - ] - }, - { - "i": { - "x": [ - 0.885, - 0.885, - 0.667 - ], - "y": [ - 1, - 1, - 1 - ] - }, - "o": { - "x": [ - 0.641, - 0.641, - 0.333 - ], - "y": [ - -0.076, - -0.076, - 0 - ] - }, - "t": 62, - "s": [ - 100, - 100, - 100 - ] - }, - { - "i": { - "x": [ - 0.667, - 0.667, - 0.667 - ], - "y": [ - 1, - 1, - 1 - ] - }, - "o": { - "x": [ - 0.302, - 0.302, - 0.302 - ], - "y": [ - 0, - 0, - 0 - ] - }, - "t": 72, - "s": [ - 0, - 0, - 100 - ] - }, - { - "i": { - "x": [ - 0.366, - 0.366, - 0.667 - ], - "y": [ - 0.925, - 0.925, - 1 - ] - }, - "o": { - "x": [ - 0.152, - 0.152, - 0.333 - ], - "y": [ - 0, - 0, - 0 - ] - }, - "t": 82, - "s": [ - 0, - 0, - 100 - ] - }, - { - "i": { - "x": [ - 0.885, - 0.885, - 0.667 - ], - "y": [ - 1, - 1, - 1 - ] - }, - "o": { - "x": [ - 0.641, - 0.641, - 0.333 - ], - "y": [ - -0.076, - -0.076, - 0 - ] - }, - "t": 92, - "s": [ - 100, - 100, - 100 - ] - }, - { - "t": 102, - "s": [ - 0, - 0, - 100 - ] - } - ], - "ix": 6, - "l": 2 - } - }, - "ao": 0, - "shapes": [ - { - "ty": "gr", - "it": [ - { - "ind": 0, - "ty": "sh", - "ix": 1, - "ks": { - "a": 0, - "k": { - "i": [ - [ - 0, - 0 - ], - [ - 0, - 0 - ], - [ - -2.173, - -1.219 - ], - [ - 0, - 0 - ], - [ - 0, - 0 - ], - [ - 1.234, - -2.143 - ], - [ - 0, - 0 - ], - [ - 0, - 0 - ], - [ - 2.173, - 1.218 - ], - [ - 0, - 0 - ], - [ - 0, - 0 - ], - [ - -1.235, - 2.143 - ] - ], - "o": [ - [ - 0, - 0 - ], - [ - 1.164, - 2.182 - ], - [ - 0, - 0 - ], - [ - 0, - 0 - ], - [ - -2.212, - 1.147 - ], - [ - 0, - 0 - ], - [ - 0, - 0 - ], - [ - -1.164, - -2.182 - ], - [ - 0, - 0 - ], - [ - 0, - 0 - ], - [ - 2.212, - -1.147 - ], - [ - 0, - 0 - ] - ], - "v": [ - [ - 71.915, - -6.279 - ], - [ - 74.133, - -2.119 - ], - [ - 79.244, - 3.089 - ], - [ - 83.387, - 5.413 - ], - [ - 79.17, - 7.599 - ], - [ - 73.892, - 12.637 - ], - [ - 71.538, - 16.723 - ], - [ - 69.319, - 12.562 - ], - [ - 64.208, - 7.354 - ], - [ - 60.065, - 5.031 - ], - [ - 64.282, - 2.844 - ], - [ - 69.561, - -2.194 - ] - ], - "c": true - }, - "ix": 2 - }, - "nm": "Path 1", - "mn": "ADBE Vector Shape - Group", - "hd": false - }, - { - "ty": "fl", - "c": { - "a": 0, - "k": [ - 0.949, - 0.8719, - 0.371, - 1 - ], - "ix": 4 - }, - "o": { - "a": 0, - "k": 100, - "ix": 5 - }, - "r": 1, - "bm": 0, - "nm": "Fill 1", - "mn": "ADBE Vector Graphic - Fill", - "hd": false - }, - { - "ty": "tr", - "p": { - "a": 0, - "k": [ - 0, - 0 - ], - "ix": 2 - }, - "a": { - "a": 0, - "k": [ - 0, - 0 - ], - "ix": 1 - }, - "s": { - "a": 0, - "k": [ - 100, - 100 - ], - "ix": 3 - }, - "r": { - "a": 0, - "k": 0, - "ix": 6 - }, - "o": { - "a": 0, - "k": 100, - "ix": 7 - }, - "sk": { - "a": 0, - "k": 0, - "ix": 4 - }, - "sa": { - "a": 0, - "k": 0, - "ix": 5 - }, - "nm": "Transform" - } - ], - "nm": "Group 1", - "np": 2, - "cix": 2, - "bm": 0, - "ix": 1, - "mn": "ADBE Vector Group", - "hd": false - } - ], - "ip": 52, - "op": 61, - "st": 52, - "ct": 1, - "bm": 0 - }, - { - "ddd": 0, - "ind": 9, - "ty": 0, - "nm": "Pre-comp 1", - "refId": "comp_0", - "sr": 1, - "ks": { - "o": { - "a": 0, - "k": 100, - "ix": 11 - }, - "r": { - "a": 0, - "k": 0, - "ix": 10 - }, - "p": { - "a": 0, - "k": [ - 110, - 76, - 0 - ], - "ix": 2, - "l": 2 - }, - "a": { - "a": 0, - "k": [ - 150, - 150, - 0 - ], - "ix": 1, - "l": 2 - }, - "s": { - "a": 0, - "k": [ - 100, - 100, - 100 - ], - "ix": 6, - "l": 2 - } - }, - "ao": 0, - "w": 300, - "h": 300, - "ip": 17, - "op": 47, - "st": 17, - "bm": 0 - }, - { - "ddd": 0, - "ind": 10, - "ty": 0, - "nm": "Pre-comp 1", - "refId": "comp_0", - "sr": 1, - "ks": { - "o": { - "a": 0, - "k": 100, - "ix": 11 - }, - "r": { - "a": 0, - "k": 0, - "ix": 10 - }, - "p": { - "a": 0, - "k": [ - 110, - 76, - 0 - ], - "ix": 2, - "l": 2 - }, - "a": { - "a": 0, - "k": [ - 150, - 150, - 0 - ], - "ix": 1, - "l": 2 - }, - "s": { - "a": 0, - "k": [ - 100, - 100, - 100 - ], - "ix": 6, - "l": 2 - } - }, - "ao": 0, - "w": 300, - "h": 300, - "ip": 0, - "op": 17, - "st": -13, - "bm": 0 - }, - { - "ddd": 0, - "ind": 11, - "ty": 0, - "nm": "Pre-comp 1", - "refId": "comp_0", - "sr": 1, - "ks": { - "o": { - "a": 0, - "k": 100, - "ix": 11 - }, - "r": { - "a": 0, - "k": 0, - "ix": 10 - }, - "p": { - "a": 0, - "k": [ - 110, - 76, - 0 - ], - "ix": 2, - "l": 2 - }, - "a": { - "a": 0, - "k": [ - 150, - 150, - 0 - ], - "ix": 1, - "l": 2 - }, - "s": { - "a": 0, - "k": [ - 100, - 100, - 100 - ], - "ix": 6, - "l": 2 - } - }, - "ao": 0, - "w": 300, - "h": 300, - "ip": 47, - "op": 60, - "st": 47, - "bm": 0 - }, - { - "ddd": 0, - "ind": 13, - "ty": 4, - "nm": "Layer 3", - "sr": 1, - "ks": { - "o": { - "a": 0, - "k": 100, - "ix": 11 - }, - "r": { - "a": 0, - "k": 0, - "ix": 10 - }, - "p": { - "a": 0, - "k": [ - 97.01, - 89.345, - 0 - ], - "ix": 2, - "l": 2 - }, - "a": { - "a": 0, - "k": [ - -12.99, - 13.345, - 0 - ], - "ix": 1, - "l": 2 - }, - "s": { - "a": 0, - "k": [ - 100, - 100, - 100 - ], - "ix": 6, - "l": 2 - } - }, - "ao": 0, - "shapes": [ - { - "ty": "gr", - "it": [ - { - "ty": "gr", - "it": [ - { - "ind": 0, - "ty": "sh", - "ix": 1, - "ks": { - "a": 0, - "k": { - "i": [ - [ - 6.149, - 0 - ], - [ - 5.132, - 1.067 - ], - [ - 15.925, - 7.431 - ], - [ - -4.921, - 10.563 - ], - [ - -19.82, - -1.531 - ], - [ - 0.149, - -1.304 - ], - [ - 1.293, - 0.165 - ], - [ - 0.617, - -1.33 - ], - [ - -34.713, - -16.202 - ], - [ - -12.199, - -2.534 - ], - [ - -0.704, - 1.512 - ], - [ - 10.979, - 8.673 - ], - [ - -0.813, - 1.03 - ], - [ - -1.029, - -0.815 - ], - [ - 2.31, - -4.96 - ] - ], - "o": [ - [ - -3.577, - 0 - ], - [ - -12.548, - -2.605 - ], - [ - -30.396, - -14.187 - ], - [ - 1.849, - -3.968 - ], - [ - 1.308, - 0.101 - ], - [ - -0.149, - 1.303 - ], - [ - -11.999, - -1.594 - ], - [ - -2.24, - 4.806 - ], - [ - 15.602, - 7.282 - ], - [ - 13.692, - 2.841 - ], - [ - 0.704, - -1.511 - ], - [ - -1.03, - -0.812 - ], - [ - 0.813, - -1.03 - ], - [ - 11.185, - 8.834 - ], - [ - -1.462, - 3.138 - ] - ], - "v": [ - [ - 37.989, - 44.849 - ], - [ - 24.921, - 43.25 - ], - [ - -19.234, - 27.685 - ], - [ - -72.905, - -16.954 - ], - [ - -45.118, - -20.532 - ], - [ - -43.028, - -17.901 - ], - [ - -45.657, - -15.812 - ], - [ - -68.598, - -14.947 - ], - [ - -17.225, - 23.38 - ], - [ - 25.886, - 38.6 - ], - [ - 45.128, - 38.131 - ], - [ - 33.116, - 23.075 - ], - [ - 32.724, - 19.74 - ], - [ - 36.06, - 19.349 - ], - [ - 49.435, - 40.139 - ] - ], - "c": true - }, - "ix": 2 - }, - "nm": "Path 1", - "mn": "ADBE Vector Shape - Group", - "hd": false - }, - { - "ty": "fl", - "c": { - "a": 0, - "k": [ - 0.3475, - 0.237, - 0.1525, - 1 - ], - "ix": 4 - }, - "o": { - "a": 0, - "k": 100, - "ix": 5 - }, - "r": 1, - "bm": 0, - "nm": "Fill 1", - "mn": "ADBE Vector Graphic - Fill", - "hd": false - }, - { - "ty": "tr", - "p": { - "a": 0, - "k": [ - 0, - 0 - ], - "ix": 2 - }, - "a": { - "a": 0, - "k": [ - 0, - 0 - ], - "ix": 1 - }, - "s": { - "a": 0, - "k": [ - 100, - 100 - ], - "ix": 3 - }, - "r": { - "a": 0, - "k": 0, - "ix": 6 - }, - "o": { - "a": 0, - "k": 100, - "ix": 7 - }, - "sk": { - "a": 0, - "k": 0, - "ix": 4 - }, - "sa": { - "a": 0, - "k": 0, - "ix": 5 - }, - "nm": "Transform" - } - ], - "nm": "Group 1", - "np": 2, - "cix": 2, - "bm": 0, - "ix": 1, - "mn": "ADBE Vector Group", - "hd": false - }, - { - "ty": "tr", - "p": { - "a": 0, - "k": [ - 0, - 0 - ], - "ix": 2 - }, - "a": { - "a": 0, - "k": [ - 0, - 0 - ], - "ix": 1 - }, - "s": { - "a": 0, - "k": [ - 100, - 100 - ], - "ix": 3 - }, - "r": { - "a": 0, - "k": 0, - "ix": 6 - }, - "o": { - "a": 0, - "k": 100, - "ix": 7 - }, - "sk": { - "a": 0, - "k": 0, - "ix": 4 - }, - "sa": { - "a": 0, - "k": 0, - "ix": 5 - }, - "nm": "Transform" - } - ], - "nm": "Group 1", - "np": 1, - "cix": 2, - "bm": 0, - "ix": 1, - "mn": "ADBE Vector Group", - "hd": false - }, - { - "ty": "gr", - "it": [ - { - "ty": "gr", - "it": [ - { - "ind": 0, - "ty": "sh", - "ix": 1, - "ks": { - "a": 0, - "k": { - "i": [ - [ - 10.058, - 0 - ], - [ - 23.541, - 10.962 - ], - [ - 5.329, - 14.64 - ], - [ - -1.35, - 2.89 - ], - [ - -26.715, - -7.091 - ], - [ - 0.337, - -1.268 - ], - [ - 1.274, - 0.34 - ], - [ - 3.178, - -6.811 - ], - [ - -0.937, - -2.575 - ], - [ - -31.567, - -14.699 - ], - [ - -4.096, - 9.977 - ], - [ - 13.525, - 11.125 - ], - [ - -0.833, - 1.013 - ], - [ - -1.091, - -0.729 - ], - [ - 4.415, - -10.897 - ] - ], - "o": [ - [ - -17.793, - 0 - ], - [ - -33.135, - -15.427 - ], - [ - -1.384, - -3.802 - ], - [ - 4.447, - -9.524 - ], - [ - 1.267, - 0.337 - ], - [ - -0.336, - 1.268 - ], - [ - -22.849, - -6.071 - ], - [ - -0.797, - 1.706 - ], - [ - 4.849, - 13.321 - ], - [ - 42.26, - 19.678 - ], - [ - 3.469, - -8.45 - ], - [ - -1.013, - -0.834 - ], - [ - 0.833, - -1.013 - ], - [ - 17.887, - 11.954 - ], - [ - -2.426, - 5.988 - ] - ], - "v": [ - [ - 42.844, - 57.067 - ], - [ - -24.642, - 38.274 - ], - [ - -88.949, - -11.996 - ], - [ - -89, - -22.083 - ], - [ - -39.962, - -25.904 - ], - [ - -38.277, - -22.998 - ], - [ - -41.183, - -21.311 - ], - [ - -84.696, - -20.073 - ], - [ - -84.485, - -13.621 - ], - [ - -22.636, - 33.969 - ], - [ - 58.719, - 46.7 - ], - [ - 32.933, - 13.57 - ], - [ - 32.608, - 10.227 - ], - [ - 35.951, - 9.902 - ], - [ - 63.023, - 48.71 - ] - ], - "c": true - }, - "ix": 2 - }, - "nm": "Path 1", - "mn": "ADBE Vector Shape - Group", - "hd": false - }, - { - "ty": "fl", - "c": { - "a": 0, - "k": [ - 0.3475, - 0.237, - 0.1525, - 1 - ], - "ix": 4 - }, - "o": { - "a": 0, - "k": 100, - "ix": 5 - }, - "r": 1, - "bm": 0, - "nm": "Fill 1", - "mn": "ADBE Vector Graphic - Fill", - "hd": false - }, - { - "ty": "tr", - "p": { - "a": 0, - "k": [ - 0, - 0 - ], - "ix": 2 - }, - "a": { - "a": 0, - "k": [ - 0, - 0 - ], - "ix": 1 - }, - "s": { - "a": 0, - "k": [ - 100, - 100 - ], - "ix": 3 - }, - "r": { - "a": 0, - "k": 0, - "ix": 6 - }, - "o": { - "a": 0, - "k": 100, - "ix": 7 - }, - "sk": { - "a": 0, - "k": 0, - "ix": 4 - }, - "sa": { - "a": 0, - "k": 0, - "ix": 5 - }, - "nm": "Transform" - } - ], - "nm": "Group 1", - "np": 2, - "cix": 2, - "bm": 0, - "ix": 1, - "mn": "ADBE Vector Group", - "hd": false - }, - { - "ty": "tr", - "p": { - "a": 0, - "k": [ - 0, - 0 - ], - "ix": 2 - }, - "a": { - "a": 0, - "k": [ - 0, - 0 - ], - "ix": 1 - }, - "s": { - "a": 0, - "k": [ - 100, - 100 - ], - "ix": 3 - }, - "r": { - "a": 0, - "k": 0, - "ix": 6 - }, - "o": { - "a": 0, - "k": 100, - "ix": 7 - }, - "sk": { - "a": 0, - "k": 0, - "ix": 4 - }, - "sa": { - "a": 0, - "k": 0, - "ix": 5 - }, - "nm": "Transform" - } - ], - "nm": "Group 2", - "np": 1, - "cix": 2, - "bm": 0, - "ix": 2, - "mn": "ADBE Vector Group", - "hd": false - }, - { - "ty": "gr", - "it": [ - { - "ind": 0, - "ty": "sh", - "ix": 1, - "ks": { - "a": 0, - "k": { - "i": [ - [ - 7.5, - -2.375 - ], - [ - 0.25, - -6.875 - ], - [ - -1.875, - -2.875 - ], - [ - -3.625, - -3 - ], - [ - -0.5, - -0.5 - ], - [ - -2.75, - -1.625 - ], - [ - -5.625, - -1.125 - ], - [ - -2.145, - 2.633 - ], - [ - 9, - 10.125 - ], - [ - 0.375, - 0 - ], - [ - 0.5, - -2.875 - ], - [ - 0, - 0 - ], - [ - 2.375, - -4.5 - ], - [ - 3.375, - 0 - ], - [ - 3.125, - 1.625 - ], - [ - 1, - 1.5 - ], - [ - 1.375, - 3.25 - ], - [ - -1.125, - 0.25 - ], - [ - 0, - 0 - ], - [ - 0, - 0 - ], - [ - 0, - 0 - ] - ], - "o": [ - [ - -7.5, - 2.375 - ], - [ - -0.25, - 6.875 - ], - [ - 1.875, - 2.875 - ], - [ - 3.625, - 3 - ], - [ - 0.5, - 0.5 - ], - [ - 2.75, - 1.625 - ], - [ - 5.625, - 1.125 - ], - [ - 2.75, - -3.375 - ], - [ - -9, - -10.125 - ], - [ - -0.375, - 0 - ], - [ - -0.562, - 2.438 - ], - [ - 0, - 0 - ], - [ - -2.375, - 4.5 - ], - [ - -3.375, - 0 - ], - [ - -3.125, - -1.625 - ], - [ - -1, - -1.5 - ], - [ - -1.375, - -3.25 - ], - [ - 1.125, - -0.25 - ], - [ - 0, - 0 - ], - [ - 0, - 0 - ], - [ - 0, - 0 - ] - ], - "v": [ - [ - -74.75, - -27.125 - ], - [ - -87.125, - -18.75 - ], - [ - -79.875, - -1.875 - ], - [ - -51.75, - 19.75 - ], - [ - -27.875, - 34.125 - ], - [ - 3.875, - 47.625 - ], - [ - 40.75, - 54.5 - ], - [ - 60, - 49.375 - ], - [ - 55.5, - 29.125 - ], - [ - 42, - 17.625 - ], - [ - 36.125, - 16.313 - ], - [ - 35.25, - 21.625 - ], - [ - 47.125, - 37.5 - ], - [ - 35.125, - 41.875 - ], - [ - 6.125, - 36.375 - ], - [ - -36.625, - 16.375 - ], - [ - -66.375, - -5.875 - ], - [ - -70.5, - -17.125 - ], - [ - -56.75, - -19 - ], - [ - -46.875, - -17.875 - ], - [ - -44.5, - -23.5 - ] - ], - "c": true - }, - "ix": 2 - }, - "nm": "Path 1", - "mn": "ADBE Vector Shape - Group", - "hd": false - }, - { - "ty": "fl", - "c": { - "a": 0, - "k": [ - 0.9961, - 0.9608, - 0.7412, - 1 - ], - "ix": 4 - }, - "o": { - "a": 0, - "k": 100, - "ix": 5 - }, - "r": 1, - "bm": 0, - "nm": "Fill 1", - "mn": "ADBE Vector Graphic - Fill", - "hd": false - }, - { - "ty": "tr", - "p": { - "a": 0, - "k": [ - 0, - 0 - ], - "ix": 2 - }, - "a": { - "a": 0, - "k": [ - 0, - 0 - ], - "ix": 1 - }, - "s": { - "a": 0, - "k": [ - 100, - 100 - ], - "ix": 3 - }, - "r": { - "a": 0, - "k": 0, - "ix": 6 - }, - "o": { - "a": 0, - "k": 100, - "ix": 7 - }, - "sk": { - "a": 0, - "k": 0, - "ix": 4 - }, - "sa": { - "a": 0, - "k": 0, - "ix": 5 - }, - "nm": "Transform" - } - ], - "nm": "Shape 1", - "np": 3, - "cix": 2, - "bm": 0, - "ix": 3, - "mn": "ADBE Vector Group", - "hd": false - } - ], - "ip": 0, - "op": 180, - "st": 0, - "ct": 1, - "bm": 0 - }, - { - "ddd": 0, - "ind": 14, - "ty": 4, - "nm": "Shape Layer 3", - "sr": 1, - "ks": { - "o": { - "a": 0, - "k": 100, - "ix": 11 - }, - "r": { - "a": 0, - "k": 0, - "ix": 10 - }, - "p": { - "a": 0, - "k": [ - 97.625, - 90.125, - 0 - ], - "ix": 2, - "l": 2 - }, - "a": { - "a": 0, - "k": [ - -12.375, - 14.125, - 0 - ], - "ix": 1, - "l": 2 - }, - "s": { - "a": 0, - "k": [ - 100, - 100, - 100 - ], - "ix": 6, - "l": 2 - } - }, - "ao": 0, - "shapes": [ - { - "ty": "gr", - "it": [ - { - "d": 1, - "ty": "el", - "s": { - "a": 0, - "k": [ - 91.75, - 91.75 - ], - "ix": 2 - }, - "p": { - "a": 0, - "k": [ - 0, - 0 - ], - "ix": 3 - }, - "nm": "Ellipse Path 1", - "mn": "ADBE Vector Shape - Ellipse", - "hd": false - }, - { - "ty": "st", - "c": { - "a": 0, - "k": [ - 0.3475, - 0.237, - 0.1525, - 1 - ], - "ix": 3 - }, - "o": { - "a": 0, - "k": 100, - "ix": 4 - }, - "w": { - "a": 0, - "k": 5, - "ix": 5 - }, - "lc": 1, - "lj": 1, - "ml": 4, - "bm": 0, - "nm": "Stroke 1", - "mn": "ADBE Vector Graphic - Stroke", - "hd": false - }, - { - "ty": "tr", - "p": { - "a": 0, - "k": [ - -12.375, - 14.125 - ], - "ix": 2 - }, - "a": { - "a": 0, - "k": [ - 0, - 0 - ], - "ix": 1 - }, - "s": { - "a": 0, - "k": [ - 100, - 100 - ], - "ix": 3 - }, - "r": { - "a": 0, - "k": 0, - "ix": 6 - }, - "o": { - "a": 0, - "k": 100, - "ix": 7 - }, - "sk": { - "a": 0, - "k": 0, - "ix": 4 - }, - "sa": { - "a": 0, - "k": 0, - "ix": 5 - }, - "nm": "Transform" - } - ], - "nm": "Ellipse 1", - "np": 3, - "cix": 2, - "bm": 0, - "ix": 1, - "mn": "ADBE Vector Group", - "hd": false - } - ], - "ip": 0, - "op": 180, - "st": 0, - "ct": 1, - "bm": 0 - }, - { - "ddd": 0, - "ind": 15, - "ty": 4, - "nm": "Layer 2", - "sr": 1, - "ks": { - "o": { - "a": 0, - "k": 100, - "ix": 11 - }, - "r": { - "a": 0, - "k": 0, - "ix": 10 - }, - "p": { - "a": 0, - "k": [ - 107.37, - 92.946, - 0 - ], - "ix": 2, - "l": 2 - }, - "a": { - "a": 0, - "k": [ - -2.63, - 16.946, - 0 - ], - "ix": 1, - "l": 2 - }, - "s": { - "a": 0, - "k": [ - 100, - 100, - 100 - ], - "ix": 6, - "l": 2 - } - }, - "ao": 0, - "shapes": [ - { - "ty": "gr", - "it": [ - { - "ind": 0, - "ty": "sh", - "ix": 1, - "ks": { - "a": 0, - "k": { - "i": [ - [ - 0, - 21.825 - ], - [ - 11.656, - 8.328 - ], - [ - 3.744, - 0 - ], - [ - 0, - -23.174 - ], - [ - -20.546, - -2.72 - ] - ], - "o": [ - [ - 0, - -15.417 - ], - [ - -3.454, - -0.92 - ], - [ - -23.174, - 0 - ], - [ - 0, - 21.289 - ], - [ - 20.409, - -4.669 - ] - ], - "v": [ - [ - 33.392, - 13.968 - ], - [ - 14.131, - -23.409 - ], - [ - 3.307, - -24.826 - ], - [ - -38.653, - 17.134 - ], - [ - -2.248, - 58.717 - ] - ], - "c": true - }, - "ix": 2 - }, - "nm": "Path 1", - "mn": "ADBE Vector Shape - Group", - "hd": false - }, - { - "ty": "fl", - "c": { - "a": 0, - "k": [ - 1, - 0.5569, - 0.2275, - 1 - ], - "ix": 4 - }, - "o": { - "a": 0, - "k": 100, - "ix": 5 - }, - "r": 1, - "bm": 0, - "nm": "Fill 1", - "mn": "ADBE Vector Graphic - Fill", - "hd": false - }, - { - "ty": "tr", - "p": { - "a": 0, - "k": [ - 0, - 0 - ], - "ix": 2 - }, - "a": { - "a": 0, - "k": [ - 0, - 0 - ], - "ix": 1 - }, - "s": { - "a": 0, - "k": [ - 100, - 100 - ], - "ix": 3 - }, - "r": { - "a": 0, - "k": 0, - "ix": 6 - }, - "o": { - "a": 0, - "k": 100, - "ix": 7 - }, - "sk": { - "a": 0, - "k": 0, - "ix": 4 - }, - "sa": { - "a": 0, - "k": 0, - "ix": 5 - }, - "nm": "Transform" - } - ], - "nm": "Group 1", - "np": 2, - "cix": 2, - "bm": 0, - "ix": 1, - "mn": "ADBE Vector Group", - "hd": false - } - ], - "ip": 0, - "op": 180, - "st": 0, - "ct": 1, - "bm": 0 - }, - { - "ddd": 0, - "ind": 16, - "ty": 4, - "nm": "Shape Layer 2", - "sr": 1, - "ks": { - "o": { - "a": 0, - "k": 100, - "ix": 11 - }, - "r": { - "a": 0, - "k": 0, - "ix": 10 - }, - "p": { - "a": 0, - "k": [ - 97.625, - 90.125, - 0 - ], - "ix": 2, - "l": 2 - }, - "a": { - "a": 0, - "k": [ - -12.375, - 14.125, - 0 - ], - "ix": 1, - "l": 2 - }, - "s": { - "a": 0, - "k": [ - 100, - 100, - 100 - ], - "ix": 6, - "l": 2 - } - }, - "ao": 0, - "shapes": [ - { - "ty": "gr", - "it": [ - { - "d": 1, - "ty": "el", - "s": { - "a": 0, - "k": [ - 91.75, - 91.75 - ], - "ix": 2 - }, - "p": { - "a": 0, - "k": [ - 0, - 0 - ], - "ix": 3 - }, - "nm": "Ellipse Path 1", - "mn": "ADBE Vector Shape - Ellipse", - "hd": false - }, - { - "ty": "fl", - "c": { - "a": 0, - "k": [ - 0.9961, - 0.9608, - 0.7412, - 1 - ], - "ix": 4 - }, - "o": { - "a": 0, - "k": 100, - "ix": 5 - }, - "r": 1, - "bm": 0, - "nm": "Fill 1", - "mn": "ADBE Vector Graphic - Fill", - "hd": false - }, - { - "ty": "tr", - "p": { - "a": 0, - "k": [ - -12.375, - 14.125 - ], - "ix": 2 - }, - "a": { - "a": 0, - "k": [ - 0, - 0 - ], - "ix": 1 - }, - "s": { - "a": 0, - "k": [ - 100, - 100 - ], - "ix": 3 - }, - "r": { - "a": 0, - "k": 0, - "ix": 6 - }, - "o": { - "a": 0, - "k": 100, - "ix": 7 - }, - "sk": { - "a": 0, - "k": 0, - "ix": 4 - }, - "sa": { - "a": 0, - "k": 0, - "ix": 5 - }, - "nm": "Transform" - } - ], - "nm": "Ellipse 1", - "np": 3, - "cix": 2, - "bm": 0, - "ix": 1, - "mn": "ADBE Vector Group", - "hd": false - } - ], - "ip": 0, - "op": 180, - "st": 0, - "ct": 1, - "bm": 0 - }, - { - "ddd": 0, - "ind": 18, - "ty": 4, - "nm": "Layer 10", - "sr": 1, - "ks": { - "o": { - "a": 0, - "k": 100, - "ix": 11 - }, - "r": { - "a": 0, - "k": -7.5, - "ix": 10 - }, - "p": { - "a": 1, - "k": [ - { - "i": { - "x": 0.563, - "y": 0.563 - }, - "o": { - "x": 0.167, - "y": 0.167 - }, - "t": 0, - "s": [ - 76.25, - 121.5, - 0 - ], - "to": [ - 0, - 0, - 0 - ], - "ti": [ - 4.5, - 14, - 0 - ] - }, - { - "i": { - "x": 0.68, - "y": 0.677 - }, - "o": { - "x": 0.306, - "y": 0.302 - }, - "t": 9.323, - "s": [ - 38, - 117.5, - 0 - ], - "to": [ - -8.777, - -27.306, - 0 - ], - "ti": [ - -6.25, - 4.25, - 0 - ] - }, - { - "i": { - "x": 0.833, - "y": 0.833 - }, - "o": { - "x": 0.431, - "y": 0.431 - }, - "t": 28.273, - "s": [ - 90.5, - 56.75, - 0 - ], - "to": [ - 6.25, - -4.25, - 0 - ], - "ti": [ - 0, - 0, - 0 - ] - }, - { - "t": 40, - "s": [ - 133, - 24.75, - 0 - ] - } - ], - "ix": 2, - "l": 2 - }, - "a": { - "a": 0, - "k": [ - 45.821, - -77.72, - 0 - ], - "ix": 1, - "l": 2 - }, - "s": { - "a": 1, - "k": [ - { - "i": { - "x": [ - 0.833, - 0.833, - 0.833 - ], - "y": [ - 0.833, - 0.833, - 0.833 - ] - }, - "o": { - "x": [ - 0.167, - 0.167, - 0.167 - ], - "y": [ - 0.167, - 0.167, - 0.167 - ] - }, - "t": 0, - "s": [ - 20, - 20, - 100 - ] - }, - { - "i": { - "x": [ - 0.833, - 0.833, - 0.833 - ], - "y": [ - 0.833, - 0.833, - 0.833 - ] - }, - "o": { - "x": [ - 0.167, - 0.167, - 0.167 - ], - "y": [ - 0.167, - 0.167, - 0.167 - ] - }, - "t": 9.923, - "s": [ - 23.5, - 23.5, - 100 - ] - }, - { - "i": { - "x": [ - 0.833, - 0.833, - 0.833 - ], - "y": [ - 0.833, - 0.833, - 0.833 - ] - }, - "o": { - "x": [ - 0.167, - 0.167, - 0.167 - ], - "y": [ - 0.167, - 0.167, - 0.167 - ] - }, - "t": 23.256, - "s": [ - 60, - 60, - 100 - ] - }, - { - "t": 40, - "s": [ - 0, - 0, - 100 - ] - } - ], - "ix": 6, - "l": 2 - } - }, - "ao": 1, - "shapes": [ - { - "ty": "gr", - "it": [ - { - "ty": "gr", - "it": [ - { - "ind": 0, - "ty": "sh", - "ix": 1, - "ks": { - "a": 1, - "k": [ - { - "i": { - "x": 0.833, - "y": 0.833 - }, - "o": { - "x": 0.167, - "y": 0.167 - }, - "t": 0, - "s": [ - { - "i": [ - [ - 0.129, - 0.03 - ], - [ - 1.977, - 1.556 - ], - [ - -0.144, - 0.855 - ], - [ - -0.821, - 0.284 - ], - [ - -4.672, - -0.788 - ], - [ - 0.218, - -1.292 - ], - [ - 1.293, - 0.218 - ], - [ - 5.12, - -1.555 - ], - [ - -1.986, - -0.375 - ], - [ - 0.218, - -1.292 - ], - [ - 1.293, - 0.219 - ] - ], - "o": [ - [ - -4.83, - -1.124 - ], - [ - -0.682, - -0.538 - ], - [ - 0.145, - -0.857 - ], - [ - 2.442, - -0.845 - ], - [ - 1.273, - 0.235 - ], - [ - -0.218, - 1.294 - ], - [ - -1.969, - -0.331 - ], - [ - 4.325, - 3.147 - ], - [ - 1.291, - 0.212 - ], - [ - -0.218, - 1.294 - ], - [ - -0.121, - -0.02 - ] - ], - "v": [ - [ - 3.579, - -72.749 - ], - [ - -13.11, - -83.071 - ], - [ - -13.982, - -85.332 - ], - [ - -12.416, - -87.182 - ], - [ - 7.114, - -91.408 - ], - [ - 9.061, - -88.672 - ], - [ - 6.324, - -86.725 - ], - [ - -6.566, - -84.082 - ], - [ - 4.745, - -77.357 - ], - [ - 6.692, - -74.62 - ], - [ - 3.954, - -72.673 - ] - ], - "c": true - } - ] - }, - { - "i": { - "x": 0.833, - "y": 0.833 - }, - "o": { - "x": 0.167, - "y": 0.167 - }, - "t": 5, - "s": [ - { - "i": [ - [ - 0.129, - 0.03 - ], - [ - 1.977, - 1.556 - ], - [ - -0.144, - 0.855 - ], - [ - -0.821, - 0.284 - ], - [ - -4.672, - -0.788 - ], - [ - 0.218, - -1.292 - ], - [ - 1.293, - 0.218 - ], - [ - 5.12, - -1.555 - ], - [ - -1.986, - -0.375 - ], - [ - 0.218, - -1.292 - ], - [ - 1.293, - 0.219 - ] - ], - "o": [ - [ - -4.83, - -1.124 - ], - [ - -0.682, - -0.538 - ], - [ - 0.145, - -0.857 - ], - [ - 2.442, - -0.845 - ], - [ - 1.273, - 0.235 - ], - [ - -0.218, - 1.294 - ], - [ - -1.969, - -0.331 - ], - [ - 4.325, - 3.147 - ], - [ - 1.291, - 0.212 - ], - [ - -0.218, - 1.294 - ], - [ - -0.121, - -0.02 - ] - ], - "v": [ - [ - 3.579, - -72.749 - ], - [ - -8.998, - -82.255 - ], - [ - -9.87, - -84.516 - ], - [ - -8.304, - -86.366 - ], - [ - 7.114, - -91.408 - ], - [ - 9.061, - -88.672 - ], - [ - 6.324, - -86.725 - ], - [ - -2.454, - -83.266 - ], - [ - 4.745, - -77.357 - ], - [ - 6.692, - -74.62 - ], - [ - 3.954, - -72.673 - ] - ], - "c": true - } - ] - }, - { - "i": { - "x": 0.833, - "y": 0.833 - }, - "o": { - "x": 0.167, - "y": 0.167 - }, - "t": 10, - "s": [ - { - "i": [ - [ - 0.129, - 0.03 - ], - [ - 1.977, - 1.556 - ], - [ - -0.144, - 0.855 - ], - [ - -0.821, - 0.284 - ], - [ - -4.672, - -0.788 - ], - [ - 0.218, - -1.292 - ], - [ - 1.293, - 0.218 - ], - [ - 5.12, - -1.555 - ], - [ - -1.986, - -0.375 - ], - [ - 0.218, - -1.292 - ], - [ - 1.293, - 0.219 - ] - ], - "o": [ - [ - -4.83, - -1.124 - ], - [ - -0.682, - -0.538 - ], - [ - 0.145, - -0.857 - ], - [ - 2.442, - -0.845 - ], - [ - 1.273, - 0.235 - ], - [ - -0.218, - 1.294 - ], - [ - -1.969, - -0.331 - ], - [ - 4.325, - 3.147 - ], - [ - 1.291, - 0.212 - ], - [ - -0.218, - 1.294 - ], - [ - -0.121, - -0.02 - ] - ], - "v": [ - [ - 3.579, - -72.749 - ], - [ - -18.978, - -83.875 - ], - [ - -19.85, - -86.136 - ], - [ - -18.284, - -87.986 - ], - [ - 7.114, - -91.408 - ], - [ - 9.061, - -88.672 - ], - [ - 6.324, - -86.725 - ], - [ - -12.434, - -84.886 - ], - [ - 4.745, - -77.357 - ], - [ - 6.692, - -74.62 - ], - [ - 3.954, - -72.673 - ] - ], - "c": true - } - ] - }, - { - "i": { - "x": 0.833, - "y": 0.833 - }, - "o": { - "x": 0.167, - "y": 0.167 - }, - "t": 15, - "s": [ - { - "i": [ - [ - 0.129, - 0.03 - ], - [ - 1.977, - 1.556 - ], - [ - -0.144, - 0.855 - ], - [ - -0.821, - 0.284 - ], - [ - -4.672, - -0.788 - ], - [ - 0.218, - -1.292 - ], - [ - 1.293, - 0.218 - ], - [ - 5.12, - -1.555 - ], - [ - -1.986, - -0.375 - ], - [ - 0.218, - -1.292 - ], - [ - 1.293, - 0.219 - ] - ], - "o": [ - [ - -4.83, - -1.124 - ], - [ - -0.682, - -0.538 - ], - [ - 0.145, - -0.857 - ], - [ - 2.442, - -0.845 - ], - [ - 1.273, - 0.235 - ], - [ - -0.218, - 1.294 - ], - [ - -1.969, - -0.331 - ], - [ - 4.325, - 3.147 - ], - [ - 1.291, - 0.212 - ], - [ - -0.218, - 1.294 - ], - [ - -0.121, - -0.02 - ] - ], - "v": [ - [ - 3.579, - -72.749 - ], - [ - -13.11, - -83.071 - ], - [ - -13.982, - -85.332 - ], - [ - -12.416, - -87.182 - ], - [ - 7.114, - -91.408 - ], - [ - 9.061, - -88.672 - ], - [ - 6.324, - -86.725 - ], - [ - -6.566, - -84.082 - ], - [ - 4.745, - -77.357 - ], - [ - 6.692, - -74.62 - ], - [ - 3.954, - -72.673 - ] - ], - "c": true - } - ] - }, - { - "i": { - "x": 0.833, - "y": 0.833 - }, - "o": { - "x": 0.167, - "y": 0.167 - }, - "t": 20, - "s": [ - { - "i": [ - [ - 0.129, - 0.03 - ], - [ - 1.977, - 1.556 - ], - [ - -0.144, - 0.855 - ], - [ - -0.821, - 0.284 - ], - [ - -4.672, - -0.788 - ], - [ - 0.218, - -1.292 - ], - [ - 1.293, - 0.218 - ], - [ - 5.12, - -1.555 - ], - [ - -1.986, - -0.375 - ], - [ - 0.218, - -1.292 - ], - [ - 1.293, - 0.219 - ] - ], - "o": [ - [ - -4.83, - -1.124 - ], - [ - -0.682, - -0.538 - ], - [ - 0.145, - -0.857 - ], - [ - 2.442, - -0.845 - ], - [ - 1.273, - 0.235 - ], - [ - -0.218, - 1.294 - ], - [ - -1.969, - -0.331 - ], - [ - 4.325, - 3.147 - ], - [ - 1.291, - 0.212 - ], - [ - -0.218, - 1.294 - ], - [ - -0.121, - -0.02 - ] - ], - "v": [ - [ - 3.579, - -72.749 - ], - [ - -8.998, - -82.255 - ], - [ - -9.87, - -84.516 - ], - [ - -8.304, - -86.366 - ], - [ - 7.114, - -91.408 - ], - [ - 9.061, - -88.672 - ], - [ - 6.324, - -86.725 - ], - [ - -2.454, - -83.266 - ], - [ - 4.745, - -77.357 - ], - [ - 6.692, - -74.62 - ], - [ - 3.954, - -72.673 - ] - ], - "c": true - } - ] - }, - { - "i": { - "x": 0.833, - "y": 0.833 - }, - "o": { - "x": 0.167, - "y": 0.167 - }, - "t": 25, - "s": [ - { - "i": [ - [ - 0.129, - 0.03 - ], - [ - 1.977, - 1.556 - ], - [ - -0.144, - 0.855 - ], - [ - -0.821, - 0.284 - ], - [ - -4.672, - -0.788 - ], - [ - 0.218, - -1.292 - ], - [ - 1.293, - 0.218 - ], - [ - 5.12, - -1.555 - ], - [ - -1.986, - -0.375 - ], - [ - 0.218, - -1.292 - ], - [ - 1.293, - 0.219 - ] - ], - "o": [ - [ - -4.83, - -1.124 - ], - [ - -0.682, - -0.538 - ], - [ - 0.145, - -0.857 - ], - [ - 2.442, - -0.845 - ], - [ - 1.273, - 0.235 - ], - [ - -0.218, - 1.294 - ], - [ - -1.969, - -0.331 - ], - [ - 4.325, - 3.147 - ], - [ - 1.291, - 0.212 - ], - [ - -0.218, - 1.294 - ], - [ - -0.121, - -0.02 - ] - ], - "v": [ - [ - 3.579, - -72.749 - ], - [ - -18.978, - -83.875 - ], - [ - -19.85, - -86.136 - ], - [ - -18.284, - -87.986 - ], - [ - 7.114, - -91.408 - ], - [ - 9.061, - -88.672 - ], - [ - 6.324, - -86.725 - ], - [ - -12.434, - -84.886 - ], - [ - 4.745, - -77.357 - ], - [ - 6.692, - -74.62 - ], - [ - 3.954, - -72.673 - ] - ], - "c": true - } - ] - }, - { - "i": { - "x": 0.833, - "y": 0.833 - }, - "o": { - "x": 0.167, - "y": 0.167 - }, - "t": 30, - "s": [ - { - "i": [ - [ - 0.129, - 0.03 - ], - [ - 1.977, - 1.556 - ], - [ - -0.144, - 0.855 - ], - [ - -0.821, - 0.284 - ], - [ - -4.672, - -0.788 - ], - [ - 0.218, - -1.292 - ], - [ - 1.293, - 0.218 - ], - [ - 5.12, - -1.555 - ], - [ - -1.986, - -0.375 - ], - [ - 0.218, - -1.292 - ], - [ - 1.293, - 0.219 - ] - ], - "o": [ - [ - -4.83, - -1.124 - ], - [ - -0.682, - -0.538 - ], - [ - 0.145, - -0.857 - ], - [ - 2.442, - -0.845 - ], - [ - 1.273, - 0.235 - ], - [ - -0.218, - 1.294 - ], - [ - -1.969, - -0.331 - ], - [ - 4.325, - 3.147 - ], - [ - 1.291, - 0.212 - ], - [ - -0.218, - 1.294 - ], - [ - -0.121, - -0.02 - ] - ], - "v": [ - [ - 3.579, - -72.749 - ], - [ - -13.11, - -83.071 - ], - [ - -13.982, - -85.332 - ], - [ - -12.416, - -87.182 - ], - [ - 7.114, - -91.408 - ], - [ - 9.061, - -88.672 - ], - [ - 6.324, - -86.725 - ], - [ - -6.566, - -84.082 - ], - [ - 4.745, - -77.357 - ], - [ - 6.692, - -74.62 - ], - [ - 3.954, - -72.673 - ] - ], - "c": true - } - ] - }, - { - "i": { - "x": 0.833, - "y": 0.833 - }, - "o": { - "x": 0.167, - "y": 0.167 - }, - "t": 35, - "s": [ - { - "i": [ - [ - 0.129, - 0.03 - ], - [ - 1.977, - 1.556 - ], - [ - -0.144, - 0.855 - ], - [ - -0.821, - 0.284 - ], - [ - -4.672, - -0.788 - ], - [ - 0.218, - -1.292 - ], - [ - 1.293, - 0.218 - ], - [ - 5.12, - -1.555 - ], - [ - -1.986, - -0.375 - ], - [ - 0.218, - -1.292 - ], - [ - 1.293, - 0.219 - ] - ], - "o": [ - [ - -4.83, - -1.124 - ], - [ - -0.682, - -0.538 - ], - [ - 0.145, - -0.857 - ], - [ - 2.442, - -0.845 - ], - [ - 1.273, - 0.235 - ], - [ - -0.218, - 1.294 - ], - [ - -1.969, - -0.331 - ], - [ - 4.325, - 3.147 - ], - [ - 1.291, - 0.212 - ], - [ - -0.218, - 1.294 - ], - [ - -0.121, - -0.02 - ] - ], - "v": [ - [ - 3.579, - -72.749 - ], - [ - -8.998, - -82.255 - ], - [ - -9.87, - -84.516 - ], - [ - -8.304, - -86.366 - ], - [ - 7.114, - -91.408 - ], - [ - 9.061, - -88.672 - ], - [ - 6.324, - -86.725 - ], - [ - -2.454, - -83.266 - ], - [ - 4.745, - -77.357 - ], - [ - 6.692, - -74.62 - ], - [ - 3.954, - -72.673 - ] - ], - "c": true - } - ] - }, - { - "i": { - "x": 0.833, - "y": 0.833 - }, - "o": { - "x": 0.167, - "y": 0.167 - }, - "t": 40, - "s": [ - { - "i": [ - [ - 0.129, - 0.03 - ], - [ - 1.977, - 1.556 - ], - [ - -0.144, - 0.855 - ], - [ - -0.821, - 0.284 - ], - [ - -4.672, - -0.788 - ], - [ - 0.218, - -1.292 - ], - [ - 1.293, - 0.218 - ], - [ - 5.12, - -1.555 - ], - [ - -1.986, - -0.375 - ], - [ - 0.218, - -1.292 - ], - [ - 1.293, - 0.219 - ] - ], - "o": [ - [ - -4.83, - -1.124 - ], - [ - -0.682, - -0.538 - ], - [ - 0.145, - -0.857 - ], - [ - 2.442, - -0.845 - ], - [ - 1.273, - 0.235 - ], - [ - -0.218, - 1.294 - ], - [ - -1.969, - -0.331 - ], - [ - 4.325, - 3.147 - ], - [ - 1.291, - 0.212 - ], - [ - -0.218, - 1.294 - ], - [ - -0.121, - -0.02 - ] - ], - "v": [ - [ - 3.579, - -72.749 - ], - [ - -18.978, - -83.875 - ], - [ - -19.85, - -86.136 - ], - [ - -18.284, - -87.986 - ], - [ - 7.114, - -91.408 - ], - [ - 9.061, - -88.672 - ], - [ - 6.324, - -86.725 - ], - [ - -12.434, - -84.886 - ], - [ - 4.745, - -77.357 - ], - [ - 6.692, - -74.62 - ], - [ - 3.954, - -72.673 - ] - ], - "c": true - } - ] - }, - { - "i": { - "x": 0.833, - "y": 0.833 - }, - "o": { - "x": 0.167, - "y": 0.167 - }, - "t": 45, - "s": [ - { - "i": [ - [ - 0.129, - 0.03 - ], - [ - 1.977, - 1.556 - ], - [ - -0.144, - 0.855 - ], - [ - -0.821, - 0.284 - ], - [ - -4.672, - -0.788 - ], - [ - 0.218, - -1.292 - ], - [ - 1.293, - 0.218 - ], - [ - 5.12, - -1.555 - ], - [ - -1.986, - -0.375 - ], - [ - 0.218, - -1.292 - ], - [ - 1.293, - 0.219 - ] - ], - "o": [ - [ - -4.83, - -1.124 - ], - [ - -0.682, - -0.538 - ], - [ - 0.145, - -0.857 - ], - [ - 2.442, - -0.845 - ], - [ - 1.273, - 0.235 - ], - [ - -0.218, - 1.294 - ], - [ - -1.969, - -0.331 - ], - [ - 4.325, - 3.147 - ], - [ - 1.291, - 0.212 - ], - [ - -0.218, - 1.294 - ], - [ - -0.121, - -0.02 - ] - ], - "v": [ - [ - 3.579, - -72.749 - ], - [ - -13.11, - -83.071 - ], - [ - -13.982, - -85.332 - ], - [ - -12.416, - -87.182 - ], - [ - 7.114, - -91.408 - ], - [ - 9.061, - -88.672 - ], - [ - 6.324, - -86.725 - ], - [ - -6.566, - -84.082 - ], - [ - 4.745, - -77.357 - ], - [ - 6.692, - -74.62 - ], - [ - 3.954, - -72.673 - ] - ], - "c": true - } - ] - }, - { - "i": { - "x": 0.833, - "y": 0.833 - }, - "o": { - "x": 0.167, - "y": 0.167 - }, - "t": 50, - "s": [ - { - "i": [ - [ - 0.129, - 0.03 - ], - [ - 1.977, - 1.556 - ], - [ - -0.144, - 0.855 - ], - [ - -0.821, - 0.284 - ], - [ - -4.672, - -0.788 - ], - [ - 0.218, - -1.292 - ], - [ - 1.293, - 0.218 - ], - [ - 5.12, - -1.555 - ], - [ - -1.986, - -0.375 - ], - [ - 0.218, - -1.292 - ], - [ - 1.293, - 0.219 - ] - ], - "o": [ - [ - -4.83, - -1.124 - ], - [ - -0.682, - -0.538 - ], - [ - 0.145, - -0.857 - ], - [ - 2.442, - -0.845 - ], - [ - 1.273, - 0.235 - ], - [ - -0.218, - 1.294 - ], - [ - -1.969, - -0.331 - ], - [ - 4.325, - 3.147 - ], - [ - 1.291, - 0.212 - ], - [ - -0.218, - 1.294 - ], - [ - -0.121, - -0.02 - ] - ], - "v": [ - [ - 3.579, - -72.749 - ], - [ - -8.998, - -82.255 - ], - [ - -9.87, - -84.516 - ], - [ - -8.304, - -86.366 - ], - [ - 7.114, - -91.408 - ], - [ - 9.061, - -88.672 - ], - [ - 6.324, - -86.725 - ], - [ - -2.454, - -83.266 - ], - [ - 4.745, - -77.357 - ], - [ - 6.692, - -74.62 - ], - [ - 3.954, - -72.673 - ] - ], - "c": true - } - ] - }, - { - "i": { - "x": 0.833, - "y": 0.833 - }, - "o": { - "x": 0.167, - "y": 0.167 - }, - "t": 55, - "s": [ - { - "i": [ - [ - 0.129, - 0.03 - ], - [ - 1.977, - 1.556 - ], - [ - -0.144, - 0.855 - ], - [ - -0.821, - 0.284 - ], - [ - -4.672, - -0.788 - ], - [ - 0.218, - -1.292 - ], - [ - 1.293, - 0.218 - ], - [ - 5.12, - -1.555 - ], - [ - -1.986, - -0.375 - ], - [ - 0.218, - -1.292 - ], - [ - 1.293, - 0.219 - ] - ], - "o": [ - [ - -4.83, - -1.124 - ], - [ - -0.682, - -0.538 - ], - [ - 0.145, - -0.857 - ], - [ - 2.442, - -0.845 - ], - [ - 1.273, - 0.235 - ], - [ - -0.218, - 1.294 - ], - [ - -1.969, - -0.331 - ], - [ - 4.325, - 3.147 - ], - [ - 1.291, - 0.212 - ], - [ - -0.218, - 1.294 - ], - [ - -0.121, - -0.02 - ] - ], - "v": [ - [ - 3.579, - -72.749 - ], - [ - -18.978, - -83.875 - ], - [ - -19.85, - -86.136 - ], - [ - -18.284, - -87.986 - ], - [ - 7.114, - -91.408 - ], - [ - 9.061, - -88.672 - ], - [ - 6.324, - -86.725 - ], - [ - -12.434, - -84.886 - ], - [ - 4.745, - -77.357 - ], - [ - 6.692, - -74.62 - ], - [ - 3.954, - -72.673 - ] - ], - "c": true - } - ] - }, - { - "i": { - "x": 0.833, - "y": 0.833 - }, - "o": { - "x": 0.167, - "y": 0.167 - }, - "t": 60, - "s": [ - { - "i": [ - [ - 0.129, - 0.03 - ], - [ - 1.977, - 1.556 - ], - [ - -0.144, - 0.855 - ], - [ - -0.821, - 0.284 - ], - [ - -4.672, - -0.788 - ], - [ - 0.218, - -1.292 - ], - [ - 1.293, - 0.218 - ], - [ - 5.12, - -1.555 - ], - [ - -1.986, - -0.375 - ], - [ - 0.218, - -1.292 - ], - [ - 1.293, - 0.219 - ] - ], - "o": [ - [ - -4.83, - -1.124 - ], - [ - -0.682, - -0.538 - ], - [ - 0.145, - -0.857 - ], - [ - 2.442, - -0.845 - ], - [ - 1.273, - 0.235 - ], - [ - -0.218, - 1.294 - ], - [ - -1.969, - -0.331 - ], - [ - 4.325, - 3.147 - ], - [ - 1.291, - 0.212 - ], - [ - -0.218, - 1.294 - ], - [ - -0.121, - -0.02 - ] - ], - "v": [ - [ - 3.579, - -72.749 - ], - [ - -13.11, - -83.071 - ], - [ - -13.982, - -85.332 - ], - [ - -12.416, - -87.182 - ], - [ - 7.114, - -91.408 - ], - [ - 9.061, - -88.672 - ], - [ - 6.324, - -86.725 - ], - [ - -6.566, - -84.082 - ], - [ - 4.745, - -77.357 - ], - [ - 6.692, - -74.62 - ], - [ - 3.954, - -72.673 - ] - ], - "c": true - } - ] - }, - { - "i": { - "x": 0.833, - "y": 0.833 - }, - "o": { - "x": 0.167, - "y": 0.167 - }, - "t": 65, - "s": [ - { - "i": [ - [ - 0.129, - 0.03 - ], - [ - 1.977, - 1.556 - ], - [ - -0.144, - 0.855 - ], - [ - -0.821, - 0.284 - ], - [ - -4.672, - -0.788 - ], - [ - 0.218, - -1.292 - ], - [ - 1.293, - 0.218 - ], - [ - 5.12, - -1.555 - ], - [ - -1.986, - -0.375 - ], - [ - 0.218, - -1.292 - ], - [ - 1.293, - 0.219 - ] - ], - "o": [ - [ - -4.83, - -1.124 - ], - [ - -0.682, - -0.538 - ], - [ - 0.145, - -0.857 - ], - [ - 2.442, - -0.845 - ], - [ - 1.273, - 0.235 - ], - [ - -0.218, - 1.294 - ], - [ - -1.969, - -0.331 - ], - [ - 4.325, - 3.147 - ], - [ - 1.291, - 0.212 - ], - [ - -0.218, - 1.294 - ], - [ - -0.121, - -0.02 - ] - ], - "v": [ - [ - 3.579, - -72.749 - ], - [ - -8.998, - -82.255 - ], - [ - -9.87, - -84.516 - ], - [ - -8.304, - -86.366 - ], - [ - 7.114, - -91.408 - ], - [ - 9.061, - -88.672 - ], - [ - 6.324, - -86.725 - ], - [ - -2.454, - -83.266 - ], - [ - 4.745, - -77.357 - ], - [ - 6.692, - -74.62 - ], - [ - 3.954, - -72.673 - ] - ], - "c": true - } - ] - }, - { - "i": { - "x": 0.833, - "y": 0.833 - }, - "o": { - "x": 0.167, - "y": 0.167 - }, - "t": 70, - "s": [ - { - "i": [ - [ - 0.129, - 0.03 - ], - [ - 1.977, - 1.556 - ], - [ - -0.144, - 0.855 - ], - [ - -0.821, - 0.284 - ], - [ - -4.672, - -0.788 - ], - [ - 0.218, - -1.292 - ], - [ - 1.293, - 0.218 - ], - [ - 5.12, - -1.555 - ], - [ - -1.986, - -0.375 - ], - [ - 0.218, - -1.292 - ], - [ - 1.293, - 0.219 - ] - ], - "o": [ - [ - -4.83, - -1.124 - ], - [ - -0.682, - -0.538 - ], - [ - 0.145, - -0.857 - ], - [ - 2.442, - -0.845 - ], - [ - 1.273, - 0.235 - ], - [ - -0.218, - 1.294 - ], - [ - -1.969, - -0.331 - ], - [ - 4.325, - 3.147 - ], - [ - 1.291, - 0.212 - ], - [ - -0.218, - 1.294 - ], - [ - -0.121, - -0.02 - ] - ], - "v": [ - [ - 3.579, - -72.749 - ], - [ - -18.978, - -83.875 - ], - [ - -19.85, - -86.136 - ], - [ - -18.284, - -87.986 - ], - [ - 7.114, - -91.408 - ], - [ - 9.061, - -88.672 - ], - [ - 6.324, - -86.725 - ], - [ - -12.434, - -84.886 - ], - [ - 4.745, - -77.357 - ], - [ - 6.692, - -74.62 - ], - [ - 3.954, - -72.673 - ] - ], - "c": true - } - ] - }, - { - "i": { - "x": 0.833, - "y": 0.833 - }, - "o": { - "x": 0.167, - "y": 0.167 - }, - "t": 75, - "s": [ - { - "i": [ - [ - 0.129, - 0.03 - ], - [ - 1.977, - 1.556 - ], - [ - -0.144, - 0.855 - ], - [ - -0.821, - 0.284 - ], - [ - -4.672, - -0.788 - ], - [ - 0.218, - -1.292 - ], - [ - 1.293, - 0.218 - ], - [ - 5.12, - -1.555 - ], - [ - -1.986, - -0.375 - ], - [ - 0.218, - -1.292 - ], - [ - 1.293, - 0.219 - ] - ], - "o": [ - [ - -4.83, - -1.124 - ], - [ - -0.682, - -0.538 - ], - [ - 0.145, - -0.857 - ], - [ - 2.442, - -0.845 - ], - [ - 1.273, - 0.235 - ], - [ - -0.218, - 1.294 - ], - [ - -1.969, - -0.331 - ], - [ - 4.325, - 3.147 - ], - [ - 1.291, - 0.212 - ], - [ - -0.218, - 1.294 - ], - [ - -0.121, - -0.02 - ] - ], - "v": [ - [ - 3.579, - -72.749 - ], - [ - -13.11, - -83.071 - ], - [ - -13.982, - -85.332 - ], - [ - -12.416, - -87.182 - ], - [ - 7.114, - -91.408 - ], - [ - 9.061, - -88.672 - ], - [ - 6.324, - -86.725 - ], - [ - -6.566, - -84.082 - ], - [ - 4.745, - -77.357 - ], - [ - 6.692, - -74.62 - ], - [ - 3.954, - -72.673 - ] - ], - "c": true - } - ] - }, - { - "i": { - "x": 0.833, - "y": 0.833 - }, - "o": { - "x": 0.167, - "y": 0.167 - }, - "t": 80, - "s": [ - { - "i": [ - [ - 0.129, - 0.03 - ], - [ - 1.977, - 1.556 - ], - [ - -0.144, - 0.855 - ], - [ - -0.821, - 0.284 - ], - [ - -4.672, - -0.788 - ], - [ - 0.218, - -1.292 - ], - [ - 1.293, - 0.218 - ], - [ - 5.12, - -1.555 - ], - [ - -1.986, - -0.375 - ], - [ - 0.218, - -1.292 - ], - [ - 1.293, - 0.219 - ] - ], - "o": [ - [ - -4.83, - -1.124 - ], - [ - -0.682, - -0.538 - ], - [ - 0.145, - -0.857 - ], - [ - 2.442, - -0.845 - ], - [ - 1.273, - 0.235 - ], - [ - -0.218, - 1.294 - ], - [ - -1.969, - -0.331 - ], - [ - 4.325, - 3.147 - ], - [ - 1.291, - 0.212 - ], - [ - -0.218, - 1.294 - ], - [ - -0.121, - -0.02 - ] - ], - "v": [ - [ - 3.579, - -72.749 - ], - [ - -8.998, - -82.255 - ], - [ - -9.87, - -84.516 - ], - [ - -8.304, - -86.366 - ], - [ - 7.114, - -91.408 - ], - [ - 9.061, - -88.672 - ], - [ - 6.324, - -86.725 - ], - [ - -2.454, - -83.266 - ], - [ - 4.745, - -77.357 - ], - [ - 6.692, - -74.62 - ], - [ - 3.954, - -72.673 - ] - ], - "c": true - } - ] - }, - { - "i": { - "x": 0.833, - "y": 0.833 - }, - "o": { - "x": 0.167, - "y": 0.167 - }, - "t": 85, - "s": [ - { - "i": [ - [ - 0.129, - 0.03 - ], - [ - 1.977, - 1.556 - ], - [ - -0.144, - 0.855 - ], - [ - -0.821, - 0.284 - ], - [ - -4.672, - -0.788 - ], - [ - 0.218, - -1.292 - ], - [ - 1.293, - 0.218 - ], - [ - 5.12, - -1.555 - ], - [ - -1.986, - -0.375 - ], - [ - 0.218, - -1.292 - ], - [ - 1.293, - 0.219 - ] - ], - "o": [ - [ - -4.83, - -1.124 - ], - [ - -0.682, - -0.538 - ], - [ - 0.145, - -0.857 - ], - [ - 2.442, - -0.845 - ], - [ - 1.273, - 0.235 - ], - [ - -0.218, - 1.294 - ], - [ - -1.969, - -0.331 - ], - [ - 4.325, - 3.147 - ], - [ - 1.291, - 0.212 - ], - [ - -0.218, - 1.294 - ], - [ - -0.121, - -0.02 - ] - ], - "v": [ - [ - 3.579, - -72.749 - ], - [ - -18.978, - -83.875 - ], - [ - -19.85, - -86.136 - ], - [ - -18.284, - -87.986 - ], - [ - 7.114, - -91.408 - ], - [ - 9.061, - -88.672 - ], - [ - 6.324, - -86.725 - ], - [ - -12.434, - -84.886 - ], - [ - 4.745, - -77.357 - ], - [ - 6.692, - -74.62 - ], - [ - 3.954, - -72.673 - ] - ], - "c": true - } - ] - }, - { - "i": { - "x": 0.833, - "y": 0.833 - }, - "o": { - "x": 0.167, - "y": 0.167 - }, - "t": 90, - "s": [ - { - "i": [ - [ - 0.129, - 0.03 - ], - [ - 1.977, - 1.556 - ], - [ - -0.144, - 0.855 - ], - [ - -0.821, - 0.284 - ], - [ - -4.672, - -0.788 - ], - [ - 0.218, - -1.292 - ], - [ - 1.293, - 0.218 - ], - [ - 5.12, - -1.555 - ], - [ - -1.986, - -0.375 - ], - [ - 0.218, - -1.292 - ], - [ - 1.293, - 0.219 - ] - ], - "o": [ - [ - -4.83, - -1.124 - ], - [ - -0.682, - -0.538 - ], - [ - 0.145, - -0.857 - ], - [ - 2.442, - -0.845 - ], - [ - 1.273, - 0.235 - ], - [ - -0.218, - 1.294 - ], - [ - -1.969, - -0.331 - ], - [ - 4.325, - 3.147 - ], - [ - 1.291, - 0.212 - ], - [ - -0.218, - 1.294 - ], - [ - -0.121, - -0.02 - ] - ], - "v": [ - [ - 3.579, - -72.749 - ], - [ - -13.11, - -83.071 - ], - [ - -13.982, - -85.332 - ], - [ - -12.416, - -87.182 - ], - [ - 7.114, - -91.408 - ], - [ - 9.061, - -88.672 - ], - [ - 6.324, - -86.725 - ], - [ - -6.566, - -84.082 - ], - [ - 4.745, - -77.357 - ], - [ - 6.692, - -74.62 - ], - [ - 3.954, - -72.673 - ] - ], - "c": true - } - ] - }, - { - "i": { - "x": 0.833, - "y": 0.833 - }, - "o": { - "x": 0.167, - "y": 0.167 - }, - "t": 95, - "s": [ - { - "i": [ - [ - 0.129, - 0.03 - ], - [ - 1.977, - 1.556 - ], - [ - -0.144, - 0.855 - ], - [ - -0.821, - 0.284 - ], - [ - -4.672, - -0.788 - ], - [ - 0.218, - -1.292 - ], - [ - 1.293, - 0.218 - ], - [ - 5.12, - -1.555 - ], - [ - -1.986, - -0.375 - ], - [ - 0.218, - -1.292 - ], - [ - 1.293, - 0.219 - ] - ], - "o": [ - [ - -4.83, - -1.124 - ], - [ - -0.682, - -0.538 - ], - [ - 0.145, - -0.857 - ], - [ - 2.442, - -0.845 - ], - [ - 1.273, - 0.235 - ], - [ - -0.218, - 1.294 - ], - [ - -1.969, - -0.331 - ], - [ - 4.325, - 3.147 - ], - [ - 1.291, - 0.212 - ], - [ - -0.218, - 1.294 - ], - [ - -0.121, - -0.02 - ] - ], - "v": [ - [ - 3.579, - -72.749 - ], - [ - -8.998, - -82.255 - ], - [ - -9.87, - -84.516 - ], - [ - -8.304, - -86.366 - ], - [ - 7.114, - -91.408 - ], - [ - 9.061, - -88.672 - ], - [ - 6.324, - -86.725 - ], - [ - -2.454, - -83.266 - ], - [ - 4.745, - -77.357 - ], - [ - 6.692, - -74.62 - ], - [ - 3.954, - -72.673 - ] - ], - "c": true - } - ] - }, - { - "i": { - "x": 0.833, - "y": 0.833 - }, - "o": { - "x": 0.167, - "y": 0.167 - }, - "t": 100, - "s": [ - { - "i": [ - [ - 0.129, - 0.03 - ], - [ - 1.977, - 1.556 - ], - [ - -0.144, - 0.855 - ], - [ - -0.821, - 0.284 - ], - [ - -4.672, - -0.788 - ], - [ - 0.218, - -1.292 - ], - [ - 1.293, - 0.218 - ], - [ - 5.12, - -1.555 - ], - [ - -1.986, - -0.375 - ], - [ - 0.218, - -1.292 - ], - [ - 1.293, - 0.219 - ] - ], - "o": [ - [ - -4.83, - -1.124 - ], - [ - -0.682, - -0.538 - ], - [ - 0.145, - -0.857 - ], - [ - 2.442, - -0.845 - ], - [ - 1.273, - 0.235 - ], - [ - -0.218, - 1.294 - ], - [ - -1.969, - -0.331 - ], - [ - 4.325, - 3.147 - ], - [ - 1.291, - 0.212 - ], - [ - -0.218, - 1.294 - ], - [ - -0.121, - -0.02 - ] - ], - "v": [ - [ - 3.579, - -72.749 - ], - [ - -18.978, - -83.875 - ], - [ - -19.85, - -86.136 - ], - [ - -18.284, - -87.986 - ], - [ - 7.114, - -91.408 - ], - [ - 9.061, - -88.672 - ], - [ - 6.324, - -86.725 - ], - [ - -12.434, - -84.886 - ], - [ - 4.745, - -77.357 - ], - [ - 6.692, - -74.62 - ], - [ - 3.954, - -72.673 - ] - ], - "c": true - } - ] - }, - { - "i": { - "x": 0.833, - "y": 0.833 - }, - "o": { - "x": 0.167, - "y": 0.167 - }, - "t": 105, - "s": [ - { - "i": [ - [ - 0.129, - 0.03 - ], - [ - 1.977, - 1.556 - ], - [ - -0.144, - 0.855 - ], - [ - -0.821, - 0.284 - ], - [ - -4.672, - -0.788 - ], - [ - 0.218, - -1.292 - ], - [ - 1.293, - 0.218 - ], - [ - 5.12, - -1.555 - ], - [ - -1.986, - -0.375 - ], - [ - 0.218, - -1.292 - ], - [ - 1.293, - 0.219 - ] - ], - "o": [ - [ - -4.83, - -1.124 - ], - [ - -0.682, - -0.538 - ], - [ - 0.145, - -0.857 - ], - [ - 2.442, - -0.845 - ], - [ - 1.273, - 0.235 - ], - [ - -0.218, - 1.294 - ], - [ - -1.969, - -0.331 - ], - [ - 4.325, - 3.147 - ], - [ - 1.291, - 0.212 - ], - [ - -0.218, - 1.294 - ], - [ - -0.121, - -0.02 - ] - ], - "v": [ - [ - 3.579, - -72.749 - ], - [ - -13.11, - -83.071 - ], - [ - -13.982, - -85.332 - ], - [ - -12.416, - -87.182 - ], - [ - 7.114, - -91.408 - ], - [ - 9.061, - -88.672 - ], - [ - 6.324, - -86.725 - ], - [ - -6.566, - -84.082 - ], - [ - 4.745, - -77.357 - ], - [ - 6.692, - -74.62 - ], - [ - 3.954, - -72.673 - ] - ], - "c": true - } - ] - }, - { - "i": { - "x": 0.833, - "y": 0.833 - }, - "o": { - "x": 0.167, - "y": 0.167 - }, - "t": 110, - "s": [ - { - "i": [ - [ - 0.129, - 0.03 - ], - [ - 1.977, - 1.556 - ], - [ - -0.144, - 0.855 - ], - [ - -0.821, - 0.284 - ], - [ - -4.672, - -0.788 - ], - [ - 0.218, - -1.292 - ], - [ - 1.293, - 0.218 - ], - [ - 5.12, - -1.555 - ], - [ - -1.986, - -0.375 - ], - [ - 0.218, - -1.292 - ], - [ - 1.293, - 0.219 - ] - ], - "o": [ - [ - -4.83, - -1.124 - ], - [ - -0.682, - -0.538 - ], - [ - 0.145, - -0.857 - ], - [ - 2.442, - -0.845 - ], - [ - 1.273, - 0.235 - ], - [ - -0.218, - 1.294 - ], - [ - -1.969, - -0.331 - ], - [ - 4.325, - 3.147 - ], - [ - 1.291, - 0.212 - ], - [ - -0.218, - 1.294 - ], - [ - -0.121, - -0.02 - ] - ], - "v": [ - [ - 3.579, - -72.749 - ], - [ - -8.998, - -82.255 - ], - [ - -9.87, - -84.516 - ], - [ - -8.304, - -86.366 - ], - [ - 7.114, - -91.408 - ], - [ - 9.061, - -88.672 - ], - [ - 6.324, - -86.725 - ], - [ - -2.454, - -83.266 - ], - [ - 4.745, - -77.357 - ], - [ - 6.692, - -74.62 - ], - [ - 3.954, - -72.673 - ] - ], - "c": true - } - ] - }, - { - "i": { - "x": 0.833, - "y": 0.833 - }, - "o": { - "x": 0.167, - "y": 0.167 - }, - "t": 115, - "s": [ - { - "i": [ - [ - 0.129, - 0.03 - ], - [ - 1.977, - 1.556 - ], - [ - -0.144, - 0.855 - ], - [ - -0.821, - 0.284 - ], - [ - -4.672, - -0.788 - ], - [ - 0.218, - -1.292 - ], - [ - 1.293, - 0.218 - ], - [ - 5.12, - -1.555 - ], - [ - -1.986, - -0.375 - ], - [ - 0.218, - -1.292 - ], - [ - 1.293, - 0.219 - ] - ], - "o": [ - [ - -4.83, - -1.124 - ], - [ - -0.682, - -0.538 - ], - [ - 0.145, - -0.857 - ], - [ - 2.442, - -0.845 - ], - [ - 1.273, - 0.235 - ], - [ - -0.218, - 1.294 - ], - [ - -1.969, - -0.331 - ], - [ - 4.325, - 3.147 - ], - [ - 1.291, - 0.212 - ], - [ - -0.218, - 1.294 - ], - [ - -0.121, - -0.02 - ] - ], - "v": [ - [ - 3.579, - -72.749 - ], - [ - -18.978, - -83.875 - ], - [ - -19.85, - -86.136 - ], - [ - -18.284, - -87.986 - ], - [ - 7.114, - -91.408 - ], - [ - 9.061, - -88.672 - ], - [ - 6.324, - -86.725 - ], - [ - -12.434, - -84.886 - ], - [ - 4.745, - -77.357 - ], - [ - 6.692, - -74.62 - ], - [ - 3.954, - -72.673 - ] - ], - "c": true - } - ] - }, - { - "t": 120, - "s": [ - { - "i": [ - [ - 0.129, - 0.03 - ], - [ - 1.977, - 1.556 - ], - [ - -0.144, - 0.855 - ], - [ - -0.821, - 0.284 - ], - [ - -4.672, - -0.788 - ], - [ - 0.218, - -1.292 - ], - [ - 1.293, - 0.218 - ], - [ - 5.12, - -1.555 - ], - [ - -1.986, - -0.375 - ], - [ - 0.218, - -1.292 - ], - [ - 1.293, - 0.219 - ] - ], - "o": [ - [ - -4.83, - -1.124 - ], - [ - -0.682, - -0.538 - ], - [ - 0.145, - -0.857 - ], - [ - 2.442, - -0.845 - ], - [ - 1.273, - 0.235 - ], - [ - -0.218, - 1.294 - ], - [ - -1.969, - -0.331 - ], - [ - 4.325, - 3.147 - ], - [ - 1.291, - 0.212 - ], - [ - -0.218, - 1.294 - ], - [ - -0.121, - -0.02 - ] - ], - "v": [ - [ - 3.579, - -72.749 - ], - [ - -13.11, - -83.071 - ], - [ - -13.982, - -85.332 - ], - [ - -12.416, - -87.182 - ], - [ - 7.114, - -91.408 - ], - [ - 9.061, - -88.672 - ], - [ - 6.324, - -86.725 - ], - [ - -6.566, - -84.082 - ], - [ - 4.745, - -77.357 - ], - [ - 6.692, - -74.62 - ], - [ - 3.954, - -72.673 - ] - ], - "c": true - } - ] - } - ], - "ix": 2 - }, - "nm": "Path 1", - "mn": "ADBE Vector Shape - Group", - "hd": false - }, - { - "ty": "fl", - "c": { - "a": 0, - "k": [ - 1, - 0.5569, - 0.2275, - 1 - ], - "ix": 4 - }, - "o": { - "a": 0, - "k": 100, - "ix": 5 - }, - "r": 1, - "bm": 0, - "nm": "Fill 1", - "mn": "ADBE Vector Graphic - Fill", - "hd": false - }, - { - "ty": "tr", - "p": { - "a": 0, - "k": [ - 0, - 0 - ], - "ix": 2 - }, - "a": { - "a": 0, - "k": [ - 0, - 0 - ], - "ix": 1 - }, - "s": { - "a": 0, - "k": [ - 100, - 100 - ], - "ix": 3 - }, - "r": { - "a": 0, - "k": 0, - "ix": 6 - }, - "o": { - "a": 0, - "k": 100, - "ix": 7 - }, - "sk": { - "a": 0, - "k": 0, - "ix": 4 - }, - "sa": { - "a": 0, - "k": 0, - "ix": 5 - }, - "nm": "Transform" - } - ], - "nm": "Group 1", - "np": 2, - "cix": 2, - "bm": 0, - "ix": 1, - "mn": "ADBE Vector Group", - "hd": false - }, - { - "ty": "tr", - "p": { - "a": 0, - "k": [ - 0, - 0 - ], - "ix": 2 - }, - "a": { - "a": 0, - "k": [ - 0, - 0 - ], - "ix": 1 - }, - "s": { - "a": 0, - "k": [ - 100, - 100 - ], - "ix": 3 - }, - "r": { - "a": 0, - "k": 0, - "ix": 6 - }, - "o": { - "a": 0, - "k": 100, - "ix": 7 - }, - "sk": { - "a": 0, - "k": 0, - "ix": 4 - }, - "sa": { - "a": 0, - "k": 0, - "ix": 5 - }, - "nm": "Transform" - } - ], - "nm": "Group 1", - "np": 1, - "cix": 2, - "bm": 0, - "ix": 1, - "mn": "ADBE Vector Group", - "hd": false - }, - { - "ty": "gr", - "it": [ - { - "ty": "gr", - "it": [ - { - "ind": 0, - "ty": "sh", - "ix": 1, - "ks": { - "a": 0, - "k": { - "i": [ - [ - 0.047, - 0.011 - ], - [ - 0.337, - 0.474 - ], - [ - -0.105, - 0.62 - ], - [ - 0, - 0 - ], - [ - -0.514, - 0.365 - ], - [ - -0.621, - -0.105 - ], - [ - 0, - 0 - ], - [ - 0.218, - -1.295 - ], - [ - 1.293, - 0.218 - ], - [ - 0, - 0 - ], - [ - 0, - 0 - ], - [ - 0, - 0 - ], - [ - 0.218, - -1.292 - ], - [ - 1.294, - 0.219 - ], - [ - 0, - 0 - ] - ], - "o": [ - [ - -0.563, - -0.131 - ], - [ - -0.365, - -0.514 - ], - [ - 0, - 0 - ], - [ - 0.105, - -0.622 - ], - [ - 0.514, - -0.365 - ], - [ - 0, - 0 - ], - [ - 1.272, - 0.234 - ], - [ - -0.218, - 1.293 - ], - [ - 0, - 0 - ], - [ - 0, - 0 - ], - [ - 0, - 0 - ], - [ - 1.285, - 0.214 - ], - [ - -0.218, - 1.294 - ], - [ - 0, - 0 - ], - [ - -0.048, - -0.008 - ] - ], - "v": [ - [ - 11.749, - -72.165 - ], - [ - 10.352, - -73.101 - ], - [ - 9.945, - -74.873 - ], - [ - 12.053, - -87.364 - ], - [ - 13.018, - -88.905 - ], - [ - 14.79, - -89.312 - ], - [ - 24.158, - -87.731 - ], - [ - 26.105, - -84.993 - ], - [ - 23.368, - -83.047 - ], - [ - 16.341, - -84.232 - ], - [ - 15.025, - -76.426 - ], - [ - 22.051, - -75.241 - ], - [ - 23.998, - -72.504 - ], - [ - 21.261, - -70.557 - ], - [ - 11.892, - -72.136 - ] - ], - "c": true - }, - "ix": 2 - }, - "nm": "Path 1", - "mn": "ADBE Vector Shape - Group", - "hd": false - }, - { - "ty": "fl", - "c": { - "a": 0, - "k": [ - 0.3475, - 0.237, - 0.1525, - 1 - ], - "ix": 4 - }, - "o": { - "a": 0, - "k": 100, - "ix": 5 - }, - "r": 1, - "bm": 0, - "nm": "Fill 1", - "mn": "ADBE Vector Graphic - Fill", - "hd": false - }, - { - "ty": "tr", - "p": { - "a": 0, - "k": [ - 0, - 0 - ], - "ix": 2 - }, - "a": { - "a": 0, - "k": [ - 0, - 0 - ], - "ix": 1 - }, - "s": { - "a": 0, - "k": [ - 100, - 100 - ], - "ix": 3 - }, - "r": { - "a": 0, - "k": 0, - "ix": 6 - }, - "o": { - "a": 0, - "k": 100, - "ix": 7 - }, - "sk": { - "a": 0, - "k": 0, - "ix": 4 - }, - "sa": { - "a": 0, - "k": 0, - "ix": 5 - }, - "nm": "Transform" - } - ], - "nm": "Group 1", - "np": 2, - "cix": 2, - "bm": 0, - "ix": 1, - "mn": "ADBE Vector Group", - "hd": false - }, - { - "ty": "tr", - "p": { - "a": 0, - "k": [ - 0, - 0 - ], - "ix": 2 - }, - "a": { - "a": 0, - "k": [ - 0, - 0 - ], - "ix": 1 - }, - "s": { - "a": 0, - "k": [ - 100, - 100 - ], - "ix": 3 - }, - "r": { - "a": 0, - "k": 0, - "ix": 6 - }, - "o": { - "a": 0, - "k": 100, - "ix": 7 - }, - "sk": { - "a": 0, - "k": 0, - "ix": 4 - }, - "sa": { - "a": 0, - "k": 0, - "ix": 5 - }, - "nm": "Transform" - } - ], - "nm": "Group 2", - "np": 1, - "cix": 2, - "bm": 0, - "ix": 2, - "mn": "ADBE Vector Group", - "hd": false - }, - { - "ty": "gr", - "it": [ - { - "ty": "gr", - "it": [ - { - "ind": 0, - "ty": "sh", - "ix": 1, - "ks": { - "a": 0, - "k": { - "i": [ - [ - 0.048, - 0.011 - ], - [ - -0.209, - 1.244 - ], - [ - -1.294, - -0.219 - ], - [ - 0, - 0 - ], - [ - 0, - 0 - ], - [ - -0.76, - -1.068 - ], - [ - 1.068, - -0.759 - ], - [ - 0, - 0 - ], - [ - 0.622, - 0.105 - ], - [ - 0, - 0 - ] - ], - "o": [ - [ - -1.212, - -0.282 - ], - [ - 0.218, - -1.294 - ], - [ - 0, - 0 - ], - [ - 0, - 0 - ], - [ - 1.07, - -0.762 - ], - [ - 0.761, - 1.07 - ], - [ - 0, - 0 - ], - [ - -0.513, - 0.365 - ], - [ - 0, - 0 - ], - [ - -0.049, - -0.008 - ] - ], - "v": [ - [ - 19.008, - -58.094 - ], - [ - 17.207, - -60.802 - ], - [ - 19.944, - -62.749 - ], - [ - 28.342, - -61.333 - ], - [ - 34.839, - -65.954 - ], - [ - 38.151, - -65.396 - ], - [ - 37.593, - -62.084 - ], - [ - 30.294, - -56.893 - ], - [ - 28.522, - -56.486 - ], - [ - 19.154, - -58.065 - ] - ], - "c": true - }, - "ix": 2 - }, - "nm": "Path 1", - "mn": "ADBE Vector Shape - Group", - "hd": false - }, - { - "ty": "fl", - "c": { - "a": 0, - "k": [ - 0.3475, - 0.237, - 0.1525, - 1 - ], - "ix": 4 - }, - "o": { - "a": 0, - "k": 100, - "ix": 5 - }, - "r": 1, - "bm": 0, - "nm": "Fill 1", - "mn": "ADBE Vector Graphic - Fill", - "hd": false - }, - { - "ty": "tr", - "p": { - "a": 0, - "k": [ - 0, - 0 - ], - "ix": 2 - }, - "a": { - "a": 0, - "k": [ - 0, - 0 - ], - "ix": 1 - }, - "s": { - "a": 0, - "k": [ - 100, - 100 - ], - "ix": 3 - }, - "r": { - "a": 0, - "k": 0, - "ix": 6 - }, - "o": { - "a": 0, - "k": 100, - "ix": 7 - }, - "sk": { - "a": 0, - "k": 0, - "ix": 4 - }, - "sa": { - "a": 0, - "k": 0, - "ix": 5 - }, - "nm": "Transform" - } - ], - "nm": "Group 1", - "np": 2, - "cix": 2, - "bm": 0, - "ix": 1, - "mn": "ADBE Vector Group", - "hd": false - }, - { - "ty": "tr", - "p": { - "a": 0, - "k": [ - 0, - 0 - ], - "ix": 2 - }, - "a": { - "a": 0, - "k": [ - 0, - 0 - ], - "ix": 1 - }, - "s": { - "a": 0, - "k": [ - 100, - 100 - ], - "ix": 3 - }, - "r": { - "a": 0, - "k": 0, - "ix": 6 - }, - "o": { - "a": 0, - "k": 100, - "ix": 7 - }, - "sk": { - "a": 0, - "k": 0, - "ix": 4 - }, - "sa": { - "a": 0, - "k": 0, - "ix": 5 - }, - "nm": "Transform" - } - ], - "nm": "Group 3", - "np": 1, - "cix": 2, - "bm": 0, - "ix": 3, - "mn": "ADBE Vector Group", - "hd": false - }, - { - "ty": "gr", - "it": [ - { - "ty": "gr", - "it": [ - { - "ind": 0, - "ty": "sh", - "ix": 1, - "ks": { - "a": 0, - "k": { - "i": [ - [ - 0, - 0 - ], - [ - -7.663, - -1.292 - ], - [ - -4.376, - 3.177 - ], - [ - 5.915, - 0.998 - ], - [ - 6.787, - 0.408 - ] - ], - "o": [ - [ - 6.545, - 1.84 - ], - [ - 5.905, - 0.995 - ], - [ - -3.097, - -4.436 - ], - [ - -7.661, - -1.293 - ], - [ - 0, - 0 - ] - ], - "v": [ - [ - 23.825, - -71.481 - ], - [ - 58.47, - -62.673 - ], - [ - 77.277, - -69.939 - ], - [ - 61.894, - -82.971 - ], - [ - 26.277, - -86.015 - ] - ], - "c": true - }, - "ix": 2 - }, - "nm": "Path 1", - "mn": "ADBE Vector Shape - Group", - "hd": false - }, - { - "ind": 1, - "ty": "sh", - "ix": 2, - "ks": { - "a": 0, - "k": { - "i": [ - [ - 2.526, - 0.588 - ], - [ - 0.93, - 0.265 - ], - [ - -0.202, - 1.193 - ], - [ - 0, - 0 - ], - [ - -1.208, - -0.067 - ], - [ - -9.39, - -1.584 - ], - [ - -0.383, - -0.622 - ], - [ - 0.921, - -0.752 - ], - [ - 10.312, - 1.735 - ] - ], - "o": [ - [ - -11.663, - -2.715 - ], - [ - -1.164, - -0.331 - ], - [ - 0, - 0 - ], - [ - 0.201, - -1.195 - ], - [ - 1.175, - 0.066 - ], - [ - 10.333, - 1.744 - ], - [ - 0.624, - 1.014 - ], - [ - -0.567, - 0.464 - ], - [ - -1.672, - -0.281 - ] - ], - "v": [ - [ - 51.262, - -59.333 - ], - [ - 20.478, - -67.491 - ], - [ - 18.787, - -70.169 - ], - [ - 21.947, - -88.906 - ], - [ - 24.423, - -90.882 - ], - [ - 62.684, - -87.655 - ], - [ - 82.502, - -70.645 - ], - [ - 81.982, - -67.56 - ], - [ - 57.68, - -57.99 - ] - ], - "c": true - }, - "ix": 2 - }, - "nm": "Path 2", - "mn": "ADBE Vector Shape - Group", - "hd": false - }, - { - "ty": "fl", - "c": { - "a": 0, - "k": [ - 0.3475, - 0.237, - 0.1525, - 1 - ], - "ix": 4 - }, - "o": { - "a": 0, - "k": 100, - "ix": 5 - }, - "r": 1, - "bm": 0, - "nm": "Fill 1", - "mn": "ADBE Vector Graphic - Fill", - "hd": false - }, - { - "ty": "tr", - "p": { - "a": 0, - "k": [ - 0, - 0 - ], - "ix": 2 - }, - "a": { - "a": 0, - "k": [ - 0, - 0 - ], - "ix": 1 - }, - "s": { - "a": 0, - "k": [ - 100, - 100 - ], - "ix": 3 - }, - "r": { - "a": 0, - "k": 0, - "ix": 6 - }, - "o": { - "a": 0, - "k": 100, - "ix": 7 - }, - "sk": { - "a": 0, - "k": 0, - "ix": 4 - }, - "sa": { - "a": 0, - "k": 0, - "ix": 5 - }, - "nm": "Transform" - } - ], - "nm": "Group 1", - "np": 3, - "cix": 2, - "bm": 0, - "ix": 1, - "mn": "ADBE Vector Group", - "hd": false - }, - { - "ty": "tr", - "p": { - "a": 0, - "k": [ - 0, - 0 - ], - "ix": 2 - }, - "a": { - "a": 0, - "k": [ - 0, - 0 - ], - "ix": 1 - }, - "s": { - "a": 0, - "k": [ - 100, - 100 - ], - "ix": 3 - }, - "r": { - "a": 0, - "k": 0, - "ix": 6 - }, - "o": { - "a": 0, - "k": 100, - "ix": 7 - }, - "sk": { - "a": 0, - "k": 0, - "ix": 4 - }, - "sa": { - "a": 0, - "k": 0, - "ix": 5 - }, - "nm": "Transform" - } - ], - "nm": "Group 4", - "np": 1, - "cix": 2, - "bm": 0, - "ix": 4, - "mn": "ADBE Vector Group", - "hd": false - }, - { - "ty": "gr", - "it": [ - { - "ty": "gr", - "it": [ - { - "ind": 0, - "ty": "sh", - "ix": 1, - "ks": { - "a": 0, - "k": { - "i": [ - [ - 0.64, - 0.149 - ], - [ - 0.349, - 0.491 - ], - [ - 0, - 0 - ], - [ - 0, - 0 - ], - [ - -0.218, - 1.294 - ], - [ - -1.293, - -0.218 - ], - [ - 0, - 0 - ], - [ - -0.365, - -0.513 - ], - [ - 0, - 0 - ], - [ - 1.068, - -0.759 - ] - ], - "o": [ - [ - -0.545, - -0.127 - ], - [ - 0, - 0 - ], - [ - 0, - 0 - ], - [ - -1.297, - -0.224 - ], - [ - 0.218, - -1.294 - ], - [ - 0, - 0 - ], - [ - 0.636, - 0.107 - ], - [ - 0, - 0 - ], - [ - 0.761, - 1.069 - ], - [ - -0.578, - 0.412 - ] - ], - "v": [ - [ - 39.89, - -86.688 - ], - [ - 38.494, - -87.624 - ], - [ - 33.873, - -94.122 - ], - [ - 25.475, - -95.537 - ], - [ - 23.527, - -98.274 - ], - [ - 26.264, - -100.221 - ], - [ - 35.632, - -98.642 - ], - [ - 37.173, - -97.676 - ], - [ - 42.365, - -90.377 - ], - [ - 41.807, - -87.065 - ] - ], - "c": true - }, - "ix": 2 - }, - "nm": "Path 1", - "mn": "ADBE Vector Shape - Group", - "hd": false - }, - { - "ty": "fl", - "c": { - "a": 0, - "k": [ - 0.3475, - 0.237, - 0.1525, - 1 - ], - "ix": 4 - }, - "o": { - "a": 0, - "k": 100, - "ix": 5 - }, - "r": 1, - "bm": 0, - "nm": "Fill 1", - "mn": "ADBE Vector Graphic - Fill", - "hd": false - }, - { - "ty": "tr", - "p": { - "a": 0, - "k": [ - 0, - 0 - ], - "ix": 2 - }, - "a": { - "a": 0, - "k": [ - 0, - 0 - ], - "ix": 1 - }, - "s": { - "a": 0, - "k": [ - 100, - 100 - ], - "ix": 3 - }, - "r": { - "a": 0, - "k": 0, - "ix": 6 - }, - "o": { - "a": 0, - "k": 100, - "ix": 7 - }, - "sk": { - "a": 0, - "k": 0, - "ix": 4 - }, - "sa": { - "a": 0, - "k": 0, - "ix": 5 - }, - "nm": "Transform" - } - ], - "nm": "Group 1", - "np": 2, - "cix": 2, - "bm": 0, - "ix": 1, - "mn": "ADBE Vector Group", - "hd": false - }, - { - "ty": "tr", - "p": { - "a": 0, - "k": [ - 0, - 0 - ], - "ix": 2 - }, - "a": { - "a": 0, - "k": [ - 0, - 0 - ], - "ix": 1 - }, - "s": { - "a": 0, - "k": [ - 100, - 100 - ], - "ix": 3 - }, - "r": { - "a": 0, - "k": 0, - "ix": 6 - }, - "o": { - "a": 0, - "k": 100, - "ix": 7 - }, - "sk": { - "a": 0, - "k": 0, - "ix": 4 - }, - "sa": { - "a": 0, - "k": 0, - "ix": 5 - }, - "nm": "Transform" - } - ], - "nm": "Group 5", - "np": 1, - "cix": 2, - "bm": 0, - "ix": 5, - "mn": "ADBE Vector Group", - "hd": false - }, - { - "ty": "gr", - "it": [ - { - "ind": 0, - "ty": "sh", - "ix": 1, - "ks": { - "a": 0, - "k": { - "i": [ - [ - -0.509, - 3.018 - ], - [ - -3.018, - -0.509 - ], - [ - 0.509, - -3.018 - ], - [ - 3.018, - 0.509 - ] - ], - "o": [ - [ - 0.509, - -3.018 - ], - [ - 3.018, - 0.509 - ], - [ - -0.509, - 3.018 - ], - [ - -3.018, - -0.509 - ] - ], - "v": [ - [ - 53.155, - -74.008 - ], - [ - 59.542, - -78.551 - ], - [ - 64.085, - -72.164 - ], - [ - 57.698, - -67.621 - ] - ], - "c": true - }, - "ix": 2 - }, - "nm": "Path 1", - "mn": "ADBE Vector Shape - Group", - "hd": false - }, - { - "ind": 1, - "ty": "sh", - "ix": 2, - "ks": { - "a": 0, - "k": { - "i": [ - [ - 0, - 0 - ], - [ - 9.368, - 1.58 - ], - [ - 0, - 0 - ], - [ - 0, - 0 - ], - [ - -9.368, - -1.58 - ] - ], - "o": [ - [ - 0, - 0 - ], - [ - -9.368, - -1.58 - ], - [ - 0, - 0 - ], - [ - 0, - 0 - ], - [ - 9.368, - 1.58 - ] - ], - "v": [ - [ - 79.698, - -69.53 - ], - [ - 61.508, - -85.445 - ], - [ - 23.509, - -88.643 - ], - [ - 20.348, - -69.907 - ], - [ - 57.294, - -60.463 - ] - ], - "c": true - }, - "ix": 2 - }, - "nm": "Path 2", - "mn": "ADBE Vector Shape - Group", - "hd": false - }, - { - "ty": "fl", - "c": { - "a": 0, - "k": [ - 0.949, - 0.8719, - 0.371, - 1 - ], - "ix": 4 - }, - "o": { - "a": 0, - "k": 100, - "ix": 5 - }, - "r": 1, - "bm": 0, - "nm": "Fill 1", - "mn": "ADBE Vector Graphic - Fill", - "hd": false - }, - { - "ty": "tr", - "p": { - "a": 0, - "k": [ - 0, - 0 - ], - "ix": 2 - }, - "a": { - "a": 0, - "k": [ - 0, - 0 - ], - "ix": 1 - }, - "s": { - "a": 0, - "k": [ - 100, - 100 - ], - "ix": 3 - }, - "r": { - "a": 0, - "k": 0, - "ix": 6 - }, - "o": { - "a": 0, - "k": 100, - "ix": 7 - }, - "sk": { - "a": 0, - "k": 0, - "ix": 4 - }, - "sa": { - "a": 0, - "k": 0, - "ix": 5 - }, - "nm": "Transform" - } - ], - "nm": "Group 6", - "np": 3, - "cix": 2, - "bm": 0, - "ix": 6, - "mn": "ADBE Vector Group", - "hd": false - }, - { - "ty": "gr", - "it": [ - { - "ind": 0, - "ty": "sh", - "ix": 1, - "ks": { - "a": 0, - "k": { - "i": [ - [ - -3.664, - -0.853 - ], - [ - 0.845, - -3.631 - ], - [ - 3.664, - 0.853 - ], - [ - -0.845, - 3.631 - ] - ], - "o": [ - [ - 3.664, - 0.853 - ], - [ - -0.845, - 3.631 - ], - [ - -3.664, - -0.853 - ], - [ - 0.845, - -3.631 - ] - ], - "v": [ - [ - 1.333, - -1.077 - ], - [ - 6.437, - 7.042 - ], - [ - -1.728, - 12.071 - ], - [ - -6.833, - 3.952 - ] - ], - "c": true - }, - "ix": 2 - }, - "nm": "Path 1", - "mn": "ADBE Vector Shape - Group", - "hd": false - }, - { - "ty": "fl", - "c": { - "a": 0, - "k": [ - 0.9961, - 0.9608, - 0.7412, - 1 - ], - "ix": 4 - }, - "o": { - "a": 0, - "k": 100, - "ix": 5 - }, - "r": 1, - "bm": 0, - "nm": "Fill 1", - "mn": "ADBE Vector Graphic - Fill", - "hd": false - }, - { - "ty": "tr", - "p": { - "a": 0, - "k": [ - 58.438, - -78.625 - ], - "ix": 2 - }, - "a": { - "a": 0, - "k": [ - 0, - 0 - ], - "ix": 1 - }, - "s": { - "a": 0, - "k": [ - 100, - 100 - ], - "ix": 3 - }, - "r": { - "a": 0, - "k": 0, - "ix": 6 - }, - "o": { - "a": 0, - "k": 100, - "ix": 7 - }, - "sk": { - "a": 0, - "k": 0, - "ix": 4 - }, - "sa": { - "a": 0, - "k": 0, - "ix": 5 - }, - "nm": "Transform" - } - ], - "nm": "Ellipse 1", - "np": 3, - "cix": 2, - "bm": 0, - "ix": 7, - "mn": "ADBE Vector Group", - "hd": false - } - ], - "ip": 0, - "op": 12, - "st": 0, - "ct": 1, - "bm": 0 - } - ], - "markers": [] -} \ No newline at end of file diff --git a/old/Pages/Events/index.js b/old/Pages/Events/index.js deleted file mode 100644 index 1ab3bbd8..00000000 --- a/old/Pages/Events/index.js +++ /dev/null @@ -1,11 +0,0 @@ -import React from "react"; -import Event1 from "./components/event1/Event1"; - -const Events = () => { - return ( -
- -
- ); -}; -export default Events; diff --git a/old/Pages/Events/styles/event1/backsvg.module.css b/old/Pages/Events/styles/event1/backsvg.module.css deleted file mode 100644 index f0c465b7..00000000 --- a/old/Pages/Events/styles/event1/backsvg.module.css +++ /dev/null @@ -1,102 +0,0 @@ -.upArrow{ - position: absolute; - top: 2rem; - right: 0; - width: 10%; - height: 30%; - z-index: 0; - display: flex; - justify-content: flex-end; - align-items: center; -} - -.backLot{ - z-index: 0; - width: 90%; - opacity: 0.3; - text-align: center; - margin-top: 2%; - margin-left: 5%; -} - -.downArrow{ - position: absolute; - bottom: 2rem; - left: 0; - width: 10%; - height: 30%; - z-index: 0; - display: flex; - justify-content: flex-start; - animation: fadeIn 0.5s ease-in-out; -} - -.cross{ - position: absolute; - bottom: 2rem; - right: 0; - width: 20%; - height: 30%; - z-index: 0; - display: flex; - justify-content: flex-start; - animation: fadeIn 0.5s ease-in-out; -} - -.downline{ - position: absolute; - bottom: 0rem; - right: 0; - width: 30%; - height: 10%; - z-index: 0; - display: flex; - justify-content: flex-start; - animation: fadeIn 0.5s ease-in-out; -} - -.upline{ - position: absolute; - bottom: 30%; - right: 0; - width: 30%; - height: 10%; - z-index: 0; - display: flex; - justify-content: flex-end; - animation: fadeIn 0.5s ease-in-out; -} - - -@media screen and (max-width: 768px) { - .upArrow{ - width: 10%; - } - .downArrow{ - width: 10%; - } - -} - -@media screen and (max-width: 380px) { - .downArrow{ - width: 10%; - } - .upArrow{ - width: 10%; - } -} - -.fade-in { - animation: fadeIn 2s; - opacity: 1; -} - -@keyframes fadeIn { - from { - opacity: 0; - } - to { - opacity: 1; - } -} \ No newline at end of file diff --git a/old/Pages/Events/styles/event1/carousel.module.css b/old/Pages/Events/styles/event1/carousel.module.css deleted file mode 100644 index b44fd054..00000000 --- a/old/Pages/Events/styles/event1/carousel.module.css +++ /dev/null @@ -1,40 +0,0 @@ -.carouselContainer{ - margin: 0 auto; - display: flex; - /* transform: rotate(68deg); */ - flex-direction: column; - width: 70vw; - height: 59vh; - justify-content: center; - justify-self: flex-end; - align-self: flex-end; - align-items: center; - text-align: center; - align-content: center; - transform: rotate(-20deg); - user-select: none; -} -.carouselContainerNoTilt{ - margin-left: 10rem; - display: block; - text-align: right; - align-content: right; - width: 100vw; - height: 39vh; - justify-self: center; - align-self: center; - align-items: center; - text-align: center; - align-content: center; - background-color: #0D1213; - user-select: none; -} - -@media screen and (max-width: 768px) { - .carouselContainer{ - margin-top: 2rem; - } - .carouselContainerNoTilt{ - margin-top: 2rem; - } -} diff --git a/old/Pages/Events/styles/event1/event1.module.css b/old/Pages/Events/styles/event1/event1.module.css deleted file mode 100644 index 7b9aa202..00000000 --- a/old/Pages/Events/styles/event1/event1.module.css +++ /dev/null @@ -1,117 +0,0 @@ -@import '../fonts.css'; - -.body{ - background-color: #0D1213; - z-index: -1; - height: 100vh; - margin: 0; - width: 100vw; - overflow-x: hidden; -} - -.content{ - z-index: 2; - display: flex; - flex-direction: column; - user-select: all; -} - -.back{ - margin: 0; - position: absolute; - z-index: 0; - height: 100vh; - width: 100vw; - user-select: none; - animation: fadeIn 0.5s ease-in-out; -} - -.header{ - margin-top: 10vh; - height: 10vh; - display: flex; - z-index: 0; - user-select: none; - cursor: pointer; -} - -.mid{ - height: 49vh; - display: flex; - text-align: center; - align-items: center; - justify-content: center; -} - -.footer{ - height: 21vh; - display: flex; - justify-content: flex-end; - align-items: flex-start; - animation: fadeIn 0.5s ease-in-out; -} - -.text{ - margin-right: 3rem; - margin-top: 0rem; - display: flex; - flex-direction: column; - justify-content: flex-end; -} - -.heading{ - font-family: 'Head'; - font-weight: bold; - font-size: 6rem; - color: white; - display: flex; -} - -.subhead{ - font-family: "Head"; - font-size: 3rem; - color: white; -} - -.carousel{ - display: flex; - flex-direction: column; - justify-content: center; - align-items: center; -} - -@media screen and (max-width: 860px) { - .heading{ - font-size: 400%; - } - .text{ - margin-right: 0.5rem; - margin-top: 0.5rem; - } - .text{ - margin-top: 4rem; - font-size: 0.5rem; - } - .subhead{ - font-size: 1rem; - } - .header{ - padding-top: 12%; - padding-bottom: 4rem; - z-index: 4; - } -} - -.fade-in { - animation: fadeIn 2s; - opacity: 1; -} - -@keyframes fadeIn { - from { - opacity: 0; - } - to { - opacity: 1; - } -} \ No newline at end of file diff --git a/old/Pages/Events/styles/event1/eventCard.module.css b/old/Pages/Events/styles/event1/eventCard.module.css deleted file mode 100644 index 7b1afd2a..00000000 --- a/old/Pages/Events/styles/event1/eventCard.module.css +++ /dev/null @@ -1,102 +0,0 @@ -@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400&display=swap'); - -.cardContainer{ - height: 20rem; - width: 13rem; - background-color: transparent; - display: flex; - flex-direction: column; - flex-grow: 2; - align-items: center; - border-radius: 8px; -} - -.cardContainerTilt{ - height: 20rem; - width: 13rem; - background-color: transparent; - display: flex; - flex-direction: column; - flex-grow: 2; - align-items: center; - transform: rotate(20deg); - cursor: pointer; - animation: fadeIn 1s ease-in-out; -} - -.cardContainer:hover{ - cursor:pointer; -} - -.content{ - display: flex; - flex-direction: column; - justify-content: center; - align-items: center; - flex-grow: 1; - background-color: wheat; - width: inherit; - height: 85%; - border-radius: 8px; -} -.title{ - display: flex; - width: inherit; - text-align: center; - justify-content: center; - background-color: transparent; - font-family: 'Poppins', sans-serif; - font-size: 1.8rem; - color: #dbe5ef; - margin-bottom: 0.5rem; - height: 15%; - white-space: break-spaces; - word-break: break-word; -} - -.imageTemp{ - width: inherit; - height: inherit; - object-fit: cover; -} - - -@media screen and (max-width: 860px) { - .cardContainer{ - height: 30rem; - width: 15rem; - } - .content{ - height: 70%; - } - .title{ - font-size: 2.5rem; - } -} - -@media screen and (max-width: 376px) { - .cardContainerTilt{ - height: 16rem; - width: 11rem; - } - .content{ - height: 70%; - } - .title{ - font-size: 2.1rem; - } -} - -.fade-in { - animation: fadeIn 2s; - opacity: 1; -} - -@keyframes fadeIn { - from { - opacity: 0; - } - to { - opacity: 1; - } -} \ No newline at end of file diff --git a/old/Pages/Events/styles/event1/yearSel.module.css b/old/Pages/Events/styles/event1/yearSel.module.css deleted file mode 100644 index 846446ac..00000000 --- a/old/Pages/Events/styles/event1/yearSel.module.css +++ /dev/null @@ -1,107 +0,0 @@ -@import "../fonts.css"; - -.container { - display: flex; - flex-direction: column; - justify-content: center; - align-items: center; - margin-top: 11rem; - margin-left: 4rem; -} - -.selectedYear { - font-family: "Head"; - font-weight: bold; - font-size: 4rem; - color: white; -} - -.yearPrefix { - flex-direction: row; - text-align: left; - vertical-align: top; - font-size: 4.5rem; - font-family: "Head"; - line-height: auto; - color: #ffffff; - margin-top: 0; -} - -.yearSuffix { - text-align: left; - vertical-align: top; - font-size: 4.5rem; - font-family: "Head"; - line-height: auto; - color: #ffffff; - margin: 0; - border-bottom: 18px #fa3966 solid; - margin-top: 0; - animation: fadeIn 0.5s ease-in-out; -} - -.notSelected { - align-self: flex-end; - font-size: 4rem; - font-family: "Head"; - color: #585858; - margin-top: 1rem; - margin-bottom: -1rem; -} - -.notSelected:hover { - color: #ffffff; -} - -@media screen and (max-width: 768px) { - .container { - margin-top: 0rem; - margin-left: 1rem; - } - .selectedYear { - font-size: 3rem; - } - .yearPrefix { - font-size: 3rem; - } - .yearSuffix { - font-size: 3rem; - } - .notSelected { - font-size: 3rem; - } -} - -@media screen and (max-width: 380px) { - .container { - margin-top: 0rem; - margin-left: 1rem; - } - .selectedYear { - font-size: 2rem; - } - .yearPrefix { - font-size: 2.25rem; - } - .yearSuffix { - font-size: 2.25rem; - border-bottom: 13.5px #fa3966 solid; - } - .notSelected { - font-size: 2.25rem; - } -} - -.fade-in { - animation: fadeIn 2s; - opacity: 1; -} - -@keyframes fadeIn { - from { - opacity: 0; - } - to { - opacity: 1; - } -} diff --git a/old/Pages/Events/styles/event2/event2.module.css b/old/Pages/Events/styles/event2/event2.module.css deleted file mode 100644 index 72e41ee9..00000000 --- a/old/Pages/Events/styles/event2/event2.module.css +++ /dev/null @@ -1,153 +0,0 @@ -@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@800&display=swap'); -@import url('../fonts.css'); -/* Description card styling */ - -.eventCard{ - user-select: none; - z-index: 3; - margin: 2rem; - border-radius: 10px; - animation: fadeIn 0.5s ease-in-out; -} - -.container{ - display: flex; - flex-direction: column; - background-color: #faffd3; - color: black; - width: 55vw; - height: 65vh; - z-index: 2; - margin-top: 5rem; - box-shadow: 0 10px 10px 0 rgba(227, 217, 217, 0.19), 15px 16px 15px 0 rgba(227, 217, 217, 0.19); - border-radius: 10px 10px 10px; -} - -.footer{ - position: relative; - display: flex; - height: 5rem; - justify-content: center; -} - -.cross{ - font-size: 2rem; - background-color: inherit; - border: none; - color: red; - font-weight: bold; - font: "Head"; - cursor: pointer; - box-shadow: red; -} - -.crossImg{ - width: 70%; - height: 70%; - transition: transform .3s ease-in-out; - opacity: 0.7; -} -.crossImg:hover{ - opacity: 1; - transform: rotate(90deg); -} - -.cardTitle{ - padding:1rem; - z-index: 2; - border-radius: 15px 50px 0px; - font-family: 'Head'; - font-size: 4rem; -} - -.cardDescription{ - margin: 1rem 1rem 1rem 2rem; - font-family: 'Poppins', sans-serif; - font-weight: 500; - font-size: 1rem; - z-index: 2; - overflow: auto; -} - -.gradientBlue{ - width: 90%; -} - -/* Vector styling */ - -.eventImage{ - position: absolute; - bottom: 2.5rem; - left: 4rem; - height: 35vh; - background-color: white; - border: 2px solid #1f9effb0; - z-index: 0; -} - -.vectorCross{ - position: absolute; - bottom: 1.5rem; - right: 1.5rem; - width: 10%; - height: 20%; -} - -.vectorArrowBack{ - position:absolute; - left: -5vw; - top: -1.25rem; - height: 70%; - z-index: 0; -} - -.vectorArrow{ - position:absolute; - left: -6.5vw; - top: 2rem; - height: 70%; - z-index: 0; -} - -@media screen and (max-width: 768px) { - .container{ - margin-top: 10rem; - width: 80vw; - height: 65vh; - margin-left: 1.5rem; - border-radius: 4px; - } - .cardTitle{ - font-size: 2rem; - margin-bottom: 2px; - } - .cardDescription{ - /* margin-top: 2px; */ - text-align: left; - font-size: 1rem; - } - .footer{ - position: relative; - display: flex; - padding-bottom: 0rem; - justify-content: center; - height: 5rem; - } - .crossImg{ - width: 50%; - } -} - -.fade-in { - animation: fadeIn 2s; - opacity: 1; -} - -@keyframes fadeIn { - from { - opacity: 0; - } - to { - opacity: 1; - } -} \ No newline at end of file diff --git a/old/Pages/Events/styles/fonts.css b/old/Pages/Events/styles/fonts.css deleted file mode 100644 index c76a37a4..00000000 --- a/old/Pages/Events/styles/fonts.css +++ /dev/null @@ -1,4 +0,0 @@ -@font-face { - font-family: 'Head'; - src: local('head'), url(../assets/event1/fonts/head.ttf) format('truetype'); -} \ No newline at end of file diff --git a/old/Pages/Gallery/Assets/2019.js b/old/Pages/Gallery/Assets/2019.js deleted file mode 100644 index 5c133fc7..00000000 --- a/old/Pages/Gallery/Assets/2019.js +++ /dev/null @@ -1,17 +0,0 @@ -const p2019 = [ - 'https://res.cloudinary.com/dy1pmolax/image/upload/v1688814164/gallery_page/2019/13_2019_tmsxf0.jpg', - 'https://res.cloudinary.com/dy1pmolax/image/upload/v1688821996/gallery_page/2019/2_2019_Large_cffjis.jpg', - 'https://res.cloudinary.com/dy1pmolax/image/upload/v1688814165/gallery_page/2019/7_2019_tvp2kp.jpg', - 'https://res.cloudinary.com/dy1pmolax/image/upload/v1688814164/gallery_page/2019/4_2019_jkxh9e.jpg', - 'https://res.cloudinary.com/dy1pmolax/image/upload/v1688814166/gallery_page/2019/2_2019_tcxpdt.jpg', - 'https://res.cloudinary.com/dy1pmolax/image/upload/v1688814164/gallery_page/2019/10_2019_nlk1hd.jpg', - 'https://res.cloudinary.com/dy1pmolax/image/upload/v1688814164/gallery_page/2019/13_2019_tmsxf0.jpg', - 'https://res.cloudinary.com/dy1pmolax/image/upload/v1688814164/gallery_page/2019/4_2019_jkxh9e.jpg', - 'https://res.cloudinary.com/dy1pmolax/image/upload/v1688814164/gallery_page/2019/9_2019_glgpph.jpg', - 'https://res.cloudinary.com/dy1pmolax/image/upload/v1688823523/gallery_page/2022/11_2022_lomobl.jpg', - 'https://res.cloudinary.com/dy1pmolax/image/upload/v1688814165/gallery_page/2019/7_2019_tvp2kp.jpg', - 'https://res.cloudinary.com/dy1pmolax/image/upload/v1688814166/gallery_page/2019/2_2019_tcxpdt.jpg', - 'https://res.cloudinary.com/dy1pmolax/image/upload/v1688814164/gallery_page/2019/13_2019_tmsxf0.jpg', -]; - -export default p2019; \ No newline at end of file diff --git a/old/Pages/Gallery/Assets/2021.js b/old/Pages/Gallery/Assets/2021.js deleted file mode 100644 index 9d668c48..00000000 --- a/old/Pages/Gallery/Assets/2021.js +++ /dev/null @@ -1,18 +0,0 @@ -const p2021 = [ - "https://res.cloudinary.com/dy1pmolax/image/upload/v1688813369/gallery_page/2021/1_Large_gcjv7a.jpg", - "https://res.cloudinary.com/dy1pmolax/image/upload/v1688813370/gallery_page/2021/2_Large_g4utoz.jpg", - "https://res.cloudinary.com/dy1pmolax/image/upload/v1688813373/gallery_page/2021/3_Large_jvxic3.jpg", - "https://res.cloudinary.com/dy1pmolax/image/upload/v1688813370/gallery_page/2021/4_Large_tbrz3p.jpg", - "https://res.cloudinary.com/dy1pmolax/image/upload/v1688813371/gallery_page/2021/5_Large_dbgxkv.jpg", - "https://res.cloudinary.com/dy1pmolax/image/upload/v1688813370/gallery_page/2021/6_Large_dp3ohd.jpg", - "https://res.cloudinary.com/dy1pmolax/image/upload/v1688813370/gallery_page/2021/7_Large_sgbvsj.jpg", - "https://res.cloudinary.com/dy1pmolax/image/upload/v1688813371/gallery_page/2021/8_Large_prqsdg.jpg", - "https://res.cloudinary.com/dy1pmolax/image/upload/v1688813371/gallery_page/2021/9_Large_femzxd.jpg", - "https://res.cloudinary.com/dy1pmolax/image/upload/v1688813371/gallery_page/2021/10_Large_zu3okl.jpg", - "https://res.cloudinary.com/dy1pmolax/image/upload/v1688840372/gallery_page/2021/11-2021_irev6u.jpg", - "https://res.cloudinary.com/dy1pmolax/image/upload/v1688813372/gallery_page/2021/12_Large_xfyaqb.jpg", - "https://res.cloudinary.com/dy1pmolax/image/upload/v1688839046/gallery_page/2021/13-2021_fx23ol.jpg", - ]; - - export default p2021; - \ No newline at end of file diff --git a/old/Pages/Gallery/Assets/2022.js b/old/Pages/Gallery/Assets/2022.js deleted file mode 100644 index 18b2e470..00000000 --- a/old/Pages/Gallery/Assets/2022.js +++ /dev/null @@ -1,17 +0,0 @@ -const i2022 = [ - "https://res.cloudinary.com/dy1pmolax/image/upload/v1688813786/gallery_page/2022/1_2022_Large_y3p0w8.jpg", - "https://res.cloudinary.com/dy1pmolax/image/upload/v1688813785/gallery_page/2022/2_2022_Large_qfgsge.jpg", - "https://res.cloudinary.com/dy1pmolax/image/upload/v1688824892/gallery_page/2022/3_Large_jbqtp2.jpg", - "https://res.cloudinary.com/dy1pmolax/image/upload/v1688813785/gallery_page/2022/4_2022_Large_alaq4f.jpg", - "https://res.cloudinary.com/dy1pmolax/image/upload/v1688813785/gallery_page/2022/5_2022_Large_pf5m9y.jpg", - "https://res.cloudinary.com/dy1pmolax/image/upload/v1688816459/gallery_page/2022/06_2022_Large_eq6ehn.jpg", - "https://res.cloudinary.com/dy1pmolax/image/upload/v1688824564/gallery_page/2022/7_Large_yhwf6u.jpg", - "https://res.cloudinary.com/dy1pmolax/image/upload/v1688824564/gallery_page/2022/8_Large_jmcoep.jpg", - "https://res.cloudinary.com/dy1pmolax/image/upload/v1688813788/gallery_page/2022/9_2022_Large_b8c0by.jpg", - "https://res.cloudinary.com/dy1pmolax/image/upload/v1688813787/gallery_page/2022/10_2022_Large_qn7khe.jpg", - 'https://res.cloudinary.com/dy1pmolax/image/upload/v1688823903/gallery_page/2022/11_vzpi0l.jpg', - 'https://res.cloudinary.com/dy1pmolax/image/upload/v1688813787/gallery_page/2022/12_2022_Large_bayvv7.jpg' - ,'https://res.cloudinary.com/dy1pmolax/image/upload/v1688813788/gallery_page/2022/11_2022_Large_rn8mbn.jpg' -]; - -export default i2022; diff --git a/old/Pages/Gallery/Assets/bg.png b/old/Pages/Gallery/Assets/bg.png deleted file mode 100644 index 7695dd08..00000000 Binary files a/old/Pages/Gallery/Assets/bg.png and /dev/null differ diff --git a/old/Pages/Gallery/Assets/icon.png b/old/Pages/Gallery/Assets/icon.png deleted file mode 100644 index 05dae289..00000000 Binary files a/old/Pages/Gallery/Assets/icon.png and /dev/null differ diff --git a/old/Pages/Gallery/Components/Page.js b/old/Pages/Gallery/Components/Page.js deleted file mode 100644 index 151194af..00000000 --- a/old/Pages/Gallery/Components/Page.js +++ /dev/null @@ -1,38 +0,0 @@ -import { useState } from "react"; -import i2022 from "../Assets/2022"; -import ExpandableCard from "./expandableCard"; -import p2019 from "../Assets/2019"; -import p2021 from "../Assets/2021"; -import classes from "../Style/page.module.css"; - -function Page() { - const [active, setActive] = useState(null); - - return ( -
- - - -
- ); -} - -export default Page; diff --git a/old/Pages/Gallery/Components/expandableCard.js b/old/Pages/Gallery/Components/expandableCard.js deleted file mode 100644 index 535b0d60..00000000 --- a/old/Pages/Gallery/Components/expandableCard.js +++ /dev/null @@ -1,46 +0,0 @@ -import { useState } from "react"; -import { motion, AnimatePresence } from "framer-motion"; -import classes from "../Style/expandableCard.module.css"; -import ImageArea from "./imageArea"; -import ImageAreaSmall from "./imageAreaSmall"; - -const ExpandableCard = (props) => { - const initialWindowWidth = window.innerWidth; - const [windowWidth, setWindowWidth] = useState(initialWindowWidth); - const wrpstl = { - width: "80%", - position: "relative", - marginTop: "2px", - left: "10%", - }; - - const clickHandler = () => { - if (props.actid === props.index) { - props.activity(null); - } else { - props.activity(props.index); - } - }; - return ( - - - {props.year} - - - - {props.index === props.actid && ( - <> - {windowWidth >= 500 ? ( - - ) : ( - - )} - - )} - - - - ); -}; - -export default ExpandableCard; diff --git a/old/Pages/Gallery/Components/imageArea.js b/old/Pages/Gallery/Components/imageArea.js deleted file mode 100644 index c4cd6a6d..00000000 --- a/old/Pages/Gallery/Components/imageArea.js +++ /dev/null @@ -1,120 +0,0 @@ -import classes from "../Style/imageArea.module.css"; -import { useState } from "react"; - -const ImageArea = (props) => { - const [indexg, setIndexg] = useState(-1); - - return ( -
-
- - - - -
-
- - - - - -
-
- - - - -
-
- ); -}; - -export default ImageArea; - -const Sq = (props) => { - return ( - props.fn(props.index)} - onMouseOut={() => props.fn(-1)} - /> - ); -}; - -const RectBig = (props) => { - return ( - props.fn(props.index)} - onMouseOut={() => props.fn(-1)} - /> - ); -}; - -const RectSmall = (props) => { - return ( - props.fn(props.index)} - onMouseOut={() => props.fn(-1)} - /> - ); -}; diff --git a/old/Pages/Gallery/Components/imageAreaSmall.js b/old/Pages/Gallery/Components/imageAreaSmall.js deleted file mode 100644 index 63505f67..00000000 --- a/old/Pages/Gallery/Components/imageAreaSmall.js +++ /dev/null @@ -1,61 +0,0 @@ -import classes from "../Style/imageAreaSmall.module.css"; - -const ImageAreaSmall = (props) => { - const wrap = { - display: "flex", - flexDirection: "column", - justifyContent: "center", - alignItems: "center", - width: " initial", - height: "auto", - }; - const subwrap = { - display: "flex", - flexDirection: "row", - justifyContent: "space-around", - alignItems: "center", - width: " initial", - height: "auto", - }; - - return ( -
-
- -
-
- - -
-
- -
-
- - -
-
- -
-
- - -
-
-
- ); -}; - -export default ImageAreaSmall; - -const Sq = (props) => { - return ; -}; - -const RectBig = (props) => { - return ; -}; - -const RectSmall = (props) => { - return ; -}; diff --git a/old/Pages/Gallery/Style/expandableCard.module.css b/old/Pages/Gallery/Style/expandableCard.module.css deleted file mode 100644 index 66193095..00000000 --- a/old/Pages/Gallery/Style/expandableCard.module.css +++ /dev/null @@ -1,33 +0,0 @@ -.wrapper { - position: relative; - margin-top: 2px; - left: 50%; - transform: translateX(-50%); - width: 30%; - background-image: url(../Assets/icon.png); - background-size: cover; - image-rendering: initial; - border-radius: 40px; - display: flex; - justify-content: center; - flex-direction: column; - align-items: center; - align-content: center; - padding-top: 30px; - padding-bottom: 30px; - margin-bottom: 20px; - color: white; - font-size: 3rem; -} - -@media (max-width: 768px) { - .wrapper { - width: 190px; - padding-top: 20px; - padding-bottom: 20px; - font-size: 2.5rem; - } -} - - - diff --git a/old/Pages/Gallery/Style/imageArea.module.css b/old/Pages/Gallery/Style/imageArea.module.css deleted file mode 100644 index 1da4f2b7..00000000 --- a/old/Pages/Gallery/Style/imageArea.module.css +++ /dev/null @@ -1,123 +0,0 @@ -.imgwrap { - height: auto; - display: flex; - margin-bottom: 20px; - align-items: center; - justify-content: center; -} - -.imgwrap > * { - width: calc(100% / 3); - display: flex; - flex-direction: column; - min-height: 0px; -} - -.i1 { - width: 354.03px; - height: 442.62px; - box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.25); - border-radius: 100px; - border: 5px white solid; - background-color: bisque; - margin: 4px; - transition: 0.6s ease-in-out; - object-fit: cover; -} - -.i1:hover { - scale: 105%; - transition: 0.6s ease-in-out; -} - -.i2 { - width: 354.22px; - height: 185.86px; - background-color: bisque; - border-radius: 100px; - border-left: 5px white solid; - border-top: 5px white solid; - border-right: 5px white solid; - border-bottom: 5px white solid; - margin: 4px; - transition: 0.6s ease-in-out; - object-fit: cover; -} - -.i2:hover { - scale: 105%; - transition: 0.6s ease-in-out; -} - -.i3 { - width: 355.27px; - height: 354.02px; - border-radius: 100px; - border-left: 5px white solid; - border-top: 5px white solid; - border-right: 5px white solid; - border-bottom: 5px white solid; - background-color: bisque; - margin: 5px; - transition: 0.6s ease-in-out; - object-fit: cover; -} - -.i3:hover { - scale: 105%; - transition: 0.6s ease-in-out; -} - -@media only screen and (max-width: 1400px) { - .i1, - .i2, - .i3 { - width: 250px; - height: auto; - } -} - -@media only screen and (max-width: 1200px) { - .i1, - .i2, - .i3 { - width: 250px; - height: auto; - } -} - -@media screen and (max-width: 992px) { - .i1, - .i2, - .i3 { - width: 200px; - height: auto; - } -} - -@media screen and (max-width: 768px) { - .i1, - .i2, - .i3 { - width: 150px; - height: auto; - } -} - -@media screen and (max-width: 576px) { - .i1, - .i2, - .i3 { - width: 100px; - height: auto; - } -} - -@media screen and (max-width: 400px) { - .i1, - .i2, - .i3 { - width: 80px; - height: auto; - } -} diff --git a/old/Pages/Gallery/Style/imageAreaSmall.module.css b/old/Pages/Gallery/Style/imageAreaSmall.module.css deleted file mode 100644 index a090aff1..00000000 --- a/old/Pages/Gallery/Style/imageAreaSmall.module.css +++ /dev/null @@ -1,39 +0,0 @@ -.i1 { - width: 125px; - aspect-ratio: 354.03/442.62; - box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.25); - border-radius: 28px; - border: 5px white solid; - background-color: bisque; - margin: 8px; - transition: 0.6s ease-in-out; - object-fit: cover; -} - -.i2 { - width: 240px; - aspect-ratio: 354.22/185.86; - background-color: bisque; - border-radius: 28px; - border-left: 5px white solid; - border-top: 5px white solid; - border-right: 5px white solid; - border-bottom: 5px white solid; - transition: 0.6s ease-in-out; - margin: 8px; - object-fit: cover; -} - -.i3 { - width: 125px; - aspect-ratio: 355.27/354.02; - border-radius: 28px; - border-left: 5px white solid; - border-top: 5px white solid; - border-right: 5px white solid; - border-bottom: 5px white solid; - background-color: bisque; - margin: 8px; - transition: 0.6s ease-in-out; - object-fit: cover; -} diff --git a/old/Pages/Gallery/Style/index.module.css b/old/Pages/Gallery/Style/index.module.css deleted file mode 100644 index be116881..00000000 --- a/old/Pages/Gallery/Style/index.module.css +++ /dev/null @@ -1,4 +0,0 @@ -.galleryContainer{ - background-image: url(../Assets/bg.png); - background-size: cover; -} \ No newline at end of file diff --git a/old/Pages/Gallery/Style/page.module.css b/old/Pages/Gallery/Style/page.module.css deleted file mode 100644 index ceb3833e..00000000 --- a/old/Pages/Gallery/Style/page.module.css +++ /dev/null @@ -1,12 +0,0 @@ -.primary { - position: relative; - top: 15vh; - z-index: 0; -} - -@media (max-width: 768px) { - .primary { - z-index: 0; - top: 25vh; - } -} diff --git a/old/Pages/Gallery/index.js b/old/Pages/Gallery/index.js deleted file mode 100644 index 726cf751..00000000 --- a/old/Pages/Gallery/index.js +++ /dev/null @@ -1,12 +0,0 @@ -import React from "react"; -import Page from "./Components/Page.js"; - -const Gallery = () => { - return ( -
- -
- ); -}; - -export default Gallery; diff --git a/old/Pages/LandingPage/Assets/Desktop/Mob.png b/old/Pages/LandingPage/Assets/Desktop/Mob.png deleted file mode 100755 index 8fe674ca..00000000 Binary files a/old/Pages/LandingPage/Assets/Desktop/Mob.png and /dev/null differ diff --git a/old/Pages/LandingPage/Assets/Desktop/mlsc-blue-stroke.png b/old/Pages/LandingPage/Assets/Desktop/mlsc-blue-stroke.png deleted file mode 100755 index c3ec5996..00000000 Binary files a/old/Pages/LandingPage/Assets/Desktop/mlsc-blue-stroke.png and /dev/null differ diff --git a/old/Pages/LandingPage/Assets/Desktop/mlsc-stroke.png b/old/Pages/LandingPage/Assets/Desktop/mlsc-stroke.png deleted file mode 100755 index 73c46ee3..00000000 Binary files a/old/Pages/LandingPage/Assets/Desktop/mlsc-stroke.png and /dev/null differ diff --git a/old/Pages/LandingPage/Assets/Desktop/mlsc.png b/old/Pages/LandingPage/Assets/Desktop/mlsc.png deleted file mode 100755 index 57e0ffc7..00000000 Binary files a/old/Pages/LandingPage/Assets/Desktop/mlsc.png and /dev/null differ diff --git a/old/Pages/LandingPage/Assets/Desktop/mlscpng.png b/old/Pages/LandingPage/Assets/Desktop/mlscpng.png deleted file mode 100644 index c97a269b..00000000 Binary files a/old/Pages/LandingPage/Assets/Desktop/mlscpng.png and /dev/null differ diff --git a/old/Pages/LandingPage/Assets/mlsc-logo.png b/old/Pages/LandingPage/Assets/mlsc-logo.png deleted file mode 100755 index 5ae38416..00000000 Binary files a/old/Pages/LandingPage/Assets/mlsc-logo.png and /dev/null differ diff --git a/old/Pages/LandingPage/Components/Stars.js b/old/Pages/LandingPage/Components/Stars.js deleted file mode 100755 index e5d95d89..00000000 --- a/old/Pages/LandingPage/Components/Stars.js +++ /dev/null @@ -1,44 +0,0 @@ -import { useState, useRef, Suspense } from "react"; -import { Canvas, useFrame } from "@react-three/fiber"; -import { Points, PointMaterial, Preload } from "@react-three/drei"; -import * as random from "maath/random/dist/maath-random.esm"; - -const Stars = (props) => { - const ref = useRef(); - const [sphere] = useState(() => random.inSphere(new Float32Array(10000), { radius: 1.2 })); - - useFrame((state, delta) => { - ref.current.rotation.x -= delta / 10; - ref.current.rotation.y -= delta / 15; - }); - - return ( - - - - - - ); -}; - -const StarsCanvas = () => { - return ( -
- - - - - - - -
- ); -}; - -export default StarsCanvas; diff --git a/old/Pages/LandingPage/Components/style.module.css b/old/Pages/LandingPage/Components/style.module.css deleted file mode 100755 index 2c035986..00000000 --- a/old/Pages/LandingPage/Components/style.module.css +++ /dev/null @@ -1,269 +0,0 @@ - -body, html { - width: 100%; - height: 100%; -} - -.horzMain { - display: inline-block; - width: 100%; - height: 1px; - background-color: rgb(1, 85, 140); -} - - - -.main{ - position: fixed; - top: 60%; - left: 0; - width: 100%; - height: 70%; - perspective: 1450px; - overflow: hidden; - border-top: 2px solid rgb(1, 85, 140); - background-color: black; -} -.movingGrid { - position: absolute; - top: -29px; - left: 0; - width: 100%; - height: 70%; - perspective: 1450px; - z-index: 2;} - .movingGrid:before { - content: ''; - width: 100%; - } -.movingGrid > .container { - position: absolute; - width: 45%; - height: 300%; - border: 2px solid rgb(1, 85, 140); - box-sizing: border-box; - transform-origin: top ; - transform: rotateX(73deg) rotateZ(3deg); - overflow: hidden;} - -.movingGrid > .container > .staticLines { - width: 100%; - height: 100%;} -.movingGrid > .container > .staticLines > .vert { - display: inline-block; - height: 100%; - width: 2px; - background-color: rgb(1, 85, 140); - margin-left: 4.5%; - box-shadow: 0 2px 21px rgb(1, 85, 140); - } - -.movingGrid > .container > .movingLines { - position: absolute; - top: 0; - left: 0; - width: 120%; - height: 100%; - transform: rotateZ(-4deg);} -.movingGrid > .container > .movingLines > .horz { - width: 100%; - height: 5px; - margin-top: 4.5%; - background-color: rgb(1, 85, 140); - box-shadow: 2px 0 21px rgb(1, 85, 140); - animation: lines 800ms linear infinite; - } - @media screen and (max-width: 520px){ - .movingGrid > .container{ - transform: rotateX(74deg) rotateZ(4deg);} -.movingGrid > .container > .staticLines {} -.movingGrid > .container > .staticLines > .vert { - margin-right: 9.5%; - } -.movingGrid > .container > .movingLines{ - transform: rotateZ(-4deg); - width: 140%;} -.movingGrid > .container > .movingLines > .horz{ - margin-top: 20%; - animation: lines 800ms linear infinite; - } - } - - - - @media screen and (max-width: 1130px) and (min-width: 520px){ - .movingGrid > .container{ - transform: rotateX(74deg) rotateZ(5deg);} -.movingGrid > .container > .staticLines {} -.movingGrid > .container > .staticLines > .vert { - margin-right: 4.5%; - } - -.movingGrid > .container > .movingLines{ - transform: rotateZ(-5deg);} -.movingGrid > .container > .movingLines > .horz{ - margin-top: 6.5%; - animation: lines 800ms linear infinite; - } - } - - @media screen and (min-height: 1350px) { -.movingGrid > .container { - transform: rotateX(60deg) rotateZ(5deg); - } - } -.movingGrid2 { - position: absolute; - top: -29px; - width: 100%; - height: 70%; - perspective: 1450px; - z-index: 2;} - &:before { - content: ''; - width: 100%; - } -.movingGrid2 > .container { - position: absolute; - right: 0; - width: 45%; - height: 300%; - border: 2px solid rgb(1, 85, 140); - box-sizing: border-box; - overflow: hidden; - transform-origin: top; - transform: rotateX(73deg) rotateZ(-3deg);} -.movingGrid2 > .container > .staticLines { - display: inline-block; - width: 100%; - height: 100%;} -.movingGrid2 > .container > .staticLines > .vert { - display: inline-block; - height: 100%; - width: 2px; - background-color: rgb(1, 85, 140); - margin-left: 4.5%; - box-shadow: 0 2px 21px rgb(1, 85, 140); - } -.movingGrid2 > .container > .movingLines { - position: absolute; - top: 0; - right: 0; - width: 120%; - height: 100%; - transform: rotateZ(4deg);} -.movingGrid2 > .container > .movingLines > .horz { - /* display: inline-block; */ - width: 100%; - height: 5px; - margin-top: 4.5%; - background-color: rgb(1, 85, 140); - box-shadow: 2px 0 21px rgb(1, 85, 140); - animation: lines1 800ms linear infinite; - } - - -@media screen and (max-width: 520px){ - .movingGrid2 > .container{ - transform: rotateX(74deg) rotateZ(-4deg);} - .movingGrid2 > .container > .staticLines {} -.movingGrid2 > .container > .staticLines > .vert { - margin-left: 14%; - } - .movingGrid2 > .container > .movingLines{ - transform: rotateZ(4deg); - width: 140%;} -.movingGrid2 > .container > .movingLines > .horz{ - margin-top: 20%; - animation: lines1 800ms linear infinite; - } - } - - - - @media screen and (max-width: 1130px) and (min-width: 520px){ - .movingGrid2 > .container{ - transform: rotateX(74deg) rotateZ(-5deg);} -.movingGrid2 > .container > .staticLines { - - } -.movingGrid2 > .container > .movingLines{ - transform: rotateZ(5deg);} -.movingGrid2 > .container > .movingLines > .horz{ - margin-top: 6.5%; - animation: lines1 800ms linear infinite; - } - - -.movingGrid2 > .container > .staticLines > .vert { - margin-left: 9%; - } - } - - -@media screen and (min-height: 1350px) { -.movingGrid2 > .container { - transform: rotateX(60deg) rotateZ(-5deg); - } -} - -@keyframes lines { - from { - transform: translateY(-8.86vw); - } - to { - transform: translateY(2vw); - } -} -@keyframes lines1 { - from { - transform: translateY(-8.86vw); - } - to { - transform: translateY(2vw); - } -} -@media screen and (max-width: 520px){ - @keyframes lines { - from { - transform: translateY(-41.6vw); - } - - to { - transform: translateY(10vw); - } - } - - @keyframes lines1 { - from { - transform: translateY(-41.6vw); - } - - to { - transform: translateY(10vw); - } - } - -} -@media screen and (max-width: 1130px) and (min-width: 520px) { - @keyframes lines { - from { - transform: translateY(-13.02vw); - } - - to { - transform: translateY(3vw); - } - } - - @keyframes lines1 { - from { - transform: translateY(-13.02vw); - } - - to { - transform: translateY(3vw); - } - } -} - diff --git a/old/Pages/LandingPage/Components/synthwave.js b/old/Pages/LandingPage/Components/synthwave.js deleted file mode 100755 index 87b81c63..00000000 --- a/old/Pages/LandingPage/Components/synthwave.js +++ /dev/null @@ -1,168 +0,0 @@ -import styles from "./style.module.css"; -export default function SynthWave() { - return ( - <> -
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {/* */} -
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- - ); -} diff --git a/old/Pages/LandingPage/index.js b/old/Pages/LandingPage/index.js deleted file mode 100755 index 4c927297..00000000 --- a/old/Pages/LandingPage/index.js +++ /dev/null @@ -1,40 +0,0 @@ -import React from "react"; -import styles from "./styles/home.module.css"; -import sheild from "./Assets/mlsc-logo.png"; -import SynthWave from "./Components/synthwave" -import StarsCanvas from "./Components/Stars"; -import MobV from "./Assets/Desktop/Mob.png"; -import mlscpng from "./Assets/Desktop/mlscpng.png"; -import {RemoveScrollBar} from 'react-remove-scroll-bar'; - -const LandingPage = () => { - return ( - <> - -
-
- -
-
-
-
- Sheild -
- stroked-mlsc -
-
- Mobile view of MLSC -
- Upside Down Logo -
-
- - -
-
- - - ); -}; - -export default LandingPage; diff --git a/old/Pages/LandingPage/styles/home.module.css b/old/Pages/LandingPage/styles/home.module.css deleted file mode 100755 index 6437e8e1..00000000 --- a/old/Pages/LandingPage/styles/home.module.css +++ /dev/null @@ -1,162 +0,0 @@ -.left{ - height: 100vh; - width: 100vw; - z-index: 5; -} - -.main{ - height: 100vh; - width: 100vw; - display: flex; - flex-direction: column; - justify-content: center; - align-items: center; - overflow: hidden; -} -.polygon{ - height: 100vh; - width: 100vw; - display: flex; - flex-direction: column; - justify-content: center; - align-items: center; -} - -.sheild{ - position: absolute; - bottom: 43vh; - width: 20vw; -} - -.txt{ - position: absolute; - bottom: 40vh; - display: flex; - justify-content: center; - align-items: center; - width: 100vw; -} -.txt1 { - position: absolute; - bottom: 40vh; - display: none; - justify-content: center; - align-items: center; - width: 100vw; -} - -.blue{ - z-index: 5; - position: relative; - left: 80.3%; - width: 80vw; -} - -.stroke{ - z-index: 6; - width: 80vw; - -} - -.content{ - z-index: 7; - position: relative; - right: 80.3%; - width: 80vw; -} - -.udlogo{ - position: absolute; - top: 60vh; - width: 18vw; - opacity: 0.3; - margin-top: 3%; - transform:rotateZ(180deg); - z-index: 1; -} - -.mvmlsc{ - display: none; - margin-top: 7%; -} - - - -@media screen and (max-width:1440px){ - .udlogo{ - width: 17vw; - } - .blue{ - left: 80.3%; - width: 80vw; - } - .stroke{ - width: 80vw; - } - .content{ - right: 80.3%; - width: 80vw; - } -} -@media screen and (max-width:780px){ - .sheild{ - width:22vw; - } -} - -@media screen and (max-width:540px){ - .txt1{ - display: flex; - } - .sheild{ - bottom: calc(46vh + 9.5vw); - } - - .mvmlsc{ - display: block; - width:80vw; - } - .sheild{ - width: 45vw; - } - .txt, .udlogo{ - display: none; - } - @media (min-aspect-ratio:1/1) { - .mvmlsc { - height: 15vh; - width: auto; - } - - .sheild { - height: 20vh; - width: auto; - bottom: 60vh; - } - - } -} - - -.stars{ - position: absolute; - width: 100%; - height: 100vh; - -} - -/* @media screen and (max-height:404px) { - .sheild{ - margin-top: -39%; - } -} -@media screen and (max-height:352px) { - .sheild{ - margin-top: -42%; - } -} -@media screen and (max-height:292px) { - .sheild{ - margin-top: -45%; - } -} */ \ No newline at end of file diff --git a/old/Pages/OurTeam/Assets/Group59.png b/old/Pages/OurTeam/Assets/Group59.png deleted file mode 100644 index b81883b7..00000000 Binary files a/old/Pages/OurTeam/Assets/Group59.png and /dev/null differ diff --git a/old/Pages/OurTeam/Assets/bottom-left.png b/old/Pages/OurTeam/Assets/bottom-left.png deleted file mode 100644 index e77be276..00000000 Binary files a/old/Pages/OurTeam/Assets/bottom-left.png and /dev/null differ diff --git a/old/Pages/OurTeam/Assets/exec.md b/old/Pages/OurTeam/Assets/exec.md deleted file mode 100644 index 67d3b12e..00000000 --- a/old/Pages/OurTeam/Assets/exec.md +++ /dev/null @@ -1,66 +0,0 @@ -"executives":[ - { - "title": "Uday Beswal", - "img": "https://res.cloudinary.com/damjdcgak/image/upload/v1673030205/MLSC%20website/Members/IMG_20220914_094439-removebg-preview_pgowtv.png" - }, - { - "title": "Shambhavi Singh", - "img": "https://res.cloudinary.com/damjdcgak/image/upload/v1673031190/MLSC%20website/Members/IMG20220727194139_-_Shambhavi_Singh-removebg-preview_iwexo9.png" - }, - { - "title": "Yuvraj Singh Chauhan", - "img": "https://res.cloudinary.com/damjdcgak/image/upload/v1673030438/MLSC%20website/Members/Picsart_22-03-02_23-06-58-305_-_Yuvraj_Singh_Chauhan-removebg-preview_jyckix.png" - }, - { - "title": "Navya Walia", - "img": "https://res.cloudinary.com/damjdcgak/image/upload/v1673030513/MLSC%20website/Members/Navya_Walia-removebg-preview_p5uxg3.png" - }, - { - "title": "Parth Arora", - "img": "https://res.cloudinary.com/damjdcgak/image/upload/v1673032845/MLSC%20website/Members/496941B5-FFD4-40B6-936C-FCCB43EF603A_-_Parth_Arora-removebg-preview_1_d8ncdu.png" - }, - { - "title": "Samarth Paliwal", - "img": "https://res.cloudinary.com/damjdcgak/image/upload/v1673032174/MLSC%20website/Members/20220910_162203_-_Samarth_Paliwal-removebg-preview_kh2krc.png" - }, - { - "title": "Ayush Jadaun", - "img": "https://res.cloudinary.com/damjdcgak/image/upload/v1673033043/MLSC%20website/Members/WhatsApp_Image_2023-01-07_at_00.36.42-removebg-preview_suuzbs.png" - }, - { - "title": "Once Kaur", - "img": "https://res.cloudinary.com/damjdcgak/image/upload/v1673030659/MLSC%20website/Members/IMG20220709201232_-_Once_kaur-removebg-preview_llzbiv.png" - }, - { - "title": "Samarjeet Singh Gandhi", - "img": "https://res.cloudinary.com/damjdcgak/image/upload/v1673030341/MLSC%20website/Members/PicsArt_01-20-10.50.45_-_Samarjeet_Singh_Gandhi-removebg-preview_adz4da.png" - }, - { - "title": "Sehaj Jot Singh", - "img": "https://res.cloudinary.com/damjdcgak/image/upload/v1673030275/MLSC%20website/Members/Sehaj_Jot_Singh_-_Sehaj_Jot_Singh_kbmywk.png" - }, - { - "title": "Armaan Garg", - "img": "https://res.cloudinary.com/damjdcgak/image/upload/v1672951080/MLSC%20website/Members/IMG-20220630-WA0033_-_Armaan_garg-removebg-preview_h2pyps.png" - }, - { - "title": "Akshat Mehra", - "img": "https://res.cloudinary.com/damjdcgak/image/upload/v1673032653/MLSC%20website/Members/1657550697504_-_Akshat_mehra-removebg-preview_ygam7j.png" - }, - { - "title": "Tithi Srivastava", - "img": "https://res.cloudinary.com/damjdcgak/image/upload/v1673031451/MLSC%20website/Members/IMG-20220420-WA0013_2_-_Tithi_Srivastava-removebg-preview_ztwt8g.png" - }, - { - "title": "Shaivika Anand", - "img": "https://res.cloudinary.com/damjdcgak/image/upload/v1673032782/MLSC%20website/Members/4D4CFD74-9AC4-47D6-B6F0-F3CC35CC0D48_-_SHAIVIKA_ANAND-removebg-preview_w9ydle.png" - }, - { - "title": "Prabhgun Kaur", - "img": "https://res.cloudinary.com/damjdcgak/image/upload/v1673031537/MLSC%20website/Members/ID_card_picture__-_Prabhgun_Kaur_Khurana-removebg-preview_pkukl1.png" - }, - { - "title": "Achintya Agrawal", - "img": "https://res.cloudinary.com/damjdcgak/image/upload/v1673032046/MLSC%20website/Members/Achintya_Agrawal_-_Achintya_Agrawal-removebg-preview_dgjyzr.png" - } - ] \ No newline at end of file diff --git a/old/Pages/OurTeam/Assets/image21.png b/old/Pages/OurTeam/Assets/image21.png deleted file mode 100644 index 27d22f7a..00000000 Binary files a/old/Pages/OurTeam/Assets/image21.png and /dev/null differ diff --git a/old/Pages/OurTeam/Assets/image7.png b/old/Pages/OurTeam/Assets/image7.png deleted file mode 100644 index 03b6e601..00000000 Binary files a/old/Pages/OurTeam/Assets/image7.png and /dev/null differ diff --git a/old/Pages/OurTeam/Assets/linkedin.png b/old/Pages/OurTeam/Assets/linkedin.png deleted file mode 100644 index f51412a4..00000000 Binary files a/old/Pages/OurTeam/Assets/linkedin.png and /dev/null differ diff --git a/old/Pages/OurTeam/Assets/top-right.png b/old/Pages/OurTeam/Assets/top-right.png deleted file mode 100644 index 66f7571a..00000000 Binary files a/old/Pages/OurTeam/Assets/top-right.png and /dev/null differ diff --git a/old/Pages/OurTeam/Components/Card.js b/old/Pages/OurTeam/Components/Card.js deleted file mode 100644 index 78ca70a1..00000000 --- a/old/Pages/OurTeam/Components/Card.js +++ /dev/null @@ -1,27 +0,0 @@ -import React from "react"; -import styles from "../Style/ourteam.module.css"; -import linkedin from "../Assets/linkedin.png"; -import data from "../data.json"; - -const Card = (props) => { - return ( - <> -
-
- -
-
-

{props.title}

-
- - -
- - ); -}; - -export default Card; \ No newline at end of file diff --git a/old/Pages/OurTeam/Components/Graphics.js b/old/Pages/OurTeam/Components/Graphics.js deleted file mode 100644 index 598d481b..00000000 --- a/old/Pages/OurTeam/Components/Graphics.js +++ /dev/null @@ -1,118 +0,0 @@ -/*-----This File Is For Graphics----- */ -import React from "react"; -import styles from "../Style/ourteam.module.css"; -import image7 from "../Assets/image7.png"; -import group59 from "../Assets/Group59.png"; -const Graphics = () => { - return ( -
- - - - - - - - - - - - - - - - - - - - - - - -
- -
-
- -
-
- -
-
- /*-----div Ends here-----*/ - ); -}; - -export default Graphics; \ No newline at end of file diff --git a/old/Pages/OurTeam/Components/NameLink.js b/old/Pages/OurTeam/Components/NameLink.js deleted file mode 100644 index de5497e3..00000000 --- a/old/Pages/OurTeam/Components/NameLink.js +++ /dev/null @@ -1,22 +0,0 @@ -import React from "react"; -import styles from "../Style/core&exe.module.css"; -import data from "../data.json"; - - -const NamesLink=(props)=>{ - return( - <> -
- -
- - ) -} - -export default NamesLink; \ No newline at end of file diff --git a/old/Pages/OurTeam/Components/NamesOnly.js b/old/Pages/OurTeam/Components/NamesOnly.js deleted file mode 100644 index cd256770..00000000 --- a/old/Pages/OurTeam/Components/NamesOnly.js +++ /dev/null @@ -1,20 +0,0 @@ -import React from "react"; -import styles from "../Style/core&exe.module.css"; -import data from "../data.json"; - - -const NamesOnly=(props)=>{ - return( - <> -
-
    -
  • - {props.naam} -
  • -
-
- - ) -} - -export default NamesOnly; \ No newline at end of file diff --git a/old/Pages/OurTeam/Components/Navbar.js b/old/Pages/OurTeam/Components/Navbar.js deleted file mode 100644 index ddeea242..00000000 --- a/old/Pages/OurTeam/Components/Navbar.js +++ /dev/null @@ -1,81 +0,0 @@ -import React, { useState, useEffect } from "react"; -import styles from "../Style/ourteam.module.css"; -import styles1 from "../Style/core&exe.module.css"; -import data from "../data.json"; -import Card from "./Card"; -import NamesOnly from "./NamesOnly"; -import NameLink from "./NameLink"; - -const Navbar = () => { - const [target, setTarget] = useState("secretaries"); - const [fade, setFade] = useState(false); - - const members = data[target]; - - function displayMembers(e) { - const selectedTarget = e.target.dataset.target; - setTarget(selectedTarget); - setFade(true); - } - - useEffect(() => { - const timer = setTimeout(() => setFade(false), 300); // Duration of the fade effect - return () => clearTimeout(timer); - }, [target]); - - return ( - <> -
-
    - {["secretaries", "heads", "core", "executives"].map((category) => ( -
  • -

    setFade(false)} - data-target={category} - className={target === category ? styles.clicked : ""} - > - {category.charAt(0).toUpperCase() + category.slice(1)} -

    -
  • - ))} -
-
- -
- {target === "executives" || target === "core" ? ( -
- {members.map((el) => - target === "executives" ? ( - - ) : ( - - ) - )} -
- ) : ( -
- {members.map((el, index) => { - if ( - (target === "secretaries" && (index === 0 || index === 3)) || - (target === "heads" && (index === 4 || index === 7)) - ) { - return
; - } - return ( - - ); - })} -
- )} -
- - ); -}; - -export default Navbar; \ No newline at end of file diff --git a/old/Pages/OurTeam/Style/core&exe.module.css b/old/Pages/OurTeam/Style/core&exe.module.css deleted file mode 100644 index e6cf073e..00000000 --- a/old/Pages/OurTeam/Style/core&exe.module.css +++ /dev/null @@ -1,139 +0,0 @@ -*{ - margin: 0;padding: 0; -} - -.members1{ - margin: 0 auto 190px; - } - - .namebox{ - display:grid; - grid-template-columns: auto; - grid-column:auto; - justify-content: center; - position: relative; - top:129px; - color:white; - font-size: 1.5rem; - height: 10vh; - font-family: 'Roboto'; - margin-bottom: 10px; - gap:2px; - } - .names{ - list-style: none; - } - - .namelist{ - margin-bottom: 220px; - display: grid; - grid-template-columns: repeat(3,0.5fr); - justify-content: center; - gap: 7px; - grid-column-gap: 0px; - padding: 0 200px; - position: relative; - right:-43px; - } - .names:hover{ - color:palevioletred; - - } - @media screen and (min-width: 150px) and (max-width:360px){ - .members1{ - margin-bottom: 150px; - } - .namebox{ - display:grid; - - grid-template-columns: auto; - grid-column:auto; - justify-content: center; - position: relative; - top:92px; - color:white; - font-size: 0.5rem; - height: 10vh; - font-family: 'Roboto'; - margin-bottom: 10px; - gap:2px; - right:-4px; - width:min-content; - - } - .namelist{ - grid-template-columns: repeat(2, 1fr); - top: -15px; - gap: 28px; - position:relative; - right:0.65vw; - left:-2.0vw; - } - .names{ - font-size: 1.2rem; - } - - } - @media screen and (min-width:360px) and (max-width:529px){ - .members1{ - margin-bottom: 150px; - } - .namebox{ - display:grid; - - grid-template-columns: auto; - grid-column:auto; - justify-content: center; - position: relative; - top:92px; - color:white; - font-size: 0.5rem; - height: 10vh; - font-family: 'Roboto'; - margin-bottom: 10px; - gap:2px; - right:-4px; - width:min-content; - - } - .namelist{ - grid-template-columns: repeat(2, 1fr); - top: -15px; - gap: 28px; - position:relative; - right:-4.35vw; - } - .names{ - font-size: 1.2rem; - } - } - - @media screen and (min-width:530px) and (max-width:764px){ - .namelist{ - grid-template-columns: repeat(2, 1fr); - text-align: center; - grid-column-gap:5px ; - top: -11px; - gap: 15px; - position: relative; - right:0vw; - column-gap: 17vw; - row-gap:9vh; - } - } - - @media screen and (min-width: 765px) and (max-width:1035px) { - .namelist{ - grid-template-columns: repeat(2, 1fr); - text-align: center; - grid-column-gap:5px ; - top: -11px; - gap: 15px; - position: relative; - right:0vw; - column-gap: 8vw; - row-gap:9vh; - } - } - - \ No newline at end of file diff --git a/old/Pages/OurTeam/Style/ourteam.module.css b/old/Pages/OurTeam/Style/ourteam.module.css deleted file mode 100644 index 2223bf64..00000000 --- a/old/Pages/OurTeam/Style/ourteam.module.css +++ /dev/null @@ -1,573 +0,0 @@ -@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@900&display=swap"); -.ourteam { - width: 100%; - margin-top: 5rem; - min-height: 100vh; - background-color: black; - margin-bottom: 180px; - overflow: hidden; - animation: fadeIn 1s; -} -@keyframes fadeIn { - 0% { - opacity: 0; - } - 100% { - opacity: 1; - } -} - -.heading { - position: fixed; - width: 344px; - height: 205px; - /* top: 50%; - margin-top: -102px; */ - - top: 34%; - left: 1%; - - z-index: 1; - /* margin-left: 2.4%; */ - /* margin-top: -30%; */ - - /* -------------------- */ - font-family: "Myanmar Khyay"; - font-style: normal; - font-weight: 300; - font-size: 5.5rem; - line-height: 100.3%; - color: #fff6eb; - text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); -} - -.navbar { - display: flex; - justify-content: center; - margin-top: 1rem; - /* text-decoration: none; */ - list-style-type: none; - z-index: 13; - margin-left: 7%; - /* flex-wrap: wrap; */ - /* position: absolute; */ -} -/* -----------------NAVIGATION BAR----------------- */ -.navbar li { - /* flex:1; */ - font-family: "Poppins"; - font-style: normal; - font-weight: 400; - font-size: 2.3rem; - line-height: 63.3%; - color: white; - /* text-decoration: none; */ - - padding-top: 2%; - margin-right: 5%; - z-index: 1; -} -.navbar li :hover { - color: rgb(192, 182, 182); -} -.navbar a { - text-decoration: none; - color: white; -} -.navbar p:hover { - cursor: pointer; -} -.navbar a:hover { - cursor: pointer; - text-decoration: none; - color: #8c8c8c; -} - - -/* .navbar li:active { - text-decoration: none; - border-bottom: 5px; - border-bottom-style: solid; - border-color: #fa3966; - padding-bottom: 1%; -} */ - -/* .firstcomp { - margin-left: 26vw !important; -} */ -/* ----------------Graphics----------- */ -.graphicsdiv { - display: flex; - /* flex-wrap: wraps; */ - flex-wrap: nowrap; -} -.image7 { - position: fixed; - width: 35px; - height: 116px; - left: 1%; - top: 14%; -} -.topright { - position: fixed; - top: 0; - right: 0; -} -.bottomleft { - position: fixed; - bottom: 0; - /* width:80%; */ -} - -.image8 { - position: fixed; - width: 35px; - height: 116px; - top: 58%; - left: 10%; - /* top: 0; */ - margin-top: 0; - transform: rotate(90deg); -} -.group59 { - position: fixed; - width: 41.17px; - height: 173px; - right: 2%; - top: 65%; -} -/* ----------------CARD-------------------- */ -.wrapper { - padding-top: 3%; - margin-left: 27%; - display: grid; - width: 50%; - /* -----------------FIXED HOVER ISSUE------------------------ */ - /* grid-template-columns: repeat(auto-fit, minmax(10rem, 12rem)); */ - grid-template-columns: 186px 181px 183px 182px; - grid-auto-rows: 339px; - /* gap: 5rem; */ - column-gap: 3rem; - row-gap: 1.5rem; - justify-content: center; - align-items: center; - margin-bottom: 12%; - animation: fadeIn 1s; -} - -.card { - /* overflow: hidden; */ - /* height: 250px; */ - display: flex; - flex-direction: column; - justify-content: space-between; - cursor: pointer; - /* width:20%;*/ - transition: transform 200ms ease-in; - animation: fadeIn 5s; -} - -.card__body { - /* position: absolute; */ - height: 16rem; - background-color: #26282a; - border: #fff6eb solid 1px; - border-radius: 18px; - /* max-height: 12rem; */ - overflow: hidden; - width: 105%; -} - -.card__image { - /* position: absolute; */ - height: 16.2rem; - width: 88%; - /* z-index: 2; */ - /* object-fit:cover; */ - /* background-color: #26282A; */ - position: relative; - right: -12px; - top: 26px; -} -.card__title { - /* padding: 0.2rem; */ - font-size: 90%; - padding-top: 5%; - font-family: Poppins; - - color: #ffffff; -} -.card__description { - padding: 0 1rem; -} -.card__btn { - display: flex; - justify-content: center; - padding: 1rem; - font-family: inherit; - font-weight: bold; - font-size: 1rem; - /* margin: 1rem; */ - margin-top: -8px; - border: none; - background: transparent; - transition: background 200ms ease-in, color 1s ease-in; -} - -/* .card:hover .card__image { - transform-origin: bottom; - transform: translate(0px,-20px); - transform: scale(1.15); - overflow: visible; - transition: 0.55s; - width: 80%; - position: relative; - left: 18px; -} -.card:hover .card__body { - transform: scale(1.0); - overflow: visible; - transition: 0.85s; - border: #fa3966 solid 1px;} */ - -/* .card:hover .card__btn { - display: block; - transition: 0.7s; - position: relative; - bottom:-10px; -} */ -.card > .card__title { - color: white; - display: block; - position: relative; -} -/* .card:hover .card__image { - transform-origin: bottom; - - transform: scale(1.15); - overflow: visible; - transition: 0.55s; - width: 80%; - position: relative; - left: 18px; - height: 89.5%; - border-radius: 4px; -} -.card:hover .card__body { - transform: scale(1.0); - overflow: visible; - transition: 0.85s; - border: #fa3966 solid 1px;} */ - - -/* .card:hover .card__image { - filter: saturate(100%); - transition: 0.7s; -} */ -/* .container{ - -} */ -hr { - position: relative; - top: 20px; - border: none; - height: 12px; - background: rgb(255, 255, 255); - margin-bottom: 50px; -} - - @media screen and (min-width: 1100px) and (max-width: 2500px) { - .clicked { - /* font-weight: bold; */ - color: darkgray; - text-decoration: underline palevioletred; - font-size: 2.5rem; - } - .card__image{ - height: 14.8rem; - width: 88%; - position: relative; - right: -12px; - top: 26px; - } - .card:hover .card__image { - transform-origin: bottom; - - transform: scale(1.20); - overflow: visible; - transition: 0.55s; - width: 78%; - position: relative; - left: 20px; - height: 89.5%; - border-radius: 4px; - } - .card:hover .card__body { - transform: scale(1.0); - overflow: visible; - transition: 0.85s; - border: palevioletred solid 1px; - } - } - - - - -@media (max-width: 1100px) { - .navbar li { - font-size: 1.8rem; - } - .clicked { - /* font-weight: bold; */ - color: darkgray; - text-decoration: underline palevioletred; - font-size: 2.5rem; - } -} - -@media (max-width: 1000px) { - .wrapper { - grid-template-columns: 180px 180px; - } - - .navbar { - margin-left: 15%; - } -} - -@media (max-width: 768px) { - .wrapper { - margin-left: 26%; - } - .ourteam_wrapper { - margin-left: 22% !important; - } - .heading { - width: 99vw; - text-align: center !important; - margin: 0 auto; - position: absolute; - font-size: 4rem; - top: 30px; - } - .topright { - position: fixed; - top: 0; - right: 0; - opacity: 0.4; - } - .bottomleft { - opacity: 0.4; - } - .navbar { - margin-right: auto; - margin-left: 4vw; - justify-content: center; - } - .navbar li { - font-size: 1.5rem; - margin-top: 17%; - } - .image7 { - display: none; - } - .image8 { - display: none; - } - .clicked { - font-weight: bold; /* Example styling: Make the text bold for the clicked button */ - color: darkgray; /* Example styling: Set the text color to red for the clicked button */ - text-decoration: underline palevioletred; - font-size: 1.65rem; - } -} - -@media (max-width: 530px) { - .card { - height: 250px; - } - .group59 { - position: fixed; - width: 41.17px; - height: 173px; - right: 2%; - top: 65%; - opacity:0.35; - } - .topright { - position: fixed; - top: 0; - right: 0; - opacity: 0.4; - } - .bottomleft { - opacity: 0.4; - } - - .wrapper { - /* grid-template-columns: 180px ; */ - grid-template-columns: 140px 140px; - grid-auto-rows: 210px; - column-gap: 50px; - margin-left: 25%; - row-gap:8vh; - margin-top:2vh; - height: 1100px; - } - .ourteam_wrapper__OmWwJ { - position: relative; - top: 46px; - } - .navbar { - display: grid; - grid-template-columns: 151px 142px; - /* margin-left: 5%; */ - justify-content: center; - align-items: center; - column-gap: 2rem; - row-gap: 0.5rem; - text-align: center !important; - margin-top: 20%; - margin-right: auto; - margin-left: auto; - padding: 25px; - } - .card__image{ - height: 9.8rem; - width: 88%; - position: relative; -right: -12px; -top: 17px; - } - .card:hover .card__image { - transform-origin: bottom; - - transform: scale(1.20); - overflow: visible; - transition: 0.55s; - width: 78%; - position: relative; - left: 20px; - height: 89.5%; - border-radius: 4px; - } - .card:hover .card__body { - transform: scale(1.0); - overflow: visible; - transition: 0.85s; - border: palevioletred solid 1px; - } - .members1 { - margin-bottom: 150px; - } - li { - background-color: #6868689f !important; - padding: 12px 12px 12px 12px !important; - border-radius: 25px !important; - margin-right: 0px !important; - } - - a { - font-size: 1.25rem; - } - .image7 { - display: none; - } - .image8 { - display: none; - } - /* .ourteam_card__75gtz:hover .ourteam_card__image__ZtcNY { - - transform-origin: bottom; - - transform: scale(0); - overflow: visible; - transition: 0.55s; - width: 80%; - position: relative; - left: 18px; - height: 166px; - } */ - .clicked { - font-weight: bold; - color: darkgray; - text-decoration: underline palevioletred; - font-size: 1.4rem; - } -} -@media (max-width: 400px) { - .navbar { - margin-top: 25% !important; - } - .group59 { - position: fixed; - width: 41.17px; - height: 173px; - right: 2%; - top: 65%; - z-index: -1; - - } - .topright { - position: fixed; - top: 0; - right: 0; - opacity: 0.4; - } - .bottomleft { - opacity: 0.4; - } - - .ourteam_card__image__ZtcNY { - height: 169px; - /* width: 85%; - position: relative; */ - right: -12px; - top: 20px; - } - .wrapper { - margin-left: 24%; - height: 1100px; - } - .ourteam_wrapper__OmWwJ { - margin-left: 26%; - position: relative; - top: 31px; - grid-template-columns: 113px 137px; - } - .ourteam_wrapper { - margin-left: 22% !important; - } - .heading { - width: 99vw; - text-align: center !important; - margin: 0 auto; - position: absolute; - font-size: 4rem; - top: 30px; - } - .navbar { - margin-right: auto; - margin-left: auto; - justify-content: center; - } - .navbar li { - font-size: 1.5rem; - margin-top: 17%; - } - .image7 { - display: none; - } - .image8 { - display: none; - } - .ourteam_heading__otokg { - position: relative; - height: 45px; - } - .clicked { - color: whitesmoke; - text-decoration: underline palevioletred; - font-size: 1.4rem; - } -} diff --git a/old/Pages/OurTeam/data.json b/old/Pages/OurTeam/data.json deleted file mode 100644 index 6941c90a..00000000 --- a/old/Pages/OurTeam/data.json +++ /dev/null @@ -1,316 +0,0 @@ -{ - "core": [ - { - "key": "1", - "naam": "Agrim Goyal" - }, - { - "key": "2", - "naam": "Akshita Klair" - }, - { - "key": "3", - "naam": "Krishna Vig" - }, - { - "key": "4", - "naam": "Daanish Mittal" - }, - { - "key": "5", - "naam": "Dev Mehta" - }, - { - "key": "6", - "naam": "Jahanvi Srivastava" - }, - { - "key": "7", - "naam": "Jatin Chhabra" - }, - { - "key": "8", - "naam": "Jayita" - }, - { - "key": "9", - "naam": "Kavya Sikka" - }, - { - "key": "10", - "naam": "Krishnam" - }, - { - "key": "11", - "naam": "Mankirat Singh" - }, - { - "key": "12", - "naam": "Navdeep Singh" - }, - { - "key": "13", - "naam": "Nikhil Mittal" - }, - { - "key": "14", - "naam": "Palakpreet Kaur" - }, - { - "key": "15", - "naam": "Payal" - }, - { - "key": "16", - "naam": "Preksha Jain" - }, - { - "key": "17", - "naam": "Prisha Kandhari" - }, - { - "key": "18", - "naam": "Rahul Garg" - }, - { - "key": "19", - "naam": "Sarthak Gupta" - }, - { - "key": "20", - "naam": "Shaurya Bhardwaj" - }, - { - "key": "21", - "naam": "Siddarth Aggarwal" - }, - { - "key": "22", - "naam": "Sparsh Rastogi" - }, - { - "key": "23", - "naam": "Tanmay Mann" - }, - { - "key": "24", - "naam": "Vanika Sahni" - }, - { - "key": "25", - "naam": "Yavisht Gupta" - } - ], - "secretaries": [ - { - "title": "Apoorva", - "img": "https://res.cloudinary.com/vigkrishna/image/upload/v1689232312/MLSC_WEBSITE/rsz_12rsz_18_one3qy_j48pzq.png", - "linkedin_acc": "https://www.linkedin.com/in/apoorva11/" - }, - { - "title": "Utkarsh Tripathi", - "img": "https://res.cloudinary.com/vigkrishna/image/upload/v1689237227/MLSC_WEBSITE/rsz_comapplepasteboardqfg9za_dnohww_yo5d51.png", - "linkedin_acc": "https://www.linkedin.com/in/utkarsh-tripathi-80a0ab192/" - }, - { - "title": "Aryan Garg", - "img": "https://res.cloudinary.com/vigkrishna/image/upload/v1689233546/MLSC_WEBSITE/rsz_1_giy5fk_m8ocby.png", - "linkedin_acc": "https://www.linkedin.com/in/aryangarg401/" - }, - { - "title": "Sukhmani Arora", - "img": "https://res.cloudinary.com/vigkrishna/image/upload/v1689236895/MLSC_WEBSITE/rsz_copy_of_sukhmanidi_2x_j5iwrf_t9jz2p.png", - "linkedin_acc": "https://www.linkedin.com/in/arora-sukhmani/" - }, - { - "title": "Ikshan Bhardwaj", - "img": "https://res.cloudinary.com/vigkrishna/image/upload/v1689261155/MLSC_WEBSITE/ikshan-resize-preview_p5o4nf.png", - "linkedin_acc": "https://www.linkedin.com/in/ikshan-bhardwaj/" - }, - { - "title": "Nimish Medatwal", - "img": "https://res.cloudinary.com/dy1pmolax/image/upload/v1689323676/team_page/Untitled_500_788_px_zg2d1s.png", - "linkedin_acc": "https://www.linkedin.com/in/nimishmedatwal/" - }, - { - "title": "Uday Beswal", - "img": "https://res.cloudinary.com/vigkrishna/image/upload/v1689238386/MLSC_WEBSITE/rsz_4_skkkrd_byzsna.png", - "linkedin_acc": "https://www.linkedin.com/in/uday-beswal-64a68a229/" - }, - { - "title": "Akshat Jaimini", - "img": "https://res.cloudinary.com/vigkrishna/image/upload/v1689322310/MLSC_WEBSITE/rsz_jai-removebg-preview_xbgbj4.png", - "linkedin_acc": "https://www.linkedin.com/in/akshat-jaimini-05a610203/" - } - ], - "heads": [ - { - "title": "Prakriti Garg", - "img": "https://res.cloudinary.com/vigkrishna/image/upload/v1689239189/MLSC_WEBSITE/rsz_img-20230615-wa0004-removebg-preview_nalcj1_kqdjak.png", - "linkedin_acc": "https://www.linkedin.com/in/prakriti-garg18/" - }, - { - "title": "Vishist Bhagabati", - "img": "https://res.cloudinary.com/vigkrishna/image/upload/v1689239306/MLSC_WEBSITE/rsz_7_d287x0_h0thic.png", - "linkedin_acc": "https://www.linkedin.com/in/vishist-bhagabati-738398227/" - }, - { - "title": "Sehaj Jot Singh", - "img": "https://res.cloudinary.com/vigkrishna/image/upload/v1689437272/MLSC_WEBSITE/swipe_2_1_vqnxvq.png", - "linkedin_acc": "https://www.linkedin.com/in/sehaj-jot-singh-164869245/" - }, - { - "title": "Dhruv Bansal", - "img": "https://res.cloudinary.com/vigkrishna/image/upload/v1689239763/MLSC_WEBSITE/rsz_dhruvbhaiya_2x_as18dd_nvi6od.png", - "linkedin_acc": "https://www.linkedin.com/in/dhruv-bansal-348141229/" - }, - { - "title": "Tithi Srivastava", - "img": "https://res.cloudinary.com/vigkrishna/image/upload/v1689437468/MLSC_WEBSITE/grid_landscape_kscete.png", - "linkedin_acc": "https://www.linkedin.com/in/tithi-srivastava-000666221/" - }, - { - "title": "Chetandeep Singh", - "img": "https://res.cloudinary.com/vigkrishna/image/upload/v1689322846/MLSC_WEBSITE/rsz_comapplepasteboardkzedw4_yr0x6i_d1unlh.png", - "linkedin_acc": "https://www.linkedin.com/in/chetandeep-singh-0b326021b/" - } - ], - "executives": [ - { - "key": 1, - "naam": "Abhilasha Tiwari" - }, - { - "key": 2, - "naam": "Aditya Sapra" - }, - { - "key": 3, - "naam": "Akhilesh" - }, - { - "key": 4, - "naam": "Ananay Rampal" - }, - { - "key": 5, - "naam": "Ananya Jindal" - }, - { - "key": 6, - "naam": "Ananya" - }, - { - "key": 7, - "naam": "Ananya Saluja" - }, - { - "key": 8, - "naam": "Anirudh Garg" - }, - { - "key": 9, - "naam": "Anushka Phogat" - }, - { - "key": 10, - "naam": "Anuvind Walia" - }, - { - "key": 11, - "naam": "Armaan Khan" - }, - { - "key": 12, - "naam": "Arnav Gupta" - }, - { - "key": 13, - "naam": "Avishi Mittal" - }, - { - "key": 14, - "naam": "Ayushi Rathore" - }, - { - "key": 15, - "naam": "Debaditya Barman" - }, - { - "key": 16, - "naam": "Dev Goyal" - }, - { - "key": 17, - "naam": "Harshit" - }, - { - "key": 18, - "naam": "Kanishk Aggarwal" - }, - { - "key": 19, - "naam": "Krishnansh Goswami" - }, - { - "key": 20, - "naam": "Parusha" - }, - { - "key": 21, - "naam": "Priyanshu Bisht" - }, - { - "key": 22, - "naam": "Raghav Jindal" - }, - { - "key": 23, - "naam": "Rajat Goyal" - }, - { - "key": 24, - "naam": "Rakshith Kashyap" - }, - { - "key": 25, - "naam": "Rohit Arora" - }, - { - "key": 26, - "naam": "Saanvi" - }, - { - "key": 27, - "naam": "Samriddh Negi" - }, - { - "key": 28, - "naam": "Sanchit" - }, - { - "key": 29, - "naam": "Sarthak Kala" - }, - { - "key": 30, - "naam": "Suhani Mathur" - }, - { - "key": 31, - "naam": "Uday Pratap Singh Atwal" - }, - { - "key": 32, - "naam": "Vamshi Raja" - }, - { - "key": 33, - "naam": "Yuvraj Gupta" - }, - { - "key": 34, - "naam": "Yuvraj Saini" - } - ] -} diff --git a/old/Pages/OurTeam/index.js b/old/Pages/OurTeam/index.js deleted file mode 100644 index e120935a..00000000 --- a/old/Pages/OurTeam/index.js +++ /dev/null @@ -1,16 +0,0 @@ -import React from "react"; -import Navbar from "./Components/Navbar"; -import Graphics from "./Components/Graphics"; -import styles from "./Style/ourteam.module.css"; - -const OurTeam = () => { - return ( -
-
Our Team
- - -
- ); -}; - -export default OurTeam; diff --git a/old/Pages/Projects/Assets/Projects logo.png b/old/Pages/Projects/Assets/Projects logo.png deleted file mode 100644 index a90dfe8a..00000000 Binary files a/old/Pages/Projects/Assets/Projects logo.png and /dev/null differ diff --git a/old/Pages/Projects/Assets/project1.png b/old/Pages/Projects/Assets/project1.png deleted file mode 100644 index 8056acd3..00000000 Binary files a/old/Pages/Projects/Assets/project1.png and /dev/null differ diff --git a/old/Pages/Projects/Components/Project1/Project1.css b/old/Pages/Projects/Components/Project1/Project1.css deleted file mode 100644 index 62af67bf..00000000 --- a/old/Pages/Projects/Components/Project1/Project1.css +++ /dev/null @@ -1,264 +0,0 @@ -.project1Container { - /* width: 100%; */ - height: 100vh; - display: flex; - flex-direction: column; - justify-content: center; - align-items: center; - margin: 0; - padding: 0; - background: #26282A; -} - - -.contentContainer img { - position: fixed; - top: 0; - right: 0; - z-index: 1; - max-width: 100%; - min-width: 82%; - height:385px; - background: #26282A; -} - -.content { - width: 95vw; - height: 70vh; - background: #FFF6EB; - border-radius: 15px; - position: fixed; - top: 20vh; - right: -10vh; - display: flex; - justify-content: space-between; - align-items: flex-end; -} - -.content h6 { - width: 15%; - text-align: left; - font-family: Myanmar Khyay; - /* font-style: Normal; */ - font-size: 2vw; - font-style: normal; -} - -.content p { - width: 50%; - -} - -.content span { - color: #0078D4; - text-decoration: underline; - font-family: Poppins; -} - -.text { - /* background: red; */ - height: 40%; - display: flex; - justify-content: space-around; - align-items: center; -} - -.projectName { - transform: rotate(270deg); - background: #0078D4; - color: white; - position: absolute; - top: 30vh; - left: -7%; - font-size: 5vh; - font-family:Myanmar Khyay; - padding: 1%; - border-radius: 5px; -} - - - - - -@media screen and (max-width: 850px){ - .project1Container{ - height: 80 vh; - width: auto; - display: flex; - } - .contentContainer img{ - height:50vh; - width:100%; - } - .content{ - height:80vh; - width:120vh; - } - .content p{ - height:58vh; - width:auto; - } - .projectName{ - top:72vh; - left:-10%; - } - - - -} -@media screen and (max-width: 700px){ - .project1Container{ - height: 70 vh; - width: auto; - display: flex; - } - .content{ - height:80vh; - width:100vh; - } - .content p{ - height:48vh; - width:auto; - } - .projectName{ - top:70vh; - left:-12%; - } - -} -@media screen and (max-width: 570px){ - .project1Container{ - height: 60 vh; - width: auto; - display: flex; - } - .contentContainer img{ - height: 50vh; - width:auto; - } - .content{ - height:80vh; - width:80vh; - } - .content p{ - height:58vh; - width:auto; - } - .projectName{ - top:71vh; - left:-15%; - } - - -} -@media screen and (max-width: 480px){ - .project1Container{ - height: 50 vh; - width: auto; - display: flex; - } - .contentContainer img{ - height: 50vh; - width:auto; - } - .content{ - height:80vh; - width:70vh; - } - .content p{ - height:58vh; - width:auto; - } - .projectName{ - top:72vh; - left:-18%; - } - -} -@media screen and (max-width: 395px){ - .project1Container{ - height: 40 vh; - width: auto; - display: flex; - } - .contentContainer img{ - height: 50vh; - width: auto; - } - .content{ - height: 80vh; - width: 60vh; - } - .content p{ - height: 58vh; - width:auto; - } - .projectName{ - top: 70vh; - left:-20%; - } - .content h6{ - font-size: 0px; - } - -} -@media screen and (max-width: 300px){ - .project1Container{ - height: 30 vh; - width: auto; - display: flex; - } - .contentContainer img{ - height:40vh; - width: auto; - } - .content{ - height: 80vh; - width: 48vh; - } - .content p{ - width:auto; - height:80vh; - font-size: 90%; - word-wrap: break-word; - } - .projectName{ - left:-28%; - top:65vh; - } - .content h6{ - font-size: 0px; - } - -} -@media screen and (max-width: 290px){ - .project1Container{ - height: 20 vh; - width: auto; - display: flex; - } - - .contentContainer img { - height: 40vh; - width: auto; - } - .content { - height: 80vh; - width: 45vh; - } - .content p{ - width:auto; - height: 80vh; - font-size:90%; - word-wrap: break-word; - } - .projectName{ - left:-28%; - top:65vh; - - } - .content h6{ - font-size:0vw; - } -} - diff --git a/old/Pages/Projects/Components/Project1/Project1.js b/old/Pages/Projects/Components/Project1/Project1.js deleted file mode 100644 index 51a4e12d..00000000 --- a/old/Pages/Projects/Components/Project1/Project1.js +++ /dev/null @@ -1,27 +0,0 @@ -import React from 'react'; -import {Fragment} from 'react'; -import main_img from './../../Assets/project1.png'; -import './Project1.css'; - -function Project1 ({prjName, prjDesc}) { - return ( - -
-
Project Name
-
- -
-
-
{prjName}
-

- {prjDesc} -

-
-
-
-
-
- ); -} - -export default Project1; diff --git a/old/Pages/Projects/data.js b/old/Pages/Projects/data.js deleted file mode 100644 index 45a68fd8..00000000 --- a/old/Pages/Projects/data.js +++ /dev/null @@ -1,22 +0,0 @@ -export const data = [ - { - "prjName": "Marketing Portal", - "prjDesc": "The marketing portal is made to keep track of every company and their contact details in one space. Everyone can add companies and their contact details. The access to send emails to those companies will be with the ones who added those companies. A complete template will be ready for email, which will be sent to the company. In the end, a pool will be created with a list of every company added and its details.", - "prjStack": "React, Django, MUI, PostgreSQL" - }, - { - "prjName": "Hack-O-Bot", - "prjDesc": "A discord bot that allows you to run fun commands all over discord, developed by the community for the community. Anything you would want in a discord bot, we want it too. From moderation to fun commands, we accept it all. Some basic commands are given in the Issues Section. If you want to add a command, you can make a pull request, and we will review it. Make sure to put admin role requirements in the code, so that only admins can use server centric commands such as ban or kick. Treat the role \"Admin\" as the admin role. Write descriptive help fields for the commands, so that the user knows what the command does.", - "prjStack": "Python, Discord.py" - }, - { - "prjName": "ISS-Tracker", - "prjDesc": "This project aims to create a website which tracks the live position of the International Space Station using the WhereTheISSAt API.", - "prjStack": "JavaScript, HTML, CSS" - }, - { - "prjName": "Recruitment Portal", - "prjDesc": "An online portal to conduct the recruitment process for the batch of 2026.", - "prjStack": "React, Node.js, Express, Firebase" - } -] \ No newline at end of file diff --git a/old/Pages/Projects/index.js b/old/Pages/Projects/index.js deleted file mode 100644 index eacb8dd9..00000000 --- a/old/Pages/Projects/index.js +++ /dev/null @@ -1,85 +0,0 @@ -import React from "react"; -import { Fragment } from "react"; -import Fade from "react-reveal"; -import "./styles/Projects.css"; -import "./styles/custom-swiper.css"; -import { Link } from "react-router-dom"; -import Logo from "./Assets/Projects logo.png"; -import { data } from "./data"; - -// Swiper react components -import { Swiper, SwiperSlide } from "swiper/react"; -// Swiper Styles -import "swiper/css"; -import "swiper/css/pagination"; - -// Modules -import { Autoplay, Pagination } from "swiper"; - -function Projects() { - var slides = window.innerWidth; - var page; - if (slides > 1400) { - page = 5; - } else if (slides < 1400 && slides > 992) { - page = 4; - } else if (slides < 992 && slides > 768) { - page = 3.5; - } else if (slides < 768 && slides > 576) { - page = 2.5; - } else if (slides < 576 && slides > 300) { - page = 1.5; - } else { - page = 1; - } - - return ( - -
- {/* swiper */} - -
-
- - {/*

MLSC

*/} - -
-
- - -
- - - {data.map((item, index) => { - return ( -
- {item["prjName"]} -
-
) - })} -
-
-
-
-
-
-
- ); -} - -export default Projects; diff --git a/old/Pages/Projects/styles/Projects.css b/old/Pages/Projects/styles/Projects.css deleted file mode 100644 index 2af3ccf5..00000000 --- a/old/Pages/Projects/styles/Projects.css +++ /dev/null @@ -1,88 +0,0 @@ -.projects-container { - height: 100vh; - width: 100%; - background: #26282A; - color: white; - overflow: hidden; -} - -.projects-header { - width: 100vw; - display: flex; - justify-content: center; -} - -.projects-container img { - height: 35vh; - width: auto; - padding: 13vh 0 0 0; -} - -@media screen and (max-width: 1500px) { - - .projects-container img { - height: 30vh; - width: auto; - padding: 15vh 0 0 0; - } -} - -@media screen and (max-width: 1300px) { - - .projects-container img { - height: 25vh; - width: auto; - padding: 15vh 0 0 0; - } -} - -@media screen and (max-width: 1100px) { - - .projects-container img { - height: 18vh; - width: auto; - padding: 15vh 0 0 0; - } -} - -@media screen and (max-width: 850px) { - .projects-container img { - height: 16vh; - width: auto; - } -} - -@media screen and (max-width: 700px) { - .projects-container img { - height: 13vh; - width: auto; - } -} - -@media screen and (max-width: 570px) { - .projects-container img { - height: 10vh; - width: auto; - } -} - -@media screen and (max-width: 480px) { - .projects-container img { - height: 9vh; - width: auto; - } -} - -@media screen and (max-width: 395px) { - .projects-container img { - height: 7vh; - width: auto; - } -} - -@media screen and (max-width: 290px) { - .projects-container img { - height: 5vh; - width: auto; - } -} \ No newline at end of file diff --git a/old/Pages/Projects/styles/custom-swiper.css b/old/Pages/Projects/styles/custom-swiper.css deleted file mode 100644 index 003a1e92..00000000 --- a/old/Pages/Projects/styles/custom-swiper.css +++ /dev/null @@ -1,55 +0,0 @@ -.slider-wrapper { - background: #26282A; - z-index: 1; -} - -.swiper-slide { - cursor: pointer; -} - -.swiper { - width: 100%; - height: 30em; -} - -.slide { - height: 100%; - display: flex; - justify-content: center; - align-items: center; - background: #FA3966; - color: white; - text-decoration: none; - transform: translate(30px, 20px) rotate(20deg); - margin: 50px 0 0 0; - border-radius: 15px; - cursor: pointer; -} - -.projectsSwiper .swiper-pagination { - position: absolute; - top: 0; - cursor: pointer; -} - -.swiper-pagination-bullet-active, -.swiper-pagination-bullet-active-main { - --swiper-theme-color: #FA3966; -} - -.swiper-pagination-bullet { - --swiper-pagination-bullet-inactive-color: white; - --swiper-pagination-bullet-inactive-opacity: 1; -} - -.swiper-slide .slide { - filter: blur(4px); - -webkit-filter: blur(3px); -} - -.swiper-slide-active .slide { - transform: translate(30px, 20px) rotate(20deg); - z-index: -1; - filter: blur(0); - -webkit-filter: blur(0); -} \ No newline at end of file diff --git a/old/Pages/Sponsors/assets/vectors/downarrow.svg b/old/Pages/Sponsors/assets/vectors/downarrow.svg deleted file mode 100644 index 9be246f2..00000000 --- a/old/Pages/Sponsors/assets/vectors/downarrow.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/old/Pages/Sponsors/assets/vectors/uparrow.svg b/old/Pages/Sponsors/assets/vectors/uparrow.svg deleted file mode 100644 index 7152a3db..00000000 --- a/old/Pages/Sponsors/assets/vectors/uparrow.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/old/README.md b/old/README.md deleted file mode 100644 index 65fc293e..00000000 --- a/old/README.md +++ /dev/null @@ -1,52 +0,0 @@ -# Official website of Microsoft Learn Student Chapter, TIET - - -[![GitHub issues](https://img.shields.io/github/issues/MicrosoftStudentChapter/mlsctiet?color=%2315AA3E%20%20&style=for-the-badge)](https://github.com/MicrosoftStudentChapter/mlsctiet/issues) -[![GitHub forks](https://img.shields.io/github/forks/MicrosoftStudentChapter/mlsctiet?color=%237A17E4%20%20&style=for-the-badge)](https://github.com/MicrosoftStudentChapter/mlsctiet/network) -[![GitHub last commit](https://img.shields.io/github/last-commit/MicrosoftStudentChapter/mlsctiet?color=%23F5700E%20%20&style=for-the-badge)](https://github.com/MicrosoftStudentChapter/mlsctiet/commits/main) -[![GitHub pull requests](https://img.shields.io/github/issues-pr/MicrosoftStudentChapter/mlsctiet?color=%23F50E50%20%20&style=for-the-badge)](https://github.com/MicrosoftStudentChapter/mlsctiet/pulls) -[![GitHub stars](https://img.shields.io/github/stars/MicrosoftStudentChapter/mlsctiet?color=%23FDB827&style=for-the-badge)](https://github.com/MicrosoftStudentChapter/mlsctiet/stargazers) -[![Discord](https://img.shields.io/discord/720322067261554728?label=Discord&logo=discord)](https://discord.gg/CpAPtDC) - -Know more about us at [mlsctiet.com](https://mlsctiet.com) - -## Index - -1. [About MLSC](#about-mlsc) -2. [Features](#features) -3. [Tech](#tech) -4. [LICENSE](#license) -5. [Contributing](#contributing) -6. [Contributors](#contributors) - -## About MLSC - -

-MLSC Logo -

- -**Microsoft Learn Student Chapter** is a technical society that is dedicated to elevate the coding culture of Thapar Institute of Engineering and Technology by mentoring and motivating its students to refine their critical thinking, logical reasoning, and coding skills. MLSC was formed with the objective of providing students a dynamic platform that feeds their curiosity and develops their technical skills. MLSC aims to create a community of versatile enthusiasts with a progressive mindset, promoting development holistically which includes injecting soft skills as well. MLSC effectuates it by organizing numerous technology-driven events including **Tech Meetups**, **Hackathons** and promoting team building. - -## Features - -## Tech - -- Html -- CSS -- JavaScript -- jQuery -- Bootstrap -- React.js -- Travis CI - -## LICENSE - -This project is licensed under GNU General Public License- see [LICENSE](./LICENSE) for details. - -## Contributing - -Contributions are always welcome! Please see our [Contributing Guide](./CONTRIBUTING.md) for more details. - -## Contributors - -![Contributors](https://contrib.rocks/image?repo=MicrosoftStudentChapter/mlsctiet "Our Contributors") diff --git a/old/fonts/myanmar-khyay.ttf b/old/fonts/myanmar-khyay.ttf deleted file mode 100644 index 6c86f8f4..00000000 Binary files a/old/fonts/myanmar-khyay.ttf and /dev/null differ diff --git a/old/index.css b/old/index.css deleted file mode 100644 index 3e3b6a19..00000000 --- a/old/index.css +++ /dev/null @@ -1,13 +0,0 @@ -body { - margin: 0; - font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', - 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', - sans-serif; - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; -} - -code { - font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New', - monospace; -} \ No newline at end of file diff --git a/old/index.js b/old/index.js deleted file mode 100644 index dab72ad2..00000000 --- a/old/index.js +++ /dev/null @@ -1,13 +0,0 @@ -import React from "react"; -import ReactDOM from "react-dom/client"; -import "./index.css"; -import App from "./App"; -import TagManager from "react-gtm-module"; -import 'react-tooltip/dist/react-tooltip.css' - -const root = ReactDOM.createRoot(document.getElementById("root")); -root.render( - // - - // -); diff --git a/old/package.json b/old/package.json deleted file mode 100755 index 2adcd879..00000000 --- a/old/package.json +++ /dev/null @@ -1,56 +0,0 @@ -{ - "name": "mlsctiet-new-website", - "version": "0.1.0", - "private": true, - "dependencies": { - "3d-react-carousal": "^5.0.0", - "@react-three/drei": "^9.78.1", - "@react-three/fiber": "^8.13.4", - "framer-motion": "^10.12.18", - "lottie-react": "^2.3.1", - "maath": "^0.7.0", - "postcss-normalize": "^10.0.1", - "react": "^18.2.0", - "react-detect-click-outside": "^1.1.7", - "react-dom": "^18.2.0", - "react-gtm-module": "^2.0.11", - "react-icons": "^4.11.0", - "react-remove-scroll-bar": "^2.3.4", - "react-responsive-carousel": "^3.2.23", - "react-reveal": "^1.2.2", - "react-router-dom": "^6.3.0", - "react-scripts": "5.0.1", - "react-spring": "^9.7.2", - "react-spring-3d-carousel": "^1.3.4", - "react-spring-3d-carousel-2": "^1.0.1", - "react-tooltip": "^5.8.1", - "swiper": "^9.4.1", - "three": "^0.154.0", - "uuid": "^9.0.0", - "web-vitals": "^2.1.4" - }, - "eslintConfig": { - "extends": [ - "react-app", - "react-app/jest" - ] - }, - "scripts": { - "start": "react-scripts start", - "build": "react-scripts build", - "test": "react-scripts test", - "eject": "react-scripts eject" - }, - "browserslist": { - "production": [ - ">0.2%", - "not dead", - "not op_mini all" - ], - "development": [ - "last 1 chrome version", - "last 1 firefox version", - "last 1 safari version" - ] - } -} diff --git a/old/public/_redirects b/old/public/_redirects deleted file mode 100644 index f8243379..00000000 --- a/old/public/_redirects +++ /dev/null @@ -1 +0,0 @@ -/* /index.html 200 \ No newline at end of file diff --git a/old/public/index.html b/old/public/index.html deleted file mode 100644 index c02861d1..00000000 --- a/old/public/index.html +++ /dev/null @@ -1,48 +0,0 @@ - - - - - - - - - - - - - - Microsoft Learn Student Chapter - TIET - - - -
- - - diff --git a/old/public/logo.png b/old/public/logo.png deleted file mode 100644 index 5ae38416..00000000 Binary files a/old/public/logo.png and /dev/null differ diff --git a/old/public/manifest.json b/old/public/manifest.json deleted file mode 100644 index 080d6c77..00000000 --- a/old/public/manifest.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "short_name": "React App", - "name": "Create React App Sample", - "icons": [ - { - "src": "favicon.ico", - "sizes": "64x64 32x32 24x24 16x16", - "type": "image/x-icon" - }, - { - "src": "logo192.png", - "type": "image/png", - "sizes": "192x192" - }, - { - "src": "logo512.png", - "type": "image/png", - "sizes": "512x512" - } - ], - "start_url": ".", - "display": "standalone", - "theme_color": "#000000", - "background_color": "#ffffff" -} diff --git a/old/public/robots.txt b/old/public/robots.txt deleted file mode 100644 index e9e57dc4..00000000 --- a/old/public/robots.txt +++ /dev/null @@ -1,3 +0,0 @@ -# https://www.robotstxt.org/robotstxt.html -User-agent: * -Disallow: diff --git a/package-lock.json b/package-lock.json index 5b954c26..8e47910d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,6 +9,7 @@ "version": "0.0.0", "dependencies": { "@gsap/react": "^2.1.1", + "@react-spring/web": "^9.7.4", "@react-three/drei": "^9.107.2", "@react-three/fiber": "^8.16.8", "core-js": "^3.37.1", @@ -23,6 +24,7 @@ "react-router-dom": "^6.24.0", "react-scroll": "^1.9.0", "react-skroll": "^0.7.3", + "react-spring-3d-carousel-2": "^1.0.1", "react-tooltip": "^5.27.0", "require-context": "^1.1.0", "three": "^0.166.1" @@ -55,7 +57,6 @@ "version": "7.24.7", "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.24.7.tgz", "integrity": "sha512-BcYH1CVJBO9tvyIZ2jVeXgSIMvGZ2FDRvDdOIVQyuklNKSsx+eppDEBq/g47Ayw+RqNFE+URvOShmf+f/qwAlA==", - "peer": true, "dependencies": { "@babel/highlight": "^7.24.7", "picocolors": "^1.0.0" @@ -107,7 +108,6 @@ "version": "7.25.5", "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.25.5.tgz", "integrity": "sha512-abd43wyLfbWoxC6ahM8xTkqLpGB2iWBVyuKC9/srhFunCd1SDNrV1s72bBpK4hLj8KLzHBBcOblvLQZBNw9r3w==", - "peer": true, "dependencies": { "@babel/types": "^7.25.4", "@jridgewell/gen-mapping": "^0.3.5", @@ -247,7 +247,6 @@ "version": "7.24.7", "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.24.7.tgz", "integrity": "sha512-8AyH3C+74cgCVVXow/myrynrAGv+nTVg5vKu2nZph9x7RcRwzmh0VFallJuFTZ9mx6u4eSdXZfcOzSqTUm0HCA==", - "peer": true, "dependencies": { "@babel/traverse": "^7.24.7", "@babel/types": "^7.24.7" @@ -359,7 +358,6 @@ "version": "7.24.8", "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.24.8.tgz", "integrity": "sha512-pO9KhhRcuUyGnJWwyEgnRJTSIZHiT+vMD0kPeD+so0l7mxkMT19g3pjY9GTnHySck/hDzq+dtW/4VgnMkippsQ==", - "peer": true, "engines": { "node": ">=6.9.0" } @@ -368,7 +366,6 @@ "version": "7.24.7", "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.24.7.tgz", "integrity": "sha512-rR+PBcQ1SMQDDyF6X0wxtG8QyLCgUB0eRAGguqRLfkCA87l7yAP7ehq8SNj96OOGTO8OBV70KhuFYcIkHXOg0w==", - "peer": true, "engines": { "node": ">=6.9.0" } @@ -413,7 +410,6 @@ "version": "7.24.7", "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.24.7.tgz", "integrity": "sha512-EStJpq4OuY8xYfhGVXngigBJRWxftKX9ksiGDnmlY3o7B/V7KIAc9X4oiK87uPJSc/vs5L869bem5fhZa8caZw==", - "peer": true, "dependencies": { "@babel/helper-validator-identifier": "^7.24.7", "chalk": "^2.4.2", @@ -428,7 +424,6 @@ "version": "3.2.1", "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", - "peer": true, "dependencies": { "color-convert": "^1.9.0" }, @@ -440,7 +435,6 @@ "version": "2.4.2", "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", - "peer": true, "dependencies": { "ansi-styles": "^3.2.1", "escape-string-regexp": "^1.0.5", @@ -454,7 +448,6 @@ "version": "1.9.3", "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", - "peer": true, "dependencies": { "color-name": "1.1.3" } @@ -462,14 +455,12 @@ "node_modules/@babel/highlight/node_modules/color-name": { "version": "1.1.3", "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", - "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==", - "peer": true + "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==" }, "node_modules/@babel/highlight/node_modules/escape-string-regexp": { "version": "1.0.5", "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==", - "peer": true, "engines": { "node": ">=0.8.0" } @@ -478,7 +469,6 @@ "version": "3.0.0", "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==", - "peer": true, "engines": { "node": ">=4" } @@ -487,7 +477,6 @@ "version": "5.5.0", "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", - "peer": true, "dependencies": { "has-flag": "^3.0.0" }, @@ -499,7 +488,6 @@ "version": "7.25.4", "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.25.4.tgz", "integrity": "sha512-nq+eWrOgdtu3jG5Os4TQP3x3cLA8hR8TvJNjD8vnPa20WGycimcparWnLK4jJhElTK6SDyuJo1weMKO/5LpmLA==", - "peer": true, "dependencies": { "@babel/types": "^7.25.4" }, @@ -2064,7 +2052,6 @@ "version": "7.25.0", "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.25.0.tgz", "integrity": "sha512-aOOgh1/5XzKvg1jvVz7AVrx2piJ2XBi227DHmbY6y+bM9H2FlN+IfecYu4Xl0cNiiVejlsCri89LUsbj8vJD9Q==", - "peer": true, "dependencies": { "@babel/code-frame": "^7.24.7", "@babel/parser": "^7.25.0", @@ -2078,7 +2065,6 @@ "version": "7.25.4", "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.25.4.tgz", "integrity": "sha512-VJ4XsrD+nOvlXyLzmLzUs/0qjFS4sK30te5yEFlvbbUNEgKaVb2BHZUpAL+ttLPQAHNrsI3zZisbfha5Cvr8vg==", - "peer": true, "dependencies": { "@babel/code-frame": "^7.24.7", "@babel/generator": "^7.25.4", @@ -2096,7 +2082,6 @@ "version": "11.12.0", "resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz", "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==", - "peer": true, "engines": { "node": ">=4" } @@ -2105,7 +2090,6 @@ "version": "7.25.4", "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.25.4.tgz", "integrity": "sha512-zQ1ijeeCXVEh+aNL0RlmkPkG8HUiDcU2pzQQFjtbntgAczRASFzj4H+6+bV+dy1ntKR14I/DypeuRG1uma98iQ==", - "peer": true, "dependencies": { "@babel/helper-string-parser": "^7.24.8", "@babel/helper-validator-identifier": "^7.24.7", @@ -2115,6 +2099,131 @@ "node": ">=6.9.0" } }, + "node_modules/@emotion/cache": { + "version": "10.0.29", + "resolved": "https://registry.npmjs.org/@emotion/cache/-/cache-10.0.29.tgz", + "integrity": "sha512-fU2VtSVlHiF27empSbxi1O2JFdNWZO+2NFHfwO0pxgTep6Xa3uGb+3pVKfLww2l/IBGLNEZl5Xf/++A4wAYDYQ==", + "dependencies": { + "@emotion/sheet": "0.9.4", + "@emotion/stylis": "0.8.5", + "@emotion/utils": "0.11.3", + "@emotion/weak-memoize": "0.2.5" + } + }, + "node_modules/@emotion/core": { + "version": "10.3.1", + "resolved": "https://registry.npmjs.org/@emotion/core/-/core-10.3.1.tgz", + "integrity": "sha512-447aUEjPIm0MnE6QYIaFz9VQOHSXf4Iu6EWOIqq11EAPqinkSZmfymPTmlOE3QjLv846lH4JVZBUOtwGbuQoww==", + "dependencies": { + "@babel/runtime": "^7.5.5", + "@emotion/cache": "^10.0.27", + "@emotion/css": "^10.0.27", + "@emotion/serialize": "^0.11.15", + "@emotion/sheet": "0.9.4", + "@emotion/utils": "0.11.3" + }, + "peerDependencies": { + "react": ">=16.3.0" + } + }, + "node_modules/@emotion/css": { + "version": "10.0.27", + "resolved": "https://registry.npmjs.org/@emotion/css/-/css-10.0.27.tgz", + "integrity": "sha512-6wZjsvYeBhyZQYNrGoR5yPMYbMBNEnanDrqmsqS1mzDm1cOTu12shvl2j4QHNS36UaTE0USIJawCH9C8oW34Zw==", + "dependencies": { + "@emotion/serialize": "^0.11.15", + "@emotion/utils": "0.11.3", + "babel-plugin-emotion": "^10.0.27" + } + }, + "node_modules/@emotion/hash": { + "version": "0.8.0", + "resolved": "https://registry.npmjs.org/@emotion/hash/-/hash-0.8.0.tgz", + "integrity": "sha512-kBJtf7PH6aWwZ6fka3zQ0p6SBYzx4fl1LoZXE2RrnYST9Xljm7WfKJrU4g/Xr3Beg72MLrp1AWNUmuYJTL7Cow==" + }, + "node_modules/@emotion/is-prop-valid": { + "version": "0.8.8", + "resolved": "https://registry.npmjs.org/@emotion/is-prop-valid/-/is-prop-valid-0.8.8.tgz", + "integrity": "sha512-u5WtneEAr5IDG2Wv65yhunPSMLIpuKsbuOktRojfrEiEvRyC85LgPMZI63cr7NUqT8ZIGdSVg8ZKGxIug4lXcA==", + "dependencies": { + "@emotion/memoize": "0.7.4" + } + }, + "node_modules/@emotion/memoize": { + "version": "0.7.4", + "resolved": "https://registry.npmjs.org/@emotion/memoize/-/memoize-0.7.4.tgz", + "integrity": "sha512-Ja/Vfqe3HpuzRsG1oBtWTHk2PGZ7GR+2Vz5iYGelAw8dx32K0y7PjVuxK6z1nMpZOqAFsRUPCkK1YjJ56qJlgw==" + }, + "node_modules/@emotion/serialize": { + "version": "0.11.16", + "resolved": "https://registry.npmjs.org/@emotion/serialize/-/serialize-0.11.16.tgz", + "integrity": "sha512-G3J4o8by0VRrO+PFeSc3js2myYNOXVJ3Ya+RGVxnshRYgsvErfAOglKAiy1Eo1vhzxqtUvjCyS5gtewzkmvSSg==", + "dependencies": { + "@emotion/hash": "0.8.0", + "@emotion/memoize": "0.7.4", + "@emotion/unitless": "0.7.5", + "@emotion/utils": "0.11.3", + "csstype": "^2.5.7" + } + }, + "node_modules/@emotion/serialize/node_modules/csstype": { + "version": "2.6.21", + "resolved": "https://registry.npmjs.org/csstype/-/csstype-2.6.21.tgz", + "integrity": "sha512-Z1PhmomIfypOpoMjRQB70jfvy/wxT50qW08YXO5lMIJkrdq4yOTR+AW7FqutScmB9NkLwxo+jU+kZLbofZZq/w==" + }, + "node_modules/@emotion/sheet": { + "version": "0.9.4", + "resolved": "https://registry.npmjs.org/@emotion/sheet/-/sheet-0.9.4.tgz", + "integrity": "sha512-zM9PFmgVSqBw4zL101Q0HrBVTGmpAxFZH/pYx/cjJT5advXguvcgjHFTCaIO3enL/xr89vK2bh0Mfyj9aa0ANA==" + }, + "node_modules/@emotion/styled": { + "version": "10.3.0", + "resolved": "https://registry.npmjs.org/@emotion/styled/-/styled-10.3.0.tgz", + "integrity": "sha512-GgcUpXBBEU5ido+/p/mCT2/Xx+Oqmp9JzQRuC+a4lYM4i4LBBn/dWvc0rQ19N9ObA8/T4NWMrPNe79kMBDJqoQ==", + "dependencies": { + "@emotion/styled-base": "^10.3.0", + "babel-plugin-emotion": "^10.0.27" + }, + "peerDependencies": { + "@emotion/core": "^10.0.27", + "react": ">=16.3.0" + } + }, + "node_modules/@emotion/styled-base": { + "version": "10.3.0", + "resolved": "https://registry.npmjs.org/@emotion/styled-base/-/styled-base-10.3.0.tgz", + "integrity": "sha512-PBRqsVKR7QRNkmfH78hTSSwHWcwDpecH9W6heujWAcyp2wdz/64PP73s7fWS1dIPm8/Exc8JAzYS8dEWXjv60w==", + "dependencies": { + "@babel/runtime": "^7.5.5", + "@emotion/is-prop-valid": "0.8.8", + "@emotion/serialize": "^0.11.15", + "@emotion/utils": "0.11.3" + }, + "peerDependencies": { + "@emotion/core": "^10.0.28", + "react": ">=16.3.0" + } + }, + "node_modules/@emotion/stylis": { + "version": "0.8.5", + "resolved": "https://registry.npmjs.org/@emotion/stylis/-/stylis-0.8.5.tgz", + "integrity": "sha512-h6KtPihKFn3T9fuIrwvXXUOwlx3rfUvfZIcP5a6rh8Y7zjE3O06hT5Ss4S/YI1AYhuZ1kjaE/5EaOOI2NqSylQ==" + }, + "node_modules/@emotion/unitless": { + "version": "0.7.5", + "resolved": "https://registry.npmjs.org/@emotion/unitless/-/unitless-0.7.5.tgz", + "integrity": "sha512-OWORNpfjMsSSUBVrRBVGECkhWcULOAJz9ZW8uK9qgxD+87M7jHRcvh/A96XXNhXTLmKcoYSQtBEX7lHMO7YRwg==" + }, + "node_modules/@emotion/utils": { + "version": "0.11.3", + "resolved": "https://registry.npmjs.org/@emotion/utils/-/utils-0.11.3.tgz", + "integrity": "sha512-0o4l6pZC+hI88+bzuaX/6BgOvQVhbt2PfmxauVaYOGgbsAw14wdKyvMCZXnsnsHys94iadcF+RG/wZyx6+ZZBw==" + }, + "node_modules/@emotion/weak-memoize": { + "version": "0.2.5", + "resolved": "https://registry.npmjs.org/@emotion/weak-memoize/-/weak-memoize-0.2.5.tgz", + "integrity": "sha512-6U71C2Wp7r5XtFtQzYrW5iKFT67OixrSxjI4MptCHzdSVlgabczzqLe0ZSgnub/5Kp4hSbpDB1tMytZY9pwxxA==" + }, "node_modules/@esbuild/win32-x64": { "version": "0.21.5", "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.21.5.tgz", @@ -2354,7 +2463,6 @@ "version": "0.3.5", "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.5.tgz", "integrity": "sha512-IzL8ZoEDIBRWEzlCcRhOaCupYyN5gdIK+Q6fbFdPDg6HqX6jpkItn7DFIpW9LQzXG6Df9sA7+OKnq0qlz/GaQg==", - "peer": true, "dependencies": { "@jridgewell/set-array": "^1.2.1", "@jridgewell/sourcemap-codec": "^1.4.10", @@ -2368,7 +2476,6 @@ "version": "3.1.2", "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz", "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==", - "peer": true, "engines": { "node": ">=6.0.0" } @@ -2377,7 +2484,6 @@ "version": "1.2.1", "resolved": "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.2.1.tgz", "integrity": "sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==", - "peer": true, "engines": { "node": ">=6.0.0" } @@ -2395,14 +2501,12 @@ "node_modules/@jridgewell/sourcemap-codec": { "version": "1.5.0", "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.0.tgz", - "integrity": "sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ==", - "peer": true + "integrity": "sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ==" }, "node_modules/@jridgewell/trace-mapping": { "version": "0.3.25", "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.25.tgz", "integrity": "sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==", - "peer": true, "dependencies": { "@jridgewell/resolve-uri": "^3.1.0", "@jridgewell/sourcemap-codec": "^1.4.14" @@ -3209,7 +3313,6 @@ "version": "9.7.4", "resolved": "https://registry.npmjs.org/@react-spring/web/-/web-9.7.4.tgz", "integrity": "sha512-UMvCZp7I5HCVIleSa4BwbNxynqvj+mJjG2m20VO2yPoi2pnCYANy58flvz9v/YcXTAvsmL655FV3pm5fbr6akA==", - "peer": true, "dependencies": { "@react-spring/animated": "~9.7.4", "@react-spring/core": "~9.7.4", @@ -3225,7 +3328,6 @@ "version": "9.7.4", "resolved": "https://registry.npmjs.org/@react-spring/animated/-/animated-9.7.4.tgz", "integrity": "sha512-7As+8Pty2QlemJ9O5ecsuPKjmO0NKvmVkRR1n6mEotFgWar8FKuQt2xgxz3RTgxcccghpx1YdS1FCdElQNexmQ==", - "peer": true, "dependencies": { "@react-spring/shared": "~9.7.4", "@react-spring/types": "~9.7.4" @@ -3238,7 +3340,6 @@ "version": "9.7.4", "resolved": "https://registry.npmjs.org/@react-spring/core/-/core-9.7.4.tgz", "integrity": "sha512-GzjA44niEJBFUe9jN3zubRDDDP2E4tBlhNlSIkTChiNf9p4ZQlgXBg50qbXfSXHQPHak/ExYxwhipKVsQ/sUTw==", - "peer": true, "dependencies": { "@react-spring/animated": "~9.7.4", "@react-spring/shared": "~9.7.4", @@ -3255,14 +3356,12 @@ "node_modules/@react-spring/web/node_modules/@react-spring/rafz": { "version": "9.7.4", "resolved": "https://registry.npmjs.org/@react-spring/rafz/-/rafz-9.7.4.tgz", - "integrity": "sha512-mqDI6rW0Ca8IdryOMiXRhMtVGiEGLIO89vIOyFQXRIwwIMX30HLya24g9z4olDvFyeDW3+kibiKwtZnA4xhldA==", - "peer": true + "integrity": "sha512-mqDI6rW0Ca8IdryOMiXRhMtVGiEGLIO89vIOyFQXRIwwIMX30HLya24g9z4olDvFyeDW3+kibiKwtZnA4xhldA==" }, "node_modules/@react-spring/web/node_modules/@react-spring/shared": { "version": "9.7.4", "resolved": "https://registry.npmjs.org/@react-spring/shared/-/shared-9.7.4.tgz", "integrity": "sha512-bEPI7cQp94dOtCFSEYpxvLxj0+xQfB5r9Ru1h8OMycsIq7zFZon1G0sHrBLaLQIWeMCllc4tVDYRTLIRv70C8w==", - "peer": true, "dependencies": { "@react-spring/rafz": "~9.7.4", "@react-spring/types": "~9.7.4" @@ -3274,8 +3373,7 @@ "node_modules/@react-spring/web/node_modules/@react-spring/types": { "version": "9.7.4", "resolved": "https://registry.npmjs.org/@react-spring/types/-/types-9.7.4.tgz", - "integrity": "sha512-iQVztO09ZVfsletMiY+DpT/JRiBntdsdJ4uqk3UJFhrhS8mIC9ZOZbmfGSRs/kdbNPQkVyzucceDicQ/3Mlj9g==", - "peer": true + "integrity": "sha512-iQVztO09ZVfsletMiY+DpT/JRiBntdsdJ4uqk3UJFhrhS8mIC9ZOZbmfGSRs/kdbNPQkVyzucceDicQ/3Mlj9g==" }, "node_modules/@react-spring/zdog": { "version": "9.7.4", @@ -3646,6 +3744,11 @@ "resolved": "https://registry.npmjs.org/@types/offscreencanvas/-/offscreencanvas-2019.7.3.tgz", "integrity": "sha512-ieXiYmgSRXUDeOntE1InxjWyvEelZGP63M+cGuquuRLuIKKT1osnkXjxev9B7d1nXSug5vpunx+gNlbVxMlC9A==" }, + "node_modules/@types/parse-json": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/@types/parse-json/-/parse-json-4.0.2.tgz", + "integrity": "sha512-dISoDXWWQwUquiKsyZ4Ng+HX2KsPL7LyHKHQwgGFEA3IaKac4Obd+h2a/a6waisAoepJlBcx9paWqjA8/HVjCw==" + }, "node_modules/@types/prop-types": { "version": "15.7.12", "resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.12.tgz", @@ -3689,12 +3792,12 @@ "integrity": "sha512-pXNfAD3KHOdif9EQXZ9deK82HVNaXP5ZIF5RP2QG6OQFNTaY2YIetfrE9t528vEreGQvEPRDDc8muaoYeK0SxQ==" }, "node_modules/@types/three": { - "version": "0.165.0", - "resolved": "https://registry.npmjs.org/@types/three/-/three-0.165.0.tgz", - "integrity": "sha512-AJK8JZAFNBF0kBXiAIl5pggYlzAGGA8geVYQXAcPCEDRbyA+oEjkpUBcJJrtNz6IiALwzGexFJGZG2yV3WsYBw==", + "version": "0.167.2", + "resolved": "https://registry.npmjs.org/@types/three/-/three-0.167.2.tgz", + "integrity": "sha512-onxnIUNYpXcZJ5DTiIsxfnr4F9kAWkkxAUWx5yqzz/u0a4IygCLCjMuOl2DEeCxyJdJ2nOJZvKpu48sBMqfmkQ==", "peer": true, "dependencies": { - "@tweenjs/tween.js": "~23.1.1", + "@tweenjs/tween.js": "~23.1.2", "@types/stats.js": "*", "@types/webxr": "*", "fflate": "~0.8.2", @@ -4099,6 +4202,85 @@ "@babel/core": "^7.0.0-0" } }, + "node_modules/babel-plugin-emotion": { + "version": "10.2.2", + "resolved": "https://registry.npmjs.org/babel-plugin-emotion/-/babel-plugin-emotion-10.2.2.tgz", + "integrity": "sha512-SMSkGoqTbTyUTDeuVuPIWifPdUGkTk1Kf9BWRiXIOIcuyMfsdp2EjeiiFvOzX8NOBvEh/ypKYvUh2rkgAJMCLA==", + "dependencies": { + "@babel/helper-module-imports": "^7.0.0", + "@emotion/hash": "0.8.0", + "@emotion/memoize": "0.7.4", + "@emotion/serialize": "^0.11.16", + "babel-plugin-macros": "^2.0.0", + "babel-plugin-syntax-jsx": "^6.18.0", + "convert-source-map": "^1.5.0", + "escape-string-regexp": "^1.0.5", + "find-root": "^1.1.0", + "source-map": "^0.5.7" + } + }, + "node_modules/babel-plugin-emotion/node_modules/convert-source-map": { + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.9.0.tgz", + "integrity": "sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A==" + }, + "node_modules/babel-plugin-emotion/node_modules/escape-string-regexp": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", + "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==", + "engines": { + "node": ">=0.8.0" + } + }, + "node_modules/babel-plugin-macros": { + "version": "2.8.0", + "resolved": "https://registry.npmjs.org/babel-plugin-macros/-/babel-plugin-macros-2.8.0.tgz", + "integrity": "sha512-SEP5kJpfGYqYKpBrj5XU3ahw5p5GOHJ0U5ssOSQ/WBVdwkD2Dzlce95exQTs3jOVWPPKLBN2rlEWkCK7dSmLvg==", + "dependencies": { + "@babel/runtime": "^7.7.2", + "cosmiconfig": "^6.0.0", + "resolve": "^1.12.0" + } + }, + "node_modules/babel-plugin-macros/node_modules/cosmiconfig": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-6.0.0.tgz", + "integrity": "sha512-xb3ZL6+L8b9JLLCx3ZdoZy4+2ECphCMo2PwqgP1tlfVq6M6YReyzBJtvWWtbDSpNr9hn96pkCiZqUcFEc+54Qg==", + "dependencies": { + "@types/parse-json": "^4.0.0", + "import-fresh": "^3.1.0", + "parse-json": "^5.0.0", + "path-type": "^4.0.0", + "yaml": "^1.7.2" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/babel-plugin-macros/node_modules/resolve": { + "version": "1.22.8", + "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.8.tgz", + "integrity": "sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==", + "dependencies": { + "is-core-module": "^2.13.0", + "path-parse": "^1.0.7", + "supports-preserve-symlinks-flag": "^1.0.0" + }, + "bin": { + "resolve": "bin/resolve" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/babel-plugin-macros/node_modules/yaml": { + "version": "1.10.2", + "resolved": "https://registry.npmjs.org/yaml/-/yaml-1.10.2.tgz", + "integrity": "sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==", + "engines": { + "node": ">= 6" + } + }, "node_modules/babel-plugin-polyfill-corejs2": { "version": "0.4.11", "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.4.11.tgz", @@ -4138,6 +4320,11 @@ "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0" } }, + "node_modules/babel-plugin-syntax-jsx": { + "version": "6.18.0", + "resolved": "https://registry.npmjs.org/babel-plugin-syntax-jsx/-/babel-plugin-syntax-jsx-6.18.0.tgz", + "integrity": "sha512-qrPaCSo9c8RHNRHIotaufGbuOBN8rtdC4QrrFFc43vyWCCz7Kl7GL1PGaXtMGQZUXrkCjNEgxDfmAuAabr/rlw==" + }, "node_modules/babel-plugin-transform-flow-enums": { "version": "0.0.2", "resolved": "https://registry.npmjs.org/babel-plugin-transform-flow-enums/-/babel-plugin-transform-flow-enums-0.0.2.tgz", @@ -5023,7 +5210,6 @@ "version": "1.3.2", "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz", "integrity": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==", - "peer": true, "dependencies": { "is-arrayish": "^0.2.1" } @@ -5699,6 +5885,11 @@ "node": ">=6" } }, + "node_modules/find-root": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/find-root/-/find-root-1.1.0.tgz", + "integrity": "sha512-NKfW6bec6GfKc0SGx1e07QZY9PE99u0Bft/0rzSD5k3sO/vwkVUpDUKVm5Gpp5Ue3YfShPFTX2070tDs5kB9Ng==" + }, "node_modules/find-up": { "version": "5.0.0", "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz", @@ -6265,8 +6456,7 @@ "node_modules/is-arrayish": { "version": "0.2.1", "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz", - "integrity": "sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==", - "peer": true + "integrity": "sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==" }, "node_modules/is-async-function": { "version": "2.0.0", @@ -7021,7 +7211,6 @@ "version": "2.5.2", "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-2.5.2.tgz", "integrity": "sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==", - "peer": true, "bin": { "jsesc": "bin/jsesc" }, @@ -7044,8 +7233,7 @@ "node_modules/json-parse-even-better-errors": { "version": "2.3.1", "resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz", - "integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==", - "peer": true + "integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==" }, "node_modules/json-schema-traverse": { "version": "0.4.1", @@ -7200,8 +7388,7 @@ "node_modules/lines-and-columns": { "version": "1.2.4", "resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz", - "integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==", - "peer": true + "integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==" }, "node_modules/locate-path": { "version": "6.0.0", @@ -8460,7 +8647,6 @@ "version": "5.2.0", "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz", "integrity": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==", - "peer": true, "dependencies": { "@babel/code-frame": "^7.0.0", "error-ex": "^1.3.1", @@ -8512,6 +8698,14 @@ "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz", "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==" }, + "node_modules/path-type": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz", + "integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==", + "engines": { + "node": ">=8" + } + }, "node_modules/picocolors": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.1.tgz", @@ -9182,6 +9376,33 @@ "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0" } }, + "node_modules/react-spring-3d-carousel-2": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/react-spring-3d-carousel-2/-/react-spring-3d-carousel-2-1.0.1.tgz", + "integrity": "sha512-xZIqbs1y5s+pFHuccnrWP+IAiikLvne/9ENPnfs0JVbJIBo6zWfJu1Y6F82472LwyXqIVpOAF5eRG03tHFC5MQ==", + "dependencies": { + "@emotion/core": "^10.0.7", + "@emotion/styled": "^10.0.7", + "react-spring": "^8.0.5" + }, + "peerDependencies": { + "react": "^16.7.0", + "react-dom": "^16.7.0" + } + }, + "node_modules/react-spring-3d-carousel-2/node_modules/react-spring": { + "version": "8.0.27", + "resolved": "https://registry.npmjs.org/react-spring/-/react-spring-8.0.27.tgz", + "integrity": "sha512-nDpWBe3ZVezukNRandTeLSPcwwTMjNVu1IDq9qA/AMiUqHuRN4BeSWvKr3eIxxg1vtiYiOLy4FqdfCP5IoP77g==", + "dependencies": { + "@babel/runtime": "^7.3.1", + "prop-types": "^15.5.8" + }, + "peerDependencies": { + "react": ">= 16.8.0", + "react-dom": ">= 16.8.0" + } + }, "node_modules/react-spring/node_modules/@react-spring/animated": { "version": "9.7.4", "resolved": "https://registry.npmjs.org/@react-spring/animated/-/animated-9.7.4.tgz", @@ -9961,7 +10182,6 @@ "version": "0.5.7", "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz", "integrity": "sha512-LbrmJOMUSdEVxIKvdcJzQC+nQhe8FUZQTXQy6+I75skNgn3OoQ0DZA8YnFa7gp8tqtL3KPf1kmo0R5DoApeSGQ==", - "peer": true, "engines": { "node": ">=0.10.0" } @@ -10436,7 +10656,6 @@ "version": "2.0.0", "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz", "integrity": "sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==", - "peer": true, "engines": { "node": ">=4" } diff --git a/package.json b/package.json index e2ec656b..2309b2f6 100644 --- a/package.json +++ b/package.json @@ -11,6 +11,7 @@ }, "dependencies": { "@gsap/react": "^2.1.1", + "@react-spring/web": "^9.7.4", "@react-three/drei": "^9.107.2", "@react-three/fiber": "^8.16.8", "core-js": "^3.37.1", @@ -25,9 +26,10 @@ "react-router-dom": "^6.24.0", "react-scroll": "^1.9.0", "react-skroll": "^0.7.3", + "react-spring-3d-carousel-2": "^1.0.1", "react-tooltip": "^5.27.0", - "three": "^0.166.1", - "require-context": "^1.1.0" + "require-context": "^1.1.0", + "three": "^0.166.1" }, "devDependencies": { "@types/react": "^18.3.3", diff --git a/src/App.jsx b/src/App.jsx index 1cdd27de..2cbd3c3d 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -2,23 +2,27 @@ import Events from "./Pages/Events"; import Gallery from "./Pages/Gallery"; import LandingPage from "./Pages/LandingPage"; import OurTeam from "./Pages/OurTeam"; -import Alumni from "./Pages/Alumni"; +// import Alumni from "./Pages/Alumni"; import React from "react"; import { BrowserRouter as Router, Route, Routes } from "react-router-dom"; import AboutUs from "./Pages/AboutUs"; import NavbarI from "./Components/NavbarI/NavbarI"; +import Sponsors from "./Pages/Sponsors"; +import Chatbot from "../components/Chatbot/chatbot" function App() { return ( + } /> } /> } /> - } /> + {/* } /> */} } /> } /> + } /> ); diff --git a/src/Components/NavbarI/NavbarI.jsx b/src/Components/NavbarI/NavbarI.jsx index fa6bac63..5d35e203 100644 --- a/src/Components/NavbarI/NavbarI.jsx +++ b/src/Components/NavbarI/NavbarI.jsx @@ -42,9 +42,9 @@ const NavbarI = () => { - + {/* - + */}
diff --git a/src/Pages/AboutUs/components/animation.module.css b/src/Pages/AboutUs/components/animation.module.css index f2185327..36b05b77 100644 --- a/src/Pages/AboutUs/components/animation.module.css +++ b/src/Pages/AboutUs/components/animation.module.css @@ -24,10 +24,16 @@ body{ .imageDiv { z-index: 2; - width: 300px; - height: 200px; + width: 400px; + height: 300px; border-radius: 10px; background-repeat: no-repeat; background-size: contain; background-position: center; } +@media screen and (max-width:780px){ + .imageDiv{ + height: 200px; + width: 300px; + } +} \ No newline at end of file diff --git a/src/Pages/AboutUs/components/projects.module.css b/src/Pages/AboutUs/components/projects.module.css index b398f2c0..ea43d1df 100644 --- a/src/Pages/AboutUs/components/projects.module.css +++ b/src/Pages/AboutUs/components/projects.module.css @@ -1,7 +1,7 @@ .mainProjectsContainer{ position: relative; z-index: 10000; - margin-bottom: 7vh; + margin-bottom: 3vh; } .peel{ @@ -80,6 +80,7 @@ justify-content: center; align-items: center; flex-direction: column; + /* width: 92%; */ } .description{ @@ -121,9 +122,15 @@ height: 150px; width: 150px; - margin-left: -8vw; + margin-left: -4vw; /* margin-bottom: 13vh; */ } + .description{ + width: 35vw; + } + .projectimagediv{ + width: 92%; + } } @media screen and (max-width: 450px) { diff --git a/src/Pages/AboutUs/index.jsx b/src/Pages/AboutUs/index.jsx index f27a75d8..8b04839c 100644 --- a/src/Pages/AboutUs/index.jsx +++ b/src/Pages/AboutUs/index.jsx @@ -5,6 +5,7 @@ import MainProject from "./components/mainProject"; import style from './index.module.css'; import Animation from './components/animation'; import Logoani from './components/logoani'; +// import Chatbot from "../../../components/Chatbot/chatbot" const Images = [ 'https://res.cloudinary.com/dy1pmolax/image/upload/v1723134459/about_page/about1.jpg', @@ -37,6 +38,7 @@ const Index = () => { <> {isWindowWideEnough && } +
{isWindowWideEnough && } diff --git a/src/Pages/AboutUs/index.module.css b/src/Pages/AboutUs/index.module.css index 3ebd12c6..bd8e0baf 100644 --- a/src/Pages/AboutUs/index.module.css +++ b/src/Pages/AboutUs/index.module.css @@ -18,7 +18,7 @@ body{ .empty{ width:100%; - height:160vh; + height:210vh; } @media screen and (max-width: 426px){ diff --git a/src/Pages/Alumni/Style/card.module.css b/src/Pages/Alumni/Style/card.module.css index e3893e3c..46104a19 100644 --- a/src/Pages/Alumni/Style/card.module.css +++ b/src/Pages/Alumni/Style/card.module.css @@ -11,19 +11,6 @@ box-sizing: border-box; } -.pageHtml { - font-size: 62.5%; -} - -.pageBody { - width: 100vw; - min-height: 100vh; - - font-family: dmMono; - display: flex; - justify-content: center; - align-items: center; -} .container { position: relative; @@ -39,6 +26,8 @@ width: 30rem; height: 40rem; margin: 4rem; + /* font-size: 62.5%; */ + } .box:hover .imgBox { diff --git a/src/Pages/Alumni/Style/index.module.css b/src/Pages/Alumni/Style/index.module.css new file mode 100644 index 00000000..6f5ed071 --- /dev/null +++ b/src/Pages/Alumni/Style/index.module.css @@ -0,0 +1,15 @@ +.mainalumni{ + font-size: 62.5%; + +} +.AlumniContainer{ + width: 100vw; + min-height: 100vh; + + font-family: dmMono; + display: flex; + justify-content: center; + align-items: center; + + } + \ No newline at end of file diff --git a/src/Pages/Alumni/index.jsx b/src/Pages/Alumni/index.jsx index 72080cf1..873dc991 100644 --- a/src/Pages/Alumni/index.jsx +++ b/src/Pages/Alumni/index.jsx @@ -1,10 +1,13 @@ import React from "react"; import Page from "./Components/Page.jsx"; +import styles from "./Style/index.module.css" const Alumni = () => { return ( -
- +
+
+ +
); }; diff --git a/src/Pages/Events/components/Event.module.css b/src/Pages/Events/components/Event.module.css index 9ec1cf2b..2f050fd8 100644 --- a/src/Pages/Events/components/Event.module.css +++ b/src/Pages/Events/components/Event.module.css @@ -72,6 +72,7 @@ background-repeat: no-repeat; background-size: contain; background-position: center; + cursor: pointer; } .popup { diff --git a/src/Pages/Events/components/data.json b/src/Pages/Events/components/data.json index 921351f5..6bfaaa8e 100644 --- a/src/Pages/Events/components/data.json +++ b/src/Pages/Events/components/data.json @@ -1,17 +1,17 @@ [ { "title": "Makeathon 6", - "description": "Lorem ipsum dolor sit amet consectetur adipisicing elit. Corporis ullam in facilis quibusdam ex beatae consectetur qui quis itaque nostrum deleniti alias, odit quaerat vel, quasi quidem neque. Dolorum, atque?", + "description": "MLSC is poised to showcase its prowess through its upcoming mega flagship event, Makethon6, slated for the end of February. This eagerly anticipated event promises to be a showcase of ingenuity, where students will come together to ideate, innovate, and create solutions to real-world problems, cementing MLSC's reputation as a hub for budding technocrats and visionaries.", "image": "/Events/Makeathon6.png" }, { "title": "Techmeet 2023", - "description": "Lorem ipsum dolor sit amet consectetur adipisicing elit. Corporis ullam in facilis quibusdam ex beatae consectetur qui quis itaque nostrum deleniti alias, odit quaerat vel, quasi quidem neque. Dolorum, atque?", + "description": "Tech Meet is a event, which consist of various workshops for developing the technical aspect of students and make them learn newer technologies like Ethical Hacking, Game Development, Machine learning and artificial intelligence, Web development and many more.", "image": "/Events/Techmeet2023.png" }, { "title": "Google Speaker Session", - "description": "Lorem ipsum dolor sit amet consectetur adipisicing elit. Corporis ullam in facilis quibusdam ex beatae consectetur qui quis itaque nostrum deleniti alias, odit quaerat vel, quasi quidem neque. Dolorum, atque?", + "description": "An immersive speaker session designed to ignite your curiosity and fuel your passion for tech. A captivating intellectual adventure with the highly skilled Mr. Akshat Mohan Awasthi as he immerses himself in the comprehensive study of cloud computing.", "image": "/Events/GoogleSession.png" } ] \ No newline at end of file diff --git a/src/Pages/Gallery/components/gallery.module.css b/src/Pages/Gallery/components/gallery.module.css index c703d89b..b7bdea82 100644 --- a/src/Pages/Gallery/components/gallery.module.css +++ b/src/Pages/Gallery/components/gallery.module.css @@ -99,3 +99,12 @@ left: 100%; } } +@media screen and (max-width:450px){ + .item img{ + width: 79%; + } + .border{ + width: 297px; + height: 210px; + } +} \ No newline at end of file diff --git a/src/Pages/OurTeam/data.json b/src/Pages/OurTeam/data.json index 299da3a4..649f8a9d 100644 --- a/src/Pages/OurTeam/data.json +++ b/src/Pages/OurTeam/data.json @@ -17,81 +17,91 @@ }, { "key": "4", + "naam": "Divit Dua", + "linkedin_acc": "https://www.linkedin.com/in/divitdua/" + }, + { + "key": "5", "naam": "Harshit Arora", "linkedin_acc": "https://www.linkedin.com/in/harshit-arora-here/" }, { - "key": "5", + "key": "6", "naam": "Jeevant Verma", "linkedin_acc": "https://www.linkedin.com/in/jeevant-verma-8a7096297" }, { - "key": "6", + "key": "7", "naam": "Krish Bansal", "linkedin_acc": "https://www.linkedin.com/in/krish-bansal-/" }, { - "key": "7", + "key": "8", "naam": "Lakshay Singla", "linkedin_acc": "https://www.linkedin.com/in/lakshay-singla-2ab9ba289/" }, { - "key": "8", + "key": "9", "naam": "Manan Garg", "linkedin_acc": "https://www.linkedin.com/in/manan-garg11/" }, { - "key": "9", + "key": "10", "naam": "Mannat Kaur Miglani", "linkedin_acc": "https://www.linkedin.com/in/mannat-kaur-miglani-75a365277/" }, { - "key": "10", + "key": "11", + "naam": "Mehar Walia", + "linkedin_acc": "https://www.linkedin.com/in/mehar-w-b1b4b8283/" + }, + { + "key": "12", "naam": "Nitya Gupta", "linkedin_acc": "https://www.linkedin.com/in/nitya-gupta-394203273/" }, { - "key": "11", + "key": "13", "naam": "Noor Mangewala", "linkedin_acc": "https://www.linkedin.com/in/noor-mangewala-69b18929b/" }, { - "key": "12", + "key": "14", "naam": "Pawandeep Singh Gill", "linkedin_acc": "https://www.linkedin.com/in/pawandeep-singh-gill-883772293/" }, { - "key": "13", + "key": "15", "naam": "Preetinder Singh Badhesha", "linkedin_acc": "https://www.linkedin.com/in/preetinder-singh-badesha/" }, { - "key": "14", + "key": "16", "naam": "Purnika Malhotra", "linkedin_acc": "https://www.linkedin.com/in/purnika-malhotra-8b649729a/" }, { - "key": "15", + "key": "17", "naam": "Sanyam Wadhwa", "linkedin_acc": "https://www.linkedin.com/in/sanyam-wadhwa-688b8529a/" }, { - "key": "16", + "key": "18", "naam": "Vaibhavi Jain", "linkedin_acc": "https://www.linkedin.com/in/vaibhavi-jain-8a674429b/" }, { - "key": "17", + "key": "19", "naam": "Vanshika Goel", "linkedin_acc": "https://www.linkedin.com/in/vanshika-goel-9b8635287/" }, { - "key": "18", + "key": "20", "naam": "Vishnu Prasad", "linkedin_acc": "https://www.linkedin.com/in/vishnu-prasad-833404214/" }, { - "key": "19", + "key": "21", "naam": "Yuvansh Pathak", "linkedin_acc": "https://www.linkedin.com/in/yuvansh-pathak/" } @@ -299,282 +309,274 @@ }, { "key": 29, - "naam": "Divit" - }, - { - "key": 30, "naam": "Divyansh Goel" }, { - "key": 31, + "key": 30, "naam": "Diya Jain" }, { - "key": 32, + "key": 31, "naam": "Eaknoor Singh" }, { - "key": 33, + "key": 32, "naam": "Ganga Singh" }, { - "key": 34, + "key": 33, "naam": "Garvita Bhatnagar" }, { - "key": 35, + "key": 34, "naam": "Harnoor Singh" }, { - "key": 36, + "key": 35, "naam": "Harshil Walia" }, { - "key": 37, + "key": 36, "naam": "Isha Gupta" }, { - "key": 38, + "key": 37, "naam": "Ishita Bery" }, { - "key": 39, + "key": 38, "naam": "Ishita Goyal" }, { - "key": 40, + "key": 39, "naam": "Ishita Gupta" }, { - "key": 41, + "key": 40, "naam": "Ishita Singh Oberoi" }, { - "key": 42, + "key": 41, "naam": "Jaiditya Abhineet Kapoor" }, { - "key": 43, + "key": 42, "naam": "Jatin Kakkar" }, { - "key": 44, + "key": 43, "naam": "Kanishka" }, { - "key": 45, + "key": 44, "naam": "Karan" }, { - "key": 46, + "key": 45, "naam": "Kaushik Arora" }, { - "key": 47, + "key": 46, "naam": "Kavya Mahajan" }, { - "key": 48, + "key": 47, "naam": "Keval Ambani" }, { - "key": 49, + "key": 48, "naam": "Khushi Agarwal" }, { - "key": 50, + "key": 49, "naam": "Kinjal" }, { - "key": 51, + "key": 50, "naam": "Kusham Lata" }, { - "key": 52, + "key": 51, "naam": "Lahari Reddy" }, { - "key": 53, + "key": 52, "naam": "Lakshay Sharma" }, { - "key": 54, + "key": 53, "naam": "Lakshita Gupta" }, { - "key": 55, + "key": 54, "naam": "Laxmi" }, { - "key": 56, - "naam": "Mehar Walia" - }, - { - "key": 57, + "key": 55, "naam": "Mehul Luthra" }, { - "key": 58, + "key": 56, "naam": "Mitul Pabri" }, { - "key": 59, + "key": 57, "naam": "Naman Singh" }, { - "key": 60, + "key": 58, "naam": "Neha Garg" }, { - "key": 61, + "key": 59, "naam": "Nehal Malhotra" }, { - "key": 62, + "key": 60, "naam": "Nia Malik" }, { - "key": 63, + "key": 61, "naam": "Nidhi" }, { - "key": 64, + "key": 62, "naam": "Nishesh Singla" }, { - "key": 65, + "key": 63, "naam": "Noor Tandon" }, { - "key": 66, + "key": 64, "naam": "Pallika Malhotra" }, { - "key": 67, + "key": 65, "naam": "Parth Biyani" }, { - "key": 68, + "key": 66, "naam": "Parth Jain" }, { - "key": 69, + "key": 67, "naam": "Pooja Bisht" }, { - "key": 70, + "key": 68, "naam": "Pragati Agarwal" }, { - "key": 71, + "key": 69, "naam": "Pratham Handa" }, { - "key": 72, + "key": 70, "naam": "Pratishtha" }, { - "key": 73, + "key": 71, "naam": "Priyanshi" }, { - "key": 74, + "key": 72, "naam": "Riddhi Jain" }, { - "key": 75, + "key": 73, "naam": "Radhika Singh" }, { - "key": 76, + "key": 74, "naam": "Rajas Bhatnagar" }, { - "key": 77, + "key": 75, "naam": "Saksham Dua" }, { - "key": 78, + "key": 76, "naam": "Saksham Singh" }, { - "key": 79, + "key": 77, "naam": "Saksham Sharma" }, { - "key": 80, + "key": 78, "naam": "Sanil Grover" }, { - "key": 81, + "key": 79, "naam": "Shantanu Singhal" }, { - "key": 82, + "key": 80, "naam": "Simran" }, { - "key": 83, + "key": 81, "naam": "Siya" }, { - "key": 84, + "key": 82, "naam": "Tanya Verma" }, { - "key": 85, + "key": 83, "naam": "Tejasveer Singh Sodhi" }, { - "key": 86, + "key": 84, "naam": "Udita Singh" }, { - "key": 87, + "key": 85, "naam": "Uma Chatterjee" }, { - "key": 88, + "key": 86, "naam": "Vansh Dixit" }, { - "key": 89, + "key": 87, "naam": "Vansh Gumber" }, { - "key": 90, + "key": 88, "naam": "Vansh Gupta" }, { - "key": 91, + "key": 89, "naam": "Vansh Verma" }, { - "key": 92, + "key": 90, "naam": "Vedika Gupta" }, { - "key": 93, + "key": 91, "naam": "Vikas Verma" }, { - "key": 94, + "key": 92, "naam": "Vishard Mehta" }, { - "key": 95, + "key": 93, "naam": "Yash" }, { - "key": 96, + "key": 94, "naam": "Yashi Singh" }, { - "key": 97, + "key": 95, "naam": "Yashika Bhalla" }, { - "key": 98, + "key": 96, "naam": "Zaigham" } ] diff --git a/old/Pages/Sponsors/.bgsponsors@4x.png b/src/Pages/Sponsors/.bgsponsors@4x.png similarity index 100% rename from old/Pages/Sponsors/.bgsponsors@4x.png rename to src/Pages/Sponsors/.bgsponsors@4x.png diff --git a/old/Pages/Sponsors/App.css b/src/Pages/Sponsors/App.css similarity index 100% rename from old/Pages/Sponsors/App.css rename to src/Pages/Sponsors/App.css diff --git a/old/Pages/Sponsors/Card.jsx b/src/Pages/Sponsors/Card.jsx similarity index 100% rename from old/Pages/Sponsors/Card.jsx rename to src/Pages/Sponsors/Card.jsx diff --git a/old/Pages/Sponsors/Card.module.css b/src/Pages/Sponsors/Card.module.css similarity index 100% rename from old/Pages/Sponsors/Card.module.css rename to src/Pages/Sponsors/Card.module.css diff --git a/old/Pages/Sponsors/Carousel.css b/src/Pages/Sponsors/Carousel.css similarity index 100% rename from old/Pages/Sponsors/Carousel.css rename to src/Pages/Sponsors/Carousel.css diff --git a/old/Pages/Sponsors/Carousel.jsx b/src/Pages/Sponsors/Carousel.jsx similarity index 100% rename from old/Pages/Sponsors/Carousel.jsx rename to src/Pages/Sponsors/Carousel.jsx diff --git a/old/Pages/Sponsors/Group86.png b/src/Pages/Sponsors/Group86.png similarity index 100% rename from old/Pages/Sponsors/Group86.png rename to src/Pages/Sponsors/Group86.png diff --git a/old/Pages/Sponsors/Polygon 45.png b/src/Pages/Sponsors/Polygon 45.png similarity index 100% rename from old/Pages/Sponsors/Polygon 45.png rename to src/Pages/Sponsors/Polygon 45.png diff --git a/old/Pages/Sponsors/Polygon 46.png b/src/Pages/Sponsors/Polygon 46.png similarity index 100% rename from old/Pages/Sponsors/Polygon 46.png rename to src/Pages/Sponsors/Polygon 46.png diff --git a/old/Pages/Sponsors/Swiper.js b/src/Pages/Sponsors/Swiper.jsx similarity index 100% rename from old/Pages/Sponsors/Swiper.js rename to src/Pages/Sponsors/Swiper.jsx diff --git a/old/Pages/Events/assets/event1/images/downarrow.svg b/src/Pages/Sponsors/assets/vectors/downarrow.svg similarity index 100% rename from old/Pages/Events/assets/event1/images/downarrow.svg rename to src/Pages/Sponsors/assets/vectors/downarrow.svg diff --git a/old/Pages/Events/assets/event1/images/uparrow.svg b/src/Pages/Sponsors/assets/vectors/uparrow.svg similarity index 100% rename from old/Pages/Events/assets/event1/images/uparrow.svg rename to src/Pages/Sponsors/assets/vectors/uparrow.svg diff --git a/old/Pages/Sponsors/circleplus.png b/src/Pages/Sponsors/circleplus.png similarity index 100% rename from old/Pages/Sponsors/circleplus.png rename to src/Pages/Sponsors/circleplus.png diff --git a/old/Pages/Sponsors/index.js b/src/Pages/Sponsors/index.jsx similarity index 96% rename from old/Pages/Sponsors/index.js rename to src/Pages/Sponsors/index.jsx index 9fef7050..b4d15057 100644 --- a/old/Pages/Sponsors/index.js +++ b/src/Pages/Sponsors/index.jsx @@ -1,213 +1,213 @@ -import React from "react"; -import styles from "./styles/home.module.css"; -import { useState, useEffect } from "react"; -import App from "./Swiper.js"; -import circle from "./circleplus.png"; -import sideBar from "./sideBar.png"; - -const Sponsors = () => { - const initialValues = { - name: "", - company: "", - email: "", - message: "", - }; - - const [formValues, setFormValues] = useState(initialValues); - const [formErrors, setFormErrors] = useState({}); - const [isSubmit, setIsSubmit] = useState(false); - - const handleChange = (e) => { - const { name, value } = e.target; - setFormValues({ ...formValues, [name]: value }); - }; - const [result, setResult] = React.useState(""); - const handleSubmit = async (e) => { - e.preventDefault(); - - const formData = new FormData(e.target); - formData.append("access_key", process.env.REACT_APP_API_KEY); - - if ( - formValues.name && - formValues.company && - formValues.email && - formValues.message - ) { - setResult("Success"); - } else { - setResult("Error"); - } - - setFormValues({ - name: "", - company: "", - email: "", - message: "", - }); - const res = await fetch("https://api.web3forms.com/submit", { - method: "POST", - body: formData, - }).then((res) => res.json()); - console.log("Yo"); - }; - - useEffect(() => { - if (Object.keys(formErrors).length === 0 && isSubmit) { - console.log(formValues); - } - }, [formErrors]); - - // const validate = (values) => { - // const errors = {}; - // const regex = /^[^\s@]+@[^\s@]+\.[^\s@]{2,}$/i; - - // if (!values.fullName) { - // errors.fullName = "Full name is required!"; - // } - - // if (!values.company) { - // errors.company = "Company name is required!"; - // } - - // if (!values.email) { - // errors.email = "E-mail is required!"; - // } else if (!regex.test(values.email)) { - // errors.email = "This e-mail is not valid"; - // } - // return errors; - // }; - return ( -
-

Our Sponsors

- -
-
-

Why

Sponsor Us?

- {/* First Para */} -
    -
    - Youth Hub:  - The Youth hub of the organization is a huge reach, as it has a - large student population of 10000+ people on campus. -
    - {/* Second Para */} -
    - - Connecting Tech Enthusiasts all over India:  - - MLSC is an Open-Source community that connects tech enthusiasts - all across India. Its discord server has a reach of over a - thousand people, which includes members from some of the country's - most prominent educational institutions such as IITs and NITs. -
    - {/* Third Para */} -
    - Flagship Events:  - MLSC is known for conducting various events throughout the year, - which are designed to reach a massive audience. Some of these - being Abhyudaya and Makeathon, which are very popular annual - events that have the potential to increase the awareness and reach - of your brand. -
    - {/* Fourth Para */} -
    - - Ultimate Social Media Reach:  - - MLSC has an extensive social media presence that includes over - 8000 followers on various platforms such as Facebook, Instagram, - and LinkedIn. Thus strategically helping boost your brand's - reputation, reach and attract the youth. -
    - -
    - - Best way to kickstart your campaign:  - - Collaborating with MLSC, a group of over a hundred individuals who - are dedicated to learning all the traits that make up a successful - team will help you organize various promotional events and - learning workshops. -
    -
-
-
- -
- -
-

- Want To Sponsor Our -

Upcoming Event? -

-
-
-
-
- - - - - - -
- {result && ( -

- {result === "Success" - ? "Form submitted successfully!" - : "Form submission failed."} -

- )} -
-
-
-
-
-
-
-
- ); -}; - -export default Sponsors; +import React from "react"; +import styles from "./styles/home.module.css"; +import { useState, useEffect } from "react"; +import App from "./Swiper.jsx"; +import circle from "./circleplus.png"; +import sideBar from "./sideBar.png"; + +const Sponsors = () => { + const initialValues = { + name: "", + company: "", + email: "", + message: "", + }; + + const [formValues, setFormValues] = useState(initialValues); + const [formErrors, setFormErrors] = useState({}); + const [isSubmit, setIsSubmit] = useState(false); + + const handleChange = (e) => { + const { name, value } = e.target; + setFormValues({ ...formValues, [name]: value }); + }; + const [result, setResult] = React.useState(""); + const handleSubmit = async (e) => { + e.preventDefault(); + + const formData = new FormData(e.target); + formData.append("access_key", process.env.REACT_APP_API_KEY); + + if ( + formValues.name && + formValues.company && + formValues.email && + formValues.message + ) { + setResult("Success"); + } else { + setResult("Error"); + } + + setFormValues({ + name: "", + company: "", + email: "", + message: "", + }); + const res = await fetch("https://api.web3forms.com/submit", { + method: "POST", + body: formData, + }).then((res) => res.json()); + console.log("Yo"); + }; + + useEffect(() => { + if (Object.keys(formErrors).length === 0 && isSubmit) { + console.log(formValues); + } + }, [formErrors]); + + // const validate = (values) => { + // const errors = {}; + // const regex = /^[^\s@]+@[^\s@]+\.[^\s@]{2,}$/i; + + // if (!values.fullName) { + // errors.fullName = "Full name is required!"; + // } + + // if (!values.company) { + // errors.company = "Company name is required!"; + // } + + // if (!values.email) { + // errors.email = "E-mail is required!"; + // } else if (!regex.test(values.email)) { + // errors.email = "This e-mail is not valid"; + // } + // return errors; + // }; + return ( +
+

Our Sponsors

+ +
+
+

Why

Sponsor Us?

+ {/* First Para */} +
    +
    + Youth Hub:  + The Youth hub of the organization is a huge reach, as it has a + large student population of 10000+ people on campus. +
    + {/* Second Para */} +
    + + Connecting Tech Enthusiasts all over India:  + + MLSC is an Open-Source community that connects tech enthusiasts + all across India. Its discord server has a reach of over a + thousand people, which includes members from some of the country's + most prominent educational institutions such as IITs and NITs. +
    + {/* Third Para */} +
    + Flagship Events:  + MLSC is known for conducting various events throughout the year, + which are designed to reach a massive audience. Some of these + being Abhyudaya and Makeathon, which are very popular annual + events that have the potential to increase the awareness and reach + of your brand. +
    + {/* Fourth Para */} +
    + + Ultimate Social Media Reach:  + + MLSC has an extensive social media presence that includes over + 8000 followers on various platforms such as Facebook, Instagram, + and LinkedIn. Thus strategically helping boost your brand's + reputation, reach and attract the youth. +
    + +
    + + Best way to kickstart your campaign:  + + Collaborating with MLSC, a group of over a hundred individuals who + are dedicated to learning all the traits that make up a successful + team will help you organize various promotional events and + learning workshops. +
    +
+
+
+ +
+ +
+

+ Want To Sponsor Our +

Upcoming Event? +

+
+
+
+
+ + + + + + +
+ {result && ( +

+ {result === "Success" + ? "Form submitted successfully!" + : "Form submission failed."} +

+ )} +
+
+
+
+
+
+
+
+ ); +}; + +export default Sponsors; diff --git a/old/Pages/Sponsors/sideBar.png b/src/Pages/Sponsors/sideBar.png similarity index 100% rename from old/Pages/Sponsors/sideBar.png rename to src/Pages/Sponsors/sideBar.png diff --git a/old/Pages/Sponsors/styles/home.module.css b/src/Pages/Sponsors/styles/home.module.css similarity index 93% rename from old/Pages/Sponsors/styles/home.module.css rename to src/Pages/Sponsors/styles/home.module.css index 8262c603..2a1e80a0 100644 --- a/old/Pages/Sponsors/styles/home.module.css +++ b/src/Pages/Sponsors/styles/home.module.css @@ -1,664 +1,664 @@ -.main { - /* padding-left: 5rem; */ - background-color: #0d1213; - /* width: fit-content; */ - /* padding-right: 5rem; */ - max-width: 100%; - overflow-x: hidden; - animation: fadeIn 1s; -} - -.siteContent { - padding: 0 1rem; -} - -.sideBar { - width: 4vw; - height: 20vw; - margin-left: 96vw; - margin-bottom: -10vw; -} - -.mySwiper { - width: 100vw; - height: 30rem; - - /* following are the properties for flex box */ - display: flex; - flex-direction: row; - /* flex-wrap: nowrap; */ - justify-content: center; - align-items: center; - margin-bottom: 3rem; -} - -/* .centre{ - width: 40vw; - height: 40rem; -} */ -.heading { - padding-top: 2rem; - text-align: center; - color: #fff6eb; - font-size: 6rem; -} - -.sponsorUsHead { - color: white; - font-size: 500%; - font-weight: bold; - text-align: right; - margin-left: 17.5%; - margin-right: 10%; -} - -.carousel1 { - margin-top: 2rem; - width: 50wh; - height: 30wh; - position: relative; - border-radius: 30px; - /* following are the properties for flex box */ - display: flex; - flex-direction: row; - flex-wrap: nowrap; - justify-content: center; - align-items: center; - padding-top: 4rem; -} - -.spnsrlogo1 { - height: 100px; - z-index: 4; - margin-left: 3rem; - width: max-content; - align-items: center; - vertical-align: center; -} - -.container1 { - order: 1; - position: relative; - flex-basis: 30%; - max-width: fit-content; - justify-content: flex-start; - align-items: center; -} - -.container2 { - order: 3; - flex-basis: 55%; - justify-content: center; - align-items: center; - margin-left: 4rem; -} - -.container2 h2 { - color: #fff6eb; - font-size: 2.5vw; - max-height: fit-content; - padding-right: 1vw; -} - -/* --------------------------- */ -.subheading { - font-size: 550%; - color: white; - padding: 0 1rem; -} - -.listStyle { - text-decoration-color: white; -} - -.sponsorText { - color: #fa3966; - display: inline-block; - font-weight: bold; -} - -p { - color: white; -} - -.sponsorPara { - color: white; - display: inline-block; - font-size: 130%; - padding: 1rem; -} - -.sponsorForm { - padding: 2.5vw; -} - -.why { - margin-left: -5vw; -} - -.circle { - position: absolute; - width: 18vw; - height: 20vw; - margin-top: 5vw; - margin-bottom: -15vw; -} - -.submitButton { - width: fit-content; - background-color: #1f90e6; - font-size: 1.3rem; - padding: 1rem 2rem; - border-radius: 10px; - color: white; - border: #fff6eb; - align-items: center; - margin-bottom: 5.5rem; -} - -.formWrapper { - display: flex; - flex-direction: column; - justify-content: center; - align-items: center; -} - -.spnsorformsubmit { - align-items: center; -} - -.submissionStatus { - margin-left: 1rem; - margin-top: 1rem; - font-size: larger; -} - -.errormssg { - color: red; -} - -.success { - color: #ffffff; - font-size: 2rem; -} - -.contactField { - color: white; - background-color: rgb(25, 24, 24, 0.5); - backdrop-filter: blur(5vw); - font-size: 1.5vw; - margin: 1rem 5vw 1rem 5vw; - align-items: center; - padding: 1vw; - border-radius: 15px; - outline-color: rgb(154, 238, 255); - display: flex; - border-color: rgb(67, 112, 236); - border-width: 2px; - width: 80vw; -} - -.contactText { - color: white; - background-color: rgb(25, 24, 24, 0.5); - backdrop-filter: blur(5px); - align-content: center; - /* margin: 1rem; */ - /* margin: 0 5vw 1rem 5vw; */ - margin: 1rem 5vw 1rem 5vw; - padding: 1rem; - border-radius: 15px; - outline-color: rgb(154, 238, 255); - /* display: flex; */ - border-color: rgb(67, 112, 236); - border-width: 2px; - font-size: 1.5vw; - width: 80vw; - height: 10vw; -} - - -.whysponsorus { - display: flex; - flex-direction: row; - margin-top: -10%; - margin-bottom: -20%; - flex-direction: column; - width: 100%; - height: 1300px; - /* background-position-x: right; */ - background-position-y: 200px; - justify-content: center; - align-items: center; - background-image: url("https://res.cloudinary.com/dy1pmolax/image/upload/v1688827338/sponsors_page/.bgsponsors_4x_rcguc3.png"); - - background-size: 100% 100%; - /* background-origin: border-box; */ -} - -.ctContainer2 { - display: flex; - justify-content: center; - align-items: center; - flex-basis: 100%; -} - -.ctContainer1 { - display: flex; - flex-basis: 60%; -} - -@keyframes fadeIn { - 0% { - opacity: 0; - } - - 100% { - opacity: 1; - } -} - -@media screen and (max-width: 1200px) { - .heading { - text-align: center; - } - - .sponsorUsHead { - text-align: center; - } - - .carousel2 img { - height: 13vh; - } - - - - .ctContainer2 { - margin-top: 1rem; - flex-basis: 100%; - justify-content: center; - align-items: center; - } - - .ctContainer1 { - margin-top: 1rem; - flex-basis: 100%; - justify-content: center; - align-items: center; - } - - .contactField { - font-size: 0.7rem; - } - - .contactText { - font-size: 0.7rem; - } - -} - - -@media screen and (max-width: 1400px) { - .whysponsorus { - padding-bottom: 10rem; - } -} - -@media screen and (max-width: 1024px) { - .subheading { - font-size: 350%; - } - - .submitButton { - font-size: 1rem; - } - - .whysponsorus { - padding-top: 4rem; - } -} - -@media screen and (max-width: 800px) { - .whysponsorus { - padding-top: 8rem; - padding-bottom: 15rem; - margin-top: -20%; - } - - .subheading { - font-size: 300%; - } -} - -@media screen and (max-width: 676px) { - .heading { - font-size: 320%; - } - - .whysponsorus { - padding-top: 15rem; - margin-top: -30%; - font-size: 90%; - } - - .submitButton { - font-size: 0.75rem; - } - - .subheading { - font-size: 300%; - margin-top: -20%; - } - - .sponsorUsHead { - font-size: 280%; - /* text-align: right; - margin-left: 800px; */ - margin-top: -15%; - } - - .container1 { - margin-right: 7vw; - } - - .spnsrlogo1 { - height: 8rem; - } - - .spnsorformsubmit { - padding-left: 0vw; - } - - .sponsorForm { - padding: 0.1px; - } - - .mySwiper { - margin: 0 auto; - } - -} - -@media screen and (max-width: 576px) { - - .whysponsorus { - padding-top: 12rem; - margin-top: -40vh; - } - - .submitButton { - padding: 0.75rem 1rem; - } - - .heading { - font-size: 240%; - } - - .subheading { - font-size: 240%; - } - - .sponsorUsHead { - font-size: 200%; - } - - .sponsorPara { - /* padding-left: 0.3rem; */ - justify-self: flex-end; - font-size: 110%; - } -} - -@media screen and (max-width: 472px) { - - /* .main { - padding-left: 2rem; - } */ - .whysponsorus { - padding-top: 15rem; - margin-top: -40vh; - } - - .heading { - font-size: 240%; - } - - .subheading { - font-size: 200%; - } - - .sponsorUsHead { - font-size: 200%; - margin-top: -30%; - } - - .spnsrlogo1 { - height: 5rem; - } - - .container1 { - height: 10rem; - } - - .container2 { - margin-top: 2rem; - /* margin-left: 1rem; */ - justify-content: center; - text-align: center; - } - - .sponsorHead { - font-size: 40px; - } - - .sponsorText { - text-align: center; - } - - .carousel2 { - width: 70vw; - height: 43vw; - padding-top: 2vh; - /* padding-right: 2vw; */ - align-items: center; - position: relative; - border-radius: 20px; - /* padding-left: 5vw; */ - flex-direction: column; - } - - .mySwiper { - height: 80vh; - } - - .carousel2 img { - /* margin-top: -90%; */ - height: fit-content; - } - - .contactField { - margin: 5px 0 5px 0; - padding: 5px; - } - - .contactText { - margin-top: 5px; - width: 73vw; - } -} - -@media screen and (max-width: 439px) { - .heading { - font-size: 200%; - } - - .whysponsorus { - padding-top: 10rem; - } - - .subheading { - font-size: 180%; - } - - .sponsorUsHead { - font-size: 160%; - } - - .carousel1 { - flex-direction: column; - } - - .carousel2 img { - height: 8vh; - } - - .sponsorPara { - font-size: 95%; - } - - .contactField { - margin: 5px 0 5px 0; - padding: 5px; - } - - .contactText { - margin-top: 5px; - width: 73vw; - } -} - - -@media screen and (max-width: 420px) { - - .heading { - font-size: 150%; - margin-top: -30%; - margin-bottom: -30%; - } - - .whysponsorus { - /* padding-top: 13rem; */ - height: 500px; - margin-bottom: 15%; - margin-top: -80%; - } - - .subheading { - margin-left: -60%; - font-size: 140%; - text-align: center; - margin-top: 55%; - margin-bottom: 10%; - } - - .sponsorPara { - font-size: 65%; - padding: 3%; - } - - .contactField { - margin: 5px 0 5px 0; - padding: 5px; - } - - .contactText { - margin-top: 5px; - width: 73vw; - } -} - -@media screen and (max-width: 372px) { - .whysponsorus { - height: 500px; - margin-bottom: 10%; - margin-top: -80%; - } - - .heading { - font-size: 150%; - margin-top: -30%; - } - - .subheading { - margin-left: -60%; - font-size: 140%; - text-align: center; - margin-top: 60%; - margin-bottom: 10%; - } - - .sponsorUsHead { - font-size: 120%; - margin-top: -5%; - /* margin-left: -10%; */ - } - - .sponsorPara { - font-size: 65%; - padding: 3%; - } - - .spnsrlogo1 { - top: 6vh; - left: 16vw; - height: 18vw; - } - - .container1 { - margin-right: 0px; - padding: 0 0 0 0; - } - - - .mySwiper { - width: 80vw; - } - - .contactField { - margin: 5px 0 5px 0; - padding: 5px; - } - - .contactText { - margin-top: 5px; - width: 73vw; - } -} - -@media screen and (max-width: 322px) { - - .whysponsorus { - height: 500px; - margin-bottom: 10%; - margin-top: -80%; - font-size: 0.87rem; - } - - .subheading { - margin-left: -60%; - font-size: 140%; - text-align: center; - margin-top: 80%; - margin-bottom: 10%; - } - - .carousel2 { - width: 65vw; - padding-left: 0vw; - margin-left: 0px; - } - - .carousel2 img { - height: 5vh; - } - - .contactField { - margin: 5px 0 5px 0; - padding: 5px; - } - - .contactText { - margin-top: 5px; - width: 73vw; - } +.main { + /* padding-left: 5rem; */ + background-color: #0d1213; + /* width: fit-content; */ + /* padding-right: 5rem; */ + max-width: 100%; + overflow-x: hidden; + animation: fadeIn 1s; +} + +.siteContent { + padding: 0 1rem; +} + +.sideBar { + width: 4vw; + height: 20vw; + margin-left: 96vw; + margin-bottom: -10vw; +} + +.mySwiper { + width: 100vw; + height: 30rem; + + /* following are the properties for flex box */ + display: flex; + flex-direction: row; + /* flex-wrap: nowrap; */ + justify-content: center; + align-items: center; + margin-bottom: 3rem; +} + +/* .centre{ + width: 40vw; + height: 40rem; +} */ +.heading { + padding-top: 2rem; + text-align: center; + color: #fff6eb; + font-size: 6rem; +} + +.sponsorUsHead { + color: white; + font-size: 500%; + font-weight: bold; + text-align: right; + margin-left: 17.5%; + margin-right: 10%; +} + +.carousel1 { + margin-top: 2rem; + width: 50wh; + height: 30wh; + position: relative; + border-radius: 30px; + /* following are the properties for flex box */ + display: flex; + flex-direction: row; + flex-wrap: nowrap; + justify-content: center; + align-items: center; + padding-top: 4rem; +} + +.spnsrlogo1 { + height: 100px; + z-index: 4; + margin-left: 3rem; + width: max-content; + align-items: center; + vertical-align: center; +} + +.container1 { + order: 1; + position: relative; + flex-basis: 30%; + max-width: fit-content; + justify-content: flex-start; + align-items: center; +} + +.container2 { + order: 3; + flex-basis: 55%; + justify-content: center; + align-items: center; + margin-left: 4rem; +} + +.container2 h2 { + color: #fff6eb; + font-size: 2.5vw; + max-height: fit-content; + padding-right: 1vw; +} + +/* --------------------------- */ +.subheading { + font-size: 550%; + color: white; + padding: 0 1rem; +} + +.listStyle { + text-decoration-color: white; +} + +.sponsorText { + color: #fa3966; + display: inline-block; + font-weight: bold; +} + +p { + color: white; +} + +.sponsorPara { + color: white; + display: inline-block; + font-size: 130%; + padding: 1rem; +} + +.sponsorForm { + padding: 2.5vw; +} + +.why { + margin-left: -5vw; +} + +.circle { + position: absolute; + width: 18vw; + height: 20vw; + margin-top: 5vw; + margin-bottom: -15vw; +} + +.submitButton { + width: fit-content; + background-color: #1f90e6; + font-size: 1.3rem; + padding: 1rem 2rem; + border-radius: 10px; + color: white; + border: #fff6eb; + align-items: center; + margin-bottom: 5.5rem; +} + +.formWrapper { + display: flex; + flex-direction: column; + justify-content: center; + align-items: center; +} + +.spnsorformsubmit { + align-items: center; +} + +.submissionStatus { + margin-left: 1rem; + margin-top: 1rem; + font-size: larger; +} + +.errormssg { + color: red; +} + +.success { + color: #ffffff; + font-size: 2rem; +} + +.contactField { + color: white; + background-color: rgb(25, 24, 24, 0.5); + backdrop-filter: blur(5vw); + font-size: 1.5vw; + margin: 1rem 5vw 1rem 5vw; + align-items: center; + padding: 1vw; + border-radius: 15px; + outline-color: rgb(154, 238, 255); + display: flex; + border-color: rgb(67, 112, 236); + border-width: 2px; + width: 80vw; +} + +.contactText { + color: white; + background-color: rgb(25, 24, 24, 0.5); + backdrop-filter: blur(5px); + align-content: center; + /* margin: 1rem; */ + /* margin: 0 5vw 1rem 5vw; */ + margin: 1rem 5vw 1rem 5vw; + padding: 1rem; + border-radius: 15px; + outline-color: rgb(154, 238, 255); + /* display: flex; */ + border-color: rgb(67, 112, 236); + border-width: 2px; + font-size: 1.5vw; + width: 80vw; + height: 10vw; +} + + +.whysponsorus { + display: flex; + flex-direction: row; + margin-top: -10%; + margin-bottom: -20%; + flex-direction: column; + width: 100%; + height: 1300px; + /* background-position-x: right; */ + background-position-y: 200px; + justify-content: center; + align-items: center; + background-image: url("https://res.cloudinary.com/dy1pmolax/image/upload/v1688827338/sponsors_page/.bgsponsors_4x_rcguc3.png"); + + background-size: 100% 100%; + /* background-origin: border-box; */ +} + +.ctContainer2 { + display: flex; + justify-content: center; + align-items: center; + flex-basis: 100%; +} + +.ctContainer1 { + display: flex; + flex-basis: 60%; +} + +@keyframes fadeIn { + 0% { + opacity: 0; + } + + 100% { + opacity: 1; + } +} + +@media screen and (max-width: 1200px) { + .heading { + text-align: center; + } + + .sponsorUsHead { + text-align: center; + } + + .carousel2 img { + height: 13vh; + } + + + + .ctContainer2 { + margin-top: 1rem; + flex-basis: 100%; + justify-content: center; + align-items: center; + } + + .ctContainer1 { + margin-top: 1rem; + flex-basis: 100%; + justify-content: center; + align-items: center; + } + + .contactField { + font-size: 0.7rem; + } + + .contactText { + font-size: 0.7rem; + } + +} + + +@media screen and (max-width: 1400px) { + .whysponsorus { + padding-bottom: 10rem; + } +} + +@media screen and (max-width: 1024px) { + .subheading { + font-size: 350%; + } + + .submitButton { + font-size: 1rem; + } + + .whysponsorus { + padding-top: 4rem; + } +} + +@media screen and (max-width: 800px) { + .whysponsorus { + padding-top: 8rem; + padding-bottom: 15rem; + margin-top: -20%; + } + + .subheading { + font-size: 300%; + } +} + +@media screen and (max-width: 676px) { + .heading { + font-size: 320%; + } + + .whysponsorus { + padding-top: 15rem; + margin-top: -30%; + font-size: 90%; + } + + .submitButton { + font-size: 0.75rem; + } + + .subheading { + font-size: 300%; + margin-top: -20%; + } + + .sponsorUsHead { + font-size: 280%; + /* text-align: right; + margin-left: 800px; */ + margin-top: -15%; + } + + .container1 { + margin-right: 7vw; + } + + .spnsrlogo1 { + height: 8rem; + } + + .spnsorformsubmit { + padding-left: 0vw; + } + + .sponsorForm { + padding: 0.1px; + } + + .mySwiper { + margin: 0 auto; + } + +} + +@media screen and (max-width: 576px) { + + .whysponsorus { + padding-top: 12rem; + margin-top: -40vh; + } + + .submitButton { + padding: 0.75rem 1rem; + } + + .heading { + font-size: 240%; + } + + .subheading { + font-size: 240%; + } + + .sponsorUsHead { + font-size: 200%; + } + + .sponsorPara { + /* padding-left: 0.3rem; */ + justify-self: flex-end; + font-size: 110%; + } +} + +@media screen and (max-width: 472px) { + + /* .main { + padding-left: 2rem; + } */ + .whysponsorus { + padding-top: 15rem; + margin-top: -40vh; + } + + .heading { + font-size: 240%; + } + + .subheading { + font-size: 200%; + } + + .sponsorUsHead { + font-size: 200%; + margin-top: -30%; + } + + .spnsrlogo1 { + height: 5rem; + } + + .container1 { + height: 10rem; + } + + .container2 { + margin-top: 2rem; + /* margin-left: 1rem; */ + justify-content: center; + text-align: center; + } + + .sponsorHead { + font-size: 40px; + } + + .sponsorText { + text-align: center; + } + + .carousel2 { + width: 70vw; + height: 43vw; + padding-top: 2vh; + /* padding-right: 2vw; */ + align-items: center; + position: relative; + border-radius: 20px; + /* padding-left: 5vw; */ + flex-direction: column; + } + + .mySwiper { + height: 80vh; + } + + .carousel2 img { + /* margin-top: -90%; */ + height: fit-content; + } + + .contactField { + margin: 5px 0 5px 0; + padding: 5px; + } + + .contactText { + margin-top: 5px; + width: 73vw; + } +} + +@media screen and (max-width: 439px) { + .heading { + font-size: 200%; + } + + .whysponsorus { + padding-top: 10rem; + } + + .subheading { + font-size: 180%; + } + + .sponsorUsHead { + font-size: 160%; + } + + .carousel1 { + flex-direction: column; + } + + .carousel2 img { + height: 8vh; + } + + .sponsorPara { + font-size: 95%; + } + + .contactField { + margin: 5px 0 5px 0; + padding: 5px; + } + + .contactText { + margin-top: 5px; + width: 73vw; + } +} + + +@media screen and (max-width: 420px) { + + .heading { + font-size: 150%; + margin-top: -30%; + margin-bottom: -30%; + } + + .whysponsorus { + /* padding-top: 13rem; */ + height: 500px; + margin-bottom: 15%; + margin-top: -80%; + } + + .subheading { + margin-left: -60%; + font-size: 140%; + text-align: center; + margin-top: 55%; + margin-bottom: 10%; + } + + .sponsorPara { + font-size: 65%; + padding: 3%; + } + + .contactField { + margin: 5px 0 5px 0; + padding: 5px; + } + + .contactText { + margin-top: 5px; + width: 73vw; + } +} + +@media screen and (max-width: 372px) { + .whysponsorus { + height: 500px; + margin-bottom: 10%; + margin-top: -80%; + } + + .heading { + font-size: 150%; + margin-top: -30%; + } + + .subheading { + margin-left: -60%; + font-size: 140%; + text-align: center; + margin-top: 60%; + margin-bottom: 10%; + } + + .sponsorUsHead { + font-size: 120%; + margin-top: -5%; + /* margin-left: -10%; */ + } + + .sponsorPara { + font-size: 65%; + padding: 3%; + } + + .spnsrlogo1 { + top: 6vh; + left: 16vw; + height: 18vw; + } + + .container1 { + margin-right: 0px; + padding: 0 0 0 0; + } + + + .mySwiper { + width: 80vw; + } + + .contactField { + margin: 5px 0 5px 0; + padding: 5px; + } + + .contactText { + margin-top: 5px; + width: 73vw; + } +} + +@media screen and (max-width: 322px) { + + .whysponsorus { + height: 500px; + margin-bottom: 10%; + margin-top: -80%; + font-size: 0.87rem; + } + + .subheading { + margin-left: -60%; + font-size: 140%; + text-align: center; + margin-top: 80%; + margin-bottom: 10%; + } + + .carousel2 { + width: 65vw; + padding-left: 0vw; + margin-left: 0px; + } + + .carousel2 img { + height: 5vh; + } + + .contactField { + margin: 5px 0 5px 0; + padding: 5px; + } + + .contactText { + margin-top: 5px; + width: 73vw; + } } \ No newline at end of file