You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

73 lines
2.1 KiB

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Tutoring | tait.tech</title>
<link rel="stylesheet" href="/assets/css/style.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<div id="wrapper">
<nav>
<input type="checkbox" id="menu">
<label for="menu">&#9776;</label>
<div class="menu-content">
<a href="/" class="nav-link" >Home</a>
<a href="/tutoring/" class="nav-link" class="on-page" >Tutoring</a>
<a href="/blog/" class="nav-link" >Blog</a>
<a href="/links/" class="nav-link" >Links</a>
<a href="/ideas/" class="nav-link" >Ideas</a>
<a href="https://github.com/TTWNO/" class="nav-link" target="_blank" rel="noopener noreferrer" >Code</a>
</div>
</nav>
<h2 id="tutoring">Tutoring</h2>
<p>I believe in solving problems.
Learn how to solve your own unique computer-related problems by learning how they work underneath all the fancy buttons you see.</p>
<p>Contact me at <a href="mailto:tutoring@tait.tech">tutoring@tait.tech</a> for more info.</p>
<h3 id="rateshour">Rates/hour</h3>
<p><strong><em>C$25</em></strong> for a programming language I am comfortable with already.</p>
<ul>
<li>C, C++, Java, Python, HTML/CSS/JS.</li>
</ul>
<p><strong><em>C$20 + 1 week prep. time</em></strong> for a programming language I am not very comfortable with already.</p>
<ul>
<li>Rust, Go, Node.js.</li>
</ul>
<p><strong><em>C$35</em></strong> for Linux system administration.</p>
<ul>
<li>Paritioning disks, install and configure software and automate tasks via the command line interface (CLI).</li>
</ul>
<p>I offer group discounts for 2+ students.</p>
<h5 id="resources">Resources:</h5>
<p>My favourite resources are the following:</p>
<ul>
<li><a href="https://www.youtube.com/user/thenewboston">thenewboston (Youtube)</a></li>
<li><a href="https://cppreference.com">cppreference.com</a> (also has C references)</li>
</ul>
<footer>
This page is mirrored on <a href="https://beta.tait.tech/tutoring/">beta.tait.tech</a>.
</footer>
</div>
</body>
</html>