From 41cdab8542c80dcf54d9e46fc1faca35d6542131 Mon Sep 17 00:00:00 2001 From: Edwinliby Date: Mon, 9 Oct 2023 15:44:03 +0530 Subject: [PATCH 1/2] Added changes to pathway --- src/App.js | 2 + src/Pages/Pathway/Pathway.jsx | 21 +++ .../Pathway/{main.jsx => Pathway.module.css} | 0 .../WhoShouldAttend/WhoShouldAttend.jsx | 74 ---------- .../WhoShouldAttend/WhoShouldAttend.jsx | 74 ++++++++++ .../WhoShouldAttend.module.css | 52 +++---- .../WhoShouldAttend/assets/line.webp | Bin .../Pathway/components/contact/Contact.jsx | 67 +++++++++ .../contact/Contact.module.css | 0 .../{ => components}/contact/assets/img4.webp | Bin .../{ => components}/contact/assets/logo.png | Bin .../course Overview/CourseOverview.jsx | 71 ++++++++++ .../course Overview/CourseOverview.module.css | 66 +++++++++ .../components/course Overview/assets/S1.png | Bin 0 -> 735 bytes .../course Overview/assets/arrow.png | Bin 0 -> 494 bytes .../components/course Overview/assets/s2.png | Bin 0 -> 746 bytes .../components/course Overview/assets/s3.png | Bin 0 -> 711 bytes .../components/course Overview/assets/s4.png | Bin 0 -> 632 bytes .../components/course Overview/assets/s5.png | Bin 0 -> 799 bytes .../mainpage/assets/img1.webp | Bin .../mainpage/assets/img2.webp | Bin .../components/mainpage/assets/pre.png | Bin 0 -> 441 bytes .../Pathway/components/mainpage/mainpage.jsx | 42 ++++++ .../components/mainpage/mainpage.module.css | 129 ++++++++++++++++++ .../{ => components}/menuBar/assets/logo.webp | Bin .../Pathway/components/menuBar/assets/pre.png | Bin 0 -> 469 bytes .../Pathway/components/menuBar/menubar.jsx | 27 ++++ .../components/menuBar/menubar.module.css | 46 +++++++ .../what_is_pathway/assets/img3.webp | Bin .../what_is_pathway/whatIsPathway.module.css | 56 ++++---- .../what_is_pathway/what_is_pathway.jsx | 35 +++++ src/Pages/Pathway/contact/Contact.jsx | 67 --------- .../course Overview/CourseOverview.jsx | 69 ---------- .../course Overview/CourseOverview.module.css | 84 ------------ src/Pages/Pathway/mainpage/mainpage.jsx | 41 ------ .../Pathway/mainpage/mainpage.module.css | 100 -------------- src/Pages/Pathway/menuBar/menubar.jsx | 29 ---- src/Pages/Pathway/menuBar/menubar.module.css | 40 ------ .../what_is_pathway/what_is_pathway.jsx | 31 ----- src/Pages/Top100Coders/assets/favicon.png | Bin 0 -> 772 bytes 40 files changed, 634 insertions(+), 589 deletions(-) create mode 100644 src/Pages/Pathway/Pathway.jsx rename src/Pages/Pathway/{main.jsx => Pathway.module.css} (100%) delete mode 100644 src/Pages/Pathway/WhoShouldAttend/WhoShouldAttend.jsx create mode 100644 src/Pages/Pathway/components/WhoShouldAttend/WhoShouldAttend.jsx rename src/Pages/Pathway/{ => components}/WhoShouldAttend/WhoShouldAttend.module.css (66%) rename src/Pages/Pathway/{ => components}/WhoShouldAttend/assets/line.webp (100%) create mode 100644 src/Pages/Pathway/components/contact/Contact.jsx rename src/Pages/Pathway/{ => components}/contact/Contact.module.css (100%) rename src/Pages/Pathway/{ => components}/contact/assets/img4.webp (100%) rename src/Pages/Pathway/{ => components}/contact/assets/logo.png (100%) create mode 100644 src/Pages/Pathway/components/course Overview/CourseOverview.jsx create mode 100644 src/Pages/Pathway/components/course Overview/CourseOverview.module.css create mode 100644 src/Pages/Pathway/components/course Overview/assets/S1.png create mode 100644 src/Pages/Pathway/components/course Overview/assets/arrow.png create mode 100644 src/Pages/Pathway/components/course Overview/assets/s2.png create mode 100644 src/Pages/Pathway/components/course Overview/assets/s3.png create mode 100644 src/Pages/Pathway/components/course Overview/assets/s4.png create mode 100644 src/Pages/Pathway/components/course Overview/assets/s5.png rename src/Pages/Pathway/{ => components}/mainpage/assets/img1.webp (100%) rename src/Pages/Pathway/{ => components}/mainpage/assets/img2.webp (100%) create mode 100644 src/Pages/Pathway/components/mainpage/assets/pre.png create mode 100644 src/Pages/Pathway/components/mainpage/mainpage.jsx create mode 100644 src/Pages/Pathway/components/mainpage/mainpage.module.css rename src/Pages/Pathway/{ => components}/menuBar/assets/logo.webp (100%) create mode 100644 src/Pages/Pathway/components/menuBar/assets/pre.png create mode 100644 src/Pages/Pathway/components/menuBar/menubar.jsx create mode 100644 src/Pages/Pathway/components/menuBar/menubar.module.css rename src/Pages/Pathway/{ => components}/what_is_pathway/assets/img3.webp (100%) rename src/Pages/Pathway/{ => components}/what_is_pathway/whatIsPathway.module.css (56%) create mode 100644 src/Pages/Pathway/components/what_is_pathway/what_is_pathway.jsx delete mode 100644 src/Pages/Pathway/contact/Contact.jsx delete mode 100644 src/Pages/Pathway/course Overview/CourseOverview.jsx delete mode 100644 src/Pages/Pathway/course Overview/CourseOverview.module.css delete mode 100644 src/Pages/Pathway/mainpage/mainpage.jsx delete mode 100644 src/Pages/Pathway/mainpage/mainpage.module.css delete mode 100644 src/Pages/Pathway/menuBar/menubar.jsx delete mode 100644 src/Pages/Pathway/menuBar/menubar.module.css delete mode 100644 src/Pages/Pathway/what_is_pathway/what_is_pathway.jsx create mode 100644 src/Pages/Top100Coders/assets/favicon.png diff --git a/src/App.js b/src/App.js index 847c665c2..27972f889 100644 --- a/src/App.js +++ b/src/App.js @@ -49,6 +49,7 @@ import MaveliPortfolio from "./Pages/Events/MaveliPortfolio/MaveliPortfolio"; import Level1 from "./Pages/CapTF/Level1"; import Spiderman from "./Pages/CapTF/Spiderman"; import Submission from "./Pages/CapTF/Submission"; +import Pathway from "./Pages/Pathway/Pathway"; function App() { const [redirects, setRedirects] = useState([]); const [isLoaded, setIsLoaded] = useState(false); @@ -143,6 +144,7 @@ function App() { /> } /> } /> + } /> } /> diff --git a/src/Pages/Pathway/Pathway.jsx b/src/Pages/Pathway/Pathway.jsx new file mode 100644 index 000000000..7e8f108d9 --- /dev/null +++ b/src/Pages/Pathway/Pathway.jsx @@ -0,0 +1,21 @@ +import React from 'react' +import styles from "./Pathway.module.css" +import Navbar from './components/menuBar/menubar' +import Mainpage from './components/mainpage/mainpage' +import Whatispathway from './components/what_is_pathway/what_is_pathway' +import CourseOverview from './components/course Overview/CourseOverview' +import Whoshouldattend from './components/WhoShouldAttend/WhoShouldAttend' +import Contact from './components/contact/Contact' + +export default function Pathway() { + return ( +
+ + + + + + +
+ ) +} diff --git a/src/Pages/Pathway/main.jsx b/src/Pages/Pathway/Pathway.module.css similarity index 100% rename from src/Pages/Pathway/main.jsx rename to src/Pages/Pathway/Pathway.module.css diff --git a/src/Pages/Pathway/WhoShouldAttend/WhoShouldAttend.jsx b/src/Pages/Pathway/WhoShouldAttend/WhoShouldAttend.jsx deleted file mode 100644 index 392408ed4..000000000 --- a/src/Pages/Pathway/WhoShouldAttend/WhoShouldAttend.jsx +++ /dev/null @@ -1,74 +0,0 @@ -import React from "react" -import styles from "./Contact.module.css" -import line from "./assets/line.webp"; - -const WhoShouldAttend = () => { - return ( - <> -
-
-
-

Who should Attend?

-
-
-
-
-
-
-

Students interested in AI and machine learning.

-
-
- -
-
-
-

I need latency to be
milliseconds or seconds, but my
batch job is taking minutes or
hours to run each time.

-
-
-
-
-
-

Students interested in AI and machine learning.

-
-
- -
-
-
-

I need latency to be
milliseconds or seconds, but my
batch job is taking minutes or
hours to run each time.

-
-
-
-
-
-

Students interested in AI and machine learning.

-
-
- -
-
-
-

I need latency to be
milliseconds or seconds, but my
batch job is taking minutes or
hours to run each time.

-
-
-
-
-
-

Students interested in AI and machine learning.

-
-
- -
-
-
-

I need latency to be
milliseconds or seconds, but my
batch job is taking minutes or
hours to run each time.

-
-
-
-
- - -) -} - -export default WhoShouldAttend diff --git a/src/Pages/Pathway/components/WhoShouldAttend/WhoShouldAttend.jsx b/src/Pages/Pathway/components/WhoShouldAttend/WhoShouldAttend.jsx new file mode 100644 index 000000000..43f1dfc84 --- /dev/null +++ b/src/Pages/Pathway/components/WhoShouldAttend/WhoShouldAttend.jsx @@ -0,0 +1,74 @@ +import React from "react" +import styles from './WhoShouldAttend.module.css' +import line from './assets/line.webp'; + +export default function WhoShouldAttend() { + return ( +
+
+
+
+

Who should Attend?

+
+
+
+
+
+
+

Students interested in AI and machine learning.

+
+
+ +
+
+
+

I need latency to be
milliseconds or seconds, but my
batch job is taking minutes or
hours to run each time.

+
+
+
+
+
+

Students interested in AI and machine learning.

+
+
+ +
+
+
+

I need latency to be
milliseconds or seconds, but my
batch job is taking minutes or
hours to run each time.

+
+
+
+
+
+

Students interested in AI and machine learning.

+
+
+ +
+
+
+

+ I need latency to be
milliseconds or seconds, but my
batch job is taking minutes or
hours to run each time. +

+
+
+
+
+
+

Students interested in AI and machine learning.

+
+
+ +
+
+
+

I need latency to be
milliseconds or seconds, but my
batch job is taking minutes or
hours to run each time.

+
+
+
+
+ +
+ ) +} diff --git a/src/Pages/Pathway/WhoShouldAttend/WhoShouldAttend.module.css b/src/Pages/Pathway/components/WhoShouldAttend/WhoShouldAttend.module.css similarity index 66% rename from src/Pages/Pathway/WhoShouldAttend/WhoShouldAttend.module.css rename to src/Pages/Pathway/components/WhoShouldAttend/WhoShouldAttend.module.css index d4897bf04..6b8ce90db 100644 --- a/src/Pages/Pathway/WhoShouldAttend/WhoShouldAttend.module.css +++ b/src/Pages/Pathway/components/WhoShouldAttend/WhoShouldAttend.module.css @@ -1,40 +1,35 @@ -@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@200;300;400;500;600;700;800&display=swap'); - -*{ - margin: 0; - padding: 0; - box-sizing: border-box; - font-family: 'Plus Jakarta Sans', sans-serif; - - -} -.third{ +.third { background: #F5F5F5; } -.Overview_container_head{ + +.Overview_container_head { display: flex; justify-content: center; align-items: center; padding: 3rem; gap: 2rem; } -.Overview_container_head hr{ + +.Overview_container_head hr { width: 25%; color: blue; } -.Overview_container_head p{ + +.Overview_container_head p { color: #000; font-size: 3rem; font-weight: 700; } -.sec{ + +.sec { display: flex; justify-content: center; align-items: center; flex-direction: row; padding: 3rem; } -.section_top{ + +.section_top { display: flex; justify-content: center; align-items: center; @@ -45,41 +40,46 @@ border-radius: 8px; color: white; } -.sec_one{ + +.sec_one { display: flex; justify-content: center; align-items: center; flex-direction: column; } -.sec_two{ + +.sec_two { display: flex; justify-content: center; align-items: center; flex-direction: column; } -.section_mid{ + +.section_mid { display: flex; justify-content: center; align-items: center; width: 20%; } -.section_mid img{ + +.section_mid img { width: 20%; } -.section_bottom{ + +.section_bottom { display: flex; justify-content: center; align-items: center; } -@media (width<1000px){ - .Overview_container_head p{ +@media (width<1000px) { + .Overview_container_head p { font-size: 1rem; } - - .Overview_container_head{ + + .Overview_container_head { padding: 1rem; gap: 1rem; - + } } \ No newline at end of file diff --git a/src/Pages/Pathway/WhoShouldAttend/assets/line.webp b/src/Pages/Pathway/components/WhoShouldAttend/assets/line.webp similarity index 100% rename from src/Pages/Pathway/WhoShouldAttend/assets/line.webp rename to src/Pages/Pathway/components/WhoShouldAttend/assets/line.webp diff --git a/src/Pages/Pathway/components/contact/Contact.jsx b/src/Pages/Pathway/components/contact/Contact.jsx new file mode 100644 index 000000000..54846fe4a --- /dev/null +++ b/src/Pages/Pathway/components/contact/Contact.jsx @@ -0,0 +1,67 @@ +import React from "react" +import styles from "./Contact.module.css" +import img4 from "./assets/img4.webp"; +import logo from "./assets/logo.png"; + +const Contact = () => { + return ( + <> +
+
+ +
+
+
+
Company
+
Developers
+
About
+
Contact
+ +
+
+
+
+
    +
  • Features
  • +
  • Success Stories
  • +
  • Our Story
  • +
  • Careers
  • +
  • Events
  • +
