-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
36 lines (27 loc) · 1003 Bytes
/
Copy pathindex.html
File metadata and controls
36 lines (27 loc) · 1003 Bytes
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
30
31
32
33
34
35
36
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="color-scheme" content="light dark">
<title>Peter Devoy</title>
<link rel="stylesheet" href="main.css"></link>
<script src="main.js"></script>
</head>
<body>
<pd-header></pd-header>
<main>
<p>
Welcome traveler,
<p>
This website is an attempt to catalogue some of my projects and play. It is a work in progress as I have quite the backlog to work through.
<p>
I have ADHD and sometimes start projects to scratch an itch, only later to abandon them because something more interesting comes along…
<p>
In that respect, this portfolio is more a showcase of my rhizomatic learning style rather than one of polished works.
<p>
Enjoy whatever you may find here :❳
</main>
<pd-nav></pd-nav>
</body>
</html>