diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..8f5f57c --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +# Ignore files +files/ + diff --git a/README.md b/README.md index 271828f..dee2ffa 100644 --- a/README.md +++ b/README.md @@ -12,16 +12,18 @@ semantic, accessable, and snappy. ## To Do -- Core CSS -- HTML -- Validation of HTML -- Liquid Layout -- Speed testing and improvements +- Finalise Content +- Misc page + - This will contain links to other pages not in the header +- Support page +- A blog with RSS -## Additional Work +## Release Notes -A fancy CV/about me boilerplater. +### v0.4.0 -A blog with RSS +- Add 'tags' to easily show skills +- Remove files from the files/ directory +- Remove Wiki +- Add robots.txt, and .gitignore -A Git repository page (linked to self-hosted git) diff --git a/cv.html b/cv.html new file mode 100644 index 0000000..37abb6a --- /dev/null +++ b/cv.html @@ -0,0 +1,132 @@ + + + + + + + + + + + + + Aney's curriculum vitae (CV) + + + +
+

Aney's CV

+
+ +
+
+ +
+
+

About Me

+

I'm a helpful and well-mannered person that can work both alone, and as part of a team. I have a willingness to learn and I have great logical and problem-solving skills. I also aim to help people to the best of my ability, and always attempt to improve myself, and my skills wherever possible.

+
+ +
+

Experience/Employment History

+
+

TJS

+

April 2021 - Current

+

Position: Developer

+

My time at TJS online is spent developing, and maintaining both the front, and back-end of the dozens of client websites, primarily using a Symfony based stack.

+

Skills: PHP Symfony SCSS Git Linux NGINX SEO

+
+
+

Advantage Finance Ltd

+

Time: October 2018 - March 2021

+

Position: System Developer and Technician

+

I worked as part of the DevOps team at the car financing company, Advantage Finance. Whilst there I worked full-stack on the numerous bespoke systems; adding features, working on bug fixes and rewriting legacy code for both desktop and web applications. I also assumed the position of IT support, aiding with general AD and PC issues, along with assisting in the training of new starters.

+

Skills: VB6 VB.net ASP Classic SVN SQL Active Directory

+
+
+

Oxfam

+

Time: January 2014 - September 2018

+

Position: Volunteer

+

While at the renowned charity organisation’s store I handled a multitude of tasks; ranging from working the till, cash handling, tidying and stocking the shop. I was also entrusted with additional tasks such as making bank deposits, opening the store and supervising Saturday’s staff tasks. I also enjoyed holding conversations with many of the customers, helping them feel welcome in the store.

+
+
+

Tesco

+

Time: March 2014 - April 2014

+

Position: Personal Picker

+

Whilst on the Prince's Trust I did a month’s work experience at a large Tesco store. This involved making 'picks' that were all completed without any errors or customer complaints. I also assisted a number of customers find their desired products and way around the shop.

+
+
+

Lake Marketing and Events

+

Time: January 2013 - December 2013

+

Position: (Apprentice) Graphic Designer

+

During my apprenticeship I designed a multitude of various prints such as posters, business cards, flyers, etc. for a wide array of local and regional businesses ranging from small start-ups to larger brands such as Subway. I also designed, and wireframed a number of websites, and aided in the development of a few; including the company's own website, and the Lincolnshire Food Festival’s using Wordpress.

+

Skills: Photoshop Illustrator Wordpress

+
+
+ +
+

Qualifications

+
+

Degrees

+

BSc Computing Technologies

+

Location: Grimsby Institute

+

Time: September 2014 - May 2017

+
+
+

Misc

+

Prince's Trust

+

Time: April 2014 - July 2014

+
+
+

A Levels/BTECs

+

BTEC Level 3 Creative and Digital Media

+

Time: January 2013 - June 2014

+
+
+

GCSEs

+

Maths (A), Physics (B), English (C), IT (Merit), Media (B), Biology (C)

+

Location: Ormiston Maritime Academy

+

Time: September 2007 - September 2012

+
+
+ +
+

Skills

+ +
+ +
+

Interests/Hobbies

+ +
+ +
+

Contact

+

If you like what you see, feel free to contact me via one of the methods below:

+

the.nathan.steel@outlook.com

+
+
+ + + + + diff --git a/equipment.html b/equipment.html index b9b0748..72a548f 100644 --- a/equipment.html +++ b/equipment.html @@ -22,7 +22,7 @@ home equipment projects - cv + cv
@@ -74,13 +74,6 @@ diff --git a/files/.gitkeep b/files/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/files/cv.pdf b/files/cv.pdf deleted file mode 100755 index d2cecb0..0000000 Binary files a/files/cv.pdf and /dev/null differ diff --git a/index.html b/index.html index af5d6c9..823871a 100644 --- a/index.html +++ b/index.html @@ -22,7 +22,7 @@ home equipment projects - cv + cv
@@ -47,13 +47,6 @@ diff --git a/main.css b/main.css index 62a3eb3..f267472 100644 --- a/main.css +++ b/main.css @@ -1,5 +1,5 @@ html{ - font-size: 16px; + font-size: 14px; } body{ margin:0.2rem auto; @@ -47,6 +47,16 @@ footer p{ margin: 0; } +/* Special Design */ +.tag{ + font-size: 0.8rem; + padding: 0.2rem; + border-radius: 0.33rem; + background-color: black; + color: white; + vertical-align: middle; +} + /* * Flex is only there to put the footer at the bottom. * Not actually needed. BLOAT!! @@ -66,6 +76,7 @@ main{ a:link {color:#9cf;} a:hover, a:visited:hover {color:#cef;} a:visited {color:#9ce;} + .tag{background-color:white; color:black;} } @media print{ diff --git a/projects.html b/projects.html index e20244d..8fb19e0 100644 --- a/projects.html +++ b/projects.html @@ -22,7 +22,7 @@ home equipment projects - cv + cv
@@ -39,19 +39,12 @@

Personal Website

A basic website to let me have my own little place on the internet.
You may recognise it, because you're using it right now.

-

Written with: HTML, CSS

+

Skills: HTML CSS

diff --git a/robots.txt b/robots.txt new file mode 100644 index 0000000..cd97830 --- /dev/null +++ b/robots.txt @@ -0,0 +1,8 @@ +User-agent: * +Disallow: /files/ + +User-agent: * +Allow: * + +#Sitemap: https://www.aney.co.uk/sitemap.xml + diff --git a/wiki/index.html b/wiki/index.html deleted file mode 100644 index f580df2..0000000 --- a/wiki/index.html +++ /dev/null @@ -1,187 +0,0 @@ - - - - - MDwiki - - - - - - - - - - - - - - - - - - - - - - - - -
-
- - diff --git a/wiki/index.md b/wiki/index.md deleted file mode 100644 index ec4c82b..0000000 --- a/wiki/index.md +++ /dev/null @@ -1,10 +0,0 @@ -# Aney.co.uk Wiki - -Powered by MDwiki - -## Why a Wiki? - -1. Because I wanted somewhere to dump markdown docs, etc. -2. I want to see what I can host on my T420 (then migrating to a RPI 3) -3. Potentially I can use this for blog posts - diff --git a/wiki/navigation.md b/wiki/navigation.md deleted file mode 100644 index 53e02cf..0000000 --- a/wiki/navigation.md +++ /dev/null @@ -1,4 +0,0 @@ -# Aney's Wiki - -[Home](../) -[Wiki Home](index.md)