-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.htm
More file actions
697 lines (663 loc) · 39.3 KB
/
index.htm
File metadata and controls
697 lines (663 loc) · 39.3 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
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html lang="en">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<title>Primitus</title>
<meta name="viewport" content="width=1024, user-scalable=no" />
<meta name="description" content="" />
<link rel="shortcut icon" type="image/png" href="images/icons/favicon.png">
<!-- HTML5 shim, for IE6-8 support of HTML elements -->
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!-- styles -->
<link rel="stylesheet" href="css/compiled/screen.css" media="all" type="text/css" />
<!-- javascript -->
<script src="javascripts/jquery-1.6.4.min.js" type="text/javascript" charset="utf-8"></script>
<script src="javascripts/jquery.easing.1.3.js" type="text/javascript" charset="utf-8"></script>
<script src="javascripts/bootstrap-modal.js" type="text/javascript" charset="utf-8"></script>
<script src="javascripts/bootstrap-twipsy.js" type="text/javascript" charset="utf-8"></script>
<script src="javascripts/bootstrap-popover.js" type="text/javascript" charset="utf-8"></script>
<script src="javascripts/global.js" type="text/javascript" charset="utf-8"></script>
<!-- web fonts -->
<link href='http://fonts.googleapis.com/css?family=Raleway:100' rel='stylesheet' type='text/css'>
</head>
<body>
<!-- CONTENT
================================================== -->
<section id="home-section">
<nav class="left nav-left-home" id="left-nav" style="display:none">
<a href="#jobs" class="nav-link" id=""><div class="nav-button arrow-left">Jobs</div></a>
</nav>
<nav class="right nav-right-home" id="right-nav" style="display:none">
<a href="#aboutus" class="nav-link" id=""><div class="nav-button arrow-right">Our story</div></a>
</nav>
<div id="section-bg" class="home-bg">
<div id="page_effect" class="container" style="display:none">
<div class="row">
<div class="span14 columns offset1" style="position: relative;">
<div id="logo-square">
<img src="images/logos/logo-home-square.png" width="244" height="244" alt="Primitus Logo">
</div>
<h1>we translate ideas into reality</h1>
<ul class="media-grid home-nav">
<li><a href="#aboutus" title="Our Story" class="icon-aboutus"><img src="images/icons/home-aboutus.png" width="28" height="27" alt="Our story"></a></li>
<li><a href="#products" title="Products" class="icon-products"><img src="images/icons/home-products.png" width="20" height="27" alt="Primitus Products"></a></li>
<li><a href="#works" title="Works" class="icon-works"><img src="images/icons/home-works.png" width="26" height="27" alt="Primitus Works"></a></li>
<li><a href="#jobs" title="Jobs" class="icon-jobs"><img src="images/icons/home-jobs.png" width="32" height="27" alt="Primitus Jobs"></a></li>
</ul>
<div id="home-nav-text"></div>
</div> <!-- /columns -->
</div> <!-- /row -->
<div class="row" id="pagination" style="margin: 120px 0 30px 0">
<ul class="page-circle">
<li class="circle">
<a href="#home" title="Home" rel="twipsy" class="active">
<img src="images/icons/page-circle.png" width="8" height="8" alt="" />
</a>
</li>
<li class="circle">
<a href="#aboutus" title="Our Story" rel="twipsy" class="home-circle-aboutus">
<img src="images/icons/page-circle.png" width="8" height="8" alt="" />
</a>
</li>
<li class="circle">
<a href="#products" title="Products" rel="twipsy" class="home-circle-products">
<img src="images/icons/page-circle.png" width="8" height="8" alt="" />
</a>
</li>
<li class="circle">
<a href="#works" title="Works" rel="twipsy" class="home-circle-works">
<img src="images/icons/page-circle.png" width="8" height="8" alt="" />
</a>
</li>
<li class="circle">
<a href="#jobs" title="Jobs" rel="twipsy" class="home-circle-jobs">
<img src="images/icons/page-circle.png" width="8" height="8" alt="" />
</a>
</li>
</ul>
</div> <!-- /row -->
</div>
</div>
</section>
<section id="aboutus-section" style="display:none">
<header>
<a href="http://primitus.com"><img src="images/logos/logo-white.png" alt="Primitus" class="logo" border="0" /></a>
</header>
<nav class="left nav-left-aboutus">
<a href="#home" class="nav-link-black" id=""><div class="nav-button arrow-left-black">Home</div></a>
</nav>
<nav class="right nav-right-aboutus">
<a href="#products" class="nav-link-black" id=""><div class="nav-button arrow-right-black">Products</div></a>
</nav>
<div id="section-bg" class="aboutus-bg">
<div class="container">
<div class="row">
<div class="span14 columns offset1 text-col" style="margin-top:80px">
<h1>Our story</h1>
<h2>About Us</h2>
<p>Founded in March 2010, Primitus, an angel-backed startup, is a web development lab located in Hong Kong Science & Technology Park. We focus on building and iterating on new Internet/Mobile products and bringing the best to the market. Our vision is to build Primitus into a lasting world-class technology company and the first truly global brand in China. At the same time, we would like to create a corporate culture capable of sustaining the business year after year.</p>
<p>Our definition of success has three basic ingredients — positive impact, happiness, and financial reward. We are excited about the opportunities ahead and ready for the challenge. We believe that from excitement and bold moves, great things often happen.</p>
<p>Primitus is a member company of the <a href="http://www.hkstp.org/HKSTPC/en_html/en_full1_1.jsp" title="Hong Kong Science & Technology Parks" target="_blank">Incu-Tech Incubation Program</a>, HK Science & Technology Park</p>
</div>
</div> <!-- /row -->
<div class="row">
<div class="span8 columns offset1 text-col" style="margin-top: 0">
<h2>Values</h2>
<p>As we keep looking towards the future, these core values guide our actions.</p>
<ol style="font-size:16px;margin-top:15px">
<li style="margin-bottom: 5px">Satisfy customers with superior quality, value, and service</li>
<li style="margin-bottom: 5px">Stress creativity and imagination in everything we do</li>
<li style="margin-bottom: 5px">Be a company employees are proud to be part of</li>
<li style="margin-bottom: 5px">Honesty & transparency (internally and externally)</li>
<li style="margin-bottom: 5px">Embrace and drive change</li>
<li style="margin-bottom: 5px">Pursue growth and learning</li>
<li style="margin-bottom: 5px">Do more with less</li>
<li style="margin-bottom: 5px">Be passionate and determined</li>
<li style="margin-bottom: 5px">Be humble</li>
<li style="margin-bottom: 5px">Respect our social and physical environment</li>
</ol>
<h2>Methodology</h2>
<p>
Primitus follows the <a href="http://ecorner.stanford.edu/authorMaterialInfo.html?mid=2048" target="_blank">Customer Development</a> and <a href="http://www.amazon.com/Lean-Startup-Entrepreneurs-Continuous-Innovation/dp/0307887898" target="_blank">Lean Startup</a> methodology created by visionary entrepreneurs <a href="http://steveblank.com/" title="Steve Blank">Steve Blank</a> and <a href="http://startuplessonslearned.com/" title="Lessons Learned">Eric Ries</a>. They are disciplined approaches to building companies that really matter. Based on the premise that startups tend to fail through lack of customers rather than lack of technology or product features, these methods are systematic ways of identifying who the customer is, what it is they need and whether that need is sufficient to build a business on. As a result, startups can dramatically reduce the risk associated with bringing a new product to market by building the company from the ground up for rapid iteration and learning.
</p>
<h2 style="margin-bottom:5px">Award</h2>
<a href="http://techcrunch.com/2010/09/26/from-accelerate-2010-in-singapore-list-of-asias-top-50-apps/" target="_blank">
<img src="images/misc/asia-top50.jpg" alt="Asia Top50" border="0" />
</a>
</div><!-- /column -->
<div class="span5 columns offset1 text-col" style="margin-top: 0">
<h2>Media Coverage</h2>
<a href="http://news.hk.msn.com/local/article.aspx?cp-documentid=5148684" target="_blank">
<img src="images/misc/ming.png" alt="Primitus on Ming Pao" border="0" />
</a>
<div style="text-align: center;margin-bottom:18px">Interviewed by Ming Pao on May 3, 2011.</div>
<a href="http://techcrunch.com/2010/09/26/from-accelerate-2010-in-singapore-list-of-asias-top-50-apps/" target="_blank">
<img src="images/misc/techcrunch.png" alt="Primitus on Techcrunch" border="0" />
</a>
<div style="text-align: center;margin-bottom:18px">Asia’s Top 50 Apps winner - Sept 26, 2010.</div>
<a href="http://jp.techcrunch.com/archives/jp-20100725-resume-tracker-help-the-recruiting-for-small-business-by-social-web/" target="_blank">
<img src="images/misc/techcrunch-jp.png" alt="Primitus on Techcrunch Japan" border="0" />
</a>
<div style="text-align: center;margin-bottom:18px">TechCrunch Japan - July 28, 2010.</div>
<a href="http://www.metroradio.com.hk/997/Program/ProgramDetail.aspx?ProgramID=acc2543e-e83f-4025-8eb7-5cbf3fc41dc7" target="_blank">
<img src="images/misc/997.jpg" border="0" alt="997">
</a>
<embed type="application/x-shockwave-flash" flashvars="audioUrl=997.mp3" src="http://www.google.com/reader/ui/3523697345-audio-player.swf" width="280" height="27" quality="best"></embed>
<div style="text-align: center">Interviewed by MetroInfo on May 23, 2011.</div>
</div><!-- /column -->
</div> <!-- /row -->
<div class="row">
<div id="team-info" class="span14 columns offset1 text-col" style="margin-top:20px">
<h2>Team</h2>
<div class="tips"></div>
<ul class="media-grid team-members">
<li>
<ul class="media-grid picture">
<li>
<a href="#" title="Vincent Chan" rel="popover" data-content="An ex-banking analyst turned entrepreneur who is hugely influenced by the book <em>Built to Last</em>. Vincent is the co-founder and president of Primitus. He left his job at Citigroup to pursue success on his own terms. He is passionate about changing the world through great Internet products. His dream is to build Primitus into a lasting company and the first truly global brand in China, one customer at a time. Besides our company blog, he occasionally blog on his own personal site. Vincent graduated from UCLA in 2007 with a degree in Economics.">
<img src="images/photos/vincent.png" alt="Vincent" />
</a>
<h4>Vincent Chan</h4>
<p>Co-Founder & President</p>
<div class="personal-site"><a href="http://aneverendingdream.com" target="_blank" title="A Never Ending Dream">aneverendingdream.com</a></div>
</li>
</ul>
</li>
<li>
<ul class="media-grid picture">
<li>
<a href="#" title="Victor Lam" rel="popover" data-content="Victor Lam, who is influenced by the book <em>The Last Lecture</em>, founded Primitus along with Vincent Chan in the spring of 2010. As Head of Engineering, he oversees the development of all software for Primitus. Prior to founding Primitus, Victor developed web application expertise at CUHK as well as at Pxine Workshop, a private consulting company he founded. He is strongly inspired by the founders of Microsoft, Apple and Google. His dream is to build a Google-style company in Greater China. He would like to build a company that is full of creativity and energy at Primitus. Victor has a bachelor's degree in Internet Engineering from the Chinese University of Hong Kong.">
<img src="images/photos/victor.png" alt="Victor Lam" />
</a>
<h4>Victor Lam</h4>
<p>Co-Founder & Head of Engineering</p>
<div class="personal-site"><a href="http://siulamvictor.com" title="Victor Lam" target="_blank">siulamvictor.com</a></div>
</li>
</ul>
</li>
<li>
<ul class="media-grid picture">
<li> <!-- add style here margin-top and margin-right -->
<a href="#" title="Michael Au-Yeung" rel="popover" data-content="coming soon...">
<img src="images/photos/mike.png" alt="Mike" />
</a>
<h4>Michael Au-Yeung</h4>
<p>Senior Software Engineer</p>
<div class="personal-site"><a href="http://hk.linkedin.com/in/michaelay" target="_blank" title="">Linkedin</a></div>
</li>
</ul>
</li>
<li>
<ul class="media-grid picture">
<li>
<a href="#" title="Peter Wong" rel="popover" data-content="Peter Wong is participating in the 1-year internship program. Just like the meaning of the latin word <em>primitus</em>, this is his first time working as a full-time employee. He is passionate about making life better for others by developing useful applications. In his spare time, he likes to play guitar, write lyrics, and make robots. Peter is studying a bachelor's degree in Computer Science with a minor in Japanese Language at the University of Hong Kong.">
<img src="images/photos/peter.png" alt="Peter Wong" />
</a>
<h4>Peter Wong</h4>
<p>Software Engineer</p>
<div class="personal-site"><a href="http://peterwongpp.com" title="Peter Wong" target="_blank">peterwongpp.com</a></div>
</li>
</ul>
</li>
<li>
<ul class="media-grid picture">
<li>
<a href="#" title="Ted Cheng" rel="popover" data-content="coming soon...">
<img src="images/photos/ted.png" alt="Ted" />
</a>
<h4>Ted Cheng</h4>
<p>Software Engineer</p>
</li>
</ul>
</li>
</ul>
</div>
</div> <!-- /row -->
<div class="row" id="pagination" style="margin: 150px 0 80px 0">
<ul class="page-circle">
<li class="circle">
<a href="#home" title="Home" rel="twipsy" class="aboutus-circle-home">
<img src="images/icons/page-circle.png" width="8" height="8" alt="" />
</a>
</li>
<li class="circle">
<a href="#aboutus" title="Our Story" rel="twipsy" class=" active">
<img src="images/icons/page-circle.png" width="8" height="8" alt="" />
</a>
</li>
<li class="circle">
<a href="#products" title="Products" rel="twipsy" class="aboutus-circle-products">
<img src="images/icons/page-circle.png" width="8" height="8" alt="" />
</a>
</li>
<li class="circle">
<a href="#works" title="Works" rel="twipsy" class="aboutus-circle-works">
<img src="images/icons/page-circle.png" width="8" height="8" alt="" />
</a>
</li>
<li class="circle">
<a href="#jobs" title="Jobs" rel="twipsy" class="aboutus-circle-jobs">
<img src="images/icons/page-circle.png" width="8" height="8" alt="" />
</a>
</li>
</ul>
</div> <!-- /row -->
</div> <!-- /container -->
</div>
</section>
<section id="products-section" style="display:none">
<header>
<a href="http://primitus.com"><img src="images/logos/logo-white.png" alt="Primitus" class="logo" border="0" /></a>
</header>
<nav class="left nav-left-products">
<a href="#aboutus" class="nav-link-black" id=""><div class="nav-button arrow-left-black">Our story</div></a>
</nav>
<nav class="right nav-right-products">
<a href="#works" class="nav-link-black" id=""><div class="nav-button arrow-right-black">Works</div></a>
</nav>
<div id="section-bg" class="products-bg">
<div class="container">
<div class="row">
<div class="span6 columns offset1 text-col">
<img src="images/logos/products-resumetracker.png" alt="Resume Tracker" class="rt-logo" />
<h2>Applicant Tracking for SMB</h2>
<p>Resume Tracker strives to be the easiest way to collect and manage resumes online for SMB. It eliminates the inefficiency of an HR email inbox, improves candidate quality, and reduces time-to-hire.</p>
<p>We provide users with their own careers site to handle job applications and to manage applicant information.</p>
<div id="thumbs">
<ul class="media-grid product-thumb">
<li>
<a rel="images/misc/rt-screen-01.jpg" href="images/misc/rt-screen-01.jpg">
<img src="images/thumbs/rt-01.png" width="71" height="71" alt="Resume Tracker thumb" />
</a>
</li>
<li>
<a rel="images/misc/rt-screen-02.jpg" href="images/misc/rt-screen-02.jpg">
<img src="images/thumbs/rt-02.png" width="71" height="71" alt="Resume Tracker thumb" />
</a>
</li>
<li>
<a rel="images/misc/rt-screen-03.jpg" href="images/misc/rt-screen-03.jpg">
<img src="images/thumbs/rt-03.png" width="71" height="71" alt="Resume Tracker thumb" />
</a>
</li>
<li>
<a rel="images/misc/rt-screen-04.jpg" href="images/misc/rt-screen-04.jpg">
<img src="images/thumbs/rt-04.png" width="71" height="71" alt="Resume Tracker thumb" />
</a>
</li>
</ul>
</div>
<div class="site-link"><a href="http://resumetracker.com" target="_blank">
<i class="web"></i>ResumeTracker.com</a></div>
<div class="site-link"><a href="http://twitter.com/resumetracker" target="_blank">
<i class="twitter"></i>@ResumeTracker</a></div>
</div><!-- /column -->
<div class="span9 columns">
<div id="ipad">
<div id="screen">
<img class="featured" src="images/misc/rt-screen-01.jpg" alt="Resume Tracker Screen 01">
</div>
</div>
</div> <!-- /column -->
</div> <!-- /row -->
<div class="row" id="pagination">
<ul class="page-circle">
<li class="circle">
<a href="#home" title="Home" rel="twipsy" class="products-circle-home">
<img src="images/icons/page-circle.png" width="8" height="8" alt="" />
</a>
</li>
<li class="circle">
<a href="#aboutus" title="Our Story" rel="twipsy" class="products-circle-aboutus">
<img src="images/icons/page-circle.png" width="8" height="8" alt="" />
</a>
</li>
<li class="circle">
<a href="#products" title="Products" rel="twipsy" class="active">
<img src="images/icons/page-circle.png" width="8" height="8" alt="" />
</a>
</li>
<li class="circle">
<a href="#works" title="Works" rel="twipsy" class="products-circle-works">
<img src="images/icons/page-circle.png" width="8" height="8" alt="" />
</a>
</li>
<li class="circle">
<a href="#jobs" title="Jobs" rel="twipsy" class="products-circle-jobs">
<img src="images/icons/page-circle.png" width="8" height="8" alt="" />
</a>
</li>
</ul>
</div> <!-- /row -->
</div>
</div>
</section>
<section id="works-section" style="display:none">
<header>
<a href="http://primitus.com"><img src="images/logos/logo-white.png" alt="Primitus" class="logo" border="0" /></a>
</header>
<nav class="left nav-left-works">
<a href="#products" class="nav-link-black" id=""><div class="nav-button arrow-left-black">Products</div></a>
</nav>
<nav class="right nav-right-works">
<a href="#jobs" class="nav-link-black" id=""><div class="nav-button arrow-right-black">Jobs</div></a>
</nav>
<div id="section-bg" class="works-bg">
<div class="container">
<div class="row">
<div class="span7 columns offset1 text-col">
<img src="images/logos/works-jiepang.png" alt="Jiepang" class="jiepang-logo" />
<h2>LBS Leader in China</h2>
<p>Jiepang China’s leading location-based social app which helps friends share where they are offline and in real-time. To date, over 300 brands have partnered with Jiepang including Starbucks, McDonalds, Nike, Louis Vuitton and more to serve its over 1.3M users in the greater China region.</p>
<p><strong>Primitus</strong> is responsible for Jiepang’s busienss development and marketing activities in Hong Kong.</p>
<br />
<div class="site-link"><a href="http://jiepang.com" target="_blank">
<i class="web"></i>Jiepang.com</a></div>
<div class="site-link"><a href="http://weibo.com/jiepang" target="_blank">
<i class="weibo"></i>@Jiepang</a></div>
</div><!-- /column -->
</div> <!-- /row -->
<div class="row" id="pagination" style="margin-top: 100px">
<ul class="page-circle">
<li class="circle">
<a href="#home" title="Home" rel="twipsy" class="works-circle-home">
<img src="images/icons/page-circle.png" width="8" height="8" alt="" />
</a>
</li>
<li class="circle">
<a href="#aboutus" title="Our Story" rel="twipsy" class="works-circle-aboutus">
<img src="images/icons/page-circle.png" width="8" height="8" alt="" />
</a>
</li>
<li class="circle">
<a href="#products" title="Products" rel="twipsy" class="works-circle-products">
<img src="images/icons/page-circle.png" width="8" height="8" alt="" />
</a>
</li>
<li class="circle">
<a href="#works" title="Works" rel="twipsy" class="active">
<img src="images/icons/page-circle.png" width="8" height="8" alt="" />
</a>
</li>
<li class="circle">
<a href="#jobs" title="Jobs" rel="twipsy" class="works-circle-jobs">
<img src="images/icons/page-circle.png" width="8" height="8" alt="" />
</a>
</li>
</ul>
</div> <!-- /row -->
</div>
</div>
</section>
<section id="jobs-section" style="display:none">
<header>
<a href="http://primitus.com"><img src="images/logos/logo-white.png" alt="Primitus" class="logo" border="0" /></a>
</header>
<nav class="left nav-left-jobs">
<a href="#works" class="nav-link-black" id=""><div class="nav-button arrow-left-black">Works</div></a>
</nav>
<nav class="right nav-right-jobs">
<a href="#home" class="nav-link-black" id=""><div class="nav-button arrow-right-black">Home</div></a>
</nav>
<div id="section-bg" class="jobs-bg">
<div class="container">
<div class="row">
<div class="span14 columns offset1 text-col">
<h1>Come join the revolution.</h1>
<h2>Working at Primitus</h2>
<p>Compared to many companies in HK, working at Primitus is a whole different experience. We think inefficient corporate bureaucracy, annoying co-workers, and disrespectful bosses suck. We are trying to build a new kind of company that employees are proud to be part of. We hope to create an environment that employees will treat our work less of a job, but more of an opportunity to make a positive impact on the lives of others.</p>
<p>Yet changing the status quo from scratch requires a wide variety of skills. That's why at Primitus, every team member is a hands-on contributor, and everyone wears several hats. Our goal is to build a small team of people who share the same values but bring a different and complementary set of skills.</p>
<p>We don't really care if you have a degree. We just care if you share our values, have a strong passion in building great Internet products, and has a personality that fits with ours.</p>
<img src="images/misc/jobs-office.jpg" alt="Jobs Office" style="margin-top:20px">
<h2>Culture & Atmosphere</h2><a name="culture"></a>
<p>Our vision is to build Primitus into <a href="http://aneverendingdream.com/2006/09/26/china-so-many-billionaires-so-few-great-global-corporations/" target="_blank">a long lasting company</a>. In order to do so, we need to create a great company culture to attract exceptional talents who can create great products which produce happy customers and financial success. Many companies start the opposite way by figuring out a way to make money and then making their people and culture an afterthought. We look to <em>Zappos, Netflix, Google, Apple, Salesforce.com, innocent drinks, Patagonia, Virgin, Disney, Starbucks, Toyota</em> and <em>Pixar</em> as our cultural models. At our company, we have mutual respect for one another no matter what titles you have. We enforce a strict no-assholes policy which means "<strong>We don't hire assholes here</strong>".</p>
<p>Also, we strongly believe that a successful company needs to have a corporate mission that is bigger than making a profit. Primitus has adopted a community involvement program based on the famous 1/1/1 integrated philanthropy model used by Google, PalmOne and <a href="http://www.salesforce.com/foundation/" target="_blank">Salesforce.com</a>. We will contribute 1% of product, <a href="http://www.kiva.org/team/primitus" target="_blank">1% of equity</a>, and 1% of employee hours back to the communities it serves.</p>
<p>To get a feeling of our culture and work atmosphere, you can check out our <a href="http://primitus.tumblr.com" target="_blank">Tumblr Blog</a>. Below are some highlights of our journey so far:</p>
<div class='ji-tumblr-photos' style="margin-top:30px">
<a id='ji-tumblr-url-widgy-1' href='' target="_blank">
<img border='0' style='margin:0px;border:1px solid #ccc;' id='ji-tumblr-photo-widgy-1' src='' alt='' />
</a>
<a id='ji-tumblr-url-widgy-2' href='' target="_blank">
<img border='0' style='margin:1px;border:1px solid #ccc;' id='ji-tumblr-photo-widgy-2' src='' alt='' />
</a>
<a id='ji-tumblr-url-widgy-3' href='' target="_blank">
<img border='0' style='margin:0px;border:1px solid #ccc;' id='ji-tumblr-photo-widgy-3' src='' alt='' />
</a>
<a id='ji-tumblr-url-widgy-4' href='' target="_blank">
<img border='0' style='margin:1px;border:1px solid #ccc;' id='ji-tumblr-photo-widgy-4' src='' alt='' />
</a>
<a id='ji-tumblr-url-widgy-5' href='' target="_blank">
<img border='0' style='margin:1px;border:1px solid #ccc;' id='ji-tumblr-photo-widgy-5' src='' alt='' />
</a>
<a id='ji-tumblr-url-widgy-6' href='' target="_blank">
<img border='0' style='margin:1px;border:1px solid #ccc;' id='ji-tumblr-photo-widgy-6' src='' alt='' />
</a>
<a id='ji-tumblr-url-widgy-7' href='' target="_blank">
<img border='0' style='margin:1px;border:1px solid #ccc;' id='ji-tumblr-photo-widgy-7' src='' alt='' />
</a>
<a id='ji-tumblr-url-widgy-8' href='' target="_blank">
<img border='0' style='margin:0px;border:1px solid #ccc;' id='ji-tumblr-photo-widgy-8' src='' alt='' />
</a>
<a id='ji-tumblr-url-widgy-9' href='' target="_blank">
<img border='0' style='margin:1px;border:1px solid #ccc;' id='ji-tumblr-photo-widgy-9' src='' alt='' />
</a>
<a id='ji-tumblr-url-widgy-10' href='' target="_blank">
<img border='0' style='margin:0px;border:1px solid #ccc;' id='ji-tumblr-photo-widgy-10' src='' alt='' />
</a>
</div>
<script type='text/javascript' src='http://primitus.tumblr.com/api/read/json?number=10&type=photo'></script>
<script type='text/javascript'>
document.getElementById('ji-tumblr-photo-widgy-1').setAttribute('src', tumblr_api_read.posts[0]['photo-url-75']);
document.getElementById('ji-tumblr-url-widgy-1').setAttribute('href', tumblr_api_read.posts[0]['url-with-slug']);
document.getElementById('ji-tumblr-photo-widgy-2').setAttribute('src', tumblr_api_read.posts[1]['photo-url-75']);
document.getElementById('ji-tumblr-url-widgy-2').setAttribute('href', tumblr_api_read.posts[1]['url-with-slug']);
document.getElementById('ji-tumblr-photo-widgy-3').setAttribute('src', tumblr_api_read.posts[2]['photo-url-75']);
document.getElementById('ji-tumblr-url-widgy-3').setAttribute('href', tumblr_api_read.posts[2]['url-with-slug']);
document.getElementById('ji-tumblr-photo-widgy-4').setAttribute('src', tumblr_api_read.posts[3]['photo-url-75']);
document.getElementById('ji-tumblr-url-widgy-4').setAttribute('href', tumblr_api_read.posts[3]['url-with-slug']);
document.getElementById('ji-tumblr-photo-widgy-5').setAttribute('src', tumblr_api_read.posts[4]['photo-url-75']);
document.getElementById('ji-tumblr-url-widgy-5').setAttribute('href', tumblr_api_read.posts[4]['url-with-slug']);
document.getElementById('ji-tumblr-photo-widgy-6').setAttribute('src', tumblr_api_read.posts[5]['photo-url-75']);
document.getElementById('ji-tumblr-url-widgy-6').setAttribute('href', tumblr_api_read.posts[5]['url-with-slug']);
document.getElementById('ji-tumblr-photo-widgy-7').setAttribute('src', tumblr_api_read.posts[6]['photo-url-75']);
document.getElementById('ji-tumblr-url-widgy-7').setAttribute('href', tumblr_api_read.posts[6]['url-with-slug']);
document.getElementById('ji-tumblr-photo-widgy-8').setAttribute('src', tumblr_api_read.posts[7]['photo-url-75']);
document.getElementById('ji-tumblr-url-widgy-8').setAttribute('href', tumblr_api_read.posts[7]['url-with-slug']);
document.getElementById('ji-tumblr-photo-widgy-9').setAttribute('src', tumblr_api_read.posts[8]['photo-url-75']);
document.getElementById('ji-tumblr-url-widgy-9').setAttribute('href', tumblr_api_read.posts[8]['url-with-slug']);
document.getElementById('ji-tumblr-photo-widgy-10').setAttribute('src', tumblr_api_read.posts[9]['photo-url-75']);
document.getElementById('ji-tumblr-url-widgy-10').setAttribute('href', tumblr_api_read.posts[9]['url-with-slug']);
</script>
<h2 style="margin-bottom:35px">Why Work at Primitus?</h2> <a name="why"></a>
<div class="row" style="margin-bottom: 10px">
<div class="span4 columns">
<h3>Vision</h3>
</div>
<div class="span10 columns">
<p>Our vision is straightforward - to build Primitus into a lasting world-class technology company and the first truly global brand in China. This is no easy task though. Working at Primitus offers you a chance to help make it reality. Want to be part of something big? <a href="#positions">Let's talk</a>.
</p>
</div>
</div>
<div class="row" style="margin-bottom: 10px">
<div class="span4 columns">
<h3>Work</h3>
</div>
<div class="span10 columns">
<p>The most important benefit we can offer is the work itself. At Primitus, you will have the chance to solve interesting problems while having a positive impact on the world. Life is too short to spend your precious time on trivial and unfulfilling works. To help you meet the challenge, we are creating a workplace culture that gives us rapid learning, accelerated responsibility, and a zero-politics work environment, which is unusual compared to many companies in Hong Kong.</p>
</div>
</div>
<div class="row" style="margin-bottom: 10px">
<div class="span4 columns">
<h3>Peers</h3>
</div>
<div class="span10 columns">
<p>At the end of the day, an organization can only be as good as its people. We try to recruit a select crew of people who are smart, creative, up for any challenge, and incredibly excited about what they do on a shared mission. The kind of people you'd want to hang around. We respect other people's opinions but aren't afraid to speak our mind. We make sure you will be in very good company.
</p>
</div>
</div>
<div class="row" style="margin-bottom: 10px">
<div class="span4 columns">
<h3>Speed</h3>
</div>
<div class="span10 columns">
<p>Startups have two advantages: stealth and speed. So speed is our primary operating principle. We run our company with that principle in mind everyday; each Primitus product has only 2-4 people developing it. We communicate openly and honestly to minimize politics so everyone has a voice. We care deeply about the speed and quality of everything we do, and we don't think much of formalities or convention. Our goal is to maintain a culture of openness and trust from the inside out.</p>
</div>
</div>
<div class="row" style="margin-bottom: 10px">
<div class="span4 columns">
<h3>Engineering</h3>
</div>
<div class="span10 columns">
<p>At Primitus, we use new and effective technology to our advantage. We develop primarily in Ruby on Rails, Objective C, some PHP, MySQL, MongoDB, HTML 5, CSS 3, SASS, Javascript (jQuery), Node.js and Git. We follow Agile Software Development methodologies, such as Scrum and Extreme Programming, helping us to produce higher quality software more productively. If you're not afraid to dive into new and unfamiliar technologies, Primitus may be the place for you.</p>
</div>
</div>
<div class="row" style="margin-bottom: 10px">
<div class="span4 columns">
<h3>Design</h3>
</div>
<div class="span10 columns">
<p>Everything we do here is design. A lot of people think of design as visual, something that looks pretty. But we think design is more than that. It is also about efficiency and making things simple. So we consider Engineering as part of the design process. Every Primitus product has to be beautifully designed. Everybody at Primitus shares this passion. We want to design the beautiful and build the impossible.
</p>
</div>
</div>
<div class="row" style="margin-bottom: 10px">
<div class="span4 columns">
<h3>Innovation</h3>
</div>
<div class="span10 columns">
<p>In order to innovate, you have to experiment. And when you experiment, you can fail. Yet we like to tinkering and experimenting product ideas because we believe successful startups don't begin with brilliant ideas - they discover them. We think <a href="http://amzn.to/hZ8QS1" target="_blank">little bets</a> are more likely to lead to big ideas than big bets. By placing small bets, we can iterate as cheaply and quickly as possible to learn about valuable problems and opportunities. We experiment product ideas in continuous cycles. In each cycle, many things are prototyped, a few are launched, most are failed, and if we are lucky, one will be spun out into a viable company that have a big impact. Then the cycle begins again. If all this crazy talk makes sense to you, we'd love to connect.
</p>
</div>
</div>
<h2>Open Positions</h2><a name="positions"></a>
<p>We are always looking for people who can create great Internet products, especially multi-talented engineers and designers who have a strong passion in startups. If you'd like to join us but don't see a vacancy that suits you, don't hesitate to contact us with your story, resume or portfolio.</p>
<div style="margin:20px 0"><script type="text/javascript" src="http://primitus.resumetracker.com/public/widget.js"></script></div>
</div><!-- /column -->
</div> <!-- /row -->
<div class="row" id="pagination" style="margin-bottom: 80px">
<ul class="page-circle">
<li class="circle">
<a href="#home" title="Home" rel="twipsy" class="jobs-circle-home">
<img src="images/icons/page-circle.png" width="8" height="8" alt="" />
</a>
</li>
<li class="circle">
<a href="#aboutus" title="Our Story" rel="twipsy" class="jobs-circle-aboutus">
<img src="images/icons/page-circle.png" width="8" height="8" alt="" />
</a>
</li>
<li class="circle">
<a href="#products" title="Products" rel="twipsy" class="jobs-circle-products">
<img src="images/icons/page-circle.png" width="8" height="8" alt="" />
</a>
</li>
<li class="circle">
<a href="#works" title="Works" rel="twipsy" class="jobs-circle-works">
<img src="images/icons/page-circle.png" width="8" height="8" alt="" />
</a>
</li>
<li class="circle">
<a href="#jobs" title="Jobs" rel="twipsy" class="active">
<img src="images/icons/page-circle.png" width="8" height="8" alt="" />
</a>
</li>
</ul>
</div> <!-- /row -->
</div> <!-- /container -->
</div>
</section>
<!-- FOOTER
================================================== -->
<footer style="margin:0">
<div class="container">
<div id="modal-from-dom" class="modal hide fade">
<div class="modal-header">
<a href="#" class="close">×</a>
<h3>Contact us</h3>
</div>
<div class="modal-body">
<p>We love to talk to our users and make friends. If you have a question, an idea, or even just want to say hi, feel free to use the info below to reach us.</p>
<p>You can shoot an email to our founder contact [at] primitus.com</p>
<p>or you can follow us on twitter @<a href="http://www.twitter.com/primitus" title="Primitus Twitter" target="_blank">Primitus</a></p>
<p>or you can connect with us on <a href="http://www.linkedin.com/company/754863" title="Primitus Limited | LinkedIn" target="_blank">LinkedIn</a></p>
<p>and definitely visit our blog <a href="http://blog.primitus.com/" title="Primitus Blog">blog.primitus.com</a> </p>
</div>
</div>
<!-- <div class="row">
<div class="span16 columns">
<ul class="foot-nav clearfix">
<li><a href="#home" class="footer-home">Home</a></li>
<li><a href="#aboutus" class="footer-aboutus">Our Story</a></li>
<li><a href="#products" class="footer-products">Products</a></li>
<li><a href="#works" class="footer-works">Works</a></li>
<li><a href="#jobs" class="footer-jobs">Jobs</a></li>
<li><a href="http://primitus.com/blog">Blog</a></li>
<li><a href="#" class="" data-controls-modal="modal-from-dom" data-backdrop="true">Contact Us</a></li>
</ul>
</div>
</div> /row -->
<div class="row">
Copyright ©2010-2011 Primitus Limited. All rights reserved.
</div> <!-- /row -->
<div class="row">
<div class="span16 columns">
<ul class="foot-sns">
<li>
<a href="#" class="" data-controls-modal="modal-from-dom" data-backdrop="true">
<img src="images/icons/footer-mail.png" width="25" height="25" alt="Email Primitus" />
</a>
</li>
<li>
<a href="http://facebook.com/theprimitus" target="_blank">
<img src="images/icons/footer-fb.png" width="25" height="25" alt="Primitus Facebook" />
</a>
</li>
<li>
<a href="http://twitter.com/primitus" target="_blank">
<img src="images/icons/footer-twitter.png" width="25" height="25" alt="Primitus Twitter" />
</a>
</li>
<li>
<a href="http://www.linkedin.com/company/754863" target="_blank">
<img src="images/icons/footer-linkedin.png" width="25" height="25" alt="Primitus Linkedin" />
</a>
</li>
<li>
<a href="http://weibo.com/primitus" target="_blank">
<img src="images/icons/footer-weibo.png" width="25" height="25" alt="Primitus Weibo" />
</a>
</li>
<li>
<a href="http://primitus.tumblr.com" target="_blank">
<img src="images/icons/footer-tumblr.png" width="25" height="25" alt="Primitus Tumblr" />
</a>
</li>
<li>
<a href="http://www.kiva.org/team/primitus" target="_blank">
<img src="images/icons/footer-kiva.png" width="25" height="25" alt="Primitus Kiva" />
</a>
</li>
</ul>
</div>
</div> <!-- /row -->
<div class="row">
<img src="images/logos/footer.png" width="49" height="49" alt="Primitus Logo">
</div> <!-- /row -->
</div>
</footer>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-25874707-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</body>
</html>