71 lines
1.9 KiB
HTML
71 lines
1.9 KiB
HTML
|
<!doctype html>
|
||
|
<html lang="en" class="projects-page">
|
||
|
<head>
|
||
|
<meta charset="UTF-8" />
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||
|
<meta name="description" content="jabuxas' website" />
|
||
|
<title>jabuxas' projects</title>
|
||
|
<link
|
||
|
rel="apple-touch-icon"
|
||
|
sizes="180x180"
|
||
|
href="/dist/apple-touch-icon.png"
|
||
|
/>
|
||
|
<link
|
||
|
rel="icon"
|
||
|
type="image/png"
|
||
|
sizes="32x32"
|
||
|
href="/dist/favicon-32x32.png"
|
||
|
/>
|
||
|
<link
|
||
|
rel="icon"
|
||
|
type="image/png"
|
||
|
sizes="16x16"
|
||
|
href="/dist/favicon-16x16.png"
|
||
|
/>
|
||
|
<link rel="manifest" href="/dist/site.webmanifest" />
|
||
|
<link href="/dist/style.css?version=1" rel="stylesheet" />
|
||
|
</head>
|
||
|
|
||
|
<body>
|
||
|
<div class="container">
|
||
|
<div class="top-level">
|
||
|
<div>
|
||
|
<h2>projects</h2>
|
||
|
<a href="/"
|
||
|
><h3>
|
||
|
<span class="icon back-icon"></span>
|
||
|
<span class="underline">home</span>
|
||
|
</h3></a
|
||
|
>
|
||
|
</div>
|
||
|
<hr />
|
||
|
</div>
|
||
|
|
||
|
<div class="bottom-level">
|
||
|
<template id="project-card-template">
|
||
|
<div class="project-card">
|
||
|
<a class="project-link" href=""></a>
|
||
|
<!-- FILL LINK -->
|
||
|
<h3></h3>
|
||
|
<!-- FILL TITLE -->
|
||
|
<small></small>
|
||
|
<!-- FILL TECH STACK -->
|
||
|
<p><!-- FILL DESCRIPTION --></p>
|
||
|
</div>
|
||
|
</template>
|
||
|
|
||
|
<div class="project-card">
|
||
|
<a class="project-link" href="/projects/finals-fe1/index.html"></a>
|
||
|
<h3>Dinamo Sports</h3>
|
||
|
<small>HTML, JS, CSS, REST</small>
|
||
|
<p>
|
||
|
University project - website for a sports club.<br /><br />
|
||
|
No framework used.
|
||
|
</p>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
<footer>© 2025 jabuxas - all rights by yours truly</footer>
|
||
|
</body>
|
||
|
</html>
|