-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
23 lines (22 loc) · 1.58 KB
/
Copy pathindex.html
File metadata and controls
23 lines (22 loc) · 1.58 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<html style="background: silver;">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body style="margin: 1em; border: 1px solid black; border-radius: 0.25em; background: white;">
<div>
<div style='text-align: center; padding-top:0.5em; padding-bottom: 0.5em; background: lightblue; font-size:2em;'>
UBC CPSC Software Engineering
</div>
<div style="padding: 1em;">
UBC Computer Science offers a large variety of Computer Science courses at the <a href='https://vancouver.calendar.ubc.ca/course-descriptions/subject/cpscv'>undergraduate</a> and <a href='https://spl.cs.ubc.ca/courses.html'>graduate</a> levels. For information about these programs please see those links. This page focuses primairly on three specific undergraduate courses; for complete details of these courses (both past and present), please visit their home pages at the links below:
<ul>
<li><a href='https://github.com/ubccpsc/210'>CPSC 210: Software Construction</a></li>
<li><a href='https://github.com/ubccpsc/310'>CPSC 310: Software Engineering</a></li>
<li><a href='https://github.com/ubccpsc/410'>CPSC 410: Advanced Software Engineering</a></li>
</ul>
The intent of these courses is to introduce students to the fundamental concepts of software constuction (210), software design (310), and advanced (410) techniques for designing, building, and evolving modern software systems. Thes courses offer unique opportunities to synthesize knowledge from other undergraduate courses and build interesting non-trivial systems.
</div>
</div>
</body>
</html>