From ae626592d2e0f47d51eddbd2dd370470a11966ee Mon Sep 17 00:00:00 2001 From: Joshua Briggs <83788465+BrigDog@users.noreply.github.com> Date: Wed, 19 Oct 2022 12:33:28 +0100 Subject: [PATCH] Bug fixes on top left images and GIT link. Added annotation to the code, GIT link now redirects to the repository page, the top left images no longer make a grab pointer when hovered over. --- Contact.html | 5 +++-- Models.html | 7 +++++-- Nivana.html | 8 ++++++-- Pokemon.html | 7 +++++-- Portfolio.html | 31 ++++++++++++++++++++++++++++--- Woodwork.html | 11 ++++++++--- style.css | 45 +++++---------------------------------------- 7 files changed, 60 insertions(+), 54 deletions(-) diff --git a/Contact.html b/Contact.html index 144ea37..0944693 100644 --- a/Contact.html +++ b/Contact.html @@ -10,8 +10,8 @@
+

Contact

I would love to respond to any queries. Please feel free to get in touch with me.

diff --git a/Models.html b/Models.html index a069124..2627625 100644 --- a/Models.html +++ b/Models.html @@ -13,10 +13,12 @@
+
diff --git a/Nivana.html b/Nivana.html index d70dd4a..06ab998 100644 --- a/Nivana.html +++ b/Nivana.html @@ -13,15 +13,18 @@
+

Nivana

@@ -47,6 +50,7 @@

Nivana

+
diff --git a/Pokemon.html b/Pokemon.html index 272b810..67abf21 100644 --- a/Pokemon.html +++ b/Pokemon.html @@ -13,10 +13,12 @@
+
diff --git a/Portfolio.html b/Portfolio.html index 94b69e3..3ae6f61 100644 --- a/Portfolio.html +++ b/Portfolio.html @@ -11,73 +11,98 @@
+

Portfolio

Welcome to my website made in HTML and CSS,
this page shows you all my projects I have worked on in the past couple of years.

+ Visit my LinkedIn profile View my CV
- +
+

Projects

This is where all the good stuff is at!

+
+

Woodwork

+

Woodwork is a game about chopping trees down, avoiding each passing branch, collecting points to win a high score to change the map or even the characters. This project in total took me a couple of months, taking a dive into C++ rather then C#. I later submitted this project for my assignment at SHU.

+
+

2021-2022

+
+

Collection of 3D assets

+

This collection contains assets I am currently using for an upcoming project. The crate, is a 3Ds Maxes piece whilst the others are all from Blender, I used different softwares to compare and optimise work load.

+

2021-2022

+
+
+

Nivana

+

Nivanna was a small project I worked on in summer over a couple of weeks, after many attempts at game jams, I wanted to take some time and not worry about a deadline. This is a platformer where the player must defeat enemies to progress, using different combat mechanics and beautiful 2D art.

+
+

2020

+
+

Pokemon

+

This was where it all started, this started as a menu screen, taking myself weeks to design the smallest of things, then each week I progressed, making a world out of 2D art, creating randomised battles, collecting and walking with Pokemon. This project was the spark of my game dev career.

+

2018-2019

+ diff --git a/Woodwork.html b/Woodwork.html index b133de7..312c32c 100644 --- a/Woodwork.html +++ b/Woodwork.html @@ -13,19 +13,23 @@
+
@@ -55,6 +59,7 @@

Woodwork

+

Game type:

Process of making the game:

Software:

diff --git a/style.css b/style.css index a74ad70..14cc614 100644 --- a/style.css +++ b/style.css @@ -1,3 +1,4 @@ +/*---- index page ----*/ *{ margin: 0; padding: 0; font-family: 'Lato', sans-serif; @@ -94,40 +95,6 @@ nav img{ background: #f44226; transition: 1s; } -nav .fa{ - -} -/* -@media(max-width: 700px){ - .text-box h1{ - font-size: 20px; -} - .nav-links ul li{ - display: block; -} - .nav-links{ - position: absolute; - background: #f44336; - height: 100vh; - width: 200px; - top: 0; - right: -800; - text-align: left; - z-index: 2; - - } - nav .fa{ - display: block; - color: #fff; - margin: 10px; - font-size: 22px; - cursor: pointer; - } - .nav-links ul{ - padding: 30px; - } -} -*/ /*---- portfolio ----*/ @@ -213,10 +180,7 @@ h3{ cursor: pointer; } - - - - +/*---- contact ----*/ .container{ width: 80%; @@ -297,6 +261,9 @@ tr td:first-child{ tr td{ padding-top: 20px; } + +/*---- showcase ----*/ + .video-body{ padding: 1% 6%; display: flex; @@ -306,8 +273,6 @@ tr td{ justify-content: space-between; padding-left: 37.5%; padding-bottom: 20px; - - } .slide-container{ margin-left: 20%