Skip to content

Commit ffa4136

Browse files
add manfred award to the home
1 parent 00351aa commit ffa4136

2 files changed

Lines changed: 27 additions & 0 deletions

File tree

docs/index.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,20 @@ features:
4141

4242
<ProductHuntBanner />
4343

44+
<h2 class="home__award-title">Honors & Awards</h2>
45+
46+
<div class="home__award-container">
47+
<a
48+
href="https://twitter.com/getmanfred/status/1737191954289487900"
49+
target="_blank"
50+
>
51+
<img
52+
src="/awards/manfred-2023.jpg"
53+
alt="The Manfred Awards 2023 - bashunit - Side Project of the Year"
54+
/>
55+
</a>
56+
</div>
57+
4458
<script setup lang="ts">
4559
import { onMounted } from 'vue';
4660
import VanillaTilt from 'vanilla-tilt';
@@ -56,3 +70,16 @@ onMounted(() => {
5670
});
5771
});
5872
</script>
73+
74+
<style scoped>
75+
.home__award-title {
76+
text-align: center;
77+
margin: 4rem 0;
78+
font-size: 2.75rem;
79+
}
80+
81+
.home__award-container {
82+
display: grid;
83+
justify-content: center;
84+
}
85+
</style>
6.35 KB
Loading

0 commit comments

Comments
 (0)