-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
27 lines (25 loc) · 1.21 KB
/
index.html
File metadata and controls
27 lines (25 loc) · 1.21 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
---
layout: default
permalink: /
order: 1
---
<div class="page-corners fixed-frame corner-border"></div>
<header class="home align-center">
<div class="mouse-oriented">
<div class="title">
<h1 data-text="Morgan Caron">Morgan Caron</h1>
<h2 data-text="Software and Web developer">Software and Web developer</h2>
<div class="smoke"></div>
</div>
<nav>
<a href="articles" class="button nier bullet triangle-right">Articles</a>
<a href="projects" class="button nier bullet triangle-right">Projets</a>
<a href="https://morgancaron.github.io/CV/#cv" class="button nier bullet triangle-right">CV</a>
</nav>
<nav>
<a href="https://discord.gg/mxZvun4"><img src="https://img.shields.io/static/v1?label=&message=Discord&color=blue&logo=discord&logoColor=white&style=for-the-badge" alt="Discord"></a>
<a href="https://github.com/MorganCaron"><img src="https://img.shields.io/static/v1?label=&message=Github&color=grey&logo=github&logoColor=white&style=for-the-badge" alt="Github"></a>
<a href="https://www.linkedin.com/in/morgancaron/"><img src="https://img.shields.io/static/v1?label=&message=LinkedIn&color=blue&logo=linkedin&logoColor=white&style=for-the-badge" alt="LinkedIn"></a>
</nav>
</div>
</header>