Skip to content

Remove ProductHunt & Manfred Awards from index #304

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
48 changes: 0 additions & 48 deletions docs/ProductHuntBanner.vue

This file was deleted.

46 changes: 0 additions & 46 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,49 +37,3 @@ features:
src: /multiplatform.svg
title: Multiplatform
details: Seamlessly operates on Linux, macOS, and Windows (via WSL), facilitating a consistent testing environment across major platforms.
---

<ProductHuntBanner />

<h2 class="home__award-title">Honors & Awards</h2>

<div class="home__award-container">
<a
href="https://twitter.com/getmanfred/status/1737191954289487900"
target="_blank"
>
<img
src="/awards/manfred-2023.jpg"
alt="The Manfred Awards 2023 - bashunit - Side Project of the Year"
/>
</a>
</div>

<script setup lang="ts">
import { onMounted } from 'vue';
import VanillaTilt from 'vanilla-tilt';
import ProductHuntBanner from "./ProductHuntBanner.vue";

onMounted(() => {
const heroImage = document.querySelector('.VPHero .VPImage');

VanillaTilt.init(heroImage, {
'full-page-listening': true,
reverse: true,
gyroscope: false
});
});
</script>

<style scoped>
.home__award-title {
text-align: center;
margin: 4rem 0;
font-size: 2.75rem;
}

.home__award-container {
display: grid;
justify-content: center;
}
</style>