HTML Email

acnorrisuk Personal Projects

This is a HTML email built to advertise my services. It is designed to be responsive and work with all email clients. For this project I decided to use the framework Litmus to help avoid the mountain of possible bugs and issues when building HTML emails for multiple clients. I began by using a basic template from Litmus which already contained some style resets and media queries … Read More

Tile Match

acnorrisuk Personal Projects

This is a tile matching game built using JQuery. Its structure is based on a similar game by Adam Khoury with some alterations and added functionality. For this project I started by creating a container div to house the tiles and an empty child div where the content would be generated. I wrote some style rules for the tiles so … Read More

Reaction Tester

acnorrisuk Personal Projects

This is a reaction tester written in Javascript. It is forked from code by Rob Percival from ‘The Complete Web Developer Course’. In the game, the user has to click on different sized shapes to try to beat their fastest reaction time. For this project I started by creating some simple HTML for the title, intro text, buttons and values along … Read More

FizzBuzz Generator

acnorrisuk Personal Projects

This is a fizzbuzz generator created using Javascript and JQuery. The user inputs a start and end number and the program outputs ‘fizz’ for multiples of 3, ‘buzz’ for multiples of 5 and ‘fizzbuzz’ for multiples of both. For this project I started by creating a short form in HTML with a start and end number input box and a … Read More

Tic Tac Toe

acnorrisuk Personal Projects

This is a simple Tic Tac Toe game forked from code by Eduonix as part of their ‘Projects in Javascript and JQuery Course’. I started by creating a container div in HTML which would hold the gameboard and added list elements inside to create the different squares. Next I created a title and button and styled everything with CSS to make it … Read More