You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
40 lines
1.8 KiB
40 lines
1.8 KiB
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<title>Hello!</title>
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
<!-- import the webpage's stylesheet -->
|
|
<link rel="stylesheet" href="/css/reset.css">
|
|
<link rel="stylesheet" href="/css/stylesheet.css">
|
|
|
|
<!-- import the webpage's javascript file -->
|
|
<script src="/script.js" defer></script>
|
|
</head>
|
|
<body>
|
|
<div class="container">
|
|
<p class="intro">
|
|
Hi, I'm Adam. I'm a software developer. This site is under construction, but
|
|
for now, this page is a convenient place to stash contact information. Here
|
|
it is.
|
|
</p>
|
|
<div class="contact-container">
|
|
<ul class="contact-list">
|
|
<li>Email: <a href="mailto:theadamcooper@protonmail.com"><span class="small-text">theadamcooper@protonmail.com</span></a></li>
|
|
<li>Twitter: <a href="https://twitter.com/garriguscarraig">@garriguscarraig</a></li>
|
|
<li>Mastodon: <a href="https://mastodon.technology/@amcooper"><span class="small-text">@amcooper@mastodon.technology</span></a></li>
|
|
<li>Signal: Yes! Just ask.</li>
|
|
<li>GitHub: <a href="https://github.com/amcooper">amcooper</a></li>
|
|
<li>LinkedIn: <a href="https://linkedin.com/in/adamcooperdev">adamcooperdev</a></li>
|
|
<li>Diaspora: <a href="https://diasp.org/u/amcooper">amcooper@diasp.org</a></li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<!-- include the Glitch button to show what the webpage is about and
|
|
to make it easier for folks to view source and remix -->
|
|
<div class="glitchButton" style="position:fixed;top:20px;right:20px;"></div>
|
|
<script src="https://button.glitch.me/button.js"></script>
|
|
</body>
|
|
</html>
|