diff --git a/static/index.html b/static/index.html index 0e77517..e11d933 100644 --- a/static/index.html +++ b/static/index.html @@ -3,6 +3,7 @@ + diff --git a/static/public/css/style.css b/static/public/css/style.css index 9339d91..021a560 100644 --- a/static/public/css/style.css +++ b/static/public/css/style.css @@ -127,3 +127,20 @@ html, body { break-inside: avoid-column; } +.about-me { + display: flex; +} + +@media (max-width: 800px) { + .about-me { + flex-direction: column; + } +} + +@media (min-width: 800px) { + .about-me img { + width: 320px; + margin-left: 4em; + } +} + diff --git a/static/public/html/about.html b/static/public/html/about.html index b4d0fe3..1656bcd 100644 --- a/static/public/html/about.html +++ b/static/public/html/about.html @@ -2,16 +2,23 @@ Jays Portfolio - About

About Me

-

- Hi! My name is Jay. The first time I learned about programming was from a Python challenge (Grok Learning NCSS challenge) in Primary School Year 6 during 2015, - which I did really well in. Later, in 2019 I did an internship to work with CaryKH for their Jumpcutter project. With them I learned useful skills such as - working with other developers and their project manager to turn sketches and specification documents into a functional webapp frontend. The next year in 2020, - the pandemic happened. This motivated Goulds Natural Medicine to reach out to build an online webstore so they could continue business during a lockdown. - The website continues to work well today. -

-

- I also enjoy working on my indie game projects. -

+
+
+

+ Hi! My name is Jay. The first time I learned about programming was from a Python challenge (Grok Learning NCSS challenge) in Primary School Year 6 during 2015, + which I did really well in. Later, in 2019 I did an internship to work with CaryKH for their Jumpcutter project. With them I learned useful skills such as + working with other developers and their project manager to turn sketches and specification documents into a functional webapp frontend. The next year in 2020, + the pandemic happened. This motivated Goulds Natural Medicine to reach out to build an online webstore so they could continue business during a lockdown. + The website continues to work well today. +

+

+ I also enjoy working on my indie game projects. Currently, this project is a nuclear power plant simulator. +

+
+
+ An image of me :D +
+

Education

@@ -123,9 +130,9 @@ Other Interests diff --git a/static/public/html/contact.html b/static/public/html/contact.html index d6c6bbd..2e69f88 100644 --- a/static/public/html/contact.html +++ b/static/public/html/contact.html @@ -6,6 +6,7 @@

You can contact me via this form or by emailing me at jsrobson10@gmail.com. + I look forward to hearing from you!
@@ -19,7 +20,7 @@

Other Links

diff --git a/static/public/html/projects.html b/static/public/html/projects.html index 022996f..58bd300 100644 --- a/static/public/html/projects.html +++ b/static/public/html/projects.html @@ -3,7 +3,11 @@

Welcome to my portfolio website :)

- Here you can see the (more notable) projects I have created and/or worked on. + Here you can see the (more notable) projects I have created and/or worked on, or click/activate all the buttons to find out more about me. +

+

+ Also please feel free to check out my GitHub and Gitea + profiles if you would like to see the projects that aren't on here.