Skip to content

Commit

Permalink
Flatten folder structure
Browse files Browse the repository at this point in the history
  • Loading branch information
walsquared committed Sep 17, 2024
1 parent 25ae74c commit bca671f
Show file tree
Hide file tree
Showing 15 changed files with 10 additions and 10 deletions.
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
20 changes: 10 additions & 10 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,16 +31,16 @@ <h1 class="nameTitle">Wal Wal</h1>
aria-label="The word 'Doka' spelt out with a cool red-to-blue gradient animated effect."
>
<video
src="./project-screenshots/fellow-1.webm"
src="fellow-1.webm"
autoplay
loop
muted
playsinline
poster="/project-screenshots/fellow-1.webp"
poster="fellow-1.webp"
></video>
<img
alt="The word 'Doka' spelt out with a cool red-to-blue gradient effect"
src="project-screenshots/fellow-1.webp"
src="fellow-1.webp"
/>
</div>
<div
Expand All @@ -50,16 +50,16 @@ <h1 class="nameTitle">Wal Wal</h1>
aria-label="The word 'Doka' spelt out with a cool red-to-blue gradient animated effect."
>
<video
src="./project-screenshots/fellow-2.webm"
src="fellow-2.webm"
autoplay
loop
muted
playsinline
poster="/project-screenshots/fellow-2.webp"
poster="fellow-2.webp"
></video>
<img
alt="The word 'Doka' spelt out with a cool red-to-blue gradient effect"
src="project-screenshots/fellow-2.webp"
src="fellow-2.webp"
/>
</div>
</div>
Expand Down Expand Up @@ -89,16 +89,16 @@ <h2>Fellow.app</h2>
aria-label="The word 'Doka' spelt out with a cool red-to-blue gradient animated effect."
>
<video
src="./project-screenshots/doka-worms.webm"
src="doka-worms.webm"
autoplay
loop
muted
playsinline
poster="/project-screenshots/doka-worms.webp"
poster="doka-worms.webp"
></video>
<img
alt="The word 'Doka' spelt out with a cool red-to-blue gradient effect"
src="project-screenshots/doka-worms.webp"
src="doka-worms.webp"
/>
</div>
</div>
Expand All @@ -125,7 +125,7 @@ <h2>"Doka" worms</h2>
<object
role="img"
aria-label="A project page from TheCodex, with the title on the left and a graph on the right."
data="./project-screenshots/thecodex.svg"
data="thecodex.svg"
></object>
</div>
<div class="projectSectionDetails">
Expand Down
File renamed without changes
File renamed without changes.

0 comments on commit bca671f

Please sign in to comment.