-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
80 lines (78 loc) · 3.42 KB
/
index.html
File metadata and controls
80 lines (78 loc) · 3.42 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
---
title: about
---
<section id="home-intro">
<div class="container no-top-border">
<div class="row">
<div id="intro" class="col-md-offset-1 col-md-10">
<div class="pichak-logo">
<img class="pichak" src="img/pichak-logo.svg" width="140px" height="140px">
<h1 class="pichak">Pichak</h1>
<h2>Growth Matters</h2>
</div>
<article>
<p>Pichak is a <strong>fast-growing</strong> startup in the global market. We believed we could do business internationally and now, we’ve proved it by attracting <strong>millions of users all around the world</strong>. We have some famous products like Recordium that has been featured in different media channels such as “The Guardian”; and Cooolkey which <strong>ranked #1 in the Apple App Store</strong> for a while, on top of apps like Facebook and Twitter.</p>
<p>Behind our amazing products there is a family of 30 talented and friendly individuals who are doing their best to deliver fantastic experience to our users. In our company we value honesty and smart-working. We have a big dream and we believe that <strong>everything is possible in Pichak’s territory.</strong></p>
</article>
</div>
</div>
</div>
</section>
<section id="products">
<div class="container no-top-border">
<div class="row">
<div class="col-md-12 text-center">
<header class="lined-header">
<h1>Products</h1>
</header>
</div>
</div>
<div id="apps" class="row">
<div class="col-md-4">
<a href="/cooolkey">
<div class="appicon">
<img class="bottom" src="/img/prdct-cooolkey-color.svg">
<img class="top" src="/img/prdct-cooolkey.svg">
</div>
<h2>Cooolkey</h2>
</a>
</div>
<div class="col-md-4">
<a href="/recordium">
<div class="appicon">
<img class="bottom" src="/img/prdct-recordium-color.svg">
<img class="top" src="/img/prdct-recordium.svg">
</div>
<h2>Recordium</h2>
</a>
</div>
<div class="col-md-4">
<a href="/appjs">
<div class="appicon">
<img class="bottom" src="/img/prdct-appjs-color.svg">
<img class="top" src="/img/prdct-appjs.svg">
</div>
<h2>AppJS</h2>
</a>
</div>
</div>
</div>
</section>
<section id="home-people">
<div class="container no-top-border">
<div class="row">
<div class="col-md-12 text-center">
<header class="lined-header">
<h1>Work at Pichak</h1>
</header>
</div>
</div>
<div id="people" class="row">
<img id="workspace" class="img-responsive" src="/img/workspace.svg">
<p>
<!--a class="btn btn-default" href="#" role="button">Pichak Culture</a-->
<a class="btn btn-success" href="/jobs" role="button">Open Positions</a>
</p>
</div>
</div>
</section>