Skip to content

Commit bcbd622

Browse files
Merge pull request #304 from TypedDevs/remove-banners-index
Remove ProductHunt & Manfred Awards from index
2 parents bbad495 + d58d92c commit bcbd622

File tree

2 files changed

+0
-94
lines changed

2 files changed

+0
-94
lines changed

docs/ProductHuntBanner.vue

Lines changed: 0 additions & 48 deletions
This file was deleted.

docs/index.md

Lines changed: 0 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -37,49 +37,3 @@ features:
3737
src: /multiplatform.svg
3838
title: Multiplatform
3939
details: Seamlessly operates on Linux, macOS, and Windows (via WSL), facilitating a consistent testing environment across major platforms.
40-
---
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';
61-
import ProductHuntBanner from "./ProductHuntBanner.vue";
62-
63-
onMounted(() => {
64-
const heroImage = document.querySelector('.VPHero .VPImage');
65-
66-
VanillaTilt.init(heroImage, {
67-
'full-page-listening': true,
68-
reverse: true,
69-
gyroscope: false
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>

0 commit comments

Comments
 (0)