begin index page
This commit is contained in:
parent
4e87faf191
commit
c46b6e739b
|
@ -0,0 +1,26 @@
|
|||
<!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>Andrzej Stepien : Coder for Hire</title>
|
||||
<link rel="stylesheet" href="style.css">
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
<h1>Andrzej Stepien : Coder for Hire</h1>
|
||||
</header>
|
||||
<main>
|
||||
<h1>Hello.</h1>
|
||||
My name is Andrzej, and until the pandemic I was an English teacher. If you're reading this, you most likely followed a link here from my CV. I thought this page would be the best way to demonstrate what I'm capable of.
|
||||
<h2>The website you are currently reading...</h2>
|
||||
<ul>
|
||||
<li><b>... is hosted on bespoke hardware.</b> A Beelink mini-pc situated in my living room, to be precise!</li>
|
||||
<li><b>... scores A on <a href="https://www.ssllabs.com/ssltest/analyze.html?d=sonarrr.ajstepien.xyz">sslabs.com</a>.</b> </li>
|
||||
<li><b>.. is fully compliant with accessibility thing</b></li>
|
||||
<li></li>
|
||||
</ul>
|
||||
</main>
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in New Issue