Skip to content

Commit

Permalink
add some birds
Browse files Browse the repository at this point in the history
  • Loading branch information
TimBest committed Apr 21, 2024
1 parent 5967125 commit 817de53
Show file tree
Hide file tree
Showing 13 changed files with 29 additions and 4 deletions.
33 changes: 29 additions & 4 deletions src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,35 @@
<!-- Box left -->
<div class="bg-[#7CA9D8]">
<div class="size-1/3 pt-44 pl-8 pb-10">
<enhanced:img
src="/static/IMG_0911.jpg"
alt="Tuffed titmouse at a bird feeder"
/>
<enhanced:img src="/static/IMG_0911.jpg" alt="eagle" />
</div>
</div>
<div
class="grid grid-cols-1 sm:grid-cols-2 md:grid-cols-3 lg:grid-cols-4 gap-4 py-8 px-14"
>
<enhanced:img
src="/static/Birds/IMG_0729-Enhanced-NR.jpg"
class="rounded-md"
/>
<enhanced:img
src="/static/Birds/IMG_0755-Enhanced-NR.jpg"
class="rounded-md"
/>
<enhanced:img src="/static/Birds/IMG_0757.jpg" class="rounded-md" />
<enhanced:img
src="/static/Birds/IMG_0758-Enhanced-NR.jpg"
class="rounded-md"
/>
<enhanced:img src="/static/Birds/IMG_0829.jpg" class="rounded-md" />
<enhanced:img
src="/static/Birds/IMG_0866-Enhanced-NR.jpg"
class="rounded-md"
/>
<enhanced:img src="/static/Birds/IMG_0880.jpg" class="rounded-md" />
<enhanced:img src="/static/Birds/IMG_0884.jpg" class="rounded-md" />
<enhanced:img src="/static/Birds/IMG_0887.jpg" class="rounded-md" />
<enhanced:img src="/static/Birds/IMG_0922.jpg" class="rounded-md" />
<enhanced:img src="/static/Birds/IMG_9754.jpg" class="rounded-md" />
<enhanced:img src="/static/Birds/IMG_9757.jpg" class="rounded-md" />
</div>
</header>
Binary file added static/Birds/IMG_0729-Enhanced-NR.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 static/Birds/IMG_0755-Enhanced-NR.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 static/Birds/IMG_0757.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 static/Birds/IMG_0758-Enhanced-NR.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 static/Birds/IMG_0829.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 static/Birds/IMG_0866-Enhanced-NR.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 static/Birds/IMG_0880.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 static/Birds/IMG_0884.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 static/Birds/IMG_0887.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 static/Birds/IMG_0922.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 static/Birds/IMG_9754.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 static/Birds/IMG_9757.jpg
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 817de53

Please sign in to comment.