ColeSite/pages/about-me.html

31 lines
1.6 KiB
HTML
Raw Normal View History

2021-12-27 19:53:20 +00:00
<HTML>
<head>
<link rel = "stylesheet" href = "../stylesheets/basics.css">
2022-05-05 20:24:26 +01:00
<link rel = "stylesheet" href = "../stylesheets/effects.css">
2021-12-27 19:53:20 +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">
2022-04-29 17:15:58 +01:00
<style>
a, a:visited, a:link{
text-decoration: underline;
}
</style>
2021-12-27 19:53:20 +00:00
</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-04-29 17:15:58 +01:00
Hi, I'm Cosmo, the main driving force behind Atlas_Cosmo. Atlas_Cosmo is the collective name for all the work I do as a composer and sound designer, creating electronic
2022-02-20 15:51:52 +00:00
music for video games.
2022-04-29 17:15:58 +01:00
I was raised as a musician, its something I've done my whole life and something I'd love to continue to do.
2022-02-20 15:51:52 +00:00
<div class = "imageContainer"><img src = "../images/profile.png"></div>
2022-04-29 17:15:58 +01:00
I'm proficient in a few different instruments and have been learning the piano since I was 8. I have alot of experience in software such as Logic Pro, Fmod and Wwise. And have worked with other
2022-05-05 19:24:56 +01:00
people on multiple small projects.
2022-04-29 17:15:58 +01:00
Most of my education comes from a 2 year course I'm currently doing at <a href = "https://www.wakefield.ac.uk/study-with-us/higher-education/" target = "_blank">The University Center at Wakefield college.</a>
2021-12-27 19:53:20 +00:00
</div>
</body>
</HTML>