forked from ms-iot/content
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGetStarted.htm
34 lines (33 loc) · 1.23 KB
/
GetStarted.htm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
---
layout: default
title: Get Started
permalink: /GetStarted.htm
---
<div class="row">
<h1>Get Started</h1>
<div class="col-md-8">
<p>
Select your device to get started. If you already have a device running Windows 10 IoT Core Insider Preview, then start building with <a href="{{site.baseurl}}/win10/samples/PowerShell.htm">PowerShell</a> now.
</p>
<p><a href="{{site.hardwareurl}}" target="_blank">Learn more about Windows IoT devices</a></p>
</div>
<div class="row">
<ul class="nav nav-justified get-started-steps text-center">
<li>
<a href="{{site.baseurl}}/GetStarted.htm"><h3 class="active">1. Select Your Device</h3></a>
</li>
<li>
<a href="{{site.baseurl}}/win10/SetupRPI.htm"><h3 class="inactive">2. Set up Device</h3></a>
</li>
<li>
<a href="{{site.baseurl}}/win10/SetupPC.htm"><h3 class="inactive">3. Set up your PC</h3></a>
</li>
<li>
<a href="{{site.baseurl}}/win10/samples/Blinky.htm"><h3 class="inactive">4. Develop</h3></a>
</li>
</ul>
</div>
</div>
<div class="row">
{% include devices.html %}
</div>