-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
34 lines (34 loc) · 942 Bytes
/
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>CS-180</title>
</head>
<body>
<a
href="https://filipbagen.github.io/cs-180/p1-prokudin-colorization/web/index.html"
>Project 1</a
>
<a
href="https://filipbagen.github.io/cs-180/p2-filters-and-frequencies/web/index.html"
>Project 2</a
>
<a
href="https://filipbagen.github.io/cs-180/p3-face-morphing/web/index.html"
>Project 3</a
>
<a
href="https://filipbagen.github.io/cs-180/p4-image-warping-and-mosaicing/web/index.html"
>Project 4</a
>
<a
href="https://filipbagen.github.io/cs-180/p5-diffusion-models/web/index.html"
>Project 5</a
>
<a
href="https://filipbagen.github.io/cs-180/p6-neural-radiance-field/web/index.html"
>Final Project</a
>
</body>
</html>