diff --git a/index.html b/index.html index 80571b9..d7de3c1 100644 --- a/index.html +++ b/index.html @@ -23,13 +23,15 @@
- email me + email me | - twitter + twitter + | + soundcloud + | + instagram | cv - | - 07969696969
\ No newline at end of file diff --git a/pages/about-me.html b/pages/about-me.html index 718681a..dfa3e5e 100644 --- a/pages/about-me.html +++ b/pages/about-me.html @@ -4,7 +4,11 @@ - +
@@ -12,13 +16,15 @@ back
- 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 + 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 music for video games. -

- 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] + I was raised as a musician, its something I've done my whole life and something I'd love to continue to do.
- [stuff about your school/qualifications and experience] + 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 + other people on multiple small projects. + + Most of my education comes from a 2 year course I'm currently doing at The University Center at Wakefield college.
\ No newline at end of file diff --git a/pages/cv.html b/pages/cv.html index 9ae0030..1e42d9a 100644 --- a/pages/cv.html +++ b/pages/cv.html @@ -22,24 +22,23 @@

Education

2014-2019 - - Student at fgfdgsfdgfsd
- 8 GCSEs grades 7-5

+ Student at South Craven School
+ 10 GCSEs grades 7-4

2019-2021 - Student at Ilkley Grammar School
3 A-levels
- Psychology (grade)
- Politics (grade)
- Computer Science (grade)
+ Psychology (C)
+ Politics (E)
+ Computer Science (D)

Skills

@@ -47,8 +46,7 @@

Work Experience

diff --git a/scripts/contactme.js b/scripts/contactme.js index a4e0822..1124287 100644 --- a/scripts/contactme.js +++ b/scripts/contactme.js @@ -3,7 +3,7 @@ function toggleContact(button) if (button.innerHTML == "contact me") { button.innerHTML = "back" - document.getElementById("contactBar").style = "font-size: 1rem;" + document.getElementById("contactBar").style = "font-size: 1.5rem;" } else { diff --git a/scripts/titlePageLoadAnim.js b/scripts/titlePageLoadAnim.js index c33f403..03c45e3 100644 --- a/scripts/titlePageLoadAnim.js +++ b/scripts/titlePageLoadAnim.js @@ -1,4 +1,4 @@ setTimeout(() => { document.getElementById("title").style = "margin-top: 40vh;" - document.getElementById("menu").style = "font-size: 1rem;" + document.getElementById("menu").style = "font-size: 1.8rem;" }, 2500); \ No newline at end of file diff --git a/stylesheets/basics.css b/stylesheets/basics.css index 7e7ac6b..ad1a313 100644 --- a/stylesheets/basics.css +++ b/stylesheets/basics.css @@ -3,6 +3,7 @@ html font-family: 'VT323', monospace; background-color: rgb(43, 80, 201); color: rgb(0, 0, 0); + font-size: 30px; } body::-webkit-scrollbar @@ -32,8 +33,8 @@ img .imageContainer { - width: 25vw; - height: 25vw; + width: 20vw; + height: 20vw; object-fit: contain; margin: auto; border: solid black 5px; diff --git a/stylesheets/mainpage.css b/stylesheets/mainpage.css index 7f8852c..1dbc59e 100644 --- a/stylesheets/mainpage.css +++ b/stylesheets/mainpage.css @@ -16,7 +16,7 @@ h1 text-align: center; margin-top: 45vh; margin-bottom: 0; - font-size: 4.5rem; + font-size: 7rem; transition: margin 1s; } @@ -26,6 +26,7 @@ h2 text-align: center; margin-top: 0; margin-bottom: 5vh; + font-size: 3rem; }