-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathus.html
More file actions
84 lines (83 loc) · 3.28 KB
/
us.html
File metadata and controls
84 lines (83 loc) · 3.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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>⛵️ Vaev | Our team</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">Documentation</div></a>
<a href="us.html"><div class="action selected">Team</div></a>
</div>
<div class="page">
<h2>Our team</h2>
<div class="member-list">
<div class="member blue">
<h3>🦔 Clem | Sleepy Monax</h3>
<hr>
<p>I am a software engineer and I love building things like operating systems, compilers, tools, and web engines.</p>
<div class="inline">
<a href="https://github.com/sleepy-monax" target="_blank"><div class="btn">GitHub</div></a>
<a href="https://smnx.sh" target="_blank"><div class="btn">Website</div></a>
</div>
</div>
<div class="member coral">
<h3>🐬 Lou !</h3>
<hr>
<p>I am a creative developer, software engineer and an artist, I love making things fun and pretty. </p>
<div class="inline">
<a href="https://github.com/louciole" target="_blank"><div class="btn">GitHub</div></a>
<a href="https://habert.me" target="_blank"><div class="btn">Website</div></a>
</div>
</div>
<div class="member peach">
<h3>🦉 Paulo</h3>
<hr>
<div class="inline">
<a href="https://github.com/pauloamed" target="_blank"><div class="btn">GitHub</div></a>
</div>
</div>
<div class="member blue">
<h3>🌚 Lune</h3>
<hr>
<div class="inline">
<a href="https://github.com/LuneMercier" target="_blank"><div class="btn">GitHub</div></a>
</div>
</div>
<div class="member blue">
<h3>😈 Flotchet</h3>
<hr>
<p>jefédupiton</p>
<div class="inline">
<a href="https://github.com/Flotchet" target="_blank"><div class="btn">GitHub</div></a>
</div>
</div>
</div>
<p>And our lovely contributors !</p>
<a href="https://github.com/odoo/paper-muncher/graphs/contributors" target="_blank"><div class="big btn">Discover everyone</div></a>
</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>
<li><a href="mailto: mafl@odoo.com">Flo (mafl)</a></li>
</ul>
</div>
</footer>
</body>
</html>