See HERE for various ThreeJS projects/animations
See HERE for a 3D Halo like game that I have developed in THREEJS.
See HERE for an SVG Testing area with printout available.
Counter based on hard coded date ranges is HERE
This website is hosted on Github, a subsidiary of Microsoft. To see the code behind this website, visit Here.
<!DOCTYPE html>
<html lang="en">
<head>
<title>
</title>
<link rel="icon" type="image/x-icon" href="/#.ico" />
<link rel="apple-touch-icon" sizes="64x64" href="/#.png" />
<meta charset="UFT-8" />
<meta name="viewport" content="width=device-width,initial-scale=1.0" />
</head>
<style>
</style>
<body>
</body>
<script>
</script>
</html>
<!DOCTYPE html>
<html lang="en">
<head>
<title>
</title>
<meta charset="UFT-8" />
<meta name="viewport" content="width=device-width,initial-scale=1.0" />
</head>
<style>
</style>
<body>
<div id="TestDisplay">
</div>
</body>
<script>
let text = new String;
text = "hello" + "<br>" + "world";
document.getElementById("TestDisplay").innerHTML = text;
</script>
</html>
Android BoilerPlate available at: https://github.com/mickaub/AndroidTemplates