-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
40 lines (40 loc) · 1.04 KB
/
index.html
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
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>marc agbanchenou</title>
<link rel="canonical" href="https://marcagba.dev" />
<style>
* {
font-family: sans-serif;
}
</style>
</head>
<body>
<h1>marc agbanchenou</h1>
<p>Sr. Software Engineer.</p>
<p>
Currently working at
<a target="_blank" href="https://prose.com">Prose</a>.
</p>
<h2>Contacts</h2>
<p>Find me on:</p>
<ul>
<li>
<a target="_blank" href="https://bsky.app/profile/marcagba.dev">
bluesky
</a>
</li>
<li>
<a target="_blank" href="https://piaille.fr/@marcagba">mastodon</a>
</li>
<li>
<a target="_blank" href="https://fr,linkedin.com/in/marcagbanchenou/">
linkedin</a
>
</li>
<li><a target="_blank" href="https://github.com/marcagba">github</a></li>
<li><a target="_blank" href="https://x.com/marcagba">x</a></li>
</ul>
</body>
</html>