summary refs log tree commit diff
path: root/showcase/classes/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'showcase/classes/index.html')
-rw-r--r--showcase/classes/index.html155
1 files changed, 155 insertions, 0 deletions
diff --git a/showcase/classes/index.html b/showcase/classes/index.html
new file mode 100644
index 0000000..1364872
--- /dev/null
+++ b/showcase/classes/index.html
@@ -0,0 +1,155 @@
+<!doctype html>
+<html lang="en"><head><meta charset="utf-8">
+<meta name="viewport" content="width=device-width,initial-scale=1">
+<link rel="stylesheet" href="../css/main.css">
+<link rel="shortcut icon" href="../i/me.png">
+<title>Name's Website: Classes</title></head><body>
+
+<header>
+	<h1><a id="nav-btn">&#9776;</a>
+	<a href="..">Classes Completed</a>
+	<i>Name's Website</i></h1>
+</header>
+
+<nav id="menu">
+	<a href=".." class="btn">Home</a>
+	<a href="../projects" class="btn">Projects</a>
+	<a href="" class="btn">Classes</a>
+	<a href="../contact" class="btn">Contact</a>
+	<a href="../template" class="btn">Template</a>
+	<a href="http://github.com/4stc/porter" class="btn">Source</a>
+	<i>Name / Classes</i>
+</nav>
+
+<main class="grid"><div>
+	<h2>Degree Progress</h2>
+	<p>This page showcases how close I will be to graduating from STC once the Fall 2024 semester is over.</p>
+	<h3 id="done">Completed:</h3>
+	<h3 id="credits">Credits:</h3>
+</div><div>
+	<table id="classes">
+		<caption>Required Classes</caption>
+		<tr>
+			<th>Done</th>
+			<th>Code</th>
+			<th>Name</th>
+			<th>Credits</th>
+		</tr><tr>
+			<td>Yes</td>
+			<td>CSC 105</td>
+			<td>Computer Programming Computer Requirement</td>
+			<td>3</td>
+		</tr><tr>
+			<td>Yes</td>
+			<td>MATH 100</td>
+			<td>Computer Programming Mathematics Requirement</td>
+			<td>3</td>
+		</tr><tr>
+			<td>Yes</td>
+			<td>SSS 100</td>
+			<td>Student Success Seminar</td>
+			<td>2</td>
+		</tr><tr>
+			<td>Yes</td>
+			<td>CIS 130</td>
+			<td>Introduction to Programming</td>
+			<td>3</td>
+		</tr><tr>
+			<td>Yes</td>
+			<td>CIS 195</td>
+			<td>Internet Programming Essentials</td>
+			<td>4</td>
+		</tr><tr>
+			<td>Yes</td>
+			<td>ENGL 100</td>
+			<td>Computer Programming Communications Requirement</td>
+			<td>3</td>
+		</tr><tr>
+			<td>Yes</td>
+			<td>PSYC 100</td>
+			<td>Computer Programming Social Sciences Requirement</td>
+			<td>3</td>
+		</tr><tr>
+			<td>Yes</td>
+			<td>CIS 131</td>
+			<td>C# Programming</td>
+			<td>3</td>
+		</tr><tr>
+			<td>No</td>
+			<td>CIS 137</td>
+			<td>Data Analysis</td>
+			<td>3</td>
+		</tr><tr>
+			<td>Yes</td>
+			<td>CIS 194</td>
+			<td>Introduction to Databases</td>
+			<td>3</td>
+		</tr><tr>
+			<td>No</td>
+			<td>CIS 196</td>
+			<td>Internet Programming II</td>
+			<td>3</td>
+		</tr><tr>
+			<td>No</td>
+			<td>CMST 101</td>
+			<td>Computer Programming Communications Requirement</td>
+			<td>3</td>
+		</tr><tr>
+			<td>No</td>
+			<td>CIS 225</td>
+			<td>Secure Programming</td>
+			<td>3</td>
+		</tr><tr>
+			<td>No</td>
+			<td>CIS 236</td>
+			<td>Introduction to MS Web Development</td>
+			<td>3</td>
+		</tr><tr>
+			<td>No</td>
+			<td>CIS 241</td>
+			<td>Dynamic Website Development</td>
+			<td>3</td>
+		</tr><tr>
+			<td>No</td>
+			<td>CIS 279</td>
+			<td>Advanced Databases</td>
+			<td>3</td>
+		</tr><tr>
+			<td>No</td>
+			<td>CIS 293</td>
+			<td>Advanced Technologies</td>
+			<td>2</td>
+		</tr><tr>
+			<td>No</td>
+			<td>CIS 207</td>
+			<td>eBusiness</td>
+			<td>3</td>
+		</tr><tr>
+			<td>No</td>
+			<td>CIS 266</td>
+			<td>Web Services</td>
+			<td>3</td>
+		</tr><tr>
+			<td>No</td>
+			<td>CIS 296</td>
+			<td>Advanced MS Web Development</td>
+			<td>3</td>
+		</tr><tr>
+			<td>No</td>
+			<td>CIS 248 / CIS 299</td>
+			<td>Advanced Application Development / Internship</td>
+			<td>3</td>
+		</tr>
+	</table>
+</div></main>
+
+<footer>
+	<p>Made by Name Surname |
+	<a href="../i/classes_mobile.png" target="_blank">Mobile Wireframe</a> |
+	<a href="../i/classes_desktop.png" target="_blank">Desktop Wireframe</a>
+	</p>
+</footer>
+
+<script src="../js/main.js"></script>
+<script>progress();</script>
+</body></html>