-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
71 lines (54 loc) · 1.45 KB
/
index.html
File metadata and controls
71 lines (54 loc) · 1.45 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0">
<title>robsilv.github.com</title>
<style>
body {
color: #808080;
background-color: #ffffff;
margin: 0px;
padding: 33px 5px 30px 230px;
font-family: Monospace;
}
h1 {
font-size: 30px;
margin-bottom: 10px;
}
h2 {
font-size: 20px;
margin-bottom: 15px;
}
img {
margin: -4px;
}
#panel {
position: fixed;
left: 0px;
top: 0px;
width: 200px;
height: 100%;
padding: 20px 0px 0px 20px;
font-size: 18px;
}
</style>
</head>
<body>
<div id="panel">
<h2>robsilv.github.com</h1>
<h3>CadetEditor</h3>
<a href="http://cadeteditor.github.io/">Demo</a> /
<a href="https://github.com/CadetEditor">Source</a>
<h3>Three.dart</h3>
<a href="http://threedart.github.io/three.dart/">Demo</a> /
<a href="https://github.com/threeDart/three.dart">Source</a>
<h3>Natzke Ribbons</h3>
<a href="http://robsilv.github.io/NatzkeRibbons.dart/">Demo</a> /
<a href="https://github.com/robsilv/NatzkeRibbons.dart">Source</a>
<h3>Graph3D.ts</h3>
<a href="http://robsilv.github.io/graph3d_ts/examples/example1/">Demo</a> /
<a href="https://github.com/robsilv/Graph3D.ts">Source</a>
</div>
</body>
</html>