+
+
+
    +
  • Documentation
  • +
  • Tutorials
  • +
  • Showcases
  • +
+
+
+
    +
  • Legal & GDPR
  • +
  • Equal opportunity employer
  • +
  • Privacy policy
  • +
  • Licensing
  • +
  • Glossary
  • +
+
+
+
    +
  • Pathway
  • +
  • 96bis Boulevard Raspail
  • +
  • Agoranov
  • +
  • 75006 Paris
  • +
  • France
  • +
  • contact@pathway.com
  • +
+
+ +
+
+
+ + + ) +} + +export default Contact diff --git a/src/Pages/Pathway/contact/Contact.module.css b/src/Pages/Pathway/components/contact/Contact.module.css similarity index 100% rename from src/Pages/Pathway/contact/Contact.module.css rename to src/Pages/Pathway/components/contact/Contact.module.css diff --git a/src/Pages/Pathway/contact/assets/img4.webp b/src/Pages/Pathway/components/contact/assets/img4.webp similarity index 100% rename from src/Pages/Pathway/contact/assets/img4.webp rename to src/Pages/Pathway/components/contact/assets/img4.webp diff --git a/src/Pages/Pathway/contact/assets/logo.png b/src/Pages/Pathway/components/contact/assets/logo.png similarity index 100% rename from src/Pages/Pathway/contact/assets/logo.png rename to src/Pages/Pathway/components/contact/assets/logo.png diff --git a/src/Pages/Pathway/components/course Overview/CourseOverview.jsx b/src/Pages/Pathway/components/course Overview/CourseOverview.jsx new file mode 100644 index 000000000..7fa82483f --- /dev/null +++ b/src/Pages/Pathway/components/course Overview/CourseOverview.jsx @@ -0,0 +1,71 @@ +import React from "react" +import styles from "./CourseOverview.module.css" +import s1 from './assets/S1.png' +import arrow from './assets/arrow.png' + +const content = [ + { + id: 1, + title: "Stage 1", + desc: "Dive deep into the foundations of AI with a focus on Large Language Models (LLMs).", + icon: "./assets/S1.png" + }, + { + id: 2, + title: "Stage 2", + desc: "Master LLMs and their real-world applications.", + icon: "./assets/S2.png" + }, + { + id: 3, + title: "Stage 3", + desc: "Explore the magic of word vectors and their role in understanding language.", + icon: "./assets/S3.png" + }, + { + id: 4, + title: "Stage 4", + desc: "Harness the potential of LLM data pipelines for AI-driven insights.", + icon: "./assets/S4.png" + }, + { + id: 5, + title: "Stage 5", + desc: "Embark on a hands-on journey to build your own LLM-powered app using the cutting-edge Pathway framework.", + icon: "./assets/S5.png" + }, +] + +const CourseOverview = () => { + return ( +
+
+
+
+

Course Overview

+
+
+
+ { + content.map((item) => { + return ( +
+
+ +

{item.desc}

+
+
+ {item.title} +
+
+ ) + } + ) + } +
+
+
+ ) +} + +export default CourseOverview diff --git a/src/Pages/Pathway/components/course Overview/CourseOverview.module.css b/src/Pages/Pathway/components/course Overview/CourseOverview.module.css new file mode 100644 index 000000000..bfdb1fdc3 --- /dev/null +++ b/src/Pages/Pathway/components/course Overview/CourseOverview.module.css @@ -0,0 +1,66 @@ +.Overview_container_head { + display: flex; + justify-content: center; + align-items: center; + padding: 3rem; + gap: 2rem; +} + +.Overview_container_head hr { + width: 25%; + background-color: #1C1CF0; + height: .25rem; +} + +.Overview_container_head p { + color: #000; + font-size: 3rem; + font-weight: 700; + width: max-content; +} + +.Overview_desc { + display: flex; + justify-content: center; + align-items: center; + flex-direction: row; + gap: 1rem; + padding: 1rem; + width: 50%; +} + +.Overview_desc .course { + box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2); + padding: 1.5rem; + border-radius: .5rem; +} + +.Course_desc { + display: flex; + gap: .5rem; +} + +.stage { + color: #E4311C; + font-weight: 900; + display: flex; + align-items: center; + gap: .5rem; +} + +@media (width<1000px) { + .Overview_container_head p { + font-size: 1rem; + } + + .Overview_container_head { + padding: 1rem; + gap: 1rem; + } + + .Overview_desc { + width: 100%; + flex-direction: column; + } + +} \ No newline at end of file diff --git a/src/Pages/Pathway/components/course Overview/assets/S1.png b/src/Pages/Pathway/components/course Overview/assets/S1.png new file mode 100644 index 0000000000000000000000000000000000000000..23b205cf5f3b2d2dbad3a9c5bdc938f74900451a GIT binary patch literal 735 zcmV<50wDc~P)Od67&w;){lj)lVG~L1FuHeEByekk^aB&CM6@V+Su0VGnu0VER6Cv@fqp43w$8#t( zP1BYRFvbV|Nr9Q6onKGSR{;+CLBg^{*A3jfdEa+@Fb#2Z6u9*|-XnrraGpfOyTu~9 ze0g#F`2Y1k%jNQc$DpZN-lS#WbqN4VD5d%gDnuaSjh8(-@9E^^b;MAxD}+*|0AFHI z+pdk)!*P7B8Zum~6?CAYYOted(=)cleC|vM-cR7@aXp@%zMWUO#?BBV(P+e$qs{&F zLKH<_yB%~lU0@#&ytyb@y=6;*X^0IHDZeofK^BpD^BhTKj%vYv)TLwc{4D;aC;2fn zo6sSL?bDEtA((@}e{`qv{T)0hoiA(fZz*BIfXBzdS>f4vldYC~+K{X&i9?n`)eFPu zDh-#FQOAsLME!3x@UbjHz9TwTFwG|3!agC$+pp-eH=79zL*>wTkWExM>K0i;8-g~x zpcFlv&7293`B~H0TP##>69{G2T<6q^4yDkW&&8PU$hPsC9Is2$K3jro2c_r%8UG$M zrDX}k=!U;-8^#2{cg5!IPz0<>I$I|xV#XjWE8c)C@+-5nN=h-PVTg~9BzLHXoHaiI z0+SGkwe$6c+`vrN)70vzLDJ^YxNBEYTKuV%540 z(*WGKaFt|haH!Ih)VbnT$%>+3L>VyP8q;pefWbII5)iV47Q{|fG*jdR_mu?209wvz zqIQ^#4pYj7*e2mrQPFh^UVhZY{z24bQuMMaeIc&$&QL{R2-C98>Y#(N`UJ3z2IJjt RE)4(x002ovPDHLkV1h_^QeFT6 literal 0 HcmV?d00001 diff --git a/src/Pages/Pathway/components/course Overview/assets/arrow.png b/src/Pages/Pathway/components/course Overview/assets/arrow.png new file mode 100644 index 0000000000000000000000000000000000000000..b2fa01e282780a7fa5897ed922b066bb7117447e GIT binary patch literal 494 zcmVqPQ>-OB1+3BP&r16$nvFOQ)CRYKaI%o@zYOJZv6jf~W>K_Zjo4J-ts%FZ2r8 zlIy}410p2^45ewEM#8Ker3w-{W|R=3rZhW8!CZcU)bn{jo`^{I_f2MIX^PIDsbWEK zZTD5vYRGZErLdrt!Y($9GlvPJHdJ1i(Rzn(F>b^ijq?sY+REFiX2#RGZo zpSS7IQkji=gE{09)m5`w4(8u}L40H*ut$t+_G5)lWK1rKut?8hBP7b)hu#h~Uxh*!S%bXrL4cHomuKd?y2a9u~bHlQD+Ae{cpR zP)MTLykq0TGRCvW2!Xxj(w;*V5-d6j`$PzE;f*NLi^wug(*sC|Zdb@7W29ePufapa zOV~XmVs!cV2r|8pdmMcC8x1jm9Ylnj8b3V1P)b{7tv@5tY6Zt(2#aL6C?}j4h8U2@ zT+qjSy~bX0zxcQTl45;!98mdHDIZ+awB4@w#*|GUej)l~%I z>?&vE_bly@k+lOEJTXl%qw6_Pb4PEcfj=VjQft>l2te@fRV zHzgw){p;(4UurHEukmHIiq4XvizAqyUHND^vTEFblHkY)5uKA>ws-yCd5`}aj}si3 zaX|wHXoB^k#LFS)IgW@DU6l;0O(IFgvf^-?=9Az$P!W|$>=HEzg_?vyn#2O$A9Azd z+LA*eZcwqSQK+;)iEK(Kzg^hWaN(&?HH$E3=Y0QDFRR7N)kMV-p2k9z^w*l*LSZtQ zFvKo@Pe6H4D~CVGc)O_6E=7XDA*9Xv872IMaW3hr6&~q+0BJ)NEZ2>@FKz+p8L5I+ cqsE88U+b$|_l<&L?f?J)07*qoM6N<$f){m5LjV8( literal 0 HcmV?d00001 diff --git a/src/Pages/Pathway/components/course Overview/assets/s3.png b/src/Pages/Pathway/components/course Overview/assets/s3.png new file mode 100644 index 0000000000000000000000000000000000000000..9bd1a33eca3074f346267cb4e7bb4e65ccc4b93c GIT binary patch literal 711 zcmV;&0yzDNP)s=&q5Hyf$zsYEQx@UbUJYt!21D!T|@|kfWWw9M9&D( z8z`ktudZ6rOW(P$h;(q#qmNxEfe_+oI@SGoVqO%nwiXAChWJ}{aEqAm_Ez_$Y{|m8 zc{grs-2Bv9hxBpj`OZVr7b%5XW>mcAZs>HbdnDkfDgg}V&&rB8;pomB2fKjZq&oyh zm=P(6c+7!waL;Hm!7a{_!gO%BpdPXWZRC%(+wm_;-B&(1BKF7QR%jK$0=TZh0f_p7 z-iDJ2jBI84=46SvzJ7hEHEu)2P;?`T!&#C*_?&BIBHC?v?lK>^Ea`QJa$y8E5wr^W zNg`r!kEF8vX6D30iBhOGp&tCzRoF8RdQd-`??8n33N{gxG_}<&8Pz|qiD))CbKS$` zsuT>sCL)R+vek7oWRl>%%_}n7Mr6BoVphCXoKghBMf%M*W2T>=RdkP(SJp|*;*lBZ zv&+lY&^%+VqW)t??EvHvczK9O(7|~8|ieS>#3;W;(Nqx&szFg;Se$r|Yhfonu5itE?p>1HZ zDNbIStTe@c?(X2A^foXLcjBHWdP|5I^3>Y=p|pr6cy~@hwrQHagME|Czm!@yK_#e< t7wN1^i!k9oM|?kZSt;r99^3g3!#(*L7w<^4pg;fs002ovPDHLkV1kitM(+Rs literal 0 HcmV?d00001 diff --git a/src/Pages/Pathway/components/course Overview/assets/s4.png b/src/Pages/Pathway/components/course Overview/assets/s4.png new file mode 100644 index 0000000000000000000000000000000000000000..bede65c0f75b677368de7af4193e3a4f47f0a878 GIT binary patch literal 632 zcmV-;0*C#HP)pur00009a7bBm000XU z000XU0RWnu7ytkO0drDELIAGL9O(c600d`2O+f$vv5yPoJMYKstp~FMb zq03WwF9d#qBHE-54veQCAqirs4T@-ys#eF(6d5P{%=i6wP^1h@Rtde8KfTeY(g#IY zky;BiHlHJk9xzariW8EM)GIJhk|LqoI3dYwrk+od+)~HKU)LnmOxV)(yov`5a!Fa1 zTML4qm9&S7<{L1{ELE+#RD(on?GXZ4NxpnXmQAvsQTzCyOEYaRMd}7J;``8zDjlg( zQm9lC9g2Vrnn8r#aA=-wJ~wtHwAPCJO2w{(=$K!I!-^BN7TIP(BZv*f(3?)-E^aaM z_`)Md5kiv*){|=4mXvL~@(Z(}04Npuiv?b#71zj|TGga%kwP?13?shfgoWmFtY?`X zGS#Uh=m$7Lh-c6wBw-JEh5@ydEnXg>ns!5ZhDMt|Qzn49Gisl=AuG6Ie S9q(EI0000Xip|ysQOXl^?g6) zEqnQ~X=;r!q^JUK?q+n~4>W z;bh{5y3F2|0E43+RNuYmxM81R=s~EffT!D*fl4Rci&19u<(FBfIx9%U6nYJa!u7{uYd)_1xXtkbr*R)2zy3tGG6Yuv zb4?Rjc>-e}=XfE6=(2WL#<^fwQYyjbBv2(?@#b<7(N-0)M&yPJfHnS*AxbnMRW5|x z#ik=A)xz=}8DKuA0U07gLe`2D$bA3hx01{2vF`D{YqF?JQmef}A)iH?auKOYd3vjd zKAx1|ba#%kJf6ttn66_xRYi?;;rj`@gK}54k4rushy_%QBu(Ww+LVMAu=LGuo}Or+ z8)zwQ%w+<4*|rf0Hbl6jhflQN_?VI~ES?BKD9L?IjbOyXD0;J@b+OS0G1na@C)tnM d0}j|F{sZ_UJ(wel)c61Z002ovPDHLkV1g>VWVQeR literal 0 HcmV?d00001 diff --git a/src/Pages/Pathway/mainpage/assets/img1.webp b/src/Pages/Pathway/components/mainpage/assets/img1.webp similarity index 100% rename from src/Pages/Pathway/mainpage/assets/img1.webp rename to src/Pages/Pathway/components/mainpage/assets/img1.webp diff --git a/src/Pages/Pathway/mainpage/assets/img2.webp b/src/Pages/Pathway/components/mainpage/assets/img2.webp similarity index 100% rename from src/Pages/Pathway/mainpage/assets/img2.webp rename to src/Pages/Pathway/components/mainpage/assets/img2.webp diff --git a/src/Pages/Pathway/components/mainpage/assets/pre.png b/src/Pages/Pathway/components/mainpage/assets/pre.png new file mode 100644 index 0000000000000000000000000000000000000000..a3573470f6a6135fcd2b5bd7db53fd553e145374 GIT binary patch literal 441 zcmV;q0Y?6bP)n9N$9+p#!gjkP2c4Ar)lofDS?`NUXqgpdFYFybiDf+)s9yHUt31XSTp`F-0c{jjHR6YV8HhU{>-yV zlBCiof91xM#Bh4vLloI-eM#Q9u&hL%BFlEWC!%__C2gsh8vW_-@+b8U`vy};+G z7m#){HUV%lLvPb}GLnZb{V9Y2K^d0G)Vr|V_cTq=%#86&?MA6+*=oH7VOKFW)2PZe zDzJ6Kk9~jdjl;Mc145MIi{Y^#nm(d@V<6(4I1NofSjQjH<)V7UBMA-_)UNCz5+!P> ji{h#MtF3Pw$2-ai-xq5j0VRvu00000NkvXXu0mjfP%^+R literal 0 HcmV?d00001 diff --git a/src/Pages/Pathway/components/mainpage/mainpage.jsx b/src/Pages/Pathway/components/mainpage/mainpage.jsx new file mode 100644 index 000000000..43d29d55f --- /dev/null +++ b/src/Pages/Pathway/components/mainpage/mainpage.jsx @@ -0,0 +1,42 @@ +import React from "react" +import styles from "./mainpage.module.css" +import img2 from "./assets/img2.webp"; +import pre from "./assets/pre.png"; + +export default function mainpage() { + return ( +
+
+
+
+ +
+
+
+ Breaking into
+ Artificial
Intelligence
+
+
+ A µLearn x Pathway Initiative. +
+
+ + +
+
+
+
+

+ Join us on an exciting adventure into the world of Artificial Intelligence (AI) through our collaborative
+ initiative with Pathway. In this comprehensive course. +

+
+
+

+ Only 20 individuals will be selected for the beta cohort, while the remaining applicants will be placed on a waiting list. +

+
+ ) +} diff --git a/src/Pages/Pathway/components/mainpage/mainpage.module.css b/src/Pages/Pathway/components/mainpage/mainpage.module.css new file mode 100644 index 000000000..5867c5aa8 --- /dev/null +++ b/src/Pages/Pathway/components/mainpage/mainpage.module.css @@ -0,0 +1,129 @@ +@import url('https://fonts.googleapis.com/css2?family=Antonio:wght@100;200;300;400;500;600;700&family=Plus+Jakarta+Sans:wght@200;300;400;500;600;700;800&family=Rubik:wght@400;500;600;700;800;900&display=swap'); + +.mainpage { + height: 100vh; + width: 100%; + background: #F5F5F5; + position: relative; + display: flex; + justify-content: center; + align-items: center; +} + +.First { + display: flex; + justify-content: center; + align-items: center; + flex-direction: column; +} + +.Container { + display: flex; + justify-content: center; + align-items: center; + flex-direction: row; + padding: 0 4rem; +} + +.Container_image_one { + width: 50%; + display: flex; + justify-content: center; + align-items: center; +} + +.Container_desc { + display: flex; + justify-content: flex-start; + align-items: flex-start; + flex-direction: column; + gap: 2rem; + width: 50%; +} + +.Container_image_one img { + height: 30rem; + object-fit: contain; +} + +.Container_img_two { + width: fit-content; + padding: .8rem .5rem; + border-radius: .5rem; + font-size: 1.5rem; + background-color: #232A34; + color: #fff; +} + +.Container_head { + font-weight: 900; + font-size: 5rem; + font-family: 'Rubik', sans-serif; + line-height: 5rem; + width: max-content; +} + +.Head_two { + background-color: transparent; + color: #DC280B; + font-family: 'Rubik', sans-serif; +} + +.Container_button_one { + padding: .5rem 1rem; + border-radius: .5rem; + background-color: #DC280B; + font-weight: 700; + border: none; + color: #EEEEEE; + display: flex; + align-items: center; + gap: .5rem; +} + +.Container_button_one img { + background-color: transparent; +} + +.Container_button_two { + padding: .5rem 1rem; + border-radius: .5rem; + border-radius: 8px; + background: #EEEEEE; + font-weight: 900; + border: none; + color: #DC280B; +} + +.Container_button { + display: flex; + justify-content: flex-start; + align-items: flex-start; + gap: 2rem; +} + +.Lower_desc { + display: flex; + justify-content: center; + align-items: center; + flex-direction: column; + text-align: center; + font-size: 1.2rem; +} + +.Lower_red { + position: absolute; + bottom: 0; + width: 100%; + text-align: center; + background: #DC280B; + color: white; + font-size: 1rem; + text-transform: uppercase; + padding: .8rem; +} + +.Lower_red b { + background-color: #DC280B; + padding: 0 .3rem; +} \ No newline at end of file diff --git a/src/Pages/Pathway/menuBar/assets/logo.webp b/src/Pages/Pathway/components/menuBar/assets/logo.webp similarity index 100% rename from src/Pages/Pathway/menuBar/assets/logo.webp rename to src/Pages/Pathway/components/menuBar/assets/logo.webp diff --git a/src/Pages/Pathway/components/menuBar/assets/pre.png b/src/Pages/Pathway/components/menuBar/assets/pre.png new file mode 100644 index 0000000000000000000000000000000000000000..b93f1ba7ef8f3924db1ba947000ed62cbbf59123 GIT binary patch literal 469 zcmV;`0V@89P)?h1a%=S5B){Byho2?q zELjpFw}QwT+P00c#JXJtzNw=qs&UTwF4$ir1RP4iq8&#AX2$jfJ~*wp3i8$hEWs_K zQCg(ntCzuA*9<&CXMw1XF3LCFCL_>nh@3yhmunWWGjOw?Ai7e~$_C;2l9}45J{l z-F~J<3bD`Xe;c`n^DT}28@#)EK24n+u#o}qay?5NJ^RYDr_M;+%LJ(KKJ-kglg+)f z7E=VVRMJlrgIF6MQM;D<1QQuYqJl5dkF1Z>ihh8*DO07mDyF{U0W3KLUHbeJ(8?XK zK1n|@p)QDxSfw_8%WSuuo;gG(--_?MlrYZV3CwlR@jfH4Qf>}EQ1)b+bS@UZ00000 LNkvXXu0mjf{%6F! literal 0 HcmV?d00001 diff --git a/src/Pages/Pathway/components/menuBar/menubar.jsx b/src/Pages/Pathway/components/menuBar/menubar.jsx new file mode 100644 index 000000000..d67c38d03 --- /dev/null +++ b/src/Pages/Pathway/components/menuBar/menubar.jsx @@ -0,0 +1,27 @@ +import React from "react" +import styles from './menubar.module.css' +import img4 from "./assets/logo.webp"; +import pre from './assets/pre.png' + +export default function menubar() { + return ( + + ) +} + diff --git a/src/Pages/Pathway/components/menuBar/menubar.module.css b/src/Pages/Pathway/components/menuBar/menubar.module.css new file mode 100644 index 000000000..21a3276d8 --- /dev/null +++ b/src/Pages/Pathway/components/menuBar/menubar.module.css @@ -0,0 +1,46 @@ +.menu_bar { + position: fixed; + top: 0; + display: flex; + width: 100%; + padding: 2rem 0; + justify-content: space-around; + align-items: center; + background-color: #fff; + box-shadow: 0px 0px 10px rgba(0, 0, 0, .25); + z-index: 1; +} + +.menu_bar a { + background-color: #fff; + font-weight: 700; + color: #000; +} + +.logo img { + height: 2rem; + background-color: #fff; +} + +.menu { + display: flex; + justify-content: space-around; + align-items: center; + list-style: none; + gap: 2rem; + background-color: transparent; +} + +.pre_rg a { + display: flex; + gap: .5rem; + border-radius: .8rem; + padding: .8rem 1.5rem; + background-color: #DC280B; + color: white; + border: none; +} + +.pre_rg a img { + background-color: #DC280B; +} \ No newline at end of file diff --git a/src/Pages/Pathway/what_is_pathway/assets/img3.webp b/src/Pages/Pathway/components/what_is_pathway/assets/img3.webp similarity index 100% rename from src/Pages/Pathway/what_is_pathway/assets/img3.webp rename to src/Pages/Pathway/components/what_is_pathway/assets/img3.webp diff --git a/src/Pages/Pathway/what_is_pathway/whatIsPathway.module.css b/src/Pages/Pathway/components/what_is_pathway/whatIsPathway.module.css similarity index 56% rename from src/Pages/Pathway/what_is_pathway/whatIsPathway.module.css rename to src/Pages/Pathway/components/what_is_pathway/whatIsPathway.module.css index 171349348..fdbd1ca79 100644 --- a/src/Pages/Pathway/what_is_pathway/whatIsPathway.module.css +++ b/src/Pages/Pathway/components/what_is_pathway/whatIsPathway.module.css @@ -1,31 +1,23 @@ -@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@200;300;400;500;600;700;800&display=swap'); - -*{ - margin: 0; - padding: 0; - box-sizing: border-box; - font-family: 'Plus Jakarta Sans', sans-serif; - background: #F5F5F5; - -} -.Overview_container_head{ +.Overview_container_head { display: flex; justify-content: center; align-items: center; padding: 3rem; gap: 2rem; } -.Overview_container_head hr{ + +.Overview_container_head hr { width: 25%; color: blue; } -.Overview_container_head p{ + +.Overview_container_head p { color: #000; font-size: 3rem; font-weight: 700; } -.WhatIsPathway_main{ +.WhatIsPathway_main { display: flex; justify-content: center; align-items: center; @@ -34,34 +26,41 @@ margin: 3rem; } -.WhatIsPathway_img img{ + +.WhatIsPathway_img img { width: 60%; } -.WhatIsPathway_img{ + +.WhatIsPathway_img { display: flex; justify-content: center; align-items: center; } -.WhatIsPathway_desc{ + +.WhatIsPathway_desc { width: 80%; font-size: 1.2rem; } -.WhatIsPathway_desc span{ + +.WhatIsPathway_desc span { font-weight: 800; } -@media (width<1000px){ - .Overview_container_head p{ + +@media (width<1000px) { + .Overview_container_head p { font-size: 1rem; } - /* .Overview_container_head hr{ + + /* .Overview_container_head hr{ width: 7rem; }*/ - .Overview_container_head{ + .Overview_container_head { padding: 1rem; gap: 1rem; - + } - .WhatIsPathway_main{ + + .WhatIsPathway_main { font-size: .8rem; gap: 2rem; padding: 1.5rem; @@ -71,11 +70,12 @@ flex-direction: column; } - .WhatIsPathway_desc{ + + .WhatIsPathway_desc { width: 100%; } - .WhatIsPathway_img{ + + .WhatIsPathway_img { margin-left: -2rem; } -} - +} \ No newline at end of file diff --git a/src/Pages/Pathway/components/what_is_pathway/what_is_pathway.jsx b/src/Pages/Pathway/components/what_is_pathway/what_is_pathway.jsx new file mode 100644 index 000000000..c455a581c --- /dev/null +++ b/src/Pages/Pathway/components/what_is_pathway/what_is_pathway.jsx @@ -0,0 +1,35 @@ +import React from "react" +import styles from './whatIsPathway.module.css' +import img3 from "./assets/img3.webp"; + +export default function what_is_pathway() { + return ( +
+
+
+

What is Pathway

+
+
+
+
+ +
+
+

+ Pathway is an open framework for high-throughput and low-latency + real-time data processing. It is used to create Python code which seamlessly combines + batch processing, streaming, and real-time API's + for LLM apps. Pathway's distributed runtime (🦀-🐍) provides + fresh results of your data pipelines + whenever new inputs and requests are received. +

+
+

Pathway provides a high-level programming interface in Python for defining data transformations, aggregations, and other + operations on data streams. With Pathway, you can effortlessly design and deploy sophisticated data workflows + that efficiently handle high volumes of data in real time. +

+
+
+
+ ) +} diff --git a/src/Pages/Pathway/contact/Contact.jsx b/src/Pages/Pathway/contact/Contact.jsx deleted file mode 100644 index d871ccd7d..000000000 --- a/src/Pages/Pathway/contact/Contact.jsx +++ /dev/null @@ -1,67 +0,0 @@ -import React from "react" -import styles from "./Contact.module.css" -import img4 from "./assets/img4.webp"; -import logo from "./assets/logo.png"; - -const Contact = () => { - return ( - <> -
-
- -
-
-
-
Company
-
Developers
-
About
-
Contact
- -
-
-
-
-
    -
  • Features
  • -
  • Success Stories
  • -
  • Our Story
  • -
  • Careers
  • -
  • Events
  • -
-
-
-
    -
  • Documentation
  • -
  • Tutorials
  • -
  • Showcases
  • -
-
-
-
    -
  • Legal & GDPR
  • -
  • Equal opportunity employer
  • -
  • Privacy policy
  • -
  • Licensing
  • -
  • Glossary
  • -
-
-
-
    -
  • Pathway
  • -
  • 96bis Boulevard Raspail
  • -
  • Agoranov
  • -
  • 75006 Paris
  • -
  • France
  • -
  • contact@pathway.com
  • -
-
- -
-
-
- - -) -} - -export default Contact diff --git a/src/Pages/Pathway/course Overview/CourseOverview.jsx b/src/Pages/Pathway/course Overview/CourseOverview.jsx deleted file mode 100644 index e834eaf25..000000000 --- a/src/Pages/Pathway/course Overview/CourseOverview.jsx +++ /dev/null @@ -1,69 +0,0 @@ -import React from "react" -import styles from "./CourseOverview.module.css" - -const CourseOverview = () => { - return ( - <> -
-
-
-
-

Course Overview

-
-
-
-
-
- - -

Dive deep into the foundations of AI with a focus on Large Language Models (LLMs).

-
-
-

Stage 1

-
-
-
-
- -

Dive deep into the foundations of AI with a focus on Large Language Models (LLMs).

-
-
-

Stage 1

-
-
-
-
- -

Dive deep into the foundations of AI with a focus on Large Language Models (LLMs).

-
-
-

Stage 1

-
-
-
-
- -

Dive deep into the foundations of AI with a focus on Large Language Models (LLMs).

-
-
-

Stage 1

-
-
-
-
- -

Dive deep into the foundations of AI with a focus on Large Language Models (LLMs).

-
-
-

Stage 1

-
-
-
-
-
- - -) -} - -export default CourseOverview diff --git a/src/Pages/Pathway/course Overview/CourseOverview.module.css b/src/Pages/Pathway/course Overview/CourseOverview.module.css deleted file mode 100644 index e0094e1cc..000000000 --- a/src/Pages/Pathway/course Overview/CourseOverview.module.css +++ /dev/null @@ -1,84 +0,0 @@ -@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@200;300;400;500;600;700;800&display=swap'); - -*{ - margin: 0; - padding: 0; - box-sizing: border-box; - font-family: 'Plus Jakarta Sans', sans-serif; - background: #F5F5F5; - -} -.Overview_container_head{ - display: flex; - justify-content: center; - align-items: center; - padding: 3rem; - gap: 2rem; -} -.Overview_container_head hr{ - width: 25%; - color: blue; -} -.Overview_container_head p{ - color: #000; - font-size: 3rem; - font-weight: 700; -} -.Overview_desc{ - display: flex; - justify-content: center; - align-items: center; - flex-direction: row; - gap: 1rem; - padding: 1rem; -} -.course{ - display: flex; - justify-content: center; - align-items: center; - flex-direction: column; - gap: 1rem; - font-size: 1rem; - box-shadow: 10px 10px rgba(224, 221, 221, 0.2); - border-radius: 8px; - -} -.Course_desc{ - display: flex; - justify-content: center; - align-items: center; - padding: 1rem; -} -.icon{ - width: 50%; -} -.stage{ - width: 100%; - padding: 2rem; - display: flex; - justify-content: flex-start; - align-items: start; - color: red; - font-weight: 700; -} -.desc_one span{ - font-weight: 700; - -} -@media (width<1000px){ - .Overview_container_head p{ - font-size: 1rem; - } - /* .Overview_container_head hr{ - width: 7rem; - }*/ - .Overview_container_head{ - padding: 1rem; - gap: 1rem; - } - .Overview_desc{ - width: 100%; - flex-direction: column; - } - -} \ No newline at end of file diff --git a/src/Pages/Pathway/mainpage/mainpage.jsx b/src/Pages/Pathway/mainpage/mainpage.jsx deleted file mode 100644 index 10b6448f5..000000000 --- a/src/Pages/Pathway/mainpage/mainpage.jsx +++ /dev/null @@ -1,41 +0,0 @@ -import React from "react" -import styles from "./mainpage.module.css" -import img2 from "./assets/img2.webp"; -import img1 from "./assets/img1.png"; -const Contact = () => { - return ( - <> -
-
-
- -
-
-
-

