Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
test lower case not propagating to github
  • Loading branch information
macedonianluke committed Oct 27, 2024
1 parent 7bac0ba commit cc87261
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ <h2>Brumby</h2>

<section id="LittleFella" class="section project">
<video class="fullscreen-video" autoplay muted loop playsinline>
<source src="video/LittleFella.mp4" type="video/mp4">
<source src="video/littlefella.mp4" type="video/mp4">
</video>
<div class="overlay"></div>
<div class="section-content">
Expand Down Expand Up @@ -158,7 +158,7 @@ <h2>Weekender</h2>

<section id="Churchill" class="section project">
<video class="fullscreen-video" autoplay muted loop playsinline>
<source src="video/Churchill.mp4" type="video/mp4">
<source src="video/churchill.mp4" type="video/mp4">
</video>
<div class="overlay"></div>
<div class="section-content">
Expand Down Expand Up @@ -225,7 +225,7 @@ <h2>Farmer's Daughters Victoria</h2>
<section id="ZonzoEstateChapel" class="section project">
<!-- Container for video -->
<video class="fullscreen-video" autoplay muted loop playsinline>
<source src="video/ZonzoChapel.mp4" type="video/mp4">
<source src="video/zonzochapel.mp4" type="video/mp4">
</video>

<div class="overlay"></div>
Expand All @@ -245,7 +245,7 @@ <h2>Zonzo Estate: The Chapel</h2>
<section id="ZonzoEstateNegozioDelOfficio" class="section project">
<!-- Container for video -->
<video class="fullscreen-video" autoplay muted loop playsinline>
<source src="video/ZonzoOffice.mp4" type="video/mp4">
<source src="video/zonzooffice.mp4" type="video/mp4">
</video>

<div class="overlay"></div>
Expand All @@ -265,9 +265,9 @@ <h2>Zonzo Estate: Negozio Del Officio</h2>
<section id="ZonzoEstateNegozioDelVino" class="section project">
<!-- Container for video -->
<video class="fullscreen-video" autoplay muted loop playsinline>
<source src="video/ZonzoCellar.mp4" type="video/mp4">
<source src="video/zonzocellar.mp4" type="video/mp4">
</video>

+
<div class="overlay"></div>

<div class="section-content">
Expand Down

0 comments on commit cc87261

Please sign in to comment.