-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdocumentation.html
More file actions
40 lines (38 loc) · 1.28 KB
/
documentation.html
File metadata and controls
40 lines (38 loc) · 1.28 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>⛵️ Vaev | Documentation</title>
<link rel="stylesheet" href="secondary.css">
<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=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap" rel="stylesheet">
</head>
<body>
<div class="right-fixed">
<a href="/"><h1>VAEV</h1></a>
</div>
<div class="center-menu">
<a href="project.html"><div class="action">Project</div></a>
<a href="documentation.html"><div class="action selected">Documentation</div></a>
<a href="us.html"><div class="action">Team</div></a>
</div>
<div class="page">
<h2>Learn</h2>
</div>
<footer>
<div class="bg-text">VAEV</div>
<div class="cat" id="credits">
website crafted with 💙 by <a href="https://carbonlab.dev">Lou !</a>
</div>
<div class="cat" id="contact">
Contact us:
<ul>
<li><a href="mailto: loha@odoo.com">Lou (loha)</a></li>
<li><a href="mailto: clvb@odoo.com">Clem (clvb)</a></li>
<li><a href="mailto: palm@odoo.com">Paulo (palm)</a></li>
</ul>
</div>
</footer>
</body>
</html>