Breaking into

-

Artificial
Intelligence

- -
-
- -
-
- - - -
-
-
-
-

Join us on an exciting adventure into the world of Artificial Intelligence (AI) through our collaborative

-

initiative with Pathway. In this comprehensive course.

-
-
-

Only 20 INDIVIDUALS will be selected for the BETA COHORT, while the remaining applicants will be placed on a waiting list.

- - - -) -} - -export default mainpage diff --git a/src/Pages/Pathway/mainpage/mainpage.module.css b/src/Pages/Pathway/mainpage/mainpage.module.css deleted file mode 100644 index 18d9e2cfe..000000000 --- a/src/Pages/Pathway/mainpage/mainpage.module.css +++ /dev/null @@ -1,100 +0,0 @@ -@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@200;300;400;500;600;700;800&display=swap'); - -* { - margin: 0; - padding: 0; - box-sizing: border-box; - font-family: 'Plus Jakarta Sans', sans-serif; -} -.First{ - background: #F5F5F5; - display: flex; - justify-content: center; - align-items: center; - flex-direction: column; - padding: 3rem; -} -.Container{ - display: flex; - justify-content: center; - align-items: center; - flex-direction: row; - padding: 4rem; - gap: 3rem; -} -.Container_desc{ - display: flex; - justify-content: flex-start; - align-items: flex-start; - flex-direction: column; - gap: 2rem; -} -.Container_image_one img{ - width: 50%; -} -.Container_img_two img{ - width: 50%; -} -.Container_image_one{ - display: flex; - justify-content: flex-end; - align-items: end; -} -.Head_one{ - font-weight: 1000; - font-size: 3rem; -} -.Head_two{ - font-weight: 1000; - font-size: 3rem; - color: #DC280B; -} -.Container_button_one{ - width: 7rem; - height: 2rem; - border-radius: 8px; - background: #DC280B; - font-weight: 700; - border: none; - color: #EEEEEE; -} -.Container_button_two{ - width: 7rem; - height: 2rem; - border-radius: 8px; - background: #EEEEEE; - font-weight: 700; - border: none; - color: #DC280B; -} -.Container_button{ - display: flex; - justify-content: flex-start; - align-items: flex-start; - gap: 2rem; -} -.desc{ - font-size: 1rem; -} -.Lower_desc{ - display: flex; - justify-content: center; - align-items: center; - flex-direction: column; -} -.desc span{ - font-weight: 700; -} -.Lower_red{ - display: flex; - justify-content: center; - align-items: center; - background: #DC280B; - color: white; - height: 3rem; - font-size: 1rem; -} -.Lower_red span{ - font-weight: 700; -} - diff --git a/src/Pages/Pathway/menuBar/menubar.jsx b/src/Pages/Pathway/menuBar/menubar.jsx deleted file mode 100644 index 8c2052576..000000000 --- a/src/Pages/Pathway/menuBar/menubar.jsx +++ /dev/null @@ -1,29 +0,0 @@ -import React from "react" -import styles from "menubar.module.css" -import img4 from "./assets/logo.webp"; - - -const Contact = () => { - return ( - <> -
-
- -
-
-
    -
  • Home
  • -
  • Course Overview
  • -
  • Who Should Attend?
  • -
  • About Pathway
  • -
