reuploading after file cleanse
This commit is contained in:
parent
6f2eec94dd
commit
0fba113d69
20 changed files with 962 additions and 0 deletions
BIN
pages/gallery/room-builder/projectHeaderImage.png
Normal file
BIN
pages/gallery/room-builder/projectHeaderImage.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 24 KiB |
23
pages/gallery/room-builder/room-builder.html
Normal file
23
pages/gallery/room-builder/room-builder.html
Normal file
|
@ -0,0 +1,23 @@
|
|||
<HTML>
|
||||
<header>
|
||||
<link rel = "stylesheet" href = "..\blog-post-default.css">
|
||||
</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 = "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>
|
||||
|
||||
<a href = "../../../index.html"><h2 class = "backButton"> <-Back to main page</h2></a>
|
||||
</body>
|
||||
</HTML>
|
Loading…
Add table
Add a link
Reference in a new issue