Skip to content

Commit

Permalink
feat: landing page
Browse files Browse the repository at this point in the history
  • Loading branch information
krystxf committed Apr 21, 2024
1 parent 56c313b commit e9094bd
Show file tree
Hide file tree
Showing 11 changed files with 2,939 additions and 4,943 deletions.
4,827 changes: 0 additions & 4,827 deletions frontend/package-lock.json

This file was deleted.

2,840 changes: 2,840 additions & 0 deletions frontend/pnpm-lock.yaml

Large diffs are not rendered by default.

72 changes: 72 additions & 0 deletions frontend/public/download-on-appstore.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added frontend/public/favicon.ico
Binary file not shown.
Binary file added frontend/public/metro-now-watch.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion frontend/public/next.svg

This file was deleted.

1 change: 0 additions & 1 deletion frontend/public/vercel.svg

This file was deleted.

Binary file removed frontend/src/app/favicon.ico
Binary file not shown.
24 changes: 0 additions & 24 deletions frontend/src/app/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,30 +2,6 @@
@tailwind components;
@tailwind utilities;

:root {
--foreground-rgb: 0, 0, 0;
--background-start-rgb: 214, 219, 220;
--background-end-rgb: 255, 255, 255;
}

@media (prefers-color-scheme: dark) {
:root {
--foreground-rgb: 255, 255, 255;
--background-start-rgb: 0, 0, 0;
--background-end-rgb: 0, 0, 0;
}
}

body {
color: rgb(var(--foreground-rgb));
background: linear-gradient(
to bottom,
transparent,
rgb(var(--background-end-rgb))
)
rgb(var(--background-start-rgb));
}

@layer utilities {
.text-balance {
text-wrap: balance;
Expand Down
4 changes: 2 additions & 2 deletions frontend/src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ import "./globals.css";
const inter = Inter({ subsets: ["latin"] });

export const metadata: Metadata = {
title: "Create Next App",
description: "Generated by create next app",
title: "Metro Now",
description: "Real-time metro departures in Prague",
};

export default function RootLayout({
Expand Down
Loading

0 comments on commit e9094bd

Please sign in to comment.