Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
kwk1001 committed Dec 17, 2024
1 parent 596a0ab commit 16d5e3a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
8 changes: 4 additions & 4 deletions image resize.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
},
{
"cell_type": "code",
"execution_count": 53,
"execution_count": 55,
"metadata": {},
"outputs": [
{
Expand All @@ -129,13 +129,13 @@
}
],
"source": [
"image_path = './projects/restaurant/SectionA.png'\n",
"image_path = './projects/restaurant/DesignLogic.png'\n",
"resize_image(image_path,image_path,target_width=2000)"
]
},
{
"cell_type": "code",
"execution_count": 54,
"execution_count": 56,
"metadata": {},
"outputs": [
{
Expand All @@ -148,7 +148,7 @@
}
],
"source": [
"image_path = './projects/restaurant/thumb/SectionA.png'\n",
"image_path = './projects/restaurant/thumb/DesignLogic.png'\n",
"resize_image(image_path,image_path,target_width=600)"
]
}
Expand Down
4 changes: 4 additions & 0 deletions projects.html
Original file line number Diff line number Diff line change
Expand Up @@ -771,6 +771,10 @@ <h4>Origami Works</h4>
<img class = "des-image-full" src="/projects/restaurant/thumb/Site.png" alt="Image" loading="lazy">
</a>
<p class="description-text">Current Status of the Site</p>
<a href="/projects/restaurant/DesignLogic.png" data-fancybox="restaurant_a" data-caption="">
<img class = "des-image-full" src="/projects/restaurant/thumb/DesignLogic.png" alt="Image" loading="lazy">
</a>
<p class="description-text">Design Logic</p>
<a href="/projects/restaurant/SitePlan.png" data-fancybox="restaurant_a" data-caption="">
<img class = "des-image-full" src="/projects/restaurant/thumb/SitePlan.png" alt="Image" loading="lazy">
</a>
Expand Down
Binary file added projects/restaurant/DesignLogic.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 projects/restaurant/thumb/DesignLogic.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 16d5e3a

Please sign in to comment.