31 lines
1.0 KiB
HTML
31 lines
1.0 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>About Me - Lucielle's Page</title>
|
|
<link rel="stylesheet" href="assets/css/global.css">
|
|
<link rel="stylesheet" href="assets/css/index.css">
|
|
<link rel="stylesheet" href="assets/css/links.css">
|
|
</head>
|
|
<body>
|
|
<main>
|
|
<span>Lucielle</span>
|
|
<p>I don't like to sugar coat things so I'm going to give it to you straight</p>
|
|
<p>
|
|
I'm Lucielle, I enjoy:
|
|
<ul>
|
|
<li>Software Development</li>
|
|
<li>Working with Embedded Systems</li>
|
|
<li>FPS Shooter games like CS:GO and Valorant</li>
|
|
</ul>
|
|
</p>
|
|
<p>I work well in groups and I love participating in challenges.</p>
|
|
</main>
|
|
<div id="links">
|
|
<a class="link" href="/">Home</a>
|
|
<a class="link" href="/projects.html">Projects</a>
|
|
<a class="link" href="/socials.html">Socials</a>
|
|
</div>
|
|
</body>
|
|
</html> |