Permalink
Cannot retrieve contributors at this time
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<!-- Basic Page Needs | |
–––––––––––––––––––––––––––––––––––––––––––––––––– --> | |
<meta charset="utf-8"> | |
<title>Contact - Julia Craig</title> | |
<meta name="description" content="Contact Julia Craig"> | |
<meta name="author" content="Julia Craig"> | |
<!-- Mobile Specific Metas | |
–––––––––––––––––––––––––––––––––––––––––––––––––– --> | |
<meta name="viewport" content="width=device-width, initial-scale=1"> | |
<!-- FONT | |
–––––––––––––––––––––––––––––––––––––––––––––––––– --> | |
<link href="https://fonts.googleapis.com/css?family=Source+Code+Pro:500,700" rel="stylesheet"> | |
<!-- CSS | |
–––––––––––––––––––––––––––––––––––––––––––––––––– --> | |
<link rel="stylesheet" href="c/style.css"> | |
<!-- Favicon | |
–––––––––––––––––––––––––––––––––––––––––––––––––– --> | |
<!--link rel="icon" type="image/png" href="i/favicon.png"--> | |
</head> | |
<body class="contact-page position-relative overflow-hidden"> | |
<header class="page-name page-name--top hover-container"> | |
<h1 class="visually-hidden">Contact</h1> | |
<span class="invisible-on-hover">Contact</span> | |
<a class="visible-on-hover link__back" href="index.html">← Back</a> | |
</header> | |
<div class="content content--absolute content--full-width"> | |
<div class="container centered"> | |
<a href="mailto:juliacraig3@cmail.carleton.ca" class="link__email" title="pls no spam" target="_blank">email</a><!-- | |
--><a href="https://twitter.com/JayCraig1101" class="link__twitter" title="pls follow me" target="_blank">twitter</a><!-- | |
--><a href="https://www.facebook.com/julia.craig.904" class="link__facebook" title="pls be my friend" target="_blank">facebook</a> | |
</div> | |
</div><!-- end of .content --> | |
<footer class="footer--absolute"> | |
<a href="index.html" class="link__back">← back</a> | |
</footer> | |
<!-- End Document | |
–––––––––––––––––––––––––––––––––––––––––––––––––– --> | |
</body> | |
</html> |