Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
Latest commit
271 lines (263 loc) · 12.1 KB
/
Copy pathindex.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>
<htmllang-"en">
<head>
<metacharset="utf-8">
<title>Pixelcode</title>
<metaname="description" content="Transform your designs into Swift code instantly.">
<linkrel="shortcut icon" type="image/png" href="./images/faviconLogo.png"/>
<metaname="author" content="">
<metaname="viewport" content="width=device-width, initial-scale=1">
<linkrel="stylesheet" href="skeleton.css"/>
<scriptsrc="https://ajax.googleapis.com/ajax/libs/jquery/3.1.0/jquery.min.js"></script>
<scriptsrc="https://use.fontawesome.com/62036b53a1.js"></script>
<scriptsrc="./script.js"></script>
<linkrel="stylesheet" href="style.css"/>
</head>
<body>
<divid="navbar" class="navbar sticky">
<divclass="container">
<divstyle="display: flex; align-items: center; justify-content: center;" class="row">
<divclass="two columns">
<aid="logo-container" style="margin-left: 0px;" href="javascript:go_to('#main');">
<imgclass="logo" src="./images/pixelcodeText.png"/>
</a>
</div>
<divclass="ten columns right-align">
<ahref="javascript:go_to('#product');">Product</a>
<ahref="javascript:go_to('#features');">Features</a>
<ahref="javascript:go_to('#learn');">Learn</a>
<ahref="javascript:go_to('#about');">About</a>
<ahref="javascript:go_to('#contact');">Contact</a>
<divclass="button-div" onclick="javascript:go_to('#main');">
<aclass="button-a" href="javascript:go_to('#main');">GET EARLY ACCESS</a>
</div>
</div>
</div>
</div>
</div>
<divid="main" class="container" style="margin-bottom:4em; margin-top: 8em;">
<divid="no-center-mobile" class="row" style="display: flex; align-items: center;">
<divclass="four columns" style="margin-bottom: 4em;">
<h3class="u-medium" style="margin-bottom:.5em;">Build iOS apps faster.</h3>
<h5class="u-light" style="margin-bottom:1em;">Transform your designs into industry standard Swift code instantly.</h5>
<formaction="https://formspree.io/tk@pixelcode.io" method="POST">
<inputclass="u-full-width" type="email" placeholder="Enter your email address" id="emailInput" name="email">
<inputtype="hidden" name="_next" value="http://pixelcode.io/confirm.html" />
<inputclass="button-primary" class="u-full-width" type="submit" value="Get early access"/>
</form>
</div>
<divclass="eight columns">
<videocontrolswidth=100%autoplaylooponclick="this.paused ? this.play() : this.pause();">
<sourcesrc="./images/demo.mp4" type="video/mp4">
</video>
</div>
</div>
</div>
<divid="product" class="section">
<divclass="container">
<divclass="row">
<divclass="twelve columns">
<h4class="u-bold u-brand" style="margin-bottom:2em; margin-top: 4em;">Product</h4>
</div>
</div>
<divclass="row">
<divclass="eight columns">
<imgsrc="./images/webapp.png"></img>
</div>
<divclass="four columns">
<h5style="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>
<divid="features" class="section">
<divclass="container">
<divclass="row">
<divclass="twelve columns">
<h4class="u-bold u-brand" style="margin-bottom:2em; margin-top: 4em;">Features</h4>
</div>
</div>
<divclass="row">
<divclass="four columns features">
<imgclass="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>
<divclass="four columns features">
<imgclass="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>
<divclass="four columns features">
<imgclass="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>
<divclass="row">
<divclass="four columns features">
<imgclass="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>
<divclass="four columns features">
<imgclass="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>
<divclass="four columns features">
<imgclass="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>
<divid="learn" class="section">
<divclass="container">
<divclass="row">
<divclass="twelve columns">
<h4class="u-bold u-brand" style="margin-bottom:2em; margin-top: 4em;">Learn</h4>
</div>
</div>
<divclass="row">
<divclass="four columns">
<imgclass="mockup" src="./images/mockup.png"></img>
</div>
<divclass="four columns" style="margin-bottom: 1em;">
<h5class="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>
<divclass="four columns" style="margin-bottom: 1em;">
<h5class="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>
<divclass="four columns" style="margin-bottom: 1em;">
<h5class="u-medium">Buttons</h5>
<h6>Buttons within a cell must be labeled <code>[Name]Button</code></h6>
</div>
<divclass="four columns" style="margin-bottom: 1em;">
<h5class="u-medium">Labels (Text)</h5>
<h6>Text do not have to be specifically labeled! Just the <code>[Name]</code> is fine.</h6>
</div>
<divclass="four columns" style="margin-bottom: 1em;">
<h5class="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>
<divclass="four columns" style="margin-bottom: 1em;">
<h5class="u-medium">All Supported Components</h5>
<button>Coming Soon</button>
</div>
</div>
</div>
</div>
</div>
<divid="about" class="section">
<divclass="container">
<divclass="row">
<divclass="twelve columns">
<h4class="u-bold u-brand" style="margin-bottom:2em; margin-top: 4em;">About</h4>
</div>
</div>
<divclass="row" style="margin-bottom: 3em;">
<divclass="six columns">
<h4class="u-medium">Our Story</h4>
<h6class="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>
<divclass="six columns">
<h4class="u-medium">Our Mission</h4>
<h6class="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>
<divclass="row">
<divclass="four columns profiles">
<imgclass="headshot" src="./images/tk.png"></img>
<div>
<h4class="u-bold" style="margin-bottom: 0em;">TK</h4>
<h6class="u-light" style="margin-bottom: 0em;">Co-founder / CEO</h6>
</div>
</div>
<divclass="four columns profiles">
<imgclass="headshot" src="./images/young.png"></img>
<div>
<h4class="u-bold" style="margin-bottom: 0em;">Young</h4>
<h6class="u-light" style="margin-bottom: 0em;">Co-founder / CTO</h6>
</div>
</div>
<divclass="four columns profiles">
<imgclass="headshot" src="./images/kevin.png"></img>
<div>
<h4class="u-bold" style="margin-bottom: 0em;">Kevin</h4>
<h6class="u-light" style="margin-bottom: 0em;">Co-founder / Lead Developer</h6>
</div>
</div>
</div>
</div>
</div>
<divid="contact" class="section">
<divclass="container">
<divclass="row">
<divclass="twelve columns">
<h4class="u-bold u-brand" style="margin-bottom:2em; margin-top: 4em;">Contact</h4>
</div>
</div>
<divclass="row" style="margin-bottom: 8em;">
<divclass="four columns">
<h5class="u-medium" style="margin-bottom:0;">Business Inquiries</h5>
<ahref="mailto:business@pixelcode.io"><h5>business@pixelcode.io</h5></a>
</div>
<divclass="four columns">
<h5class="u-medium" style="margin-bottom:0;">Support</h5>
<ahref="mailto:support@pixelcode.io"><h5>support@pixelcode.io</h5></a>
</div>
</div>
</div>
</div>
<divid="footer" class="footer">
<divclass="container">
<divclass="row">
<divclass="one columns" style="display: flex;">
<ahref="javascript:go_to('#main');"><imgid="footer-icon" src="./images/logo.svg"></img></a>
</div>
<divclass="four columns">
<h6style="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>
<divclass="six columns offset-by-one footer-links">
<aclass="footer-a" target="_blank" href="https://www.facebook.com/pixelcodeio">
<iclass="fa fa-facebook-official fa-2x" aria-hidden="true"></i>
</a>
<aclass="footer-a" target="_blank" href="https://twitter.com/pixelcodeio">
<iclass="fa fa-twitter fa-2x" aria-hidden="true"></i>
</a>
<aclass="footer-a" target="_blank" href="https://medium.com/@pixelcodeio">
<iclass="fa fa-medium fa-2x" aria-hidden="true"></i>
</a>
<aclass="footer-a" target="_blank" href="https://linkedin.com/company/pixelcodeio">
<iclass="fa fa-linkedin fa-2x" aria-hidden="true"></i>
</a>
</div>
</div>
</div>
</div>
</div>
</body>
</html>