-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
43 lines (34 loc) · 2.43 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
---
layout: landing
title: Home
---
<p class="alert alert-success">
<span class="label label-success">NEW</span>
The 14th Annual <strong>USF Computer Science Night</strong> will be Thursday, December 10, 2015. Festivities will begin in LS 307 at 6:30pm. A keynote by Cameron Walters, Head of Engineering at Din and part of the founding team at Square, will start at 7:45pm in Harney 232. Visit <a href="http://csnight.cs.usfca.edu/">csnight.cs.usfca.edu</a> for details and to RSVP!
</p>
<h2>Course Resources</h2>
<p>The <a href="{{ {{ site.github.url }}/schedule.html">course schedule</a> will be maintained on this website. Visit the <a href="{{ site.data.course.github }}">Github</a> repository for code examples, homework templates and tests, and project files. Visit <a href="{{ site.data.course.canvas }}">Canvas</a> for quizzes and grades. Finally, visit <a href="{{ site.data.course.piazza }}">Piazza</a> for announcements and questions.</p>
<!-- button group for course resources -->
<div class="btn-group btn-group-lg" role="group">
<button type="button" class="btn btn-default">
<a href="{{ site.data.course.github }}">
<i class="fa fa-github-alt"></i>
</a>
<a href="{{ site.data.course.github }}">Github</a>
</button>
<button type="button" class="btn btn-default">
<a href="{{ site.data.course.canvas }}">
<i class="fa fa-cloud"></i>
</a>
<a href="{{ site.data.course.canvas }}">Canvas</a>
</button>
<button type="button" class="btn btn-default">
<a href="{{ site.data.course.piazza }}">
<i class="fa fa-comments"></i>
</a>
<a href="{{ site.data.course.piazza }}">Piazza</a>
</button>
</div>
<h2>Course Calendar</h2>
<iframe src="https://www.google.com/calendar/embed?title=CS%20212&showTitle=0&showPrint=0&showCalendars=0&height=600&wkst=1&bgcolor=%23FFFFFF&src=cs.usfca.edu_3gh6b2i2l34rsh6mbcos8qrapg%40group.calendar.google.com&color=%23125A12&src=cs.usfca.edu_m4pfugives9824svmqi94vuchk%40group.calendar.google.com&color=%23125A12&src=03e3j1o69qe7fma5u84c8mi11rtd7oih%40import.calendar.google.com&color=%23125A12&src=cs.usfca.edu_tp0ff9slj7vauhfvv9nhb62dpc%40group.calendar.google.com&color=%23333333&ctz=America%2FLos_Angeles" style=" border-width:0 " width="100%" height="600" frameborder="0" scrolling="no"></iframe>
<p>See the <a href="{{ site.github.url }}/schedule.html">Schedule</a> page for deadlines and more information.</p>