Browse Source

Moved editor to learn and moved community before code.

Mr.doob 6 years ago
parent
commit
1af1f01a38
1 changed files with 12 additions and 12 deletions
  1. 12 12
      index.html

+ 12 - 12
index.html

@@ -48,12 +48,7 @@
 					<ul>
 					<ul>
 						<li><a href="docs/index.html#manual/introduction/Creating-a-scene">documentation</a></li>
 						<li><a href="docs/index.html#manual/introduction/Creating-a-scene">documentation</a></li>
 						<li><a href="examples/#webgl_animation_cloth">examples</a></li>
 						<li><a href="examples/#webgl_animation_cloth">examples</a></li>
-					</ul>
-
-					<h2>Code</h2>
-					<ul>
-						<li><a href="https://github.com/mrdoob/three.js/">github</a></li>
-						<li><a href="https://github.com/mrdoob/three.js/archive/master.zip">download</a></li>
+						<li><a href="editor/">editor</a></li>
 					</ul>
 					</ul>
 
 
 					<h2>Community</h2>
 					<h2>Community</h2>
@@ -64,9 +59,10 @@
 						<li><a href="https://threejs-slack.herokuapp.com">slack</a></li>
 						<li><a href="https://threejs-slack.herokuapp.com">slack</a></li>
 					</ul>
 					</ul>
 
 
-					<h2>Tooling</h2>
+					<h2>Code</h2>
 					<ul>
 					<ul>
-						<li><a href="editor/">three editor</a></li>
+						<li><a href="https://github.com/mrdoob/three.js/">github</a></li>
+						<li><a href="https://github.com/mrdoob/three.js/archive/master.zip">download</a></li>
 					</ul>
 					</ul>
 
 
 					<h2>Online courses</h2>
 					<h2>Online courses</h2>
@@ -75,7 +71,8 @@
 						<li><a href="http://davidscottlyons.com/threejs-intro/" target="_blank" rel="noopener">Intro to WebGL</a></li>
 						<li><a href="http://davidscottlyons.com/threejs-intro/" target="_blank" rel="noopener">Intro to WebGL</a></li>
 					</ul>
 					</ul>
 
 
-					<!-- <div id="resource">
+					<!--
+					<div id="resource">
 					<script>
 					<script>
 						var resources = [
 						var resources = [
 							'<a href="https://www.udacity.com/course/interactive-3d-graphics--cs291" target="_blank" rel="noopener"><img src="files/udacity.png" width="121" height="152" /></a>',
 							'<a href="https://www.udacity.com/course/interactive-3d-graphics--cs291" target="_blank" rel="noopener"><img src="files/udacity.png" width="121" height="152" /></a>',
@@ -83,7 +80,8 @@
 						];
 						];
 						document.write( resources[ Math.floor( Math.random() * resources.length ) ] );
 						document.write( resources[ Math.floor( Math.random() * resources.length ) ] );
 					</script>
 					</script>
-					</div> -->
+					</div>
+					-->
 
 
 					<h2>Books</h2>
 					<h2>Books</h2>
 					<ul>
 					<ul>
@@ -95,7 +93,8 @@
 					</ul>
 					</ul>
 
 
 
 
-					<!-- <div id="book">
+					<!--
+					<div id="book">
 					<script>
 					<script>
 						var books = [
 						var books = [
 							'<a href="http://shop.oreilly.com/product/0636920024729.do" target="_blank" rel="noopener"><img src="files/books/webgl.png" width="100" height="132" /></a>',
 							'<a href="http://shop.oreilly.com/product/0636920024729.do" target="_blank" rel="noopener"><img src="files/books/webgl.png" width="100" height="132" /></a>',
@@ -106,7 +105,8 @@
 						];
 						];
 						document.write( books[ Math.floor( Math.random() * books.length ) ] );
 						document.write( books[ Math.floor( Math.random() * books.length ) ] );
 					</script>
 					</script>
-					</div> -->
+					</div>
+					-->
 
 
 				</div>
 				</div>
 			</div>
 			</div>