ColeSite/index.html
2022-05-05 20:24:26 +01:00

39 lines
No EOL
1.5 KiB
HTML

<HTML>
<head>
<link rel = "stylesheet" href = "stylesheets/mainpage.css">
<link rel = "stylesheet" href = "stylesheets/effects.css">
<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">
<script src = "scripts/titlePageLoadAnim.js" defer></script>
<script src = "scripts/contactme.js" defer></script>
</head>
<body>
<h1 id = "title">
Atlas_Cosmo
</h1>
<h2>
a game composer
</h2>
<div id = "menu">
<a href = "pages/my-work.html">my work</a>
|
<a href = "pages/about-me.html">about me</a>
|
<a onclick = "toggleContact(this)">contact me</a>
</div>
<div id = "contactBar">
<a href = "mailto:mwaters15222@gmail.com" target = "_blank">email me</a>
|
<a href = "https://twitter.com/atlas_cosmo" target = "_blank">twitter</a>
|
<a href = "https://soundcloud.com/user-916660931" target = "_blank">soundcloud</a>
|
<a href = "https://www.instagram.com/atlas_cosmos/" target = "_blank">instagram</a>
<!--|
<a href = "pages/cv.html">cv</a>
!-->
</div>
</body>
</HTML>