Skip to content

Commit

Permalink
fix images path
Browse files Browse the repository at this point in the history
  • Loading branch information
X7md committed Dec 18, 2024
1 parent 81a425f commit fdef37d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -45,19 +45,19 @@ import '@/styles/globals.css'
<body>
<main class="grid justify-center items-center w-full h-full relative max-h-full">
<h2 class="absolute p-4 text-white drop-shadow-lg text-6xl text-center w-full">Cooming Soon...</h2>
<img class="h-full w-full col-start-1 row-start-1 object-cover md:object-none object-bottom" src="/al-naslaa-art.png" />
<img class="h-full w-full col-start-1 row-start-1 object-cover md:object-none object-bottom" src="al-naslaa-art.png" />
<img
transition-style="out:wipe:up4"
class="h-full w-full col-start-1 row-start-1 object-cover md:object-none object-bottom" src="/al-naslaa.jpg" />
class="h-full w-full col-start-1 row-start-1 object-cover md:object-none object-bottom" src="al-naslaa.jpg" />
<img
transition-style="out:wipe:up3"
class="h-full w-full col-start-1 row-start-1 object-cover md:object-none object-bottom" src="/al-naslaa-contrast.jpg" />
class="h-full w-full col-start-1 row-start-1 object-cover md:object-none object-bottom" src="al-naslaa-contrast.jpg" />
<img
transition-style="out:wipe:up2"
class="h-full w-full col-start-1 row-start-1 object-cover md:object-none object-bottom" src="/al-naslaa-black-contrast.jpg" />
class="h-full w-full col-start-1 row-start-1 object-cover md:object-none object-bottom" src="al-naslaa-black-contrast.jpg" />
<img
transition-style="out:wipe:up"
class="h-full w-full col-start-1 row-start-1 object-cover md:object-none object-bottom" src="/al-naslaa-black-white.jpg" />
class="h-full w-full col-start-1 row-start-1 object-cover md:object-none object-bottom" src="al-naslaa-black-white.jpg" />
</main>
<script is:inline>
function sleepFor(sleepDuration){
Expand Down

0 comments on commit fdef37d

Please sign in to comment.