Skip to content

Commit

Permalink
2024 Update
Browse files Browse the repository at this point in the history
Removed Contact Extension
Added Entombed & Tokyo
Added Youtube & Itch.io Buttons
Edited Portfolio, Contact, Entombed, TokyoRCRush HTML
  • Loading branch information
Joshua-Briggs authored Jun 10, 2024
1 parent 85448a0 commit 6d8d302
Show file tree
Hide file tree
Showing 10 changed files with 245 additions and 22 deletions.
4 changes: 2 additions & 2 deletions Contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<h1>Contact</h1>
<p>I would love to respond to any queries. Please feel free to get in touch with me.</p>
<div class="contact-box">
<div class="contact-left">
<!-- <div class="contact-left">
<h3>Send your request</h3>
<form>
<div class="input-row">
Expand Down Expand Up @@ -54,7 +54,7 @@ <h3>Send your request</h3>
<button type="submit">Submit</button>
</form>
</div>
</div>-->
<div class="contact-right">
<h3>Reach me</h3>

Expand Down
90 changes: 90 additions & 0 deletions Entombed.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,90 @@
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="with=device-width, initial-scale=1.0">
<title>Joshua Briggs</title>
<link rel="stylesheet" href="style.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap" rel="stylesheet">
<link rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/swiper@8/swiper-bundle.min.css"/>
</head>
<body>
<section class="header">
<nav>
<!-- Displays all the photos in the top left -->
<a><img src="images/HTML.svg"</a>
<a><img src="images/CSS.png"</a>
<div class="nav-links">
<ul>
<!-- Displays all the navigation tools -->
<li><a href="Portfolio.html">PORTFOLIO</a></li>
<li><a href="Contact.html">CONTACT</a></li>
</ul>
</div>
</nav>

<div class="video-header">
<h1>Entombed</h1>
</div>
<div class="slide-container">
<!-- Slider main container -->
<style>
.mp4Video {
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
}
.mp4Video video {
width: 60%; /* Set video to 60% of its container's width */
height: auto;
max-width: 100%; /* Ensures the video doesn't exceed the container's width */
}
</style>
<div class="youtubeVideo">
<iframe width="560" height="315" src="https://www.youtube.com/embed/tCKIx_gtBRk" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
</div>
<!-- Displays all the text in the bottom of the page -->
<div class="video-body">
<div class="video-text">
<div class="video-info">
<div class="video-questions">
<p>Game type:</p>
<p>Process of making the game:</p>
<p>Software:</p>
<p>Coding language:</p>
</div>
<div class="video-answers">
<p>3D adventure horror game, you will have to navigate the haunted tombs and caves and find your way out completing puzzles and surviving the horrors that await you.</p>
<p>This game was made from scratch using nothing but pure C++ and using Sonys API, this meant our problems couldnt be solved by googling, we had to put in loads of research to this project, everything from the renderer to the resource manager is all made by us.</p>
<p>PS5 & Visual Studio</p>
<p>C++, JSON</p>
</div>
</div>
</div>
</section>
</div>
<script src="https://cdn.jsdelivr.net/npm/swiper@8/swiper-bundle.min.js"></script>
<script>
const swiper = new Swiper('.swiper', {
// Optional parameters
loop: true,

// If we need pagination
pagination: {
el: '.swiper-pagination',
clickable: true,
},

// Navigation arrows
navigation: {
nextEl: '.swiper-button-next',
prevEl: '.swiper-button-prev',
},
});
</script>
</body>
</html>
83 changes: 63 additions & 20 deletions Portfolio.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,33 +10,76 @@
</head>
<body>
<section class="header">
<nav>
<!-- Displays all the tools used to make the website -->
<a><img src="images/HTML.svg"</a>
<a><img src="images/CSS.png"</a>
<div class="nav-links">
<ul>
<!-- Navigational buttons -->
<li><b href="">PORTFOLIO</b></li>
<nav>
<!-- Displays all the tools used to make the website -->
<a><img src="images/HTML.svg" alt="HTML Logo"></a>
<a><img src="images/CSS.png" alt="CSS Logo"></a>
<div class="nav-links">
<ul>
<!-- Navigational buttons -->
<li><a href="#">PORTFOLIO</a></li>
<li><a href="Contact.html">CONTACT</a></li>
</ul>
</div>
</nav>
<div class="text-box">
<!-- Main title and basic description of the website -->
<h1>Portfolio</h1>
<p>Welcome to my website made in HTML and CSS,<br> this page shows you all my projects I have worked on in the past couple of years.</p>
<!-- The buttons below the text to send you to different links -->
<a href="https://www.linkedin.com/in/joshua-briggs-421507253/" class="hero-btn">Visit my LinkedIn profile</a>
<a href="documents/CV.pdf" class="hero-btn">View my CV</a>
</div>
</section>
</ul>
</div>
</nav>
<div class="text-box">
<!-- Main title and basic description of the website -->
<h1>Portfolio</h1>
<p>Welcome to my website made in HTML and CSS,<br> this page shows you all my projects I have worked on in the past couple of years.</p>
<!-- The buttons below the text to send you to different links -->
<a href="https://www.linkedin.com/in/joshua-briggs-421507253/" class="hero-btn">Visit my LinkedIn profile</a>
<a href="documents/CV.pdf" class="hero-btn">View my CV</a>
<a href="https://www.youtube.com/@joshua_briggs" class="hero-btn">YouTube</a>
<a href="https://joshua-briggs.itch.io/" class="hero-btn">Itch.io</a>
</div>
</section>

