-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.php
More file actions
50 lines (48 loc) · 2.17 KB
/
Copy pathindex.php
File metadata and controls
50 lines (48 loc) · 2.17 KB
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<?php get_header(); ?>
<section id="feature">
<div class="layout">
<h2 id="firstheader">Get 3D Scanned and Printed</h2>
<h3>By Draft Print 3D and People & Code.</h3>
<h2>In the Microsoft Lounge</h2>
<h3>@ConFoo 2013</h2>
<p><a class="btn btn-primary btn-scroll" href="#findout">Find out how!<i></i></a></p>
</div>
</section>
<section id="home">
<div id="quotables">
</div>
</section>
<section id="process">
<div id="findout" class="wrap">
<div class="layout">
<article>
<h2>How Do I Get 3D Scanned and Printed at Confoo 2013?</h2>
<ul id="steps" class="clearfix">
<li>
<p><img src="<?php bloginfo('template_url'); ?>/img/signup.png" alt="Step 1: Sign Up!"></p>
<h3>Step 1: Come to our Booth!</h3>
<p>Visit our booth in the center of the Microsoft Developer Lounge at ConFoo 2013.</p>
</li>
<li>
<p><img src="<?php bloginfo('template_url'); ?>/img/scan.png" alt="Step 2: Get Scanned!"></p>
<h3>Step 2: Get Scanned!</h3>
<p>Have a seat and we'll scan you with a <a href="http://www.xbox.com/en-US/kinect" title="Kinect">Kinect Sensor!</a> Ask us how it works!</p>
</li>
<li>
<p><img src="<?php bloginfo('template_url'); ?>/img/tweet.png" alt="Step 3: Get a Tweet!"></p>
<h3>Step 3: Get 2 Tweets!</h3>
<p>You'll receive 2 Tweets - first with a screenshot of your scan - another when it's ready to Download.</p>
</li>
<li>
<p><img src="<?php bloginfo('template_url'); ?>/img/download.png" alt="Step 4: Download!"></p>
<h3>Step 4: Download!</h3>
<p>Download your 3D file hosted on <a href="http://windowsazure.com">Windows Azure</a>, then print your 3D self at home or go with <a href="http://twitter.com/draftprint3d" title="Get 3D Printed with Draft Print 3D">@DraftPrint3D</a> FTW!</p>
</li>
</ul>
<p class="np tcenter"><a class="btn btn-primary btn-scroll" href="<?php bloginfo('url'); ?>/sign-up">Can't Wait? Sign-up Now!<i></i></a></p>
</article>
</div>
</div>
</section>
<!-- <a href="<?php bloginfo('url'); ?>/download" title="Download your 3D Scan from ConFoo 2013" alt="Download">Download</a> -->
<?php get_footer(); ?>