Adds new item to gallery
This commit is contained in:
parent
5aadd002e6
commit
3bdbea313a
4 changed files with 47 additions and 5 deletions
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
Add a link
Reference in a new issue