-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
115 lines (113 loc) · 3.6 KB
/
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
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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
<!DOCTYPE HTML>
<html lang="en">
<html>
<head>
<title>Entry for WebGL projects</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="description" content="" />
<meta name="keywords" content="" />
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<!--[if lte IE 8]>
<script src="js/html5shiv.js"></script><![endif]-->
<script src="https://ghlgh.github.io/graphics/js/jquery.min.js"></script>
<script src="https://ghlgh.github.io/graphics/js/skel.min.js"></script>
<script src="https://ghlgh.github.io/graphics/js/skel-layers.min.js"></script>
<script src="https://ghlgh.github.io/graphics/view/js/init.js"></script>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<link rel="stylesheet" href="https://ghlgh.github.io/graphics/css/skel.css" />
<link rel="stylesheet" href="https://ghlgh.github.io/graphics/css/style.css" />
<link rel="stylesheet" href="https://ghlgh.github.io/graphics/css/style-xlarge.css" />
</head>
<body id="top">
<!-- Header -->
<header id="header" class="skel-layers-fixed">
<h1><a href="#">WebGL Projects</a></h1>
<nav id="nav">
<ul>
<li><a href="https://github.com/GHLgh/graphics">GitHub Repository</a></li>
</ul>
</nav>
</header>
<!-- Banner -->
<section id="banner">
<div class="inner">
<h2>WebGL Projects</h2>
</div>
</section>
<!-- Projects -->
<section id="0" class="wrapper style1">
<header class="major">
<h2>Project List</h2>
</header>
<div class="container">
<div class="row">
<div class="4u">
<section class="special box style1">
<h2 style="font-size:150%;">First Trial with WebGL</h2>
<p></p>
<ul class="actions">
<form action="firstTrialWithWebGL/mp1.html">
<input type="submit" value="entry" class="button special"/>
</form>
</ul>
</section>
</div>
<div class="4u">
<section class="special box style1">
<h2 style="font-size:150%;">Flight Simulation</h2>
<p></p>
<ul class="actions">
<form action="flightSimulation/Flight.html">
<input type="submit" value="entry" class="button special"/>
</form>
</ul>
</section>
</div>
<div class="4u">
<section class="special box style1">
<h2 style="font-size:150%;">Environment Mapping</h2>
<p></p>
<ul class="actions">
<form action="environmentMapping/Teapot.html">
<input type="submit" value="entry" class="button special"/>
</form>
</ul>
</section>
</div>
</div>
</div>
</section>
<section id="1" class="wrapper style2">
<header class="major">
<h2>In Progress</h2>
</header>
<div class="container">
<div class="row">
<div class="4u">
<section class="special box style2">
<h2 style="font-size:150%;">Physics</h2>
<p></p>
<ul class="actions">
<form action="physicsInProgress/Spheres.html">
<input type="submit" value="entry" class="button special"/>
</form>
</ul>
</section>
</div>
<div class="4u">
<section class="special box style2">
<h2 style="font-size:150%;">Graphics for Web Game</h2>
<p></p>
<ul class="actions">
<form action="#">
<input type="submit" value="-----" class="button special"/>
</form>
</ul>
</section>
</div>
</div>
</div>
</section>
</body>
</html>