Skip to content

Instantly share code, notes, and snippets.

View 14sprouj's full-sized avatar
🏠
Working from home

Joel Sprouse 14sprouj

🏠
Working from home
View GitHub Profile
@14sprouj
14sprouj / keybase.md
Created October 2, 2023 19:35
keybase.md

Keybase proof

I hereby claim:

  • I am 14sprouj on github.
  • I am joelsprouse (https://keybase.io/joelsprouse) on keybase.
  • I have a public key ASD4t4o7HjYz7BOulc-nJggPNoSt0-HKt1Imo_UpaHl29go

To claim this, I am signing this object:

@14sprouj
14sprouj / index.html
Created May 5, 2022 09:14
Block Breaker Game
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title> collision detection</title>
<style>* { padding: 0; margin: 0; } canvas { background: #eee; display: block; margin: 0 auto; }</style>
</head>
<body>
<canvas id="myCanvas" width="480" height="320"></canvas>
<div class="w3-bar w3-light-pink">
<br>
<a href="index.php" class="w3-bar-item w3-button" style="font-size:16pt;">Home</a>
<a href="about.php" class="w3-bar-item w3-button" style="font-size:16pt;">About Us</a>
<div class="w3-dropdown-hover">
<a href="gallery.php" class="w3-button" style="font-size:16pt;">Gallery</a>
<div class="w3-dropdown-content w3-bar-block w3-card-4">
<a href="celebrations.php" class="w3-bar-item w3-button" style="font-size:16pt;">Celebrations</a>
<a href="favours.php" class="w3-bar-item w3-button" style="font-size:16pt;">Party Favours</a>
<a href="toppers.php" class="w3-bar-item w3-button" style="font-size:16pt;">Cake Toppers</a>
@14sprouj
14sprouj / confirm.php
Created April 26, 2020 14:57
PHP files (collection of 3) to place an order for a cake
<?php
session_start();
?>
<!DOCTYPE html>
<html>
<head>
<title></title>
<style>
table, tr, td {
border: 1pt solid black;
<!DOCTYPE html>
<html>
<head>
<title>All HTML Tags</title>
<style>table, th, td {
border: 1px solid black;
border-collapse: collapse;
}
</style>
</head>
<html>
<head>
<title>GCSE REVISION</title>
</head>
<body>
</html>
#-------------------------------------------------------------------------------
# Name: GCSE Revision Quiz
# Purpose: To be a revision source for all GCSE subjects
#
# Author: Sprouse; Joel Sprouse
#
# Created: 04/06/2018
# Modified: 04/06/2018
# Copyright: (c) Sprouse 2018
# Licence: <your licence>