Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified public/project/collagen.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/project/cube.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/project/life.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/project/rtweekend_1.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions src/components/Carousel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ export default function Carousel({

return (
<div>
<div class="h-[360px] flex justify-center items-center">
<img class="max-w-[360px] m-0"src={ProjectMeta[currentIndex].data.img} alt={ProjectMeta[currentIndex].data.description} />
<div class="w-[100%] flex justify-center">
<img class="w-[95%] m-0"src={ProjectMeta[currentIndex].data.img} alt={ProjectMeta[currentIndex].data.description} />
</div>
<div class="flex justify-center">
<button onClick={prev} id="prev"><b>{"<-"}</b></button>
Expand Down
5 changes: 5 additions & 0 deletions src/data/project/bbrad.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"title": "Blacksmithing Temperature Tool",
"description": "Using basic concepts of black body radiation and emmited spectra from hot metal you can determine the temperature of the heated metal. This is a simple tool that you can use to observe this phenomena.",
"img": "/project/bbody.png"
}
Loading