82 lines
2.5 KiB
HTML
Executable File
82 lines
2.5 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 content="Custom websites and web applications. Stand out from the croud with a costum built website, just they 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/index.css?v=2" rel="stylesheet">
|
|
</head>
|
|
<body>
|
|
<header>
|
|
<h4>Nathan Chapman</h4>
|
|
<nav>
|
|
<a href="/">Music</a> /
|
|
<a href="/websites">Websites</a> /
|
|
<a href="/school">School</a>
|
|
</nav>
|
|
</header>
|
|
|
|
<main>
|
|
<article>
|
|
<h1>School</h1>
|
|
<section>
|
|
<h3>Collection of school assignments and projects</h3>
|
|
<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>
|
|
</section>
|
|
<section>
|
|
<h3>Assignments and Projects</h3>
|
|
<p>Links to the live webpages and code on github.</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 ©2021 Nathan Chapman. All rights reserved.</small></p>
|
|
</footer>
|
|
</body>
|
|
</html>
|