-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcaschroe.html
executable file
·47 lines (43 loc) · 2.92 KB
/
caschroe.html
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
35
36
37
38
39
40
41
42
43
44
45
46
47
<!DOCTYPE html>
<head>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="caschroe/css/site.css">
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
<script type="text/javascript" src="caschroe/js/site.js"></script>
</head>
<nav class="navbar navbar-default navbar-fixed-top">
<div class="container col-md-6 col-sm-6">
<span class="label label-default">Instructor: Corser</span>
<span class="label label-primary">HTML</span>
<span class="label label-success">CSS</span>
<span class="label label-info">JavaScript</span>
<span class="label label-warning">JQuery</span>
<span class="label label-danger">MVC</span>
</div>
<div class="container2 col-md-6 col-sm-6">
<span class="col-md-12 col-sm-12" id="date"></span>
</div>
</nav>
<body>
<h1>CIS 255 MODULES</h1>
<hr>
<h3 id="headerThree">Author: Chad Schroeder </h3>
<button class="btn" id="author">Show Assignments</button>
<ul id="moduleList">
<li><a href='http://csis.svsu.edu/~caschroe/cis255/caschroe/Assignment-a.html'>Assignment A - Basic HTML Formatting</a></li>
<li><a href='http://csis.svsu.edu/~caschroe/cis255/caschroe/Assignment-b.html'>Assignment B - Basic CSS</a></li>
<li><a href='http://csis.svsu.edu/~caschroe/cis255/caschroe/Assignment-c.html'>Assignment C - CSS Inheritance and Specificity</a></li>
<li><a href='http://csis.svsu.edu/~caschroe/cis255/caschroe/Assignment-d.html'>Assignment D - Basic HTML (Ch.2) and HTML Generators</a></li>
<li><a href='http://csis.svsu.edu/~caschroe/cis255/caschroe/Assignment-e.html'>Assignment E - Basic CSS (Ch. 3) and CSS Generators</a></li>
<li><a href='http://csis.svsu.edu/~caschroe/cis255/caschroe/Assignment-f.html'>Assignment F - HTML Tables and Forms (Ch. 4)</a></li>
<li><a href='http://csis.svsu.edu/~caschroe/cis255/caschroe/Assignment-g.html'>Assignment G - Advanced CSS (Ch. 5), Sass, Compass, Bootstrap</a></li>
<li><a href='http://csis.svsu.edu/~caschroe/cis255/caschroe/Assignment-h.html'>Assignment H - Basic JavaScript (Ch. 6)</a></li>
<li><a href='http://csis.svsu.edu/~caschroe/cis255/caschroe/Assignment-i.html'>Assignment I - jQuery (Ch. 15), AJAX</a></li>
<li><a href='http://csis.svsu.edu/~caschroe/cis255/caschroe/Assignment-j.html'>Assignment J - JavaScript Roadtrip (Code School)</a></li>
<li><a href='http://csis.svsu.edu/~caschroe/cis255/caschroe/Assignment-k.html'>Assignment K - Backbone.js (Ch. 15), Ember.js, Angular.js and MVC</a></li>
<li><a href='http://csis.svsu.edu/~caschroe/cis255/caschroe/Assignment-l.html'>Assignment L - CMS (Ch. 18) and Miscellaneous</a></li>
</ul>
<a href='http://csis.svsu.edu/~caschroe/cis255/caschroe/DeckFloor.html'>Deck</a>
<a href='http://csis.svsu.edu/~caschroe/cis255/caschroe/Json.html'>Json</a>
<a href='http://csis.svsu.edu/~caschroe/cis255/caschroe/svsutodo.html'>Angular</a>
</body>