38 lines
1.3 KiB
HTML
38 lines
1.3 KiB
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>Daniel Bulant - Profile</title>
|
|
|
|
<link rel="preconnect" href="https://fonts.googleapis.com" />
|
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
|
|
<link
|
|
href="https://fonts.googleapis.com/css2?family=Fira+Code:wght@300..700&family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"
|
|
rel="stylesheet"
|
|
/>
|
|
<link href="/assets/styles.css" rel="stylesheet" />
|
|
</head>
|
|
<body>
|
|
<div class="bg-gradient"></div>
|
|
|
|
<nav>
|
|
<a href="/" class="font-bold">
|
|
Daniel Bulant
|
|
<span class="text-gray-500">></span>
|
|
Projects
|
|
</a>
|
|
<div class="links">
|
|
<a href="/profile" class="btn">/profile</a>
|
|
<a href="/projects" class="btn">/projects</a>
|
|
<a href="/group" class="btn">/group</a>
|
|
</div>
|
|
</nav>
|
|
|
|
<div class="nav-spacer"></div>
|
|
|
|
<main>
|
|
<h1>Projects</h1>
|
|
</main>
|
|
</body>
|
|
</html>
|