Round 4 - public

This commit is contained in:
lawgicau
2021-02-19 09:27:46 +11:00
parent d35515d131
commit 44349f79bf
34 changed files with 606 additions and 175 deletions

View File

@ -1,28 +1,26 @@
<!DOCTYPE html>
<html>
<head>
<title>Teaching Tech 3D Printer Calibration</title>
<link type="text/css" rel="stylesheet" href="css/styles.css">
<link type="text/css" rel="stylesheet" href="css/responsive-tabs.css">
<link type="text/css" rel="stylesheet" href="css/featherlight.css">
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap" rel="stylesheet">
<script src="js/jquery-3.5.1.js"></script>
<script src="js/jquery.responsiveTabs.js"></script>
<script src="js/videobox.js"></script>
<script src="js/featherlight.js"></script>
<script src="js/baseline.js"></script>
<script src="js/retraction.js"></script>
<script src="js/temperature.js"></script>
<script src="js/acceleration.js"></script>
<script src="js/encoding-indexes.js"></script>
<script src="js/encoding.js"></script>
<script src="js/gcodeprocessing.js"></script>
<script src="js/loadscripts.js"></script>
</head>
<body>
<div id="header">
<img src="img/tt.png" class="icon" style="vertical-align:middle;" /><h1>Teaching Tech 3D Printer Calibration</h1><span id="donate">Useful? Considering supporting me: <a href="https://paypal.me/testlawgicau" target="blank"><img class="icon" src="img/paypal.png" /></a><a href="http://www.patreon.com/teachingtech" target="blank"><img class="icon" src="img/patreon.png" /></a></span>
<div id="menu"></div>
<div id="header"></div>
<div>
<p>Welcome to the companion website for the <a href="https://www.youtube.com/channel/UCbgBDBrwsikmtoLqtpc59Bw" target="_blank">Teaching Tech YouTube channel</a>.</p>
<p>Teaching Tech is a YouTube channel dedicated to providing quality content that will help expand your technology related skills and knowledge.</p>
<p>As a qualified Industrial Designer and Primary/Secondary school teacher, my expertise is very broad. The channel features tutorials on 3D modelling, 3D printing, laser cutting, CNC machining, coding, robotics, electronics and graphic design. I also have other fun tech which I review and feature.</p>
<p>I pride myself on my integrity and can guarantee only unbiased, unpaid reviews and opinions. The content of my videos is something you can trust to help form your opinion. Finally, I love doing things on a budget. This means I can pass on some great tips that can get you started for minimal outlay.</p>
<p>This website aims to build on the content provided by my YouTube videos. In some ways it will be more useful than video, which is a one way communication, because I can include interactive content or detailed methodologies. In time this site will be expanded to include more written instructions to compliment videos.</p>
<p>This site, like the YouTube video descriptions, contain affiliate marketing links. These include affiliate links through Amazon as I am an Amazon Associate. An affiliate link gives me a percentage of the sale price as a commision, with no increase in price for you. It is understandable if you wish not to use them, so please avoid them if you prefer.</p>
<p>This channel trailer was the first ever video on the channel but proved to be accurate. Although I primarily focus on 3D printing, I have covered everything listed except video editing.</p>
<iframe width="480" height="360" src="https://www.youtube.com/embed/fYVO7ulhOp0" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<p>In time this site will be expanded dramatically.</p>
<p>For now, please visit the <a href="calibration.html">calibration page</a>.</p>
<div id="footer"></div>
</body>
<script>
var pageName = "Home";
var pageTitle="Teaching Tech 3D Printer Site";
</script>
<script src="js/dynamic.js"></script>
<html>