ColeSite/pages/about-me.html
2022-02-20 15:51:52 +00:00

24 lines
No EOL
1.1 KiB
HTML

<HTML>
<head>
<link rel = "stylesheet" href = "../stylesheets/basics.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">
</head>
<body>
<div id = "title">
<h1>About Me</h1>
<a href = "../index.html">back</a>
</div>
<div id = "mainContent">
Hi, I'm Cole Waters, the main driving force behind Atlas_Cosmos. Atlas_Cosmos is the collective name for all the work I do as a composer, creating 8-bit electronic
music for video games.
<br><br>
My dad raised me as a musician, its something I've done my whole life and something I'd love to continue to do. [some stuff about your history]
<div class = "imageContainer"><img src = "../images/profile.png"></div>
[stuff about your school/qualifications and experience]
</div>
</body>
</HTML>