-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy patharchives.html
More file actions
34 lines (34 loc) · 1.18 KB
/
archives.html
File metadata and controls
34 lines (34 loc) · 1.18 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<!DOCTYPE html>
<html>
<head>
<title>NC A&T State University Student Resource Achives</title>
<link rel="stylesheet" href="style.css" type="text/css"/>
</head>
<body>
<div class="wrapper">
<div class="heading">
<h1>Computer Program Design Archives</h1>
</div>
<div class="sidebar">
<a href="index.html">Home</a>
<br><br>
<a href="instructorResources.html">Resources for TA's</a>
<br><br>
<a href="studentResources.html">Additional Resources for Students</a>
</div>
<div class="content">
<h2>Spring 2017 Solutions</h2>
<br><br>
<h2>Major Program 1 Solution Example</h2>
<a href="https://github.com/ccannon94/ncat-geen165-mp1-solution">Solution GitHub Repository</a>
<br>
<h2>Major Program 2 Solution Example</h2>
<a href="https://github.com/ccannon94/ncat-geen165-mp2-solution">Solution GitHib Repository</a>
</div>
<div class="footer">
Students, you can view the source code for this website on our <a href="https://github.com/NCAndTCS/NCAndTCS.github.io">GitHub Repository</a>
Site developed by <a href="https://github.com/CCannon94">@CCannon94</a>
</div>
</div>
</body>
</html>