-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
54 lines (45 loc) · 2.21 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
---
layout: default
---
<div class="container" id="content">
<div class="jumbotron">
<h1 class="display-3">Cal Poly - Ian Dunn</h1>
<p class="lead">See individual course websites below.</p>
<hr class="my-4">
<p>
I am no longer teaching at Cal Poly, but these websites will remain up for archival purposes.
However, you can find most of the useful information in my free online textbook, <a href="https://graphicscompendium.com/"><i>Graphics Programming Compendium</i></a>.
To find out what I'm up to these days, check out <a href="https://iondune.com/">iondune.com</a>.
</p>
</div>
<div class="row">
<div class="col-md-6 col-xl-3">
<div class="card text-white mb-3" style="background-color: #34C1DB;">
<div class="card-body">
<p class="center"><a class="text-white" href="https://calpoly-iandunn.github.io/csc371/"><i class="fa fa-gamepad fa-3x" aria-hidden="true"></i><h4>CSC 371: Game Design</h4></a></p>
</div>
</div>
</div>
<div class="col-md-6 col-xl-3">
<div class="card text-white mb-3" style="background-color: #6B57BC;">
<div class="card-body">
<p class="center"><a class="text-white" href="https://calpoly-iandunn.github.io/csc471/"><i class="fa fa-globe fa-3x" aria-hidden="true"></i><h4>CSC 471: Introduction to Computer Graphics</h4></a></p>
</div>
</div>
</div>
<div class="col-md-6 col-xl-3">
<div class="card text-white mb-3" style="background-color: #E97834;">
<div class="card-body">
<p class="center"><a class="text-white" href="https://calpoly-iandunn.github.io/csc473/"><i class="fa fa-paint-brush fa-3x" aria-hidden="true"></i><h4>CSC 473: Advanced Rendering</h4></a></p>
</div>
</div>
</div>
<div class="col-md-6 col-xl-3">
<div class="card text-white mb-3" style="background-color: #347CA5;">
<div class="card-body">
<p class="center"><a class="text-white" href="https://calpoly-iandunn.github.io/csc476/"><i class="fa fa-puzzle-piece fa-3x" aria-hidden="true"></i><h4>CSC 476: Real-Time 3D Computer Graphics Software</h4></a></p>
</div>
</div>
</div>
</div> <!-- .row -->
</div> <!-- #content -->