This repository has been archived by the owner on Dec 9, 2017. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathindex.html
175 lines (157 loc) · 9.33 KB
/
index.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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>CST Resource Page | BCIT-CST Program</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="A complete list of links and resources for the beginning CST students starting in Fall 2016.">
<link href="css/bootstrap.min.css" rel="stylesheet">
<link rel="icon" type="image/png" href="images/favicon.png">
<link href="css/style.css" rel="stylesheet">
<link href="css/ss-pika.css" rel="stylesheet">
</head>
<body>
<!-- NightMode -->
<div class="nightmode"><i><p>Night Theme <span class="ss-icon">cloud</span></p></i></div>
<div class="container links margin-60">
<div class="row">
<div class="col-lg-12 text-center">
<!-- Header Information -->
<img class="bcit-image img-responsive center-block" src="images/bcit.png" alt="" />
<h1>BCIT CST 2016 Fall Intake</h1>
<p class="lead">Complete List Of Links and Resources<br><small><i>Open source on <a href="https://github.com/bcit/bcit-cst.me">GitHub</a></i></small></p>
<hr class="header-divider">
<p class="lead"><a href="/courses">Notes</a></i>
</p>
<hr class="header-divider">
<div class="row">
<!-- General Links & Resources -->
<div class="col-sm-3">
<ul id="1" class="list-unstyled">
<li class="list-header">General</li>
<hr class="divider">
<li><a href="http://goo.gl/mx0Jy7">D2L Login</a></li>
<li><a href="http://goo.gl/5afQ1">My BCIT Login</a></li>
<li><a href="http://goo.gl/15K2Yd">All CST Courses</a></li>
<li><a href="http://goo.gl/VSfYm7">BCIT Computing Site</a></li>
<li><a href="http://goo.gl/E05LM7">Textbook Lookup</a></li>
<li><a href="http://goo.gl/I2fBYx">Beginner Java Videos (Free)</a></li>
</ul>
</div>
<div class="col-sm-3">
<!-- Course Outlines -->
<ul id="2" class="list-unstyled">
<li class="list-header">Course Outlines</li>
<hr class="divider">
<li><a href="http://www.bcit.ca/study/outlines/20171084004">COMM 2216</a></li>
<li><a href="http://www.bcit.ca/study/outlines/20171072562">COMP 2121</a></li>
<li><a href="http://www.bcit.ca/study/outlines/20171012573">COMP 2510</a></li>
<li><a href="http://www.bcit.ca/study/outlines/20171072568">COMP 2526</a></li>
<li><a href="http://www.bcit.ca/study/outlines/20171072574">COMP 2721</a></li>
<li><a href="http://www.bcit.ca/study/outlines/20171077186">COMP 2714</a></li>
</ul>
</div>
<div class="col-sm-3">
<!-- Set Groups -->
<ul id="3" class="list-unstyled">
<li class="list-header">Groups</li>
<hr class="divider">
<li><a href="http://goo.gl/Q5mf9r">Slack Team (Account Needed)</a></li>
<li><a href="mailto:[email protected]">Get an invite to make an account</a></li>
<li><a href="http://goo.gl/voxPdy">Set A Facebook Group</a></li>
<li><a href="http://goo.gl/NL7zG0">Set B Facebook Group</a></li>
<li><a href="http://goo.gl/NO0LO8">Set D Facebook Group</a></li>
<li><a href="http://goo.gl/iTXG9j">Set E Facebook Group</a></li>
</ul>
</div>
<div class="col-sm-3">
<!-- Downloads -->
<ul id="4" class="list-unstyled">
<li class="list-header">Downloads</li>
<hr class="divider">
<li><a href="http://goo.gl/KsBtkE">Free Stuff/Student Discounts</a></li>
<li><a href="http://goo.gl/p5HwsG">Free Software Downloads</a></li>
<li><a href="http://goo.gl/5CcuN">Eclipse Download</a></li>
<li><a href="http://goo.gl/RQpTL">Filezilla Download</a></li>
<li><a href="http://goo.gl/aYhlDt">Java Runtime (Needed For Eclipse)</a></li>
</ul>
</div>
</div>
<div class="row">
<div class="col-sm-3">
<!-- General Links & Resources -->
<ul id="5" class="list-unstyled">
<li class="list-header">Books</li>
<hr class="divider">
<li><a href="http://goo.gl/zVVbna">Java Software Solutions</a></li>
<li><a href="http://goo.gl/vCwLMU">Murach's Html5 & Css3</a></li>
<li><a href="http://goo.gl/eQLFDj">Basics Of Web Design: Html5 & Css3</a></li>
<li><a href="http://goo.gl/UtDfyw">Comp 1113 Intro Math For Computer Science </a></li>
</ul>
</div>
<div class="col-sm-3">
<!-- Set Group Schedules -->
<ul id="6" class="list-unstyled">
<li class="list-header">Schedules</li>
<hr class="divider">
<li><a href="http://timetables.bcitbusiness.org/cgi-local/Generate.aspx?Term=Current&ID=3370&A=">Set A Schedule</a></li>
<li><a href="http://timetables.bcitbusiness.org/cgi-local/Generate.aspx?Term=Current&ID=3371&B=">Set B Schedule</a></li>
<li><a href="http://timetables.bcitbusiness.org/cgi-local/Generate.aspx?Term=Current&ID=3372&C=">Set C Schedule</a></li>
<li><a href="http://timetables.bcitbusiness.org/cgi-local/Generate.aspx?Term=Current&ID=3373&D=">Set D Schedule</a></li>
<li><a href="http://timetables.bcitbusiness.org/cgi-local/Generate.aspx?Term=Current&ID=3374&D=">Set E Schedule</a></li>
</ul>
</div>
<div class="col-sm-3">
<!-- Teacher Emails -->
<ul id="7" class="list-unstyled">
<li class="list-header">Prof Emails Term 2</li>
<hr class="divider">
<li><a href="mailto:[email protected]">Keith Tang</a></li>
<li><a href="mailto:[email protected]">Goran Ruzic</a></li>
<li><a href="mailto:[email protected]">Dennis Richards</a></li>
<li><a href="#">Albert Wei</a></li>
<li><a href="mailto:[email protected]">Jason Harrison</a></li>
<li><a href="mailto:[email protected]">Sam Lee</a></li>
<li><a href="mailto:[email protected]">Pope Kim</a></li>
<li><a href="mailto:[email protected]">Trevor Lord</a></li>
</ul>
</div>
<div class="col-sm-3">
<!-- Other Resources -->
<ul id="8" class="list-unstyled">
<li class="list-header">Other</li>
<hr class="divider">
<li><a href="http://goo.gl/8M5dZT">Finacial Aid</a></li>
<li><a href="http://goo.gl/mpSot">BCIT News</a></li>
<li><a href="http://goo.gl/b3bf4q">Campus Map</a></li>
<li><a href="http://goo.gl/VG4czy">Student Association</a></li>
<li><a href="http://goo.gl/YaEC7K">Book Study Rooms</a></li>
<li><a href="http://goo.gl/lcVpuR">Main BCIT Contacts</a></li>
</ul>
</div>
</div>
</div>
</div>
<br><br>
</div>
<script src="js/jquery.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/cleanlinks.js"></script>
<script>
(function(i, s, o, g, r, a, m) {
i['GoogleAnalyticsObject'] = r;
i[r] = i[r] || function() {
(i[r].q = i[r].q || []).push(arguments)
}, i[r].l = 1 * new Date();
a = s.createElement(o),
m = s.getElementsByTagName(o)[0];
a.async = 1;
a.src = g;
m.parentNode.insertBefore(a, m)
})(window, document, 'script', 'https://www.google-analytics.com/analytics.js', 'ga');
ga('create', 'UA-57546802-3', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>