Skip to content

Commit

Permalink
added one project in page (HopHub)
Browse files Browse the repository at this point in the history
  • Loading branch information
Petr Vurm committed Nov 20, 2024
1 parent e0dfb2a commit caaf45e
Show file tree
Hide file tree
Showing 4 changed files with 45 additions and 1 deletion.
25 changes: 24 additions & 1 deletion app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ export default function Home() {
width={1280}
height={720}
alt="FakeTube"
className="rounded-t-sm object-cover aspect-auto"
className="rounded-t-sm object-cover aspect-video"
/>
<div className="p-4">
<p className="font-bold text-xl">FakeTube</p>
Expand All @@ -132,6 +132,29 @@ export default function Home() {
</div>
</div>
</Card>

<Card className="p-0">
<img
src="/images/projekty/hophub.png"
width={1280}
height={720}
alt="HopHub"
className="rounded-t-sm object-cover aspect-video"
/>
<div className="p-4">
<p className="font-bold text-xl">HopHub</p>
<p>Rozšíření pro internetový prohlížeč</p>
<div className="mt-4 gap-3">
<Link
href="/projekty/hophub"
className="w-full transition-all justify-center duration-200 inline-flex items-center rounded-md bg-primary px-4 py-2 text-sm font-medium text-white shadow-md shadow-primary hover:bg-primary/80 hover:shadow-none"
prefetch={false}
>
Zobrazit detaily
</Link>
</div>
</div>
</Card>
</div>
</div>
</section>
Expand Down
6 changes: 6 additions & 0 deletions app/projekty/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,12 @@ const projects = [
technologies: ["HTML5", "CSS3", "JavaScript", "PHP", "Git"],
slug: "bresskamp",
},
{
title: "HopHub",
description: "Rozšíření pro internetový prohlížeč",
technologies: ["HTML5", "CSS3", "Sass", "JavaScript"],
slug: "hophub",
}
];

const technologies = [
Expand Down
15 changes: 15 additions & 0 deletions projekty/hophub.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
title: "Hophub"
description: "Rozšíření pro internetový prohlížeč"
previewImage: "/images/projekty/hophub.png"
created: "31. července 2024"
status: "<span style=\"color: #38b000;\">aktivní</span>"
licence: "Apache License 2.0"
---
HopHub je **ÚŽASNÉ** rozšíření, které stylizuje vzhled webu GitHub tak, aby vypadala jako vaše oblíbená stránka pro dospělé.

## Odkazy

- [Firefox Browser Addons](https://addons.mozilla.org/cs/firefox/addon/hophub/ "Získat rozšíření pro Firefox")
- [Microsoft Edge Addons](https://microsoftedge.microsoft.com/addons/detail/hophub/edpjnndhdgmlleeingbaifmpjklccjhc "Získat rozšíření pro Microsoft Edge")
- [Chrome Web Store](https://chromewebstore.google.com/detail/hophub/nplomgcjnakhdhpohiffjcgfgkfilfol "Získat rozšíření pro Chrome")
Binary file added public/images/projekty/hophub.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit caaf45e

Please sign in to comment.