Skip to content

Commit

Permalink
update img paths
Browse files Browse the repository at this point in the history
  • Loading branch information
jicamargo committed Sep 25, 2023
1 parent 8a02926 commit fedfdee
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions js/project-cards.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const arrWorks = [
" splitting bills, or coordinating group events, JourneyCash simplifies expense tracking and settlements.",
LongDescrip: 'JOURNEY CASH is a simple yet powerful expense tracking web application designed to help you manage your group finances effortlessly. ' +
"Whether you're traveling with friends, splitting bills with roommates, or organizing a group event, " +
"JourneyCash makes it easy to track expenses and settle up.",
"JourneyCash makes it easy to track expenses and settle udp.",
featureImage: './images/card2_img.png',
featureImage2: './images/snapshoot-project2.png',
alternateTextImage: 'To Do list project image.',
Expand All @@ -43,8 +43,8 @@ const arrWorks = [
name2: 'Cooking Made Simple with Recipify!',
ShortDescrip: "Your go-to app for simplifying cooking. Manage recipes, create shopping lists, and enjoy a better culinary experience, whether you're a pro or just starting out.",
LongDescrip: "Recipify is a Ruby on Rails web application designed to simplify your cooking experience. Whether you're an experienced chef or a novice in the kitchen, Recipify offers a user-friendly platform to manage your recipes, create shopping lists, and enhance your culinary journey.",
featureImage: '../images/card3_img.png',
featureImage2: '../images/snapshoot-project3.png',
featureImage: './images/card3_img.png',
featureImage2: './images/snapshoot-project3.png',
alternateTextImage: 'secondary project ShortDescrip image.',
technologies: ['Rails','Ruby','Postgres','Bootstrap','CSS', 'HTML', 'JavaScript'],
liveVersion: 'https://recipify-eak3.onrender.com/',
Expand All @@ -56,8 +56,8 @@ const arrWorks = [
name2: 'Unleash Sound Innovation!',
ShortDescrip: "Your ultimate sound library app, crafted with React and Redux. It's where innovation meets collaboration, offering dynamic user interfaces powered by React and state-of-the-art management through Redux, delivering an unmatched user experience.",
LongDescrip: "thatSound – a cutting-edge sound library application built using React and Redux. This repository serves as the central hub for collaborative development and innovation, where the power of React's dynamic user interfaces and Redux's state management combine to create an unparalleled user experience.",
featureImage: '../images/card4_img.png',
featureImage2: '../images/snapshoot-project4.png',
featureImage: './images/card4_img.png',
featureImage2: './images/snapshoot-project4.png',
alternateTextImage: 'secondary project ShortDescrip image.',
technologies: ['React-JS', 'Redux', 'API','CSS', 'HTML', 'JavaScript'],
liveVersion: 'https://thatsound.netlify.app/',
Expand All @@ -69,8 +69,8 @@ const arrWorks = [
name2: 'Space Exploration at Your Fingertips!',
ShortDescrip: "Explore the Universe with Space-X-React-Group, a dynamic app created with React, Redux, CSS, and HTML. Discover the latest Space-X launches, rockets, and missions.",
LongDescrip: "A Space-X-React-Group app built with React, Redux, CSS, and HTML. Users can view information about the latest Space-X launches, rockets, and missions. The app also features a search function, allowing users to search for information about specific launches, rockets, or missions.",
featureImage: '../images/card5_img.png',
featureImage2: '../images/snapshoot-project5.png',
featureImage: './images/card5_img.png',
featureImage2: './images/snapshoot-project5.png',
alternateTextImage: 'secondary project ShortDescrip image.',
technologies: ['React','Redux','CSS', 'HTML'],
liveVersion: 'https://space-travelers-five.vercel.app/',
Expand All @@ -82,8 +82,8 @@ const arrWorks = [
name2: 'Your Books, Your Way!',
ShortDescrip: "The Bookstore is your go-to React app for effortlessly managing and showcasing your book collection, with features like adding, deleting, and viewing books.",
LongDescrip: "The Bookstore is a React application that allows users to manage and display a collection of books. It provides features such as adding new books, deleting existing books, and viewing the list of books.",
featureImage: '../images/card6_img.png',
featureImage2: '../images/snapshoot-project6.png',
featureImage: './images/card6_img.png',
featureImage2: './images/snapshoot-project6.png',
alternateTextImage: 'secondary project ShortDescrip image.',
technologies: ['React','Webpack','CSS', 'HTML'],
liveVersion: 'https://bookstore-brn2h3xgr-jicamargo.vercel.app/',
Expand Down

0 comments on commit fedfdee

Please sign in to comment.