-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathinstructorResources.html
More file actions
28 lines (28 loc) · 1.06 KB
/
instructorResources.html
File metadata and controls
28 lines (28 loc) · 1.06 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
<!DOCTYPE html>
<html>
<head>
<title>NC A&T State University Resources for Computer Program Design Teaching Assistants</title>
<link rel="stylesheet" href="style.css" type="text/css"/>
</head>
<body>
<div class="wrapper">
<div class="heading">
<h1>Resources for Computer Program Design Teaching Assistants</h1>
</div>
<div class="sidebar">
<a href="index.html">Home</a>
<br><br>
<a href="studentResources.html">Additional Resources for Students</a>
</div>
<div class="content">
<h3><a href="https://github.com/konzy/mass_clone">Mass Clone</a></h3>
<p>Mass clone is a command line tool that will allow you to clone all repositories from a specific assignment at one time. This is especially helpful when grading major programs.</p>
</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>
<br>
Site developed by <a href="https://github.com/CCannon94">@CCannon94</a>
</div>
</div>
</body>
</html>