Skip to content

Commit 5941d72

Browse files
author
Mikael Kindborg
committed
Updated start page and fixed letter casing.
1 parent 2188469 commit 5941d72

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

index.html

+8-2
Original file line numberDiff line numberDiff line change
@@ -99,11 +99,17 @@ <h2>Getting Started with Evothings Studio in 90 seconds</h2>
9999
<p><a href="tutorials/evothings-studio-getting-started.html">Get going quickly with Evothings Studio</a></p>
100100
</div>
101101

102-
<div class="evo-card" onclick="evothings.doc.openDocPage('tutorials/create-your-first-app.html')">
102+
<div class="evo-card" onclick="evothings.doc.openDocPage('studio/evothings-studio-overview.html')">
103103
<img class="evo-card-image" src="tutorials/images/ibeacon-scan-kontaktio.jpg" />
104+
<h2>Say hello to Evothings Studio</h2>
105+
<p>Dive into the Evothings Studio documentation and learn about the fast workflow of Evothings Workbench and Evothings Viewer.</p>
106+
<p><a href="studio/evothings-studio-overview.html">Read on to get started with rapid IoT app development</a></p>
107+
108+
<!--
104109
<h2>Creating Your First Evothings App</h2>
105-
<p>Friendly guide to creating a mobile app with Evothings Studio. Learn some good to know shortcuts and how to organise your code.<!--The result is an app ready to be published as a native app build with Apache Cordova.--></p>
110+
<p>Friendly guide to creating a mobile app with Evothings Studio. Learn some good to know shortcuts and how to organise your code. The result is an app ready to be published as a native app build with Apache Cordova.</p>
106111
<p><a href="tutorials/create-your-first-app.html">Read on to learn more</a></p>
112+
-->
107113
</div>
108114

109115
<!-- APIs and Evothings Guide -->

tutorials/evothings-studio-getting-started.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<head>
1010
<meta charset="utf-8">
1111
<script src="../js/include-head.js"></script>
12-
<title>Getting Started with Evothings Studio in 90 Seconds</title>
12+
<title>Getting Started with Evothings Studio in 90 seconds</title>
1313
</head>
1414

1515
<body>
@@ -20,7 +20,7 @@
2020

2121
<div class="evo-content-box">
2222

23-
<h1>Getting Started with Evothings Studio in 90 Seconds</h1>
23+
<h1>Getting Started with Evothings Studio in 90 seconds</h1>
2424
<p>This guide shows how to get started with developing mobile applications for the Internet of Things using Evothings Studio. Use your web development skills to code mobile apps in JavaScript and HTML that now have access to socket networking, BLE and iBeacon APIs.</p>
2525
<p><center><iframe src="https://www.youtube.com/embed/WuxPIEXo53s" width="560" height="315" frameborder="0" allowfullscreen="allowfullscreen"></iframe></center></p>
2626
<p>This video shows Evothings Studio 1.2 in action. Have patience, a new video featuring Evothings Studio 2.0 is under way!</p>

0 commit comments

Comments
 (0)