2021-12-24 17:32:52 +00:00
|
|
|
<HTML>
|
|
|
|
<head>
|
2021-12-27 19:53:20 +00:00
|
|
|
<link rel = "stylesheet" href = "stylesheets/mainpage.css">
|
2021-12-24 17:32:52 +00:00
|
|
|
<link rel="preconnect" href="https://fonts.googleapis.com">
|
|
|
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
|
|
|
<link href="https://fonts.googleapis.com/css2?family=VT323&display=swap" rel="stylesheet">
|
2021-12-27 19:53:20 +00:00
|
|
|
<script src = "scripts/titlePageLoadAnim.js" defer></script>
|
|
|
|
<script src = "scripts/contactme.js" defer></script>
|
2021-12-24 17:32:52 +00:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<h1 id = "title">
|
|
|
|
Atlas_Cosmo
|
|
|
|
</h1>
|
|
|
|
<h2>
|
|
|
|
a game composer
|
|
|
|
</h2>
|
|
|
|
<div id = "menu">
|
2021-12-27 19:53:20 +00:00
|
|
|
<a href = "pages/my-work.html">my work</a>
|
2021-12-24 17:32:52 +00:00
|
|
|
|
|
2021-12-27 19:53:20 +00:00
|
|
|
<a href = "pages/about-me.html">about me</a>
|
2021-12-24 17:32:52 +00:00
|
|
|
|
|
2021-12-27 19:53:20 +00:00
|
|
|
<a onclick = "toggleContact(this)">contact me</a>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div id = "contactBar">
|
|
|
|
<a href = "mailto:coolkid@email.com">email me</a>
|
|
|
|
|
|
|
|
|
<a href = "https://twitter.com/atlas_cosmo">twitter</a>
|
|
|
|
|
|
|
|
|
<a href = "pages/cv.html">cv</a>
|
|
|
|
|
|
|
|
|
<a href = "tel:07969696969">07969696969</a>
|
2021-12-24 17:32:52 +00:00
|
|
|
</div>
|
|
|
|
</body>
|
|
|
|
</HTML>
|