-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
19 lines (19 loc) · 882 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html>
<html>
<head>
<title>Frank Merriman</title>
<link rel="stylesheet" type="text/css" href="style.css">
<script src="script.js"></script>
</head>
<body>
<div class="blob" id="blob1"></div>
<div class="centered">
<h1><a href="https://github.com/FrankMerriman/">Frank Merriman</a></h1>
<br>
<p style="font-size: x-large;">
I dream up great ideas and make them real. Like a <a href="https://github.com/FrankMerriman/Raspberry-Pi.neapple" target="_blank">WiFi pineapple running on Raspberry Pi</a>. I've worked in academic and enterprise settings and am currently cooking up something brand new. You can email me at <a id="tooltip" class="tooltip" href="#" onclick="copyToClipboard(this)">[email protected]
<span class="tooltiptext">Copied!</span></a>.
</p>
</div>
</body>
</html>