Skip to content

Commit

Permalink
fixed svg locations
Browse files Browse the repository at this point in the history
  • Loading branch information
mbannert authored Sep 11, 2024
1 parent e31308a commit f5db9e2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/components/HeroSection.astro
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import Frame from "./Frame.astro"
<div class="py-8 mt-16 gap-4 border-y dark:border-gray-800 flex-wrap flex justify-between">
<div class="text-left">
<!-- svg start -->
<img src="../../public/by-nc-sa.svg" width="75" height="75"></img>
<img src="by-nc-sa.svg" width="75" height="75"></img>
<!-- svg end -->
<h2 class="my-2 text-base font-semibold text-gray-700 dark:text-white">Free Online Material</h2>
<p class="text-gray-600 dark:text-gray-400 text-sm">Slides and book available</p>
Expand All @@ -30,15 +30,15 @@ import Frame from "./Frame.astro"
</div>
<div class="text-left">
<!-- TODO: insert interactive/online/ logo -->
<img src="../../public/interaction.svg" width="26"></img>
<img src="interaction.svg" width="26"></img>
<h2 class="my-2 text-base font-semibold text-gray-700 dark:text-white">Highly Interactive</h2>
<p class="text-gray-600 dark:text-gray-400 text-sm">PhD-level course,</p>
<p class="text-gray-600 dark:text-gray-400 text-sm">taught online at ETH Zurich.</p>
<p class="text-gray-600 dark:text-gray-400 text-sm">Open to guests.</p>
</div>
<div class="text-left">
<!-- teamwork svg button -->
<img src="../../public/teamwork.svg" width="26"></img>
<img src="teamwork.svg" width="26"></img>
<h2 class="my-2 text-base font-semibold text-gray-700 dark:text-white">Teamwork</h2>
<p class="text-gray-600 dark:text-gray-400 text-sm">Group projects from</p>
<p class="text-gray-600 dark:text-gray-400 text-sm">dashboards to OSS </p>
Expand All @@ -55,4 +55,4 @@ import Frame from "./Frame.astro"
</div>
</div>
</Container>
</section>
</section>

0 comments on commit f5db9e2

Please sign in to comment.