2022-07-27 12:45:35 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<title>.:!~Adam Cooper~!:.</title>
|
|
|
|
<meta charset="utf-8" />
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1", user-scalable=yes" />
|
|
|
|
|
2023-11-01 23:21:31 +00:00
|
|
|
<!-- test -->
|
2022-07-27 12:45:35 +00:00
|
|
|
<!-- import the webpage's stylesheet -->
|
|
|
|
<!-- <link rel="stylesheet" href="./css/reset.css"> -->
|
|
|
|
<link rel="stylesheet" href="./css/stylesheet.css">
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div class="container-mono">
|
|
|
|
<p class="intro">
|
|
|
|
Hi, I'm Adam. I'm a software developer in New York.
|
|
|
|
</p>
|
|
|
|
<div class="contact-container">
|
|
|
|
<ul class="contact-list">
|
|
|
|
<li><a href="mailto:adam@theadamcooper.com">email</a></li>
|
2024-09-23 15:29:50 +00:00
|
|
|
<!-- <li><a target="_blank" rel="me" href="https://toot.cat/@amcooper">Mastodon</a> <a target="_blank" href="https://joinmastodon.org"><span class="small-text">[?]</span></a></li> -->
|
2022-07-27 12:45:35 +00:00
|
|
|
<li><a target="_blank" href="https://git.theadamcooper.com">Git</a></li>
|
|
|
|
<li><a target="_blank" href="https://linkedin.com/in/adamcooperdev">LinkedIn</a></li>
|
|
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</body>
|
|
|
|
</html>
|