Shopify / vision

The vision toolkit ( Shopify in a box -- for template designers )

This URL has Read+Write access

tobi (author)
Thu Oct 01 14:44:38 -0700 2009
commit  525fbbe0304635ff5eee22d7dd5d22bdbdffb964
tree    32cfb9946bef9f62c4901011df30bf495b07d07e
parent  5f5471a8c359edefeb4f8715df81a1f1eecf8e0c parent  505ecf2b26424d0732067886bbaf5925f1f08a5e
vision / public / index.html
100644 119 lines (105 sloc) 4.829 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
  <head>
    <meta http-equiv="content-type" content="text/html; charset=utf-8" />
    <meta name="keywords" content="e-commerce, shopping cart, shopping, ruby on rails, rails, shoppingcart, content management, selling goods, jaded pixel, software development" />
    <meta name="description" content="Jaded Pixel is a small Web 2.0 software company that is focused simplifying the complex world of e-commerce." />
 
    <link rel="stylesheet" href="stylesheets/vision.css" type="text/css" media="screen" />
    <title>Vision - A Designers toolkit for Shopify themes</title>
    
    <script src="http://shopify.com/mint/?js" type="text/javascript"></script>
  </head>
 
  <body>
    <!-- HEADER -->
    <div id="header">
      <h1 id="logo">Vision - Theme design toolkit</h1>
      <div id="nav" class="clear">
        <ul class="clear">
          <li id="first"><a href="/" title="Vision homepage">Home</a></li>
          <li><a href="http://blog.shopify.com" title="We talk about shopify here!">Our Blog</a></li>
          <li><a href="http://www.shopify.com" title="Shopify screenshots">Shopify</a></li>
          <li><a href="http://forums.shopify.com/community" title="Vision Community">Community</a></li>
        </ul>
        </div>
    </div>
    <!-- /HEADER -->
    <div id="container">
<div id="highlight" class="clear">
  <div id="hleft">
   <a href="/media/vision.mov" title="Watch vision in action"><img src="images/vision-screen.gif" alt="Shopify screenshots" class="" /></a>
  </div>
  <div id="hright">
  <h2 id="tagline" style="margin-top:5px;">
    Design and package your own Shopify theme straight from your desktop&hellip;
  </h2>
    <ul>
      <li id ="download">
        <h3><a href="files/<%= @file_zip %>">Download it</a></h3>
        <p>Download Vision and get rolling. For those about to rock, we salute you.</p>
        <ul>
        <li>OSX 10.3 Panther users need to <a href="misc/Ruby-1.8.2.dmg" title="Install Ruby 1.8.2 for OSX 10.3 Panther">install ruby</a></small></li>
        </ul>
      </li>
      <li id ="docs">
        <h3><a href="http://wiki.shopify.com">Get better at it</a></h3>
        <p>
          Check out the extensive documentation and learn how you can design the coolest Shopify theme.
        </p>
      </li>
      <li id ="media">
        <h3><a href="/media/vision.mov">See it in action</a></h3>
        <p>
          Take a look at a sample video we put together on how to get up and running with Vision.
        </p>
      </li>
    </ul>
  </div>
</div>
 
<div id="content">
 
  <div id="main">
    <div id="info">
      
      <h2 style="margin-top:10px;">What is Vision?</h2>
      <p>
       Vision is a stand-alone application that lets you create themes for Shopify stores on your local machine without having to
       setup a database or all that other geek stuff.
      </p>
  
  
      <h2>What do I need to run Vision?</h2>
      <p>Vision comes complete with everything needed to run straight out of the box. If you've got a text editor and a web browser installed, you are ready to roll.</p>
  
  
      <h2>Can you promote my themes?!</h2>
      <p>We are very committed to create an infrastructure for selling themes online and getting designers in touch with potential clients. Be one of the first and start your career as a Shopify Theme Designer now!</p>
 
    </div>
  </div>
  <div style="margin-top:0;margin-bottom: 10px" id="sidebar" class="round">
    <div class="pad">
      <h4 style="margin-bottom:10px;">What others are saying</h4>
      <blockquote>
        <p>[Shopify] has the most extensible theming system I’ve ever seen on any web application</p>
        &mdash;<cite>Mike Rundle</cite>
      </blockquote>
      <blockquote>
        <p>This is the exact package I’ve been looking for&hellip;</p>
      &mdash;<cite>Andy Howard</cite>
      </blockquote>
      <blockquote>
        <p>Wow. Just… wow. I’m incredibly impressed.</p>
        &mdash;<cite>Benedict Eastaugh</cite>
      </blockquote>
      <blockquote>
        <p>I really believe that Shopify is going to take the world by storm.</p>
        &mdash;<cite>James Archer</cite>
      </blockquote>
    </div>
  </div>
 
</div>
<div id="footer">
  <ul>
   <li id="first"><a href="/" title="Shopify homepage">Home</a></li>
    <li><a href="http://blog.shopify.com" title="We talk about shopify here!">Our Blog</a></li>
    <li><a href="http://www.shopify.com" title="Shopify homepage">Shopify</a></li>
    <li><a href="http://shopify.com/contact/">Contact us</a></li>
  </ul>
  Copyright &copy; 2006-2009 <a href="http://jadedpixel.com">JadedPixel</a>&trade;
</div>
    </div>
  </body>
</html>