Skip to content

Commit 0fe2665

Browse files
committed
minor index.html tweaks
1 parent 030d435 commit 0fe2665

1 file changed

Lines changed: 9 additions & 18 deletions

File tree

v5-unity/index.html

Lines changed: 9 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -41,25 +41,16 @@ <h1><span id="learnHeading">VISUALIZE CODE AND GET LIVE HELP</span>
4141
by <a
4242
href="http://pgbovine.net/">Philip Guo</a> (<a href="https://twitter.com/pgbovine">@pgbovine</a>),
4343
helps people overcome a fundamental
44-
barrier to learning programming: understanding what happens as the
44+
barrier to learning programming: understanding what happens step by step as the
4545
computer runs each line of code.</p>
4646

47-
48-
<p>Use it to write code in
49-
<a href="visualize.html#py=2">Python 2</a>,
50-
<a href="visualize.html#py=3">Python 3</a>,
51-
<a href="java.html">Java</a>,
52-
<a href="c.html">C</a>,
53-
<a href="cpp.html">C++</a>,
54-
<a href="javascript.html">JavaScript</a>,
55-
<a href="typescript.html">TypeScript</a>,
56-
and
57-
<a href="ruby.html">Ruby</a>
58-
and see what the computer is doing step by step as it
59-
runs your code. You can also
60-
<a target="_blank"
61-
href="https://www.youtube.com/watch?v=oDY7ScMPtqI">get live help</a>
62-
from volunteers.
47+
<p>
48+
Related services:
49+
<a href="java.html"><b>Java Tutor</b></a>,&nbsp;
50+
<a href="c.html"><b>C Tutor</b></a>,&nbsp;
51+
<a href="cpp.html"><b>C++ Tutor</b></a>,&nbsp;
52+
<a href="javascript.html"><b>JavaScript Tutor</b></a>,&nbsp;
53+
<a href="ruby.html"><b>Ruby Tutor</b></a>
6354
</p>
6455

6556
<p>So far, <b>over 3.5 million people in over 180 countries</b> have
@@ -83,7 +74,7 @@ <h1><span id="learnHeading">VISUALIZE CODE AND GET LIVE HELP</span>
8374
Web-Based Program Visualization for CS Education. SIGCSE 2013.
8475
</p>
8576

86-
<h1><span id="embedHeading">GET LIVE HELP</span> <span class="smallH1">from volunteers around the world</span></h1>
77+
<h1 style="margin-top: 35px;"><span id="embedHeading">GET LIVE HELP</span> <span class="smallH1">from volunteers around the world</span></h1>
8778

8879
<p>Hit the &ldquo;Get live help!&rdquo; button to allow anyone on the website
8980
to join your session. You can chat about your code and navigate

0 commit comments

Comments
 (0)