Adds new item to gallery
This commit is contained in:
parent
5aadd002e6
commit
3bdbea313a
4 changed files with 47 additions and 5 deletions
10
index.html
10
index.html
|
@ -92,16 +92,16 @@
|
|||
|
||||
|
||||
<div class = "galleryItem">
|
||||
<a href = "./pages/gallery/cat-tower-defence/cat-tower-defence.html" class = "galleryImageContainer galleryLink">
|
||||
<img src = "./pages/gallery/cat-tower-defence/projectHeaderImage.webp" class = "galleryImage" style = "object-position: center;" alt = "A game which displays a road with cats attacking wool along it">
|
||||
<a href = "./pages/gallery/sbs-work/sbs-work.html" class = "galleryImageContainer galleryLink">
|
||||
<img src = "./pages/gallery/sbs-work/projectHeaderImage.webp" class = "galleryImage" style = "object-position: center;" alt = "A game which displays a road with cats attacking wool along it">
|
||||
</a>
|
||||
<img src = "./images/popup-tongue.webp" class = "popupTongue">
|
||||
</div>
|
||||
|
||||
<div class = "galleryPopup">
|
||||
<img src = "./pages/gallery/cat-tower-defence/projectHeaderImage.webp" class = "popupImage" style = "object-position: center;" alt = "A game which displays a road with cats attacking wool along it">
|
||||
<a class = "popupTextContainer galleryLink" href = "./pages/gallery/cat-tower-defence/cat-tower-defence.html">
|
||||
<p class = "galleryTitle">Tower defence game</p>
|
||||
<img src = "./pages/gallery/sbs-work/projectHeaderImage.webp" class = "popupImage" style = "object-position: center;" alt = "A game which displays a road with cats attacking wool along it">
|
||||
<a class = "popupTextContainer galleryLink" href = "./pages/gallery/sbs-work/sbs-work.html">
|
||||
<p class = "galleryTitle">Work for Skipton Building Society</p>
|
||||
|
||||
<p class = "galleryCaption">One of my first projects, this was created with a friend to help us gain a better understanding of python. <br><br> This was a basic tower defence game but featured a fully scalable
|
||||
level design system.
|
||||
|
|
BIN
pages/gallery/sbs-work/projectHeaderImage.png
Normal file
BIN
pages/gallery/sbs-work/projectHeaderImage.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 14 KiB |
BIN
pages/gallery/sbs-work/projectHeaderImage.webp
Normal file
BIN
pages/gallery/sbs-work/projectHeaderImage.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 7 KiB |
42
pages/gallery/sbs-work/sbs-work.html
Normal file
42
pages/gallery/sbs-work/sbs-work.html
Normal file
|
@ -0,0 +1,42 @@
|
|||
<!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">
|
||||
|
||||
<title>Nye Evans Portfolio</title>
|
||||
</header>
|
||||
<body>
|
||||
<h1>
|
||||
Work for Skipton Building Society
|
||||
</h1>
|
||||
<div class = "textBox">
|
||||
<h2>What it is</h2>
|
||||
Inbetween my time at University and Post-16 I took a gap year where I interned at Skipton Building Society as a software tester. This was a paid 9 month internship where I pushed for automated testing
|
||||
with SmartBears TestComplete system and worked with their API team to ensure their software remained stable whilst they slowly worked through all their API's transitioning them from TIBCO to Azure. I was also asked
|
||||
to research Gherkin and Behaviour Driven Development to see if it would be worth transitioning to. Helped to run a coding club to educate other members of the society
|
||||
</div>
|
||||
|
||||
<div class = "textBox">
|
||||
<h2>What I did</h2>
|
||||
I was given test complete to mess with, learnt it within a few weeks and started creating experiemental tests for company websites. Later worked with another team member to educate other testers attended
|
||||
implement the software company wide. Presented the software to a large group of the company's developers
|
||||
</div>
|
||||
|
||||
<div class = "textBox">
|
||||
<h2>Skills Learnt</h2>
|
||||
<ul>
|
||||
<li>-Azure Devops</li>
|
||||
<li></li>-Manual and Automated testing</li>
|
||||
<li></li>-Agile Methodology</li>
|
||||
<li></li>-API stuff</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div id = "backButtonContainer">
|
||||
<a onclick = "history.back()" class = "backButton"> <-Back</a>
|
||||
</div>
|
||||
</body>
|
||||
</HTML>
|
||||
|
Loading…
Add table
Reference in a new issue