Skip to content

Commit

Permalink
✨ (assets): add wind-turbine.png to project images
Browse files Browse the repository at this point in the history
✨ (projects.js): add Wind turbine solutions project details
The wind-turbine.png image is added to the project images to be used in the application. The Wind turbine solutions project is added with its description, image source, links to the site and repository, and the technologies used. This enhances the project portfolio and provides detailed information about the new Wind turbine solutions project.
  • Loading branch information
Milan-960 committed Dec 5, 2024
1 parent ea86887 commit fc79831
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
Binary file added src/assets/wind-turbine.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
25 changes: 25 additions & 0 deletions src/constants/projects.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,15 @@ import moonlightMovies from "../assets/moonlight-movies.png";
import muzesAi from "../assets/Muzes.png";
import devBookmark from "../assets/devBookmark.png";
import IMPC from "../assets/IMPC.png";
import WIND_TURBINE from "../assets/wind-turbine.png";

// Centralize image imports
const PROJECT_IMAGES = {
moonlightMovies,
muzesAi,
devBookmark,
IMPC,
WIND_TURBINE,
};

export const useProjectsTable = () => {
Expand Down Expand Up @@ -39,6 +41,29 @@ export const useProjectsTable = () => {
"#cloudflare",
],
},
{
id: "Wind turbine solutions",
title: "Wind turbine solutions",
description:
"The Wind Turbine Planner is a React-based application designed to help plan maintenance activities for wind turbines by leveraging real-time wind data. The application fetches and displays wind speed, direction, and other weather-related metrics for the next two days.",
image: {
src: PROJECT_IMAGES.WIND_TURBINE,
placeholderSrc: PROJECT_IMAGES.WIND_TURBINE,
},
links: {
site: "https://wind-turbine-solutions.vercel.app",
repo: "https://github.com/Milan-960/Wind-turbine-solutions",
},
technologies: [
"#reactjs",
"#typescript",
"#vite",
"#leaflet-map",
"#jest",
"#weatherapi",
"#react-chartjs-2",
],
},
{
id: "IMPC mouse phenotyping",
title: "IMPC mouse phenotyping",
Expand Down

0 comments on commit fc79831

Please sign in to comment.