fixed nove logo, pridal som our achievements a fotečku do ramečku
todo:about us, blog
This commit is contained in:
@@ -25,6 +25,7 @@ import {
|
||||
SearchIcon,
|
||||
Logo,
|
||||
} from "@/components/icons";
|
||||
import {Image} from "@heroui/image";
|
||||
|
||||
export const Navbar = () => {
|
||||
const searchInput = (
|
||||
@@ -53,7 +54,11 @@ export const Navbar = () => {
|
||||
<NavbarContent className="basis-1/5 sm:basis-full" justify="start">
|
||||
<NavbarBrand className="gap-3 max-w-fit">
|
||||
<NextLink className="flex justify-start items-center gap-1" href="/">
|
||||
<Logo />
|
||||
<Image
|
||||
src="/coloradl.svg"
|
||||
className="size-7"
|
||||
>
|
||||
</Image>
|
||||
<p className="font-bold text-inherit">Adlerka Space Program</p>
|
||||
</NextLink>
|
||||
</NavbarBrand>
|
||||
|
@@ -43,7 +43,7 @@ export const siteConfig = {
|
||||
],
|
||||
links: {
|
||||
github: "https://github.com/7Noble",
|
||||
twitter: "https://twitter.com/",
|
||||
twitter: "https://x.com/adlerka_space",
|
||||
docs: "https://heroui.com",
|
||||
discord: "https://discordapp.com/users/404304818178621440",
|
||||
sponsor: "/sponsor",
|
||||
|
@@ -6,8 +6,10 @@ export default function DocsPage() {
|
||||
<DefaultLayout>
|
||||
<section className="flex flex-col items-center justify-center gap-4 py-8 md:py-10">
|
||||
<div className="inline-block max-w-lg text-center justify-center">
|
||||
<h1 className={title()}>About</h1>
|
||||
<h1 className={title()}>About us</h1>
|
||||
</div>
|
||||
|
||||
|
||||
</section>
|
||||
</DefaultLayout>
|
||||
);
|
||||
|
@@ -1,14 +0,0 @@
|
||||
import { title } from "@/components/primitives";
|
||||
import DefaultLayout from "@/layouts/default";
|
||||
|
||||
export default function DocsPage() {
|
||||
return (
|
||||
<DefaultLayout>
|
||||
<section className="flex flex-col items-center justify-center gap-4 py-8 md:py-10">
|
||||
<div className="inline-block max-w-lg text-center justify-center">
|
||||
<h1 className={title()}>Docs</h1>
|
||||
</div>
|
||||
</section>
|
||||
</DefaultLayout>
|
||||
);
|
||||
}
|
@@ -16,13 +16,13 @@ export default function IndexPage() {
|
||||
return (
|
||||
<DefaultLayout>
|
||||
<section className="flex flex-col items-center justify-center gap-4 py-8 md:py-10">
|
||||
<div className="inline-block max-w-xl text-center justify-center">
|
||||
<div className="inline-block max-w-xl text-center justify-center ">
|
||||
<span className={title()}>
|
||||
Adlerka Space Program
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<div className="flex flex-col md:flex-row gap-4">
|
||||
<div className="flex flex-col md:flex-row gap-4 pt-4">
|
||||
<Card className="">
|
||||
<CardHeader className="flex gap-3">
|
||||
<Image
|
||||
@@ -75,6 +75,48 @@ export default function IndexPage() {
|
||||
</CardFooter>
|
||||
</Card>
|
||||
</div>
|
||||
|
||||
<div className="flex flex-col md:flex-row gap-4">
|
||||
<Card className="">
|
||||
<CardHeader className="flex gap-3">
|
||||
<Image
|
||||
alt="heroui logo"
|
||||
height={80}
|
||||
radius="sm"
|
||||
src="/trophy.png"
|
||||
width={80}
|
||||
/>
|
||||
<div className="flex flex-col">
|
||||
<p className="text-xl">Our Achievements</p>
|
||||
<p className="text-small text-default-500">1st place in Cansat Slovakia 2024</p>
|
||||
</div>
|
||||
</CardHeader>
|
||||
<Divider />
|
||||
<CardBody className="text-xl">
|
||||
<p>Cupiditate eius eius et rerum velit. Sequi ipsam et ut explicabo cumque molestiae minima. Veritatis aperiam fuga cum sint perspiciatis eveniet blanditiis eum.
|
||||
|
||||
Fugit non provident non. Eum soluta dolores ut. Ipsa dolorum eos dolorem a. Qui repellendus vitae rerum omnis totam facilis ducimus assumenda.</p>
|
||||
</CardBody>
|
||||
<Divider />
|
||||
<CardFooter>
|
||||
<Link showAnchorIcon href="/sponsor" target="_self">
|
||||
Sponsor our next Achievement
|
||||
</Link>
|
||||
</CardFooter>
|
||||
</Card>
|
||||
|
||||
<Card className="">
|
||||
<CardHeader className="absolute z-10 top-1 flex-col !items-start">
|
||||
<p className="text-tiny text-white/60 uppercase font-bold">What We Do</p>
|
||||
</CardHeader>
|
||||
<Image
|
||||
removeWrapper
|
||||
alt="Card background"
|
||||
className="z-0 w-full h-full object-cover"
|
||||
src="/whatwedo.png"
|
||||
/>
|
||||
</Card>
|
||||
</div>
|
||||
</section>
|
||||
</DefaultLayout>
|
||||
);
|
||||
|
@@ -1,14 +0,0 @@
|
||||
import { title } from "@/components/primitives";
|
||||
import DefaultLayout from "@/layouts/default";
|
||||
|
||||
export default function DocsPage() {
|
||||
return (
|
||||
<DefaultLayout>
|
||||
<section className="flex flex-col items-center justify-center gap-4 py-8 md:py-10">
|
||||
<div className="inline-block max-w-lg text-center justify-center">
|
||||
<h1 className={title()}>Pricing</h1>
|
||||
</div>
|
||||
</section>
|
||||
</DefaultLayout>
|
||||
);
|
||||
}
|
BIN
cansat/public/trophy.png
Normal file
BIN
cansat/public/trophy.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 16 KiB |
BIN
cansat/public/whatwedo.png
Normal file
BIN
cansat/public/whatwedo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 307 KiB |
Reference in New Issue
Block a user