You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Web/Sources/public/index.html

58 lines
2.7 KiB

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Heart Track</title>
<link href="./css/app.css" rel="stylesheet">
</head>
<body class="bg-#161616 text-#F3F3F3 font-mono">
<main class="flex min-h-screen flex-col items-center justify-between p-24">
<div class="z-10 max-w-5xl w-full items-center justify-between text-sm lg:flex">
<p class="fixed left-0 top-0 flex w-full justify-center border-b border-gray-300 bg-gray-200 pb-6 pt-8 backdrop-blur-2xl dark:border-gray-800 dark:bg-gray-900">
Hey &nbsp;<code class="font-bold">Heart Dev</code>
</p>
<div class="fixed bottom-0 left-0 flex h-48 w-full items-end justify-center bg-white dark:bg-black lg:static lg:h-auto lg:w-auto">
<a href="#" class="pointer-events-none flex place-items-center gap-2 p-8 lg:pointer-events-auto lg:p-0">
Code
</a>
</div>
</div>
<div class="relative flex place-items-center mb-32 z-[-1]">
<img src="/heart-track-logo.png" alt="Heart Track Logo" class="relative">
</div>
<div class="mb-32 grid text-center lg:max-w-5xl lg:w-full lg:mb-0 lg:grid-cols-4 lg:text-left">
<!-- Replace the href with the respective links and content -->
<a href="https://www.notion.so/team/367a8730-5ce4-4d37-971b-021d6933e1ae/join" class="group rounded-lg border border-transparent px-5 py-4 transition-colors hover:border-gray-300 hover:bg-gray-100">
<h2 class="mb-3 text-2xl font-semibold">
Notion
</h2>
</a>
<a href="https://codefirst.iut.uca.fr/git/HeartDev" class="group rounded-lg border border-transparent px-5 py-4 transition-colors hover:border-gray-300 hover:bg-gray-100">
<h2 class="mb-3 text-2xl font-semibold">
Code First (Git)
</h2>
</a>
<a href="https://codefirst.iut.uca.fr/git/HeartDev/Web/wiki" class="group rounded-lg border border-transparent px-5 py-4 transition-colors hover:border-gray-300 hover:bg-gray-100">
<h2 class="mb-3 text-2xl font-semibold">
Wiki
</h2>
</a>
<a href="https://www.figma.com/file/3AC8HYiecEbbZf4epci3U9/Fit-Project?type=design&node-id=3-3&mode=design&t=ph2rz4E34WyiTNKH-0" class="group rounded-lg border border-transparent px-5 py-4 transition-colors hover:border-gray-300 hover:bg-gray-100">
<h2 class="mb-3 text-2xl font-semibold">
Figma
</h2>
</a>
</div>
</main>
</body>
</html>