34 lines
1.6 KiB
HTML
34 lines
1.6 KiB
HTML
<!doctype html>
|
|
<HTML lang="en-GB">
|
|
<header>
|
|
<link rel = "stylesheet" href = "..\..\basic.css">
|
|
<link rel = "stylesheet" href = "..\blog-post-default.css">
|
|
<link rel = "stylesheet" href = "..\..\effects.css">
|
|
<link rel = "stylesheet" href = "..\..\variables.css">
|
|
|
|
<title>Rosia Evans Portfolio</title>
|
|
</header>
|
|
<body>
|
|
<h1>
|
|
House builder
|
|
</h1>
|
|
<div class = "textBox">
|
|
<h2>What it is</h2>
|
|
A piece of software that allowed the user to draw rooms and set properties such as names, interior carpet and painting prices before being given a price for full decoration in return. Created over the course of 3-4 days during
|
|
after school hours using pygame.
|
|
</div>
|
|
<div class = "videoContainer">
|
|
<iframe width="560" height="315" src="https://www.youtube.com/embed/zKYgddDE_Mc" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
|
|
</div>
|
|
|
|
<div class = "textBox">
|
|
<h2>What I did</h2>
|
|
Designed and created the systems visuals, logic and code over a limited time period. I designed the user interface with an aim to create an intuitive system that could be used with little to no tutorial and through testing with users
|
|
feel that I succeeded at this.
|
|
</div>
|
|
|
|
<div id = "backButtonContainer">
|
|
<a onclick = "history.back()" class = "backButton"> <-Back</a>
|
|
</div>
|
|
</body>
|
|
</HTML>
|