Skip to content

Commit

Permalink
Merge pull request #866 from sujishna/old-dev
Browse files Browse the repository at this point in the history
pathway
  • Loading branch information
AswinAsok authored Oct 8, 2023
2 parents a79eec3 + 7cfe205 commit 90314fd
Show file tree
Hide file tree
Showing 20 changed files with 744 additions and 0 deletions.
74 changes: 74 additions & 0 deletions src/Pages/Pathway/WhoShouldAttend/WhoShouldAttend.jsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,74 @@
import React from "react"
import styles from "./Contact.module.css"
import line from "./assets/line.webp";

const WhoShouldAttend = () => {
return (
<>
<section className={third}>
<div className={Overview_container_head}>
<hr>
<p>Who should Attend?</p>
<hr>
</div>
<div className={sec}>
<div className={sec_one}>
<div className={sec_two}>
<div className={section_top}>
<P>Students interested in AI and machine learning.</P>
</div>
<div className={section_mid}>
<img src={line.webp}>
</div>
</div>
<div className={section_bottom}>
<p>I need latency to be <br>milliseconds or seconds, but my<br>batch job is taking minutes or<br>hours to run each time.</p>
</div>
</div>
<div className={sec_one}>
<div className={sec_two}>
<div className={section_top}>
<P>Students interested in AI and machine learning.</P>
</div>
<div className={section_mid}>
<img src="line.webp" alt="" srcset="">
</div>
</div>
<div className={section_bottom}>
<p>I need latency to be <br>milliseconds or seconds, but my<br>batch job is taking minutes or<br>hours to run each time.</p>
</div>
</div>
<div className={sec_one}>
<div className={sec_two}>
<div className={section_top}>
<P>Students interested in AI and machine learning.</P>
</div>
<div className={section_mid}>
<img src="line.webp" alt="" srcset="">
</div>
</div>
<div className={section_bottom}>
<p>I need latency to be <br>milliseconds or seconds, but my<br>batch job is taking minutes or<br>hours to run each time.</p>
</div>
</div>
<div className={sec_one}>
<div className={sec_two}>
<div className={section_top}>
<P>Students interested in AI and machine learning.</P>
</div>
<div className={section_mid}>
<img src="line.webp" alt="" srcset="">
</div>
</div>
<div className={section_bottom}>
<p>I need latency to be <br>milliseconds or seconds, but my<br>batch job is taking minutes or<br>hours to run each time.</p>
</div>
</div>
</div>
</section>

</>
)
}

export default WhoShouldAttend
85 changes: 85 additions & 0 deletions src/Pages/Pathway/WhoShouldAttend/WhoShouldAttend.module.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,85 @@
@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{
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;
}
.sec{
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;
}
.sec_one{
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
.sec_two{
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
.section_mid{
display: flex;
justify-content: center;
align-items: center;
width: 20%;
}
.section_mid img{
width: 20%;
}
.section_bottom{
display: flex;
justify-content: center;
align-items: center;
}

@media (width<1000px){
.Overview_container_head p{
font-size: 1rem;
}

.Overview_container_head{
padding: 1rem;
gap: 1rem;

}
}
Binary file added src/Pages/Pathway/WhoShouldAttend/assets/line.webp
Binary file not shown.
67 changes: 67 additions & 0 deletions src/Pages/Pathway/contact/Contact.jsx
Original file line number Diff line number Diff line change
@@ -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 (
<>
<div className={styles.ContactUs}>
<div className={styles.Contact}>
<img src={img4}>
</div>
<div className={styles.ContactList}>
<div className={styles.ContactHead}>
<div className={styles.Company}>Company</div>
<div className={styles.Developers}>Developers</div>
<div className={styles.About}>About</div>
<div className={styles.Contact}>Contact</div>

</div>
<hr>
<div className={styles.contactLists}>
<div>
<ul>
<li>Features</li>
<li>Success Stories</li>
<li>Our Story</li>
<li>Careers</li>
<li>Events</li>
</ul>
</div>
<div>
<ul>
<li>Documentation</li>
<li>Tutorials</li>
<li>Showcases</li>
</ul>
</div>
<div>
<ul>
<li>Legal & GDPR</li>
<li>Equal opportunity employer</li>
<li>Privacy policy</li>
<li>Licensing</li>
<li>Glossary</li>
</ul>
</div>
<div>
<ul>
<li>Pathway</li>
<li>96bis Boulevard Raspail</li>
<li>Agoranov</li>
<li>75006 Paris</li>
<li>France</li>
<li>[email protected]</li>
</ul>
</div>

</div>
</div>
</div>

</>
)
}

export default Contact
43 changes: 43 additions & 0 deletions src/Pages/Pathway/contact/Contact.module.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
@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{
display: flex;
justify-content: center;
align-items: center;
gap: 3rem;
padding: 4rem;
}
.Contact img{
width: 50%;

}
.ContactHead{
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;
}
.contactLists ul{
list-style: none;
width: 100%;
}
.contactLists div{
width: 40%;
}
Binary file added src/Pages/Pathway/contact/assets/img4.webp
Binary file not shown.
Binary file added src/Pages/Pathway/contact/assets/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
69 changes: 69 additions & 0 deletions src/Pages/Pathway/course Overview/CourseOverview.jsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@
import React from "react"
import styles from "./CourseOverview.module.css"

const CourseOverview = () => {
return (
<>
<section className={Two}>
<div className={Overview_container}>
<div className={Overview_container_head}>
<hr>
<p>Course Overview</p>
<hr>
</div>
<div className={Overview_desc}>
<div className={course}>
<div className={Course_desc}>
<span className={icon}>
</span>
<p className={desc_one}>Dive deep into the foundations of AI with a focus on <span>Large Language Models (LLMs)</span>. </p>
</div>
<div className={stage}>
<p>Stage 1</p>
</div>
</div>
<div className={course}>
<div className={Course_desc}>
<span className={icon}></span>
<p className={desc_one}>Dive deep into the foundations of AI with a focus on <span>Large Language Models (LLMs)</span>. </p>
</div>
<div className={stage}>
<p>Stage 1</p>
</div>
</div>
<div className={course}>
<div className={Course_desc}>
<span className={icon}></span>
<p className={desc_one}>Dive deep into the foundations of AI with a focus on <span>Large Language Models (LLMs)</span>. </p>
</div>
<div className={stage}>
<p>Stage 1</p>
</div>
</div>
<div className={course}>
<div className={Course_desc}>
<span className={icon}></span>
<p className={desc_one}>Dive deep into the foundations of AI with a focus on <span>Large Language Models (LLMs)</span>. </p>
</div>
<div className={stage}>
<p>Stage 1</p>
</div>
</div>
<div className={course}>
<div className={Course_desc}>
<span className={icon}></span>
<p className={desc_one}>Dive deep into the foundations of AI with a focus on <span>Large Language Models (LLMs)</span>. </p>
</div>
<div className={stage}>
<p>Stage 1</p>
</div>
</div>
</div>
</div>
</section>

</>
)
}

export default CourseOverview
Loading

0 comments on commit 90314fd

Please sign in to comment.