forked from bostongfx/CS460student_2024
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
81 lines (78 loc) · 2.85 KB
/
index.html
File metadata and controls
81 lines (78 loc) · 2.85 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Portfolio</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<a href="https://cs460.org/">CS460 Graphics</a> - Portfolio
</header>
<main>
<div class="card-container">
<div class="card">
<h3>Final - AMPLIVISION3D</h3>
<div>
<img src="final/AmpliVision3D/icon.png">
</div>
<a href="https://amplivision3d.vercel.app/">Live Deployment</a>
<a href="https://github.com/Mattynb/CS460student/tree/main/final/AmpliVision3D">Readme</a>
</div>
</div>
<br/>
<br/>
<div class="card-container">
<div class="card">
<h3>01 - RO.ME </h3>
<div>
<img src="01/icon.png">
</div>
<a href="01/index.html">Live Deployment</a>
<a href="https://github.com/Mattynb/CS460student/tree/main/01">Readme</a>
</div>
<div class="card">
<h3>02 - CUBE PAINTER</h3>
<div>
<img src="02/icon.png">
</div>
<a href="02/index.html">Live Deployment</a>
<a href="https://github.com/Mattynb/CS460student/tree/main/02">Readme</a>
</div>
<div class="card">
<h3>03 - TORUS WORLD </h3>
<div>
<img src="03/icon.png">
</div>
<a href="03/index.html">Live Deployment</a>
<a href="https://github.com/Mattynb/CS460student/tree/main/03">Readme</a>
</div>
<div class="card">
<h3>04 - WEBGL GAME </h3>
<div>
<img src="04/icon.png">
</div>
<a href="04/index.html">Live Deployment</a>
<a href="https://github.com/Mattynb/CS460student/tree/main/04">Readme</a>
</div>
<div class="card">
<h3>05 - Realworld to 3D...</h3>
<div>
<img src="05/icon.png">
</div>
<a href="05/index.html">Live Deployment</a>
<a href="https://github.com/Mattynb/CS460student/tree/main/05">Readme</a>
</div>
<div class="card">
<h3>05 - ...to AR</h3>
<div>
<img src="05/ar_icon.png">
</div>
<a href="05/ar.html">Live Deployment</a>
<a href="https://docs.google.com/document/d/1xMQY9olvRvHDa4lZelgknf68zvnVF4pplmK7RrolODM/edit?tab=t.0">Hiro Shortcut</a>
</div>
</div>
</main>
</body>
</html>