We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00351aa commit ffa4136Copy full SHA for ffa4136
2 files changed
docs/index.md
@@ -41,6 +41,20 @@ features:
41
42
<ProductHuntBanner />
43
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
58
<script setup lang="ts">
59
import { onMounted } from 'vue';
60
import VanillaTilt from 'vanilla-tilt';
@@ -56,3 +70,16 @@ onMounted(() => {
70
});
71
72
</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>
docs/public/awards/manfred-2023.jpg
6.35 KB
0 commit comments