mirror of
https://github.com/hazemKrimi/personal-website.git
synced 2026-05-01 18:00:26 +00:00
Made small changes
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
title: 'React Weather App'
|
title: 'React Weather App'
|
||||||
description: 'Weather app made with React and OpenWeatherMap API'
|
description: 'Weather app made with React and OpenWeatherMap API'
|
||||||
date: '2021-09-19'
|
date: '2021-09-19'
|
||||||
image: 'https://res.cloudinary.com/dun9hhyz1/image/upload/v1632076525/personal-website/portfolio/tuxpi.com.1632076521_a0wxsq.jpg'
|
image: 'https://res.cloudinary.com/dun9hhyz1/image/upload/v1632077200/personal-website/portfolio/react-weather-app/tuxpi.com.1632076521_a0wxsq_hw299g.jpg'
|
||||||
hideImage: true
|
hideImage: true
|
||||||
---
|
---
|
||||||
|
|
||||||
@@ -19,10 +19,10 @@ This is a project that I made as a step in the interview process for my final ye
|
|||||||
|
|
||||||
# Showcase
|
# Showcase
|
||||||
|
|
||||||
<Button variant='outline' link='https://github.com/hazemKrimi/react-weather-app'>
|
|
||||||
Source Code
|
|
||||||
</Button>
|
|
||||||
|
|
||||||
<Button variant='action' link='https://hazemkrimi.github.io/react-weather-app'>
|
<Button variant='action' link='https://hazemkrimi.github.io/react-weather-app'>
|
||||||
Demo
|
Demo
|
||||||
</Button>
|
</Button>
|
||||||
|
|
||||||
|
<Button variant='outline' link='https://github.com/hazemKrimi/react-weather-app'>
|
||||||
|
Source Code
|
||||||
|
</Button>
|
||||||
|
|||||||
@@ -95,6 +95,10 @@ const Wrapper = styled.div`
|
|||||||
margin: 0.5rem 0rem;
|
margin: 0.5rem 0rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
button {
|
||||||
|
margin: 1rem 0rem;
|
||||||
|
}
|
||||||
|
|
||||||
p * {
|
p * {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: auto;
|
height: auto;
|
||||||
|
|||||||
@@ -81,6 +81,10 @@ const Wrapper = styled.div`
|
|||||||
margin: 0.5rem 0rem;
|
margin: 0.5rem 0rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
button {
|
||||||
|
margin: 1rem 0rem;
|
||||||
|
}
|
||||||
|
|
||||||
p * {
|
p * {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: auto;
|
height: auto;
|
||||||
|
|||||||
Reference in New Issue
Block a user