-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
54 lines (43 loc) · 983 Bytes
/
about.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Not_Crazy.md/Portfolio</title>
<link rel="stylesheet" href="/resources/style.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<div id="backgroundGlyph"></div>
<a href="/mobilenav.html" id="navmobile"> Menu </a>
<iframe id="navframe" src="/resources/nav.html"></iframe>
<main>
<h1>readme.md</h1>
<p>
I'm Matt, a unity game disigner and developer.
</p>
<p>
I do a lot of stuff with VR.
</p>
<br>
<p>
I have extensive experience with:
</p>
<ul>
<li> <b>Unity</b>
<ul>
<li> C# scripting
<li> Meta Quest / OpenXR
<li> XR Interaction Toolkit
</ul>
</ul>
<p>
And moderate experience with:
</p>
<ul>
<li> Blender rigging
<li> Character modeling & animation
<li> Blender
</ul>
</main>
</body>
</html>