68 lines
3.8 KiB
HTML
68 lines
3.8 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<meta name="description" content="Portfolio showcasing projects worked on by Joshua Perry">
|
|
<meta name="keywords" content="HTML, CSS, JavaScript, jpez, jpez-development, home, bio, portfolio">
|
|
<meta name="author" content="Joshua Perry">
|
|
|
|
<base href="../">
|
|
|
|
<title>Portfolio: J-Pez Development</title>
|
|
<link rel="icon" type="image/svg+xml" href="assets/images/favicon.svg">
|
|
|
|
<link rel="stylesheet" href="style/main.css" media = "screen">
|
|
<link rel="stylesheet" href="style/mobile.css" media ="screen and (max-width:800px)">
|
|
<link rel="stylesheet" href="portfolio/portfolio.css" media="screen">
|
|
</head>
|
|
<body id="clicked">
|
|
|
|
<nav class="navigation">
|
|
<a class="hidenav" href="portfolio/portfolio.html#"> X</a>
|
|
<a class="nav link" id="home" href="home/index.html"><h2>J-Pez Development</h2></a>
|
|
<a class="nav link" id="port" href="portfolio/portfolio.html"><h2>Portfolio</h2></a>
|
|
<a class="nav link" id="blog" href="blog/blog.html"><h2>Blog</h2></a>
|
|
<a class="nav link" id="contact" href="contact/contact.html"><h2>Contact</h2></a>
|
|
<a class="arrow"></a>
|
|
</nav>
|
|
|
|
<main>
|
|
<a class="shownav" href="portfolio/portfolio.html#clicked"></a>
|
|
|
|
<section class="project left">
|
|
<h1 class="title">Ardent</h1>
|
|
<video controls alt="An image of the project site">
|
|
<source src="assets/portfolio/videos/ardent.mp4" type="video/mp4"/>
|
|
</video>
|
|
<p class="description"><span class="moreInfo">Ardent London<span class="extraInfo">A candle and wax melt retailer</span></span> contracted me to design the front-end of their new e-commerce website on wix. This entailed pitching colour themes, motifs, and layout ideas until the employer was satisfied.
|
|
After the design phase, I was required to implement the design through the wix interface. Other tech stacks were left unconsidered due to the employer wanting to use wix for it's user-friendly dashboard
|
|
used to manage the inventory of products they sell. The video is from early in the design stage, as I am still waiting for a finished walkthrough for my portfolio.
|
|
</p>
|
|
</section>
|
|
|
|
<section class="project right">
|
|
<h1 class="title">Efron's Dice</h1>
|
|
<img src="assets/portfolio/images/efron.png" alt="An image of the output of the project script"/>
|
|
<p class="description">I developed this code using Java, this code proves the mathematical reasoning behind Efron's Dice.
|
|
Efron's dice is an example of intransitive dice. In the example to the left, <span class="moreInfo">A > B > C > D<span class="extraInfo">In terms of rolling higher</span></span> more than 50% of the time.
|
|
This would lead us to believe that A > D, however this is not true. TL;DR: there is always a die in the set that can roll higher than the die we roll.
|
|
</p>
|
|
</section>
|
|
|
|
<section class="project left">
|
|
<h1 class="title">Portfolio Website</h1>
|
|
<img src="assets/portfolio/images/website.png" alt="An image of the project site"/>
|
|
<p class="description">I developed this for a university assignment in my web design <span class="moreInfo">module<span class="extraInfo">CSY1018</span></span> in my Software Engnineering degree.
|
|
I was required to produce the portfolio website that you are currently viewing to show my skills in HTML and CSS. The site itself needed to display past projects, a blog, and be mobile responsive.
|
|
|
|
</p>
|
|
</section>
|
|
</main>
|
|
|
|
<footer>
|
|
© Joshua Perry 2022
|
|
</footer>
|
|
</body>
|
|
</html> |