@@ -41,25 +41,16 @@ <h1><span id="learnHeading">VISUALIZE CODE AND GET LIVE HELP</span>
4141by < a
4242href ="http://pgbovine.net/ "> Philip Guo</ a > (< a href ="https://twitter.com/pgbovine "> @pgbovine</ a > ),
4343helps 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
4545computer 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 > ,
50+ < a href ="c.html "> < b > C Tutor</ b > </ a > ,
51+ < a href ="cpp.html "> < b > C++ Tutor</ b > </ a > ,
52+ < a href ="javascript.html "> < b > JavaScript Tutor</ b > </ a > ,
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>
8374Web-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 “Get live help!” button to allow anyone on the website
8980 to join your session. You can chat about your code and navigate
0 commit comments