init commit
This commit is contained in:
commit
431c17868e
56
index.html
Normal file
56
index.html
Normal file
@ -0,0 +1,56 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
||||
<title>Klectr Site</title>
|
||||
<link rel="stylesheet" href="style.css">
|
||||
<script src="https://cdn.tailwindcss.com"></script>
|
||||
</head>
|
||||
<body class="bg-slate-900 text-white mx-auto max-w-2xl">
|
||||
<nav>
|
||||
<div>
|
||||
<p>T</p>
|
||||
</div>
|
||||
<div>
|
||||
<ul>
|
||||
<li>Home</li>
|
||||
<li>About</li>
|
||||
<li>Now</li>
|
||||
<li>Featured</li>
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
<div>
|
||||
<p>Email</p>
|
||||
</div>
|
||||
|
||||
</nav>
|
||||
<main>
|
||||
<h1>Triston Armstrong</h1>
|
||||
<p>Senior Software Engineer</p>
|
||||
<div>
|
||||
<p>TA</p>
|
||||
<div>
|
||||
<div>G - GitHub</div>
|
||||
<div>T - Twitter</div>
|
||||
<div>L - LinkedIn</div>
|
||||
</div>
|
||||
</div>
|
||||
<p>Software Engineer specialinzing in building scalable, secure and performant
|
||||
microservices using Node.js and Rust</p>
|
||||
<p>With a knack for building event-driven architectures, I balance coding with more coding
|
||||
and find peace in a sip of tequila and a fire.</p>
|
||||
<p>In a nutshell, C + N + F = @tristonarmstrong</p>
|
||||
</main>
|
||||
|
||||
<footer>
|
||||
<ul>
|
||||
<li>Peerlist</li>
|
||||
<li>Blog</li>
|
||||
<li>About Me</li>
|
||||
</ul>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in New Issue
Block a user