-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathindex.html
43 lines (33 loc) · 1.97 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
<!DOCTYPE html>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>TEALS Minecraft Project</title>
<link rel="stylesheet" type="text/css" href="site/style/site.css">
<div id="banner"></div>
<div id="navbar">
<a class="active" href="index.html">Home</a>
<a href="site/units.html">Lessons & Labs</a>
<a href="site/videos.html">Videos</a>
<a href="https://github.com/TEALSK12/teals-minecraft/releases/" target="_blank">Download</a>
<a href="https://github.com/TEALSK12/teals-minecraft/wiki/" target="_blank">Wiki</a>
<a href="site/instructors.html">Instructors</a>
<a href="https://github.com/TEALSK12/teals-minecraft/issues/" target="_blank">Issues</a>
<a href="https://github.com/TEALSK12/teals-minecraft/" target="_blank">Development</a>
</div>
<div id="content">
<h1 class="title">TEALS Minecraft Project</h1>
<h1 class="subtitle">Introduction</h1>
<p>The TEALS Minecraft project is a set of lessons based on the
<a href="http://www.minecraftforge.net/">Minecraft Forge</a> modding package. We have customized
this package to reduce the amount of overhead of modifying Minecraft, so that students can
easily create new kinds of items, blocks, and entities in a custom Minecraft client. For an
introduction to this project, check out the
<a href="site/doc/TEALS%20Intro%20Presentation.pptx">intro presentation</a>
[<a href="site/doc/TEALS%20Intro%20Presentation.pdf">PDF Version</a>].
<p>Currently, our package supports the IntelliJ and Eclipse Java IDEs. It can be installed from a
thumb drive on a Windows computer, and requires no internet access.
<p>Instructors — please see our <a href="site/instructors.html">instructors’ page</a> for more
information about the project and ramping up.
<p>In addition to the information here, we have a
<a href="https://github.com/TEALSK12/teals-minecraft/wiki">project wiki</a>
anyone can use to share out information among instructors and students.
</div> <!-- content -->