-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
271 lines (263 loc) · 12.1 KB
/
index.html
File metadata and controls
271 lines (263 loc) · 12.1 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
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
<!DOCTYPE html>
<html lang-"en">
<head>
<meta charset="utf-8">
<title>Pixelcode</title>
<meta name="description" content="Transform your designs into Swift code instantly.">
<link rel="shortcut icon" type="image/png" href="./images/faviconLogo.png"/>
<meta name="author" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="skeleton.css"/>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.0/jquery.min.js"></script>
<script src="https://use.fontawesome.com/62036b53a1.js"></script>
<script src="./script.js"></script>
<link rel="stylesheet" href="style.css"/>
</head>
<body>
<div id="navbar" class="navbar sticky">
<div class="container">
<div style="display: flex; align-items: center; justify-content: center;" class="row">
<div class="two columns">
<a id="logo-container" style="margin-left: 0px;" href="javascript:go_to('#main');">
<img class="logo" src="./images/pixelcodeText.png"/>
</a>
</div>
<div class="ten columns right-align">
<a href="javascript:go_to('#product');">Product</a>
<a href="javascript:go_to('#features');">Features</a>
<a href="javascript:go_to('#learn');">Learn</a>
<a href="javascript:go_to('#about');">About</a>
<a href="javascript:go_to('#contact');">Contact</a>
<div class="button-div" onclick="javascript:go_to('#main');">
<a class="button-a" href="javascript:go_to('#main');">GET EARLY ACCESS</a>
</div>
</div>
</div>
</div>
</div>
<div id="main" class="container" style="margin-bottom:4em; margin-top: 8em;">
<div id="no-center-mobile" class="row" style="display: flex; align-items: center;">
<div class="four columns" style="margin-bottom: 4em;">
<h3 class="u-medium" style="margin-bottom:.5em;">Build iOS apps faster.</h3>
<h5 class="u-light" style="margin-bottom:1em;">Transform your designs into industry standard Swift code instantly.</h5>
<form action="https://formspree.io/tk@pixelcode.io" method="POST">
<input class="u-full-width" type="email" placeholder="Enter your email address" id="emailInput" name="email">
<input type="hidden" name="_next" value="http://pixelcode.io/confirm.html" />
<input class="button-primary" class="u-full-width" type="submit" value="Get early access"/>
</form>
</div>
<div class="eight columns">
<video controls width=100% autoplay loop onclick="this.paused ? this.play() : this.pause();">
<source src="./images/demo.mp4" type="video/mp4">
</video>
</div>
</div>
</div>
<div id="product" class="section">
<div class="container">
<div class="row">
<div class="twelve columns">
<h4 class="u-bold u-brand" style="margin-bottom:2em; margin-top: 4em;">Product</h4>
</div>
</div>
<div class="row">
<div class="eight columns">
<img src="./images/webapp.png"></img>
</div>
<div class="four columns">
<h5 style="margin-bottom: 1em;">Pixelcode is a web-based tool that allows you to upload iOS designs and automatically generate Swift code.</h5>
<ol>
<li>Follow our documentation to name components in your designs.</li>
<li>Simply upload the designs onto the web app using the Pixelcode plugin.</li>
<li>View screens, download functional Swift code, leave comments to clarify anything, and view the up-to-date style guide.</li>
<li>Link screens using our Navigation feature so that buttons lead to different screens.</li>
</ol>
</div>
</div>
</div>
</div>
<div id="features" class="section">
<div class="container">
<div class="row">
<div class="twelve columns">
<h4 class="u-bold u-brand" style="margin-bottom:2em; margin-top: 4em;">Features</h4>
</div>
</div>
<div class="row">
<div class="four columns features">
<img class="icon" src="./images/code.png" style="margin-bottom: 1em;">
<div>
<h5>Industry Swift Code</h5>
<h6>Generate code that follows industry standard iOS developer conventions and uses AutoLayout to ensure pixel-perfect designs for all different sizes.</h6>
</div>
</div>
<div class="four columns features">
<img class="icon" src="./images/nav.png" style="margin-bottom: 1em;">
<div>
<h5>Navigation</h5>
<h6>Create transitions easily between iOS screens with our web application so that action buttons lead to different screens.</h6>
</div>
</div>
<div class="four columns features">
<img class="icon" src="./images/comment.png" style="margin-bottom: 1em;">
<div>
<h5>Comments</h5>
<h6>Discuss designs with designers, managers, and developers. Leave comments to clarify anything.</h6>
</div>
</div>
</div>
<div class="row">
<div class="four columns features">
<img class="icon" src="./images/guide.png" style="margin-bottom: 1em;">
<div>
<h5>Style Guide</h5>
<h6>Upload your designs to automatically generate style guides to help developers easily view all the fonts, sizes, and colors.</h6>
</div>
</div>
<div class="four columns features">
<img class="icon" src="./images/sketch.png" style="margin-bottom: 1em;">
<div>
<h5>Sketch Friendly</h5>
<h6>Sync your Sketch artboards to the web application using our Pixelcode plugin.</h6>
</div>
</div>
<div class="four columns features">
<img class="icon" src="./images/more.png" style="margin-bottom: 1em;">
<div>
<h5>Components</h5>
<h6>Transform iOS components such as <code>UIButton</code>, <code>UITableView</code>, and <code>UINavBar</code> into functional Swift code. More components are being added every week!</h6>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="learn" class="section">
<div class="container">
<div class="row">
<div class="twelve columns">
<h4 class="u-bold u-brand" style="margin-bottom:2em; margin-top: 4em;">Learn</h4>
</div>
</div>
<div class="row">
<div class="four columns">
<img class="mockup" src="./images/mockup.png"></img>
</div>
<div class="four columns" style="margin-bottom: 1em;">
<h5 class="u-medium">List Views</h5>
<h6>These are defined by a group with <code>[Name]ListView</code>. There is an optional <code>bound</code> rectangle that defines the wash, and everything else must be inside groups called <code>[Name]Cell</code></h6>
</div>
<div class="four columns" style="margin-bottom: 1em;">
<h5 class="u-medium">Tab Bars</h5>
<h6>Tab bars must be in a group with <code>tabBar</code> in its name. Active tab bar buttons must contain <code>activeTabButton</code> in its name. Nonactive must contain <code>tabButton</code> in its name.</h6>
</div>
<div class="four columns" style="margin-bottom: 1em;">
<h5 class="u-medium">Buttons</h5>
<h6>Buttons within a cell must be labeled <code>[Name]Button</code></h6>
</div>
<div class="four columns" style="margin-bottom: 1em;">
<h5 class="u-medium">Labels (Text)</h5>
<h6>Text do not have to be specifically labeled! Just the <code>[Name]</code> is fine.</h6>
</div>
<div class="four columns" style="margin-bottom: 1em;">
<h5 class="u-medium">Images</h5>
<h6>Images, polygons, paths, circles do not have to be specifically labeled! Just the <code>[Name]</code> is fine.</h6>
</div>
<div class="four columns" style="margin-bottom: 1em;">
<h5 class="u-medium">All Supported Components</h5>
<button>Coming Soon</button>
</div>
</div>
</div>
</div>
</div>
<div id="about" class="section">
<div class="container">
<div class="row">
<div class="twelve columns">
<h4 class="u-bold u-brand" style="margin-bottom:2em; margin-top: 4em;">About</h4>
</div>
</div>
<div class="row" style="margin-bottom: 3em;">
<div class="six columns">
<h4 class="u-medium">Our Story</h4>
<h6 class="u-light">Our team, comprised of a product designer, iOS developer, and backend developer saw a gap in existing design hand-off tools. We realized that despite having pixel-perfect designs, developers spend much of their time coding pixels. We built Pixelcode to streamline this process by instantly generating functional code from designs.</h6>
</div>
<div class="six columns">
<h4 class="u-medium">Our Mission</h4>
<h6 class="u-light">Our goal is to make iOS app development as seamless as possible. By reducing the time spent on coding pixels, teams have more time to focus on more important things such as functionality.</h6>
</div>
</div>
<div class="row">
<div class="four columns profiles">
<img class="headshot" src="./images/tk.png"></img>
<div>
<h4 class="u-bold" style="margin-bottom: 0em;">TK</h4>
<h6 class="u-light" style="margin-bottom: 0em;">Co-founder / CEO</h6>
</div>
</div>
<div class="four columns profiles">
<img class="headshot" src="./images/young.png"></img>
<div>
<h4 class="u-bold" style="margin-bottom: 0em;">Young</h4>
<h6 class="u-light" style="margin-bottom: 0em;">Co-founder / CTO</h6>
</div>
</div>
<div class="four columns profiles">
<img class="headshot" src="./images/kevin.png"></img>
<div>
<h4 class="u-bold" style="margin-bottom: 0em;">Kevin</h4>
<h6 class="u-light" style="margin-bottom: 0em;">Co-founder / Lead Developer</h6>
</div>
</div>
</div>
</div>
</div>
<div id="contact" class="section">
<div class="container">
<div class="row">
<div class="twelve columns">
<h4 class="u-bold u-brand" style="margin-bottom:2em; margin-top: 4em;">Contact</h4>
</div>
</div>
<div class="row" style="margin-bottom: 8em;">
<div class="four columns">
<h5 class="u-medium" style="margin-bottom:0;">Business Inquiries</h5>
<a href="mailto:business@pixelcode.io"><h5>business@pixelcode.io</h5></a>
</div>
<div class="four columns">
<h5 class="u-medium" style="margin-bottom:0;">Support</h5>
<a href="mailto:support@pixelcode.io"><h5>support@pixelcode.io</h5></a>
</div>
</div>
</div>
</div>
<div id="footer" class="footer">
<div class="container">
<div class="row">
<div class="one columns" style="display: flex;">
<a href="javascript:go_to('#main');"><img id="footer-icon" src="./images/logo.svg"></img></a>
</div>
<div class="four columns">
<h6 style="color: #999999; margin-bottom: 4em;" class="u-light">Pixelcode makes the iOS development process faster by instantly generating code from designs so you have more time to create the best product possible.</h6>
</div>
<div class="six columns offset-by-one footer-links">
<a class="footer-a" target="_blank" href="https://www.facebook.com/pixelcodeio">
<i class="fa fa-facebook-official fa-2x" aria-hidden="true"></i>
</a>
<a class="footer-a" target="_blank" href="https://twitter.com/pixelcodeio">
<i class="fa fa-twitter fa-2x" aria-hidden="true"></i>
</a>
<a class="footer-a" target="_blank" href="https://medium.com/@pixelcodeio">
<i class="fa fa-medium fa-2x" aria-hidden="true"></i>
</a>
<a class="footer-a" target="_blank" href="https://linkedin.com/company/pixelcodeio">
<i class="fa fa-linkedin fa-2x" aria-hidden="true"></i>
</a>
</div>
</div>
</div>
</div>
</div>
</body>
</html>