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">
|
2022-05-05 20:24:26 +01:00
|
|
|
<link rel = "stylesheet" href = "stylesheets/effects.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">
|
2022-05-05 19:24:56 +01:00
|
|
|
<a href = "mailto:mwaters15222@gmail.com" target = "_blank">email me</a>
|
2021-12-27 19:53:20 +00:00
|
|
|
|
|
2022-04-29 17:15:58 +01:00
|
|
|
<a href = "https://twitter.com/atlas_cosmo" target = "_blank">twitter</a>
|
2021-12-27 19:53:20 +00:00
|
|
|
|
|
2022-04-29 17:15:58 +01:00
|
|
|
<a href = "https://soundcloud.com/user-916660931" target = "_blank">soundcloud</a>
|
|
|
|
|
|
|
|
|
<a href = "https://www.instagram.com/atlas_cosmos/" target = "_blank">instagram</a>
|
2022-05-05 20:16:30 +01:00
|
|
|
<!--|
|
2022-04-29 17:15:58 +01:00
|
|
|
<a href = "pages/cv.html">cv</a>
|
2022-05-05 20:16:30 +01:00
|
|
|
!-->
|
2021-12-24 17:32:52 +00:00
|
|
|
</div>
|
|
|
|
</body>
|
|
|
|
</HTML>
|