nathanjchapman/school/index.html
2021-12-13 10:13:26 -07:00

78 lines
2.4 KiB
HTML
Executable File

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible">
<meta content="width=device-width, initial-scale=1" name="viewport">
<link rel="shortcut icon" href="/images/favicon.ico">
<title>Nathan Chapman</title>
<meta name="author" content="Nathan Chapman">
<meta content="Custom websites and web applications. Stand out from the crowd with a custom built website, just the way you want it." name="description">
<meta content="websites, web design, custom, simple, fast, clean, html, css, javascript, designer, writer" name="keywords">
<link href="/styles/normalize.css" rel="stylesheet">
<link href="/styles/main.css?v=3" rel="stylesheet">
</head>
<body>
<header>
<h1>Nathan Chapman</h1>
<nav>
<a href="/">Portfolio</a>
<a href="/about">About</a>
<a href="/school" class="--active">School</a>
</nav>
</header>
<main>
<article>
<section>
<h2>Assignments and projects</h2>
<p>I'm currently attending <a href="https://btech.edu/">Bridgerland Technical College</a> and this page is a collection of links to projects and assignments I've made. A portfolio from school.</p>
<dl>
<dt>PHP Work</dt>
<dd>
<a href="http://btech-php.nathanjchapman.com/">Website</a> /
<a href="https://github.com/nathanjchapman/btech-php">Github</a>
</dd>
<dt>MySQL</dt>
<dd><a href="https://github.com/nathanjchapman/btech-mysql">Github</a></dd>
<dt>SQL Sandbox</dt>
<dd><a href="https://github.com/nathanjchapman/sql-sandbox">Github</a></dd>
<dt>BTech Time Tracker</dt>
<dd>
<a href="https://btech-timetracker.nathanjchapman.com/">Website</a> /
<a href="https://github.com/nathanjchapman/btech-timetracker/">Github</a>
</dd>
<dd>With Django, Postgresql, Javascript</dd>
<dt>Python Exercises</dt>
<dd><a href="https://github.com/nathanjchapman/python">Github</a></dd>
<dt>Typing Test with Javascript</dt>
<dd>
<a href="https://btech-typingtest.nathanjchapman.com/">Website</a> /
<a href="https://github.com/nathanjchapman/btech-typingtest">Github</a>
</dd>
<dt>Analog Clock with Javascript</dt>
<dd>
<a href="https://btech-clock.nathanjchapman.com/">Website</a> /
<a href="https://github.com/nathanjchapman/btech-clock">Github</a>
</dd>
</dl>
</section>
</article>
</main>
<footer>
<p><small>Copyright &copy;2021 Nathan Chapman. All rights reserved.</small></p>
</footer>
</body>
</html>