ColeSite/pages/about-me.html

24 lines
1.1 KiB
HTML
Raw Normal View History

2021-12-27 19:53:20 +00:00
<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">
2022-02-20 15:51:52 +00:00
<h1>About Me</h1>
2021-12-27 19:53:20 +00:00
<a href = "../index.html">back</a>
</div>
<div id = "mainContent">
2022-02-20 15:51:52 +00:00
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]
2021-12-27 19:53:20 +00:00
</div>
</body>
</HTML>