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.

49 lines
1.5 KiB

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title></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" class="on-page" >Home</a>
<a href="/blog/" class="nav-link" >Blog</a>
<a href="https://github.com/TTWNO/" class="nav-link" target="_blank" rel="noopener noreferrer" >Code</a>
<a href="/links/" class="nav-link" >Links</a>
</div>
</nav>
<h1 id="main-name">Tait Hoyem</h1>
<img id="main-img" src="/assets/img/banff.jpg" alt="A photot I took of the valley Banff, Alberta sits in">
<label for="main-img">Alberta, Canada</label>
<p id="info">
Student
<br>
<a href="https://sait.ca/">Southern Alberta Insitute of Technology (SAIT)</a>
<br>
<a href="https://www.sait.ca/about-sait/who-we-are/sait-schools/school-of-information-and-communications-technologies">School of Information and Communication Technologies</a>
<br>
tait.hoyem@edu.sait.ca
<br>
</p>
<p class="line-under">
I am a student at the Southern Alberta Institute of Technology (SAIT). My goal is to help visually-impaired and blind individuals use the everyday technology that sighted people do. My next project will bring paper books to the ears of blind individuals.
</p>
</div>
</body>
</html>