Files
random-shit.kanel.ovh/src/lescrampte/index.html

104 lines
3.4 KiB
HTML
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta content="IE=Edge,chrome=1" http-equiv="X-UA-Compatible">
<meta
content="width=device-width,height=device-height,user-scalable=no,initial-scale=1.0,maximum-scale=1.0,minimum-scale=1.0"
name="viewport">
<title>Evaluation Sheets Hub 🎯</title>
<link rel="shortcut icon" href="./assets/favicons/favicon_no-bg.ico" type="image/x-icon">
<link rel="stylesheet" media="all" href="./css/styles.css">
<link rel="manifest" href="./manifest.json">
</head>
<style>
.floating-btn-home {
position: fixed;
top: 30px;
right: 30px;
background: #24292E;
color: white;
padding: 20px 20px;
border-radius: 50%;
text-align: center;
text-decoration: none;
font-size: 15px;
transition: background 0.3s ease;
z-index: 100;
}
.floating-btn-home:hover {
background: #404448;
color: aliceblue;
}
.floating-btn-home:visited {
color: aliceblue;
}
</style>
<body>
<div class="container-item scale-team-container">
<div class="row mt-4">
<div class="scale-section-infos col-sm-12 scale-div">
<h3 class="font-weight-bold text-uppercase text-center mt-4 pt-4"><br>
42 Evaluation Sheets Hub 🎯
</h3>
<h5 class="text-muted text-center">Welcome to the heart of self-evaluation for 42 School post-CC projects! 📝</h5>
<hr>
<div class="p-0 scale-introduction dancer from-down" id="introduction">
<p>I have nothing else to say just enjoy those poorly formatted evaluation sheet :D</p>
<hr>
<table class="table">
<tr>
<th>Project</th>
</tr>
<tr>
<td><a href="./corr/matrix" title="Go to Matrix ➡️">matrix</a></td>
</tr>
<tr>
<td><a href="./corr/badass" title="Go to BADASS➡">BADASS</a></td>
</tr>
<tr>
<td><a href="./corr/ft_linux" title="Go to ft_linux➡">ft_linux</a></td>
</tr>
<tr>
<td><a href="./corr/iot" title="Go to IOT➡">Inception-of-Things</a></td>
</tr>
<tr>
<td><a href="./corr/42sh/index.pdf" title="Go to 42sh➡">42sh</a></td>
</tr>
<tr>
<td><a href="./corr/ft_minecraft/index.pdf" title="Go to ft_minecraft➡">ft_minecraft</a></td>
</tr>
<tr>
<td><a href="./corr/Learn2Slither" title="Go to Learn2Slither➡">Learn2Slither</a></td>
</tr>
<tr>
<td><a href="./corr/malloc" title="Go to malloc➡">malloc</a></td>
</tr>
<tr>
<td><a href="./corr/h42n42" title="Go to h42n42➡">h42n42</a></td>
</tr>
<tr>
<td><a href="./corr/krpsim" title="Go to krpsim➡">krpsim</a></td>
</tr>
<tr>
<td><a href="./corr/avaj-launcher" title="Go to avaj-launcher➡">avaj-launcher</a></td>
</tr>
<tr>
<td><a href="./corr/abstract-vm" title="Go to abstract-vm➡">abstract-vm</a></td>
</tr>
<tr>
<td><a href="./corr/dslr" title="Go to dslr➡">dslr</a></td>
</tr>
</table>
</div>
</div>
</div>
</div>
<br><br><br>
</body>
</html>