Skip to content

Commit

Permalink
added weatherwave img
Browse files Browse the repository at this point in the history
  • Loading branch information
Moealsir committed Jun 28, 2024
1 parent 99d08a6 commit 4ef258e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
2 changes: 2 additions & 0 deletions app/assets/images/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ import alx from './alx.png'
import imdb from './imdb.png'
import twitterout from './twitterout.png'
import bettyfixer from './bettyfixer.png'
import weatherwave7 from './weatherwave7.png'

export {
test1,
Expand All @@ -41,6 +42,7 @@ export {
alx,
twitterout,
bettyfixer,
weatherwave7,

bigShoe1,
bigShoe2,
Expand Down
Binary file added app/assets/images/weatherwave7.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 5 additions & 5 deletions app/constants/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { bash, expressjs, git, github, githubactions, vscode, postman, nginx } f
import { mysql, mongodb, sqlite } from "../assets/icons";
import { nodejs, nextjs, flask } from "../assets/icons";
import { css, html, tailwind, react } from "../assets/icons";
import { test1, portfolio, alx, imdb, bettyfixer, twitterout } from "../assets/images/";
import { test1, portfolio, alx, imdb, bettyfixer, twitterout, weatherwave7 } from "../assets/images/";
import { test2 } from "../assets/images/";
import { test3 } from "../assets/images/";

Expand Down Expand Up @@ -80,10 +80,10 @@ export const projectData = [
},
{
title: 'WeatherWave7',
description: 'WeatherWave is a cutting-edge weather forecasting application that provides real-time weather updates and forecasts for locations worldwide. Designed with a user-friendly interface, it ensures a seamless experience for users across all devices. Utilizing the latest in meteorological technology, WeatherWave delivers accurate and detailed weather information, helping users stay prepared for any conditions.',
imgSrc: {src: portfolio, alt: "test1"},
repo: 'https://github.com/Moealsir/portfolio',
link: '#!',
description: 'WeatherWave7 is a cutting-edge weather forecasting application that provides real-time weather updates and forecasts for locations worldwide. Designed with a user-friendly interface, it ensures a seamless experience for users across all devices. Utilizing the latest in meteorological technology, WeatherWave delivers accurate and detailed weather information, helping users stay prepared for any conditions.',
imgSrc: {src: weatherwave7, alt: "test1"},
repo: 'https://github.com/Moealsir/WeatherWave7/',
link: 'https://moealsir.github.io/get_started',
year: '2024',
used: [{name: "Next Js", src: nextjs, bgClass: "html"},
{name: "HTML", src: html, bgClass: "html"},
Expand Down

0 comments on commit 4ef258e

Please sign in to comment.