-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·29 lines (27 loc) · 1.29 KB
/
Copy pathindex.html
File metadata and controls
executable file
·29 lines (27 loc) · 1.29 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
28
29
<!DOCTYPE html>
<html lang="en">
<head>
<title>Skye Brady</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="style.css" />
</head>
<body>
<main aria-labelledby="main-title" id="main">
<h1 id="main-title">Hi, I'm Skye!</h1>
<p>
Welcome to my site. I build things for the web.
</p>
<p>
You can find my experiments with agentic development on <a href="https://projects.blueskye.co.uk" target="_blank" rel="noreferrer" class="primary-link" title="My Projects">Projects</a>.
</p>
<p>
You can find me on <a href="https://github.com/flickwire" target="_blank" rel="noreferrer" class="primary-link" title="My Github Account">Github</a> and <a href="https://linkedin.com/in/skyebrady" target="_blank" rel="noreferrer" class="primary-link" title="My LinkedIn Profile">LinkedIn</a>.
</p>
<p>
If you want to get in touch you can <a href="mailto:skye@blueskye.co.uk" target="_blank" class="primary-link">email me</a>
</p>
</main>
<div id="stripes" role="presentation"></div>
</body>
</html>