Skip to content

Commit

Permalink
Put disclaimer message on Home, Arduino, and Microbit pages
Browse files Browse the repository at this point in the history
  • Loading branch information
bobparks committed Apr 1, 2022
1 parent 2e7d0a4 commit 1de3992
Show file tree
Hide file tree
Showing 5 changed files with 13,344 additions and 11,832 deletions.
2 changes: 2 additions & 0 deletions docs/src/app/Home.js
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,8 @@ class HomePage extends Component {
>
<h3>Make apps for the Internet of Things with MIT App Inventor!</h3>
<br /><br />
<h4>Please Note: Some of the tutorials and other materials on this website may be outdated, resulting in non-functioning apps. We are currently creating new Internet of Things components and tutorials. For specific technical questions, search or post on our <a href="https://community.appinventor.mit.edu/" target="_blank">community discussion forum</a>. -- The App Inventor Team 3/31/22</h4>
<br /><br />
MIT App Inventor helps people around the world build mobile apps that can make a difference for their
families, schools, and communities&mdash; even if they've never programmed before.
<br /><br />
Expand Down
2 changes: 2 additions & 0 deletions docs/src/app/pages/Arduino101Intro.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Platform: Arduino 101

<h3>Please note: The tutorials in this section all depend on an Arduino model no longer sold, the Arduino 101. We plan to provide revised tutorials for current Arduino models. For specific technical questions, search or post on our [community discussion forum](https://community.appinventor.mit.edu/). -- The App Inventor Team 3/31/22</h3>

The Arduino 101 is a version of the popular Arduino platform based on the Intel&reg; Curie&trade; chipset. It has the same form factor as many other Arduino but supports built-in Bluetooth&reg; low energy.

<a href="/assets/resources/edu.mit.appinventor.iot.arduino101.aix">Download the Arduino 101 extension</a>
Expand Down
2 changes: 2 additions & 0 deletions docs/src/app/pages/MicroBitIntro.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Platform: BBC micro:bit

<h3>Please note: Some of the tutorials in the Microbit may be outdated, resulting in non-functioning apps. We are currently creating new Internet of Things components and tutorials for Microbit. For specific technical questions, search or post on our [community discussion forum](https://community.appinventor.mit.edu/). -- The App Inventor Team 3/31/22</h3>

The micro:bit is a computing platform from the BBC. It is an open platform for developing all manner of projects and is programmable by many different editors, including a <a href="https://pxt.microbit.org" target="_blank" rel="nofollow">blocks editor</a> provided by Microsoft. Learn more about the micro:bit at the <a rel="nofollow" href="http://microbit.org/about/" target="_blank">Micro:bit Educational Foundation's website</a>.

<a href="/assets/resources/SimpleMicrobit.aix">Download the BBC micro:bit extension</a>
Expand Down
Loading

0 comments on commit 1de3992

Please sign in to comment.