From 5b03417459c189cb8f1957ee7b27f2785897f670 Mon Sep 17 00:00:00 2001
From: Ed Price - MSFT
Date: Fri, 14 Feb 2020 12:47:13 -0800
Subject: [PATCH 1/2] Home Page - Links for more info about the features
I put some links on this page for readers to get more info about Small Basic. Please review this PR.
---
src/app/home/home.component.html | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/app/home/home.component.html b/src/app/home/home.component.html
index a0cd3d1..c7e8c8b 100644
--- a/src/app/home/home.component.html
+++ b/src/app/home/home.component.html
@@ -42,7 +42,7 @@ Welcome to Small Basic!
For ages 7 to 107, Small Basic is one of the easiest ways to learn to
- code.
+ code. See all the unique features.
Simple
@@ -60,7 +60,7 @@ Simple
With smart coding hints from IntelliSense, Small Basic makes writing code
- a breeze.
+ a breeze. Learn more.
Social
@@ -68,7 +68,7 @@ Social
Share your programs with your friends and let them import your published
programs and run them on their computer. Using the Silverlight player, you
can even post your games on your own blogs and websites and play them in
- the browser.
+ the browser. Learn more.
Gradual
@@ -82,7 +82,7 @@ Gradual
way up. Small Basic is based on .NET and what you learn here could be
easily applied to other .NET programming languages like Visual Basic. And
when you graduate to Visual Basic, you can bring your existing programs
- with you using a built-in conversion utility.
+ with you using a built-in conversion utility. Learn more.
Why Learn to Code?
From 6b13fbb882ae2ce5d1ca96ba81f79a201cf759ee Mon Sep 17 00:00:00 2001
From: Ed Price - MSFT
Date: Tue, 8 Dec 2020 13:17:28 -0800
Subject: [PATCH 2/2] Update home.component.html
Fixed the two issues... Added quotes and gave more detail on linked text.
---
src/app/home/home.component.html | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/app/home/home.component.html b/src/app/home/home.component.html
index c7e8c8b..229de50 100644
--- a/src/app/home/home.component.html
+++ b/src/app/home/home.component.html
@@ -42,7 +42,7 @@ Welcome to Small Basic!
For ages 7 to 107, Small Basic is one of the easiest ways to learn to
- code. See all the unique features.
+ code. See all the unique features.
Simple
@@ -60,7 +60,7 @@ Simple
With smart coding hints from IntelliSense, Small Basic makes writing code
- a breeze. Learn more.
+ a breeze. Learn more about how Small Basic is Simple.
Social
@@ -68,7 +68,7 @@ Social
Share your programs with your friends and let them import your published
programs and run them on their computer. Using the Silverlight player, you
can even post your games on your own blogs and websites and play them in
- the browser. Learn more.
+ the browser. Learn more about how Small Basic is Social.
Gradual
@@ -82,7 +82,7 @@ Gradual
way up. Small Basic is based on .NET and what you learn here could be
easily applied to other .NET programming languages like Visual Basic. And
when you graduate to Visual Basic, you can bring your existing programs
- with you using a built-in conversion utility. Learn more.
+ with you using a built-in conversion utility. Learn more about how Small Basic is Gradual.
Why Learn to Code?