-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
26 lines (21 loc) · 1 KB
/
Copy pathindex.html
File metadata and controls
26 lines (21 loc) · 1 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
<html>
<meta charset="utf-8">
<head>
<title>Virginia Murdoch is a person</title>
<meta name="description" content="I am alert, but not alarmed." />
<meta name="viewport" content="initial-scale=1.0,maximum-scale=1.0" />
<link rel="stylesheet" type="text/css" href="style.css" />
</head>
<body>
<div class="container">
<h1>I’m Virginia Murdoch 👋</h1>
<p>
I live in Melbourne, Australia. I founded Inventive Labs and created Booki.sh, worked at OverDrive, O'Reilly Media, Culture Amp, EQL and Lyrebird Health, and am currently making internet stuff, like <a href="https://monomarks.at">Monomarks</a> and <a href="https://pomato.club">Pomato</a>.
I also advise startups and mentor product people.
</p>
<p>
Wanna hang out or work together? I'm <a href="https://bsky.app/profile/virginia.alertbutnotalarmed.com">@virginia.alertbutnotalarmed.com</a> on Bluesky, and in various other places on the internet.
</p>
</div>
</body>
</html>