From 196942db9109e72087b9327106a9c6298af1c836 Mon Sep 17 00:00:00 2001 From: Nye Evans Date: Fri, 24 Sep 2021 14:49:01 +0100 Subject: [PATCH] fixes minor css issues and adds text to project gallery -fixes text being invisible or incorrect colour on gallery links -adds text to gallery --- index.html | 8 ++++---- pages/AllProjects.css | 1 + pages/AllProjects.html | 24 ++++++++++-------------- pages/basic.css | 1 - pages/mainpage.css | 2 ++ 5 files changed, 17 insertions(+), 19 deletions(-) diff --git a/index.html b/index.html index 71ae1df..731b89f 100644 --- a/index.html +++ b/index.html @@ -23,8 +23,8 @@
- An aspiring software developer who specialises in C++, C# and Python, with an intrest in lower level langauges like Assembly; - Most of my work is software based, with Python and C++ along with some web-development experience in HTML, CSS, JavaScript and TypeScript. + An aspiring software developer who specialises in TypeScript, C# and python, with an intrest in lower level langauges like C++; + Most of my work is software based, making games and tools in python and C#.
@@ -36,12 +36,12 @@
Most of my experience relates to personal projects, however I have previously done work experience at JBA Consulting writing a program to convert their SQL databases to Excel spreadsheets. I also often teach Python and HTML, having taught many students at my school's coding club for over 6 years and having tutored - GCSE students briefly. You can see my full CV here. + GCSE students. You can see my full CV here.
Check out my larger projects here: -
hover over, or click, a project to find out more
+
hover over or click a project to find out more
diff --git a/pages/AllProjects.css b/pages/AllProjects.css index bb9cea9..3cee51c 100644 --- a/pages/AllProjects.css +++ b/pages/AllProjects.css @@ -17,4 +17,5 @@ h2{ display: flex; flex-direction: column; padding: 10px; + color: #ffd256; } \ No newline at end of file diff --git a/pages/AllProjects.html b/pages/AllProjects.html index c28e56d..f42ac16 100644 --- a/pages/AllProjects.html +++ b/pages/AllProjects.html @@ -19,9 +19,10 @@
-

Your mum

+

Aardvark XR

- lmao I did ur mom + An open source project, this was a platform that would run small web-based apps over the top of other virtual reality programs, like a form of augmented reality within vr. + I helped produce apps, known as "gadgets" for the platform and created small additions to the main functionality of the program, adding a gesture system to allow the menu to be opened through hand gestures
@@ -31,9 +32,9 @@
-

And also your dad

+

Vr interaction system

- I am bisexual + Done as a final project for my Extended Project Qualification (EPQ) and my first VR project, this was a program made in unreal engine that allowed users to grab and interact with physics based objects in VR.
@@ -43,9 +44,9 @@
-

I fucked both your parents

+

Mind map tool

- they were totally into it because Im cool as hell B) + The final project for my A-levels, this was a unity based tool that allowed the user to create mindmaps using a varied set of tools and a fully functional undo/redo system.
@@ -56,15 +57,10 @@
-

*breakdown*

+

Cat Tower Defence

- I'm doin' your mom, yes, yours! - First saw her in the Walmart pickin' out your drawers - Big Dolly Parton hair like an '80s prom queen - But her ass was lookin' good all up in them mom-jeans - I approached her in the checkout line, and said, "Yo baby, wassup?" - She had two gallons of milk, and I was starin' at her jugs - Five minutes later, she agreed to get with me + Cat Tower Defence was a game made with a small group of friends in order to teach ourselves pythons "pygame" library, this was done over the course of a month or so and included some extra + modding space, allowing users to make their own levels. This was one of my first projects with a GUI.
diff --git a/pages/basic.css b/pages/basic.css index 51e4d1d..cc95ffc 100644 --- a/pages/basic.css +++ b/pages/basic.css @@ -36,7 +36,6 @@ a:not(.galleryLink), a:visited:not(.galleryLink){ .galleryLink{ /*class to be given to any link that doesnt want fancy yellow backgrounds on hover*/ text-decoration: none; - color:#181818; } h1{ diff --git a/pages/mainpage.css b/pages/mainpage.css index 1841b2a..920423b 100644 --- a/pages/mainpage.css +++ b/pages/mainpage.css @@ -112,6 +112,7 @@ } .popupImage{ + /*display: none;*/ padding: 10px; } @@ -119,6 +120,7 @@ display: flex; flex-direction: column; padding: 6px; + color: #181818; } .galleryImage{