Skip to content

Commit

Permalink
changing catalog
Browse files Browse the repository at this point in the history
  • Loading branch information
SK2iP committed Jan 16, 2024
1 parent 06f7d86 commit f0de5df
Showing 1 changed file with 15 additions and 11 deletions.
26 changes: 15 additions & 11 deletions src/lib/components/Catalog.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,21 @@
</script>

<div class="w-full">
<div class="w-full flex flex-row my-4 justify-center items-center">
<a
href="/img/catalog/catalog.pdf"
class="rounded bg-blue-500 text-white px-10 py-3 hover:bg-blue-600 transition duration-300 ease-in-out"
>
دانلود کاتالوگ
</a>
</div>
{#each images as image}
<img width="100%" src={image.path} alt={image.alt} class="catalog" />
{/each}
<center>
<h3 class="font-bold text-3xl gradient-text-01">
جهت دریافت طرح درس کاتالوگ زیر را دانلود نمایید
</h3>

<div class="w-full flex flex-row my-4 justify-center items-center" style = "position:relative; top:40px">
<a
href="/img/catalog/catalog.pdf"
class="rounded bg-blue-500 text-white px-10 py-3 hover:bg-blue-600 transition duration-300 ease-in-out"
>
دانلود کاتالوگ
</a>
</div>
</center>

</div>

<style lang="postcss">
Expand Down

0 comments on commit f0de5df

Please sign in to comment.