Skip to content

Commit

Permalink
start updating for public release
Browse files Browse the repository at this point in the history
start updating for public release
  • Loading branch information
MaDrCloudDev committed Apr 4, 2023
1 parent af4451d commit 23fc533
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 3 deletions.
Binary file added public/about.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/adobeillustrator.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/markdown.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/components/About.astro
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
class='w-full h-auto m-auto shadow-lg shadow-gray-700 rounded-xl flex items-center justify-center p-4 hover:scale-105 ease-in duration-200'>
<img
class='rounded-xl'
src='https://raw.githubusercontent.com/MaDrCloudDev/projectsImages/master/about.jpg'
src='/about.jpg'
alt='/'
width={370}
height={570}
Expand Down
5 changes: 3 additions & 2 deletions src/components/Skills.astro
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
<div class='grid grid-cols-2 gap-4 justify-center items-center'>
<div class='m-auto'>
<img
src='https://raw.githubusercontent.com/MaDrCloudDev/projectsImages/master/markdown.png'
class='bg-white'
src='/markdown.png'
alt='/'
width='64'
height='64'
Expand Down Expand Up @@ -378,7 +379,7 @@
<div class='grid grid-cols-2 gap-4 justify-center items-center'>
<div class='m-auto'>
<img
src='https://raw.githubusercontent.com/MaDrCloudDev/projectsImages/master/adobeillustrator.png'
src='/adobeillustrator.png'
alt='/'
width='64'
height='64'
Expand Down

0 comments on commit 23fc533

Please sign in to comment.