-
-
-
- - -) -} - -export default menuebar - diff --git a/src/Pages/Pathway/menuBar/menubar.module.css b/src/Pages/Pathway/menuBar/menubar.module.css deleted file mode 100644 index aba46b659..000000000 --- a/src/Pages/Pathway/menuBar/menubar.module.css +++ /dev/null @@ -1,40 +0,0 @@ -@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@200;300;400;500;600;700;800&display=swap'); - -* { - margin: 0; - padding: 0; - box-sizing: border-box; - font-family: 'Plus Jakarta Sans', sans-serif; -} -.menu_bar{ - display: flex; - width: 100%; - height: 4rem; - background: white; - justify-content: space-around; - align-items: center; -} -.logo{ - width: 15%; - -} -.logo img{ - width: 100%; -} -.menu ul{ - display: flex; - justify-content: space-around; - align-items: center; - list-style: none; - gap: 2rem; - font-weight: 700; -} -.pre_rg button{ - width: 7rem; - height: 2rem; - border-radius: 8px; - background: #DC280B; - color: white; - font-weight: 700; - border: none; -} diff --git a/src/Pages/Pathway/what_is_pathway/what_is_pathway.jsx b/src/Pages/Pathway/what_is_pathway/what_is_pathway.jsx deleted file mode 100644 index f9af972fb..000000000 --- a/src/Pages/Pathway/what_is_pathway/what_is_pathway.jsx +++ /dev/null @@ -1,31 +0,0 @@ -import React from "react" -import styles from "menubar.module.css" -import img3 from "./assets/img3.webp"; - - -const what_is_pathway = () => { - return ( - <> -
-
-

