From 898003bccd75398d8cdb8542e51a9929b339d43e Mon Sep 17 00:00:00 2001 From: jpez Date: Wed, 9 Mar 2022 16:34:28 +0000 Subject: [PATCH] added tooltips above acronyms --- home/index.css | 6 ++++-- home/index.html | 28 ++++++++++++++++++++++------ style/main.css | 24 +++++++++++++++++++++++- 3 files changed, 49 insertions(+), 9 deletions(-) diff --git a/home/index.css b/home/index.css index 9f8e347..409e266 100644 --- a/home/index.css +++ b/home/index.css @@ -124,6 +124,8 @@ display: block; } -main > h1 { +main { color: #E5E5E5; -} \ No newline at end of file + font-size: larger; +} + diff --git a/home/index.html b/home/index.html index 5b76cbe..4dae2e8 100644 --- a/home/index.html +++ b/home/index.html @@ -14,19 +14,35 @@
- -

J-Pez Development

+

J-Pez Development

Welcome to my little corner of the Internet :)

- +

You might be wondering who I am and what I do. In which case, you are in luck. + This website was created by Joshua Perry (me) to showcase a little about myself, the accomplishments, and the projects I have completed + along the way. +

+

+ My interest in technology came at a young age, where I would frequently disassemble things around the house to see how they would work. + Throughout my life I continued to tinker and study in my own time never satisfied until I understood the inner-workings of anything thrown at me. + As I got older, I gained the opportunity to study Computing at secondary school where I had my first exposure to Python, HTMLHyperText Markup Language, CSSCascading Style Sheet, and JSJavaScript. + This was also when I started to look at the theory behind the technology as I learned about boolean logic, binaray mathematics, and flowcharting. + I would go on to strengthen this knowledge at 6th Form learning C#, and SQLStructured Query Language alongside relational database theory, CPU and Memory architecture, technological legislation, and more. +

+

+ Currently, I study at the University of Northampton studying Software Engineering. This has given me knowledge in requirements engineering, design, Java, neworking concepts so far. + This website was originally created for my CSY1018 assignment on UoN'sUniversirty of Northampton BSc Computing(Software Engineering) course. However, I have continued to maintain and improve it to act as a direct, interactable testament to what I can achieve. +

+

+ All the source code for this site is available on GitHub so that those of you that are interested can see how it works too. +