aboutsummaryrefslogtreecommitdiff
path: root/src/components/Projects.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/Projects.jsx')
-rw-r--r--src/components/Projects.jsx44
1 files changed, 22 insertions, 22 deletions
diff --git a/src/components/Projects.jsx b/src/components/Projects.jsx
index 36cdf47..51c000b 100644
--- a/src/components/Projects.jsx
+++ b/src/components/Projects.jsx
@@ -65,25 +65,24 @@ export const Projects = () => {
<motion.div
className="project-card"
variants={fadeInUp}
- whileHover={{ y: -10, transition: { duration: 0.2 }, cursor: "alias" }}
- onClick={() => window.open("https://github.com/millyz2023/Brown-Housing-Notification/", "_blank")}
+ whileHover={{ y: -10, transition: { duration: 0.2 }, cursor: "alias" }}
+ onClick={() => window.open("https://app.powerbi.com/view?r=eyJrIjoiMTdmMzVlNGMtYzhkMS00OTFkLWIwYzEtZmY2ODIyYjJkOGY1IiwidCI6ImE5ZjM5NjdkLTQwOWItNDNmNy05MjQ2LTY2YjljNTQzYTRkNSJ9&pageName=b178d00c0c03a7a3409e", "_blank")}
>
<motion.div
className="project-image"
style={{
- backgroundImage: "url('/projects/brown-housing-notifications.jpg')",
+ backgroundImage: "url('/projects/little-dictionary-of-fashion.jpg')",
}}
whileHover={{ scale: 1.05 }}
transition={{ duration: 0.2 }}
/>
- <h3>Brown Housing Notifications</h3>
+ <h3>Little Dictionary of Fashion by Christian Dior</h3>
<p>
- A python script that scrapes Brown University&apos;s off-campus housing website and sends notifications via email when new housing options become available.
+ An interactive Power BI applet allowing for exploration of Christian Dior&apos;s fashion from the 50s.
</p>
<div className="project-tech">
<span>Python</span>
- <span>RESTful APIs</span>
- <span>SMTP</span>
+ <span>PowerBI</span>
</div>
</motion.div>
@@ -91,44 +90,45 @@ export const Projects = () => {
className="project-card"
variants={fadeInUp}
whileHover={{ y: -10, transition: { duration: 0.2 }, cursor: "alias" }}
- onClick={() => window.open("https://github.com/millyz2023/Find-your-flight", "_blank")}
+ onClick={() => window.open("https://github.com/millyz2023/Brown-Housing-Notification/", "_blank")}
>
<motion.div
className="project-image"
- style={{ backgroundImage: "url('/projects/find-your-flight.jpg')" }}
- whileHover={{ scale: 1.05, transition: { duration: 0.2 }}}
+ style={{
+ backgroundImage: "url('/projects/brown-housing-notifications.jpg')",
+ }}
+ whileHover={{ scale: 1.05 }}
+ transition={{ duration: 0.2 }}
/>
- <h3>Find Your Flight</h3>
+ <h3>Brown Housing Notifications</h3>
<p>
- Uses the Flight Search APIs to ease the process of making a perfect travel plan.
+ A python script that scrapes Brown University&apos;s off-campus housing website and sends notifications via email when new housing options become available.
</p>
<div className="project-tech">
<span>Python</span>
<span>RESTful APIs</span>
+ <span>SMTP</span>
</div>
</motion.div>
<motion.div
className="project-card"
variants={fadeInUp}
- whileHover={{ y: -10, transition: { duration: 0.2 }, cursor: "alias" }}
- onClick={() => window.open("https://app.powerbi.com/view?r=eyJrIjoiMTdmMzVlNGMtYzhkMS00OTFkLWIwYzEtZmY2ODIyYjJkOGY1IiwidCI6ImE5ZjM5NjdkLTQwOWItNDNmNy05MjQ2LTY2YjljNTQzYTRkNSJ9&pageName=b178d00c0c03a7a3409e", "_blank")}
+ whileHover={{ y: -10, transition: { duration: 0.2 }, cursor: "alias" }}
+ onClick={() => window.open("https://github.com/millyz2023/Find-your-flight", "_blank")}
>
<motion.div
className="project-image"
- style={{
- backgroundImage: "url('/projects/little-dictionary-of-fashion.jpg')",
- }}
- whileHover={{ scale: 1.05 }}
- transition={{ duration: 0.2 }}
+ style={{ backgroundImage: "url('/projects/find-your-flight.jpg')" }}
+ whileHover={{ scale: 1.05, transition: { duration: 0.2 }}}
/>
- <h3>Little Dictionary of Fashion by Christian Dior</h3>
+ <h3>Find Your Flight</h3>
<p>
- An interactive Power BI applet allowing for exploration of Christian Dior&apos;s fashion from the 50s.
+ Uses the Flight Search APIs to ease the process of making a perfect travel plan.
</p>
<div className="project-tech">
<span>Python</span>
- <span>PowerBI</span>
+ <span>RESTful APIs</span>
</div>
</motion.div>
</motion.div>