What is Pathway

-
-
-
-
- - -
-
-

Pathway is an open framework for high-throughput and low-latency real-time data processing. It is used to create Python code which seamlessly combines batch processing, streaming, and real-time API's for LLM apps. Pathway's distributed runtime (🦀-🐍) provides fresh results of your data pipelines whenever new inputs and requests are received.

-
-

Pathway provides a high-level programming interface in Python for defining data transformations, aggregations, and other operations on data streams. With Pathway, you can effortlessly design and deploy sophisticated data workflows that efficiently handle high volumes of data in real time.

-
- -
- - -) -} - -export default what_is_pathway diff --git a/src/Pages/Top100Coders/assets/favicon.png b/src/Pages/Top100Coders/assets/favicon.png new file mode 100644 index 0000000000000000000000000000000000000000..6e7c5b0276676f4f8f6aa6e06001b81023a6f9ef GIT binary patch literal 772 zcmV+f1N;1mP)*Y7#cbIzW*>E@jC59)=Uk{}T$Afp+}l2Vi?LJ?ZICfX|HBrZZJUtGwVWGU?tQ9(W*i<8b3 zmX~H$L?NEZr&p@?l-her^Jx_3@@R5h<#t~j_r;|Um+ocFTNCMcV@v3LI1iPDJ2$TX z7C+LZURt~E(G8)Lhc(xxqlyi2yy1rs#-3Wt`X_(9e7j@E)05pr>4~4e`!>S(vwaq$ zubbw}rRZy$56HO=`wd%OChi%<53yI;0G=QG6aE0?!QN)ae%g$K=B zJJ(OVKRbSA`0{}hy;2=wg=OwYB(ADht*mTHrfy22?oZvqpkZy=t=6eSiXc(oMaeJ8(hR zqhDRBp|DIQm8r``R%;+NXSqc|Q_EU&?kJ>|NzIz)Z3A9#K+UL^9rKD&R2|vbKB3=< z?S>w_$$nk6+R>`ibEd^-|0&qI#Q$6SQB_lO)G90mR&^aRdieN%5dR-o#c_v>I&2ke z_bPa4WZ>Xl-PL19YOfD@Lo79Tc6#5yi$fz@55BjQ0e0QL;h}dfh28JIS(I%P3r@*Y zU9~jxi8VVnP2B$L!Wm;9oEUb|oJk#GVc0(H5)Ik?Is4plS&SS_u?}TT5gLdspsY|J z9(Pl&tfXbpJrz?5v6hOmOkqJoVVj^+kBW_Et<*rLFT~Gy+^O1!kEt7!$|M>V6;3;k zPK=EV`0C?JL!Z7jyk+6!M^o3NC%-xShh3+yjQAVmlJxdZZ&ZN*0000 Date: Mon, 9 Oct 2023 20:09:59 +0530 Subject: [PATCH 2/2] Pathway Page updated --- src/Pages/Pathway/Pathway.jsx | 20 +-- src/Pages/Pathway/Pathway.module.css | 10 ++ .../course Overview => }/assets/S1.png | Bin .../course Overview => }/assets/arrow.png | Bin .../mainpage => }/assets/img2.webp | Bin .../what_is_pathway => }/assets/img3.webp | Bin .../{components/contact => }/assets/img4.webp | Bin .../WhoShouldAttend => }/assets/line.webp | Bin .../{components/contact => }/assets/logo.png | Bin .../{components/menuBar => }/assets/logo.webp | Bin .../{components/menuBar => }/assets/pre.png | Bin .../course Overview => }/assets/s2.png | Bin .../course Overview => }/assets/s3.png | Bin .../course Overview => }/assets/s4.png | Bin .../course Overview => }/assets/s5.png | Bin .../what_is_pathway.jsx => About/About.jsx} | 11 +- .../About.module.css} | 53 +++----- .../{mainpage => HeroSection}/mainpage.jsx | 32 +++-- .../mainpage.module.css | 36 +++++- .../Pathway/components/Navbar/menubar.jsx | 41 ++++++ .../{menuBar => Navbar}/menubar.module.css | 24 +++- .../WhoShouldAttend/WhoShouldAttend.jsx | 118 ++++++++---------- .../WhoShouldAttend.module.css | 64 +++++----- .../Pathway/components/contact/Contact.jsx | 109 ++++++++-------- .../components/contact/Contact.module.css | 54 ++++---- .../course Overview/CourseOverview.jsx | 58 +++++---- .../course Overview/CourseOverview.module.css | 47 ++++--- .../components/mainpage/assets/img1.webp | Bin 3902 -> 0 bytes .../components/mainpage/assets/pre.png | Bin 441 -> 0 bytes .../Pathway/components/menuBar/menubar.jsx | 27 ---- 30 files changed, 370 insertions(+), 334 deletions(-) rename src/Pages/Pathway/{components/course Overview => }/assets/S1.png (100%) rename src/Pages/Pathway/{components/course Overview => }/assets/arrow.png (100%) rename src/Pages/Pathway/{components/mainpage => }/assets/img2.webp (100%) rename src/Pages/Pathway/{components/what_is_pathway => }/assets/img3.webp (100%) rename src/Pages/Pathway/{components/contact => }/assets/img4.webp (100%) rename src/Pages/Pathway/{components/WhoShouldAttend => }/assets/line.webp (100%) rename src/Pages/Pathway/{components/contact => }/assets/logo.png (100%) rename src/Pages/Pathway/{components/menuBar => }/assets/logo.webp (100%) rename src/Pages/Pathway/{components/menuBar => }/assets/pre.png (100%) rename src/Pages/Pathway/{components/course Overview => }/assets/s2.png (100%) rename src/Pages/Pathway/{components/course Overview => }/assets/s3.png (100%) rename src/Pages/Pathway/{components/course Overview => }/assets/s4.png (100%) rename src/Pages/Pathway/{components/course Overview => }/assets/s5.png (100%) rename src/Pages/Pathway/components/{what_is_pathway/what_is_pathway.jsx => About/About.jsx} (87%) rename src/Pages/Pathway/components/{what_is_pathway/whatIsPathway.module.css => About/About.module.css} (50%) rename src/Pages/Pathway/components/{mainpage => HeroSection}/mainpage.jsx (51%) rename src/Pages/Pathway/components/{mainpage => HeroSection}/mainpage.module.css (84%) create mode 100644 src/Pages/Pathway/components/Navbar/menubar.jsx rename src/Pages/Pathway/components/{menuBar => Navbar}/menubar.module.css (68%) delete mode 100644 src/Pages/Pathway/components/mainpage/assets/img1.webp delete mode 100644 src/Pages/Pathway/components/mainpage/assets/pre.png delete mode 100644 src/Pages/Pathway/components/menuBar/menubar.jsx diff --git a/src/Pages/Pathway/Pathway.jsx b/src/Pages/Pathway/Pathway.jsx index 7e8f108d9..72a0e6838 100644 --- a/src/Pages/Pathway/Pathway.jsx +++ b/src/Pages/Pathway/Pathway.jsx @@ -1,21 +1,23 @@ import React from 'react' -import styles from "./Pathway.module.css" -import Navbar from './components/menuBar/menubar' -import Mainpage from './components/mainpage/mainpage' -import Whatispathway from './components/what_is_pathway/what_is_pathway' +import styles from './Pathway.module.css' +import Navbar from './components/Navbar/menubar' +import Mainpage from './components/HeroSection/mainpage' +import Whatispathway from './components/About/About' import CourseOverview from './components/course Overview/CourseOverview' import Whoshouldattend from './components/WhoShouldAttend/WhoShouldAttend' import Contact from './components/contact/Contact' export default function Pathway() { return ( -
+ <> - - - +
+ + + +
-
+ ) } diff --git a/src/Pages/Pathway/Pathway.module.css b/src/Pages/Pathway/Pathway.module.css index e69de29bb..f5d9e5e9c 100644 --- a/src/Pages/Pathway/Pathway.module.css +++ b/src/Pages/Pathway/Pathway.module.css @@ -0,0 +1,10 @@ +.pathway { + padding: 0 4rem; + background-color: #F5F5F5; +} + +@media(width<=820px) { + .pathway { + padding: 0 1rem; + } +} \ No newline at end of file diff --git a/src/Pages/Pathway/components/course Overview/assets/S1.png b/src/Pages/Pathway/assets/S1.png similarity index 100% rename from src/Pages/Pathway/components/course Overview/assets/S1.png rename to src/Pages/Pathway/assets/S1.png diff --git a/src/Pages/Pathway/components/course Overview/assets/arrow.png b/src/Pages/Pathway/assets/arrow.png similarity index 100% rename from src/Pages/Pathway/components/course Overview/assets/arrow.png rename to src/Pages/Pathway/assets/arrow.png diff --git a/src/Pages/Pathway/components/mainpage/assets/img2.webp b/src/Pages/Pathway/assets/img2.webp similarity index 100% rename from src/Pages/Pathway/components/mainpage/assets/img2.webp rename to src/Pages/Pathway/assets/img2.webp diff --git a/src/Pages/Pathway/components/what_is_pathway/assets/img3.webp b/src/Pages/Pathway/assets/img3.webp similarity index 100% rename from src/Pages/Pathway/components/what_is_pathway/assets/img3.webp rename to src/Pages/Pathway/assets/img3.webp diff --git a/src/Pages/Pathway/components/contact/assets/img4.webp b/src/Pages/Pathway/assets/img4.webp similarity index 100% rename from src/Pages/Pathway/components/contact/assets/img4.webp rename to src/Pages/Pathway/assets/img4.webp diff --git a/src/Pages/Pathway/components/WhoShouldAttend/assets/line.webp b/src/Pages/Pathway/assets/line.webp similarity index 100% rename from src/Pages/Pathway/components/WhoShouldAttend/assets/line.webp rename to src/Pages/Pathway/assets/line.webp diff --git a/src/Pages/Pathway/components/contact/assets/logo.png b/src/Pages/Pathway/assets/logo.png similarity index 100% rename from src/Pages/Pathway/components/contact/assets/logo.png rename to src/Pages/Pathway/assets/logo.png diff --git a/src/Pages/Pathway/components/menuBar/assets/logo.webp b/src/Pages/Pathway/assets/logo.webp similarity index 100% rename from src/Pages/Pathway/components/menuBar/assets/logo.webp rename to src/Pages/Pathway/assets/logo.webp diff --git a/src/Pages/Pathway/components/menuBar/assets/pre.png b/src/Pages/Pathway/assets/pre.png similarity index 100% rename from src/Pages/Pathway/components/menuBar/assets/pre.png rename to src/Pages/Pathway/assets/pre.png diff --git a/src/Pages/Pathway/components/course Overview/assets/s2.png b/src/Pages/Pathway/assets/s2.png similarity index 100% rename from src/Pages/Pathway/components/course Overview/assets/s2.png rename to src/Pages/Pathway/assets/s2.png diff --git a/src/Pages/Pathway/components/course Overview/assets/s3.png b/src/Pages/Pathway/assets/s3.png similarity index 100% rename from src/Pages/Pathway/components/course Overview/assets/s3.png rename to src/Pages/Pathway/assets/s3.png diff --git a/src/Pages/Pathway/components/course Overview/assets/s4.png b/src/Pages/Pathway/assets/s4.png similarity index 100% rename from src/Pages/Pathway/components/course Overview/assets/s4.png rename to src/Pages/Pathway/assets/s4.png diff --git a/src/Pages/Pathway/components/course Overview/assets/s5.png b/src/Pages/Pathway/assets/s5.png similarity index 100% rename from src/Pages/Pathway/components/course Overview/assets/s5.png rename to src/Pages/Pathway/assets/s5.png diff --git a/src/Pages/Pathway/components/what_is_pathway/what_is_pathway.jsx b/src/Pages/Pathway/components/About/About.jsx similarity index 87% rename from src/Pages/Pathway/components/what_is_pathway/what_is_pathway.jsx rename to src/Pages/Pathway/components/About/About.jsx index c455a581c..2f86864a8 100644 --- a/src/Pages/Pathway/components/what_is_pathway/what_is_pathway.jsx +++ b/src/Pages/Pathway/components/About/About.jsx @@ -1,18 +1,17 @@ import React from "react" -import styles from './whatIsPathway.module.css' -import img3 from "./assets/img3.webp"; +import styles from './About.module.css' +import img3 from "../../assets/img3.webp"; -export default function what_is_pathway() { +export default function About() { return ( -
+

What is Pathway

-
- +

diff --git a/src/Pages/Pathway/components/what_is_pathway/whatIsPathway.module.css b/src/Pages/Pathway/components/About/About.module.css similarity index 50% rename from src/Pages/Pathway/components/what_is_pathway/whatIsPathway.module.css rename to src/Pages/Pathway/components/About/About.module.css index fdbd1ca79..c38d6ea7f 100644 --- a/src/Pages/Pathway/components/what_is_pathway/whatIsPathway.module.css +++ b/src/Pages/Pathway/components/About/About.module.css @@ -1,20 +1,30 @@ +.About{ + padding: 1rem 0; +} + .Overview_container_head { display: flex; justify-content: center; align-items: center; - padding: 3rem; + padding: 5rem; gap: 2rem; + position: relative; } .Overview_container_head hr { - width: 25%; - color: blue; + width: 100%; + background-color: #1C1CF0; + height: .25rem; } .Overview_container_head p { + position: absolute; + background-color: #F5F5F5; + padding: 0 1.5rem; color: #000; font-size: 3rem; - font-weight: 700; + font-weight: 900; + width: max-content; } .WhatIsPathway_main { @@ -24,7 +34,6 @@ padding-left: 3rem; padding-right: 8rem; margin: 3rem; - } .WhatIsPathway_img img { @@ -45,37 +54,3 @@ .WhatIsPathway_desc span { font-weight: 800; } - -@media (width<1000px) { - .Overview_container_head p { - font-size: 1rem; - } - - /* .Overview_container_head hr{ - width: 7rem; - }*/ - .Overview_container_head { - padding: 1rem; - gap: 1rem; - - } - - .WhatIsPathway_main { - font-size: .8rem; - gap: 2rem; - padding: 1.5rem; - margin: 0; - padding-left: 1rem; - padding-right: .6rem; - flex-direction: column; - - } - - .WhatIsPathway_desc { - width: 100%; - } - - .WhatIsPathway_img { - margin-left: -2rem; - } -} \ No newline at end of file diff --git a/src/Pages/Pathway/components/mainpage/mainpage.jsx b/src/Pages/Pathway/components/HeroSection/mainpage.jsx similarity index 51% rename from src/Pages/Pathway/components/mainpage/mainpage.jsx rename to src/Pages/Pathway/components/HeroSection/mainpage.jsx index 43d29d55f..eb82a2ff3 100644 --- a/src/Pages/Pathway/components/mainpage/mainpage.jsx +++ b/src/Pages/Pathway/components/HeroSection/mainpage.jsx @@ -1,38 +1,36 @@ import React from "react" import styles from "./mainpage.module.css" -import img2 from "./assets/img2.webp"; -import pre from "./assets/pre.png"; +import img2 from "../../assets/img2.webp"; +import pre from "../../assets/pre.png"; export default function mainpage() { return ( -

-
-
+
+
+
-
-
+
+
Breaking into
Artificial
Intelligence
-
+
A µLearn x Pathway Initiative.
-
- - +
-
-

- Join us on an exciting adventure into the world of Artificial Intelligence (AI) through our collaborative
- initiative with Pathway. In this comprehensive course. -

-
+

+ Join us on an exciting adventure into the world of Artificial Intelligence (AI) through our collaborative
+ initiative with Pathway. In this comprehensive course. +

Only 20 individuals will be selected for the beta cohort, while the remaining applicants will be placed on a waiting list. diff --git a/src/Pages/Pathway/components/mainpage/mainpage.module.css b/src/Pages/Pathway/components/HeroSection/mainpage.module.css similarity index 84% rename from src/Pages/Pathway/components/mainpage/mainpage.module.css rename to src/Pages/Pathway/components/HeroSection/mainpage.module.css index 5867c5aa8..4c32e22ec 100644 --- a/src/Pages/Pathway/components/mainpage/mainpage.module.css +++ b/src/Pages/Pathway/components/HeroSection/mainpage.module.css @@ -15,6 +15,7 @@ justify-content: center; align-items: center; flex-direction: column; + gap: 1rem; } .Container { @@ -23,6 +24,7 @@ align-items: center; flex-direction: row; padding: 0 4rem; + gap: 1rem; } .Container_image_one { @@ -102,11 +104,8 @@ gap: 2rem; } -.Lower_desc { - display: flex; - justify-content: center; - align-items: center; - flex-direction: column; +.desc { + width: 100%; text-align: center; font-size: 1.2rem; } @@ -126,4 +125,31 @@ .Lower_red b { background-color: #DC280B; padding: 0 .3rem; +} + +@media(width<=820px) { + .Container { + flex-direction: column; + } + + .Container_image_one { + width: 100%; + } + + .Container_desc { + width: 100%; + } + + .Container_head { + font-size: 4rem; + line-height: 4rem; + } + + .desc { + font-size: 1rem; + } + + .Lower_red { + font-size: .8rem; + } } \ No newline at end of file diff --git a/src/Pages/Pathway/components/Navbar/menubar.jsx b/src/Pages/Pathway/components/Navbar/menubar.jsx new file mode 100644 index 000000000..dcef0eab5 --- /dev/null +++ b/src/Pages/Pathway/components/Navbar/menubar.jsx @@ -0,0 +1,41 @@ +import React from "react"; +import styles from './menubar.module.css'; +import img4 from "../../assets/logo.webp"; +import pre from '../../assets/pre.png'; + +export default function Menubar() { + const navbar = React.useRef(null) + + React.useEffect(() => { + var prevScrollpos = window.pageYOffset; + window.onscroll = function () { + var currentScrollPos = window.pageYOffset; + if (prevScrollpos > currentScrollPos) { + navbar.current.style.top = "0"; + } else { + navbar.current.style.top = "-150px"; + } + prevScrollpos = currentScrollPos; + } + }, []) + + return ( +

+ ); +} diff --git a/src/Pages/Pathway/components/menuBar/menubar.module.css b/src/Pages/Pathway/components/Navbar/menubar.module.css similarity index 68% rename from src/Pages/Pathway/components/menuBar/menubar.module.css rename to src/Pages/Pathway/components/Navbar/menubar.module.css index 21a3276d8..92110c802 100644 --- a/src/Pages/Pathway/components/menuBar/menubar.module.css +++ b/src/Pages/Pathway/components/Navbar/menubar.module.css @@ -3,12 +3,13 @@ top: 0; display: flex; width: 100%; - padding: 2rem 0; - justify-content: space-around; + padding: 2rem; + justify-content: space-between; align-items: center; background-color: #fff; box-shadow: 0px 0px 10px rgba(0, 0, 0, .25); z-index: 1; + transition: all .5s ease-in-out; } .menu_bar a { @@ -43,4 +44,23 @@ .pre_rg a img { background-color: #DC280B; +} + +@media(width<=820px) { + .menu_bar { + padding: 1rem; + } + + .logo img { + height: 1rem; + } + + .menu { + display: none; + } + + .pre_rg a { + border-radius: .4rem; + padding: .5rem 1rem; + } } \ No newline at end of file diff --git a/src/Pages/Pathway/components/WhoShouldAttend/WhoShouldAttend.jsx b/src/Pages/Pathway/components/WhoShouldAttend/WhoShouldAttend.jsx index 43f1dfc84..9c72cc65b 100644 --- a/src/Pages/Pathway/components/WhoShouldAttend/WhoShouldAttend.jsx +++ b/src/Pages/Pathway/components/WhoShouldAttend/WhoShouldAttend.jsx @@ -1,74 +1,58 @@ import React from "react" import styles from './WhoShouldAttend.module.css' -import line from './assets/line.webp'; +import line from '../../assets/line.webp'; + +const content = [ + { + id: 1, + title: "Students interested in AI and machine learning.", + desc: "I need latency to be milliseconds or seconds, but my batch job is taking minutes or hours to run each time." + }, + { + id: 2, + title: "Professionals seeking to upskill in AI.", + desc: "I need latency to be milliseconds or seconds, but my batch job is taking minutes or hours to run each time." + }, + { + id: 3, + title: "Enthusiasts eager to explore LLMs and AI frameworks.", + desc: "I need latency to be milliseconds or seconds, but my batch job is taking minutes or hours to run each time." + }, + { + id: 4, + title: "Anyone looking to break into the exciting world of AI", + desc: "I need latency to be milliseconds or seconds, but my batch job is taking minutes or hours to run each time." + } +] export default function WhoShouldAttend() { return ( -
-
-
-
-

Who should Attend?

-
-
-
-
-
-
-

Students interested in AI and machine learning.

-
-
- -
-
-
-

I need latency to be
milliseconds or seconds, but my
batch job is taking minutes or
hours to run each time.

-
-
-
-
-
-

Students interested in AI and machine learning.

-
-
- -
-
-
-

I need latency to be
milliseconds or seconds, but my
batch job is taking minutes or
hours to run each time.

-
-
-
-
-
-

Students interested in AI and machine learning.

-
-
- -
-
-
-

- I need latency to be
milliseconds or seconds, but my
batch job is taking minutes or
hours to run each time. -

-
-
-
-
-
-

Students interested in AI and machine learning.

-
-
- -
-
-
-

I need latency to be
milliseconds or seconds, but my
batch job is taking minutes or
hours to run each time.

-
-
-
-
- -
+
+
+
+

Who should Attend?

+
+
+ { + content.map((item, index) => { + return ( +
+
+ + {item.title} + +
+ line +
+
+
+

{item.desc}

+
+
+ ) + }) + } +
+
) } diff --git a/src/Pages/Pathway/components/WhoShouldAttend/WhoShouldAttend.module.css b/src/Pages/Pathway/components/WhoShouldAttend/WhoShouldAttend.module.css index 6b8ce90db..e26dc4823 100644 --- a/src/Pages/Pathway/components/WhoShouldAttend/WhoShouldAttend.module.css +++ b/src/Pages/Pathway/components/WhoShouldAttend/WhoShouldAttend.module.css @@ -1,4 +1,4 @@ -.third { +.WhoShouldAttend { background: #F5F5F5; } @@ -6,72 +6,70 @@ display: flex; justify-content: center; align-items: center; - padding: 3rem; + padding: 5rem; gap: 2rem; + position: relative; } .Overview_container_head hr { - width: 25%; - color: blue; + width: 100%; + background-color: #1C1CF0; + height: .25rem; } .Overview_container_head p { + position: absolute; color: #000; + background-color: #F5F5F5; + padding: 0 1.5rem; font-size: 3rem; - font-weight: 700; + font-weight: 900; + width: max-content; } -.sec { +.section{ display: flex; justify-content: center; align-items: center; - flex-direction: row; - padding: 3rem; -} - -.section_top { - display: flex; - justify-content: center; - align-items: center; - width: 60%; - height: 6rem; - background-color: blue; - padding: 1rem; - border-radius: 8px; - color: white; + gap: 2rem; + padding: 1rem 2rem; } -.sec_one { +.container { display: flex; justify-content: center; align-items: center; flex-direction: column; + text-align: center; } -.sec_two { +.container .box{ display: flex; - justify-content: center; - align-items: center; flex-direction: column; -} - -.section_mid { - display: flex; - justify-content: center; align-items: center; - width: 20%; + margin-bottom: 1rem; } -.section_mid img { - width: 20%; +.container .box_bottom { + width: 70%; } -.section_bottom { +.container .box_top { + background-color: #1C1CF0; + padding: 1rem; + height: 5rem; + color: #fff; display: flex; justify-content: center; align-items: center; + border-bottom-right-radius: 1rem; + border-top-left-radius: 1rem; } +.container .box_mid img{ + height: 8rem; +} + @media (width<1000px) { .Overview_container_head p { font-size: 1rem; diff --git a/src/Pages/Pathway/components/contact/Contact.jsx b/src/Pages/Pathway/components/contact/Contact.jsx index 54846fe4a..59bf16ab9 100644 --- a/src/Pages/Pathway/components/contact/Contact.jsx +++ b/src/Pages/Pathway/components/contact/Contact.jsx @@ -1,9 +1,46 @@ import React from "react" import styles from "./Contact.module.css" -import img4 from "./assets/img4.webp"; -import logo from "./assets/logo.png"; +import img4 from "../../assets/img4.webp"; -const Contact = () => { +const links = [ + { + id: 1, + title: "Company", + l1: "Features", + l2: "Success Stories", + l3: "Our Story", + l4: "Careers", + l5: "Events", + }, + { + id: 2, + title: "Developers", + l1: "Documentation", + l2: "Tutorials", + l3: "Showcases", + }, + { + id: 3, + title: "About", + l1: "Legal & GDPR", + l2: "Equal opportunity employer", + l3: "Privacy policy", + l4: "Licensing", + l5: "Glossary", + }, + { + id: 4, + title: "Contact", + l1: "Pathway", + l2: "96bis Boulevard Raspail", + l3: "Agoranov", + l4: "75006 Paris", + l5: "France", + l6: "contact@pathway.com" + } +] + +export default function Contact() { return ( <>
@@ -11,57 +48,25 @@ const Contact = () => {
-
-
Company
-
Developers
-
About
-
Contact
- -
-
-
-
-
    -
  • Features
  • -
  • Success Stories
  • -
  • Our Story
  • -
  • Careers
  • -
  • Events
  • -
-
-
-
    -
  • Documentation
  • -
  • Tutorials
  • -
  • Showcases
  • -
-
-
-
    -
  • Legal & GDPR
  • -
  • Equal opportunity employer
  • -
  • Privacy policy
  • -
  • Licensing
  • -
  • Glossary
  • -
-
-
-
    -
  • Pathway
  • -
  • 96bis Boulevard Raspail
  • -
  • Agoranov
  • -
  • 75006 Paris
  • -
  • France
  • -
  • contact@pathway.com
  • -
-
- -
+ { + links.map((link) => { + return ( +
+

{link.title}

+ +
+ ) + }) + }
- ) } - -export default Contact diff --git a/src/Pages/Pathway/components/contact/Contact.module.css b/src/Pages/Pathway/components/contact/Contact.module.css index 3538a05b3..6f8caf71c 100644 --- a/src/Pages/Pathway/components/contact/Contact.module.css +++ b/src/Pages/Pathway/components/contact/Contact.module.css @@ -1,43 +1,39 @@ -@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@200;300;400;500;600;700;800&display=swap'); - -*{ - margin: 0; - padding: 0; - box-sizing: border-box; - font-family: 'Plus Jakarta Sans', sans-serif; - background: #F5F5F5; - -} -.ContactUs{ +.ContactUs { display: flex; justify-content: center; align-items: center; gap: 3rem; - padding: 4rem; + margin-top: -1rem; + padding: 3rem; + background-color: #f5f5f5; } -.Contact img{ - width: 50%; +.Contact img { + height: 3rem; } -.ContactHead{ + +.ContactList { + width: 70%; display: flex; - justify-content: space-evenly; - gap: 10rem; - align-items: center; - color: blue; - font-weight: 600; } -.contactLists{ - display: flex; - justify-content: space-evenly; - align-items: center; - font-size: .8rem; - gap: 2rem; + +.list { + width: 100%; +} + +.ContactHead { + color: #1C1CF0; + font-weight: 700; + border-bottom: 1px solid #1C1CF0; } -.contactLists ul{ + +.ContactList ul { list-style: none; width: 100%; } -.contactLists div{ - width: 40%; + +.ContactList ul li { + font-size: .9rem; + color: #3F3F46; + line-height: 1.1rem; } \ No newline at end of file diff --git a/src/Pages/Pathway/components/course Overview/CourseOverview.jsx b/src/Pages/Pathway/components/course Overview/CourseOverview.jsx index 7fa82483f..8ea2e8dac 100644 --- a/src/Pages/Pathway/components/course Overview/CourseOverview.jsx +++ b/src/Pages/Pathway/components/course Overview/CourseOverview.jsx @@ -1,71 +1,83 @@ import React from "react" import styles from "./CourseOverview.module.css" -import s1 from './assets/S1.png' -import arrow from './assets/arrow.png' +import arrow from '../../assets/arrow.png' +import s1 from '../../assets/S1.png' +import s2 from '../../assets/s2.png' +import s3 from '../../assets/s3.png' +import s4 from '../../assets/s4.png' +import s5 from '../../assets/s5.png' const content = [ { id: 1, title: "Stage 1", - desc: "Dive deep into the foundations of AI with a focus on Large Language Models (LLMs).", - icon: "./assets/S1.png" + desc: "Dive deep into the foundations of AI with a focus on", + bold: "Large Language Models (LLMs).", + icon: s1 }, { id: 2, title: "Stage 2", - desc: "Master LLMs and their real-world applications.", - icon: "./assets/S2.png" + desc: "Master LLMs and their", + bold: "real-world applications.", + icon: s2 }, { id: 3, title: "Stage 3", - desc: "Explore the magic of word vectors and their role in understanding language.", - icon: "./assets/S3.png" + desc: "Explore the magic of", + bold: "word vectors", + desc2: "and their role in understanding language.", + icon: s3 }, { id: 4, title: "Stage 4", - desc: "Harness the potential of LLM data pipelines for AI-driven insights.", - icon: "./assets/S4.png" + desc: "Harness the potential of", + bold: "LLM data pipelines", + desc2: "for AI-driven insights.", + icon: s4 }, { id: 5, title: "Stage 5", - desc: "Embark on a hands-on journey to build your own LLM-powered app using the cutting-edge Pathway framework.", - icon: "./assets/S5.png" + desc: "Embark on a hands-on journey to", + bold: "build your own LLM-powered app", + desc2: "using the cutting-edge Pathway framework.", + icon: s5 }, ] -const CourseOverview = () => { +export default function CourseOverview() { return ( -
+

Course Overview

-
{ - content.map((item) => { + content.map((item, key) => { return ( -
+
- -

{item.desc}

+ +

+ {item.desc} + {item.bold} + {item.desc2 ? item.desc2 : null} +

{item.title}
) - } - ) + }) }
) } - -export default CourseOverview diff --git a/src/Pages/Pathway/components/course Overview/CourseOverview.module.css b/src/Pages/Pathway/components/course Overview/CourseOverview.module.css index bfdb1fdc3..b61a5076e 100644 --- a/src/Pages/Pathway/components/course Overview/CourseOverview.module.css +++ b/src/Pages/Pathway/components/course Overview/CourseOverview.module.css @@ -2,20 +2,24 @@ display: flex; justify-content: center; align-items: center; - padding: 3rem; + padding: 5rem; gap: 2rem; + position: relative; } .Overview_container_head hr { - width: 25%; + width: 100%; background-color: #1C1CF0; height: .25rem; } .Overview_container_head p { + position: absolute; + background-color: #F5F5F5; + padding: 0 1.5rem; color: #000; font-size: 3rem; - font-weight: 700; + font-weight: 900; width: max-content; } @@ -23,44 +27,37 @@ display: flex; justify-content: center; align-items: center; - flex-direction: row; - gap: 1rem; + gap: 2rem; padding: 1rem; - width: 50%; } .Overview_desc .course { box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2); padding: 1.5rem; border-radius: .5rem; + width: 50%; + height: 16rem; + font-weight: 500; + display: flex; + flex-direction: column; + justify-content: space-between; + gap: .5rem; } -.Course_desc { +.Overview_desc .course .Course_desc { display: flex; gap: .5rem; } -.stage { +.Overview_desc .course .Course_desc img { + width: 2.5rem; + height: 2.5rem; +} + +.Overview_desc .course .stage { color: #E4311C; font-weight: 900; display: flex; align-items: center; gap: .5rem; } - -@media (width<1000px) { - .Overview_container_head p { - font-size: 1rem; - } - - .Overview_container_head { - padding: 1rem; - gap: 1rem; - } - - .Overview_desc { - width: 100%; - flex-direction: column; - } - -} \ No newline at end of file diff --git a/src/Pages/Pathway/components/mainpage/assets/img1.webp b/src/Pages/Pathway/components/mainpage/assets/img1.webp deleted file mode 100644 index 7c5f54004ffaee5bad58d0ad9ae6912b281ad538..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 3902 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 MwawwL2Qb1I0IAw-&;S4c diff --git a/src/Pages/Pathway/components/mainpage/assets/pre.png b/src/Pages/Pathway/components/mainpage/assets/pre.png deleted file mode 100644 index a3573470f6a6135fcd2b5bd7db53fd553e145374..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 441 zcmV;q0Y?6bP)n9N$9+p#!gjkP2c4Ar)lofDS?`NUXqgpdFYFybiDf+)s9yHUt31XSTp`F-0c{jjHR6YV8HhU{>-yV zlBCiof91xM#Bh4vLloI-eM#Q9u&hL%BFlEWC!%__C2gsh8vW_-@+b8U`vy};+G z7m#){HUV%lLvPb}GLnZb{V9Y2K^d0G)Vr|V_cTq=%#86&?MA6+*=oH7VOKFW)2PZe zDzJ6Kk9~jdjl;Mc145MIi{Y^#nm(d@V<6(4I1NofSjQjH<)V7UBMA-_)UNCz5+!P> ji{h#MtF3Pw$2-ai-xq5j0VRvu00000NkvXXu0mjfP%^+R diff --git a/src/Pages/Pathway/components/menuBar/menubar.jsx b/src/Pages/Pathway/components/menuBar/menubar.jsx deleted file mode 100644 index d67c38d03..000000000 --- a/src/Pages/Pathway/components/menuBar/menubar.jsx +++ /dev/null @@ -1,27 +0,0 @@ -import React from "react" -import styles from './menubar.module.css' -import img4 from "./assets/logo.webp"; -import pre from './assets/pre.png' - -export default function menubar() { - return ( - - ) -} -