<!-- New section of the website. -->
<section class="portfolio">
<!-- Title and description of this section -->
<h1>Projects</h1>
<p>This is where all the good stuff is at!</p>
<div class="row">
<!-- Subject area with link to the page -->
<a href="Entombed.html">
<div class="portfolio-col2">
<!-- Title -->
<h3>Entombed</h3>
<!-- Description -->
<p>Entombed was initially a solo project building a working PS5 engine from scratch, then we then went and worked on a game as a group, this is a stylized, puzzle thriller all built from scratch!</p>
<!-- Software used (Images) -->
<div class="column-bottom">
<!-- Info displaying date start - finish -->
<h4>2023-2024</h4>
<div class="column-images">
<!-- Software used (Images) -->
<img src="images/PSLogo.png">
<img src="images/VS.png">
<img src="images/C++.png">
<img src="images/jsonlogo.png">
</div>
</div>
</div>
</a>
<!-- Subject area with link to the page -->
<a href="TokyoRCRush.html">
<div class="portfolio-col1">
<!-- Title -->
<h3>Tokyo RC Rush</h3>
<!-- Description -->
<p>This was a game I made for my university development project, I decided to go down an accessibility route with this game, allowing additional advanced customisations to help with player preferences.</p>
<!-- Software used (Images) -->
<div class="column-bottom">
<div class="column-images">
<img src="images/CSharp.png">
<img src="images/VS.png">
<img src="images/Unity.png">
</div>
<!-- Info displaying date start - finish -->
<h4>2023-2024</h4>
</div>
</div>
</a>
<!-- Subject area with link to the page -->
<a href="ConveryorCrazeBurgerBuilder.html">
<div class="portfolio-col2">
Expand Down
90 changes: 90 additions & 0 deletions TokyoRCRush.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,90 @@
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="with=device-width, initial-scale=1.0">
<title>Joshua Briggs</title>
<link rel="stylesheet" href="style.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap" rel="stylesheet">
<link rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/swiper@8/swiper-bundle.min.css"/>
</head>
<body>
<section class="header">
<nav>
<!-- Displays all the photos in the top left -->
<a><img src="images/HTML.svg"</a>
<a><img src="images/CSS.png"</a>
<div class="nav-links">
<ul>
<!-- Displays all the navigation tools -->
<li><a href="Portfolio.html">PORTFOLIO</a></li>
<li><a href="Contact.html">CONTACT</a></li>
</ul>
</div>
</nav>

<div class="video-header">
<h1>Tokyo RC Rush</h1>
</div>
<div class="slide-container">
<!-- Slider main container -->
<style>
.mp4Video {
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
}
.mp4Video video {
width: 60%; /* Set video to 60% of its container's width */
height: auto;
max-width: 100%; /* Ensures the video doesn't exceed the container's width */
}
</style>
<div class="youtubeVideo">
<iframe width="560" height="315" src="https://www.youtube.com/embed/QH8xKf7cs94" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
</div>
<!-- Displays all the text in the bottom of the page -->
<div class="video-body">
<div class="video-text">
<div class="video-info">
<div class="video-questions">
<p>Game type:</p>
<p>Process of making the game:</p>
<p>Software:</p>
<p>Coding language:</p>
</div>
<div class="video-answers">
<p>3D racing simulation, with advance options for accessibility support.</p>
<p>This game was made for my individual project, where I spent a vast amount of time studying how people played games with disabilities, and how the game industry is currently tackling these issues, with that understanding I applied a plethora of techniques and options to allow for additional support to players within this game.</p>
<p>Unity & Visual Studio</p>
<p>C#</p>
</div>
</div>
</div>
</section>
</div>
<script src="https://cdn.jsdelivr.net/npm/swiper@8/swiper-bundle.min.js"></script>
<script>
const swiper = new Swiper('.swiper', {
// Optional parameters
loop: true,

// If we need pagination
pagination: {
el: '.swiper-pagination',
clickable: true,
},

// Navigation arrows
navigation: {
nextEl: '.swiper-button-next',
prevEl: '.swiper-button-prev',
},
});
</script>
</body>
</html>
Binary file added Website Development.docx
Binary file not shown.
Binary file added documents/CV.odt
Binary file not shown.
Binary file modified documents/CV.pdf
Binary file not shown.
Binary file added documents/~$CV.odt
Binary file not shown.
Binary file added images/PSLogo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/jsonlogo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6d8d302

Please sign in to comment.