-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathR2TextEditor.html
95 lines (89 loc) · 3.79 KB
/
R2TextEditor.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
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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
<!DOCTYPE html>
<html lang='en'>
<head>
<meta charset='utf-8'>
<meta name='thumbnail' content='website_logo.svg'>
<meta name='viewport' content='width=device-width,initial-scale=1'>
<link rel='alternate' type='application/rss+xml' title='RSS Feed' href='../links/rss.xml'/>
<link rel='stylesheet' type='text/css' href='main.css'>
<link rel='shortcut icon' type='image/png' href='../media/services/shortcut.png'>
<title>JM — home</title>
</head>
<body>
<header>
<a href='index.html'>
<img src='website_name.svg' alt='JM' height='50'>
</a>
</header>
<nav>
<details open>
<summary>Menu</summary>
<section class="site-nav">
<section>
<ul class='nobull capital'>
<li>
<a href='index.html'>home</a>
</li>
<li>
<a href='images.html'>images</a>
</li>
</section>
<section>
<h2>
<a id='knowledge'>Research Projects</a>
</h2>
<ul class='nobull capital'>
<li>
<a href='hdrmfs.html'>HDR-MF-S Display</a>
</li>
<li>
<a href='https://www.cl.cam.ac.uk/research/rainbow/projects/focus_cues/'>Focus cues for realism</a>
</li>
<li>
<a href='https://github.com/joemarch010/NiLBS'>Neural Inverse Linear Blend Skinning</a>
</li>
</ul>
</section>
<section>
<h2>
<a id='knowledge'>Additional Computer Projects</a>
</h2>
<ul class='nobull capital'>
<li>
<a href='R2Framework.html'>R2 Framework</a>
</li>
<li>
<a href='R2Platformer.html'>R2 Platformer</a>
</li>
<li>
<a href='R2RPG.html'>R2 RPG</a>
</li>
<li>
<a href='R2TextEditor.html'>R2 Text Editor</a>
</li>
</ul>
</section>
<section>
<h2>
<a id='knowledge'>Artistic Projects</a>
</h2>
<ul class='nobull capital'>
<li>
<a href='Drawing.html'>Drawing</a>
</li>
<li>
<a href='Painting.html'>Painting</a>
</li>
<li>
<a href='3DPrinting.html'>3D Printing</a>
</li>
</ul>
</section>
</section>
</details>
</nav>
<main>
<h2 id='HDR-MF-S Display'>
Under construction
</h2>
</body>