-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
155 lines (140 loc) · 6.79 KB
/
index.html
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
---
layout: default
---
<div class="home">
<div class="section" id="welcome-section">
<h1 class="big">Yet another software engineers, are we?</h1>
<h2>We build web applications on a daily basis.</h2>
<h3>We do Java, Ruby, Elixir, JavaScript stuff.</h3>
</div>
<div class="section section-bottom-border" id="profile-section">
<h1 class="big">Who are we?</h1>
<div class="container">
<div class="column-left">
<div class="profile-container-left">
<img class="profile-img" src="/images/profile/tomek.jpg">
<p class="text-align-center profile-name">Tomasz Banaś</p>
<p>
Java developer since 2012. In the beginning of his career he worked on CRM for global telecom operator.
Since 2014 working for US clients. Programmer of applications for airlines and travel agencies which handle 500TPS.
</p>
<p>
{% include icon-twitter.html username="tomabanas" %}<br />
{% include icon-github.html username="Tomabana" %}<br />
{% include icon-linkedin.html username="tomabanas" %}
</p>
</div>
</div>
<div class="column-center">
<div class="profile-container-center">
<img class="profile-img" src="/images/profile/kamil.jpg">
<p class="text-align-center profile-name">Kamil Kubacki</p>
<p>Java developer since 2012. Creates software solutions for travelers, travel agencies
and airlines from the United States of America, Europe and the United Arab Emirates.
Closely cooperates with clients to meet their needs.
Co-founder and software developer in <a href="http://www.zink24.com/">Zink24</a> platform.
</p>
<p>
{% include icon-twitter.html username="KamilKubacki" %}<br />
{% include icon-github.html username="Natif" %}<br />
{% include icon-linkedin.html username="KamilKubacki" %}
</p>
</div>
</div>
<div class="column-right">
<div class="profile-container-right">
<img class="profile-img" src="/images/profile/artur.jpg">
<p class="text-align-center profile-name">Artur Trzop</p>
<p>
Ruby developer since 2012. The author of <a href="https://github.com/ArturT/knapsack">knapsack gem</a> and the <a href="http://knapsackpro.com">KnapsackPro.com</a> tool which helps to optimize test suite distribution across continuous integration servers. He worked for recent years with business financing clients from San Francisco and London.
</p>
<p>
{% include icon-twitter.html username="ArturTrzop" %}<br />
{% include icon-github.html username="ArturT" %}<br />
{% include icon-linkedin.html username="ArturTrzop" %}
</p>
</div>
</div>
</div>
</div>
<div class="section section-bottom-border" id="how-we-work-section">
<h1 class="big">How do we work?</h1>
<div class="how-we-work">
<div class="container">
<div class="column-padding">
<div class="specialization-header">
<i class="fa fa-puzzle-piece fa-3x"></i>
<h3>Projects</h3>
</div>
<p>We can help you in many ways:</p>
<ul>
<li>extend your team in order to support and maintain your projects,</li>
<li>build MVPs according to your mockups,</li>
<li>convert your ideas into applications.</li>
</ul>
</div>
<div class="column-padding">
<div class="specialization-header">
<i class="fa fa-comments-o fa-3x"></i>
<h3>Communication</h3>
</div>
<p>
We put great emphasis on direct communication with customers.<br>
Due to remote type of work we use Skype, Slack and Google Hangouts on a daily basis.
</p>
</div>
<div class="column-padding">
<div class="specialization-header">
<i class="fa fa-clock-o fa-3x"></i>
<h3>Contracts</h3>
</div>
<p>Our contracts are based on Time & Materials.</p>
</div>
</div>
</div>
</div>
<div class="section section-bottom-border" id="technology-section">
<h1 class="big">Technologies we use</h1>
<div class="tech-icons">
<div class="tech-icons-group tech-icons-group-languages">
<img src="images/technologies/ruby.png" class="tech-icon" alt="Ruby"/>
<img src="images/technologies/java.png" class="tech-icon tech-icon-java" alt="Java"/>
<img src="images/technologies/elixir.png" class="tech-icon" alt="Elixir"/>
<img src="images/technologies/javascript.png" class="tech-icon" alt="JavaScript"/>
<img src="images/technologies/angular.svg" class="tech-icon" alt="Angular"/>
</div>
<div class="tech-icons-group tech-icons-group-frameworks">
<img src="images/technologies/ruby_on_rails.svg" class="tech-icon" alt="Ruby on Rails"/>
<img src="images/technologies/spring.png" class="tech-icon" alt="Spring MVC"/>
<img src="images/technologies/play.svg" class="tech-icon" alt="Play Framework"/>
<img src="images/technologies/phoenix.png" class="tech-icon" alt="Phoenix Framework"/>
</div>
<div class="tech-icons-group tech-icons-group-databases gray-icons">
<img src="images/technologies/mysql.svg" class="tech-icon" alt="MySQL"/>
<img src="images/technologies/postgresql.png" class="tech-icon" alt="PostgreSQL"/>
<img src="images/technologies/redis.png" class="tech-icon" alt="Redis"/>
<img src="images/technologies/mongodb.png" class="tech-icon" alt="MongoDB"/>
<img src="images/technologies/elastic.png" class="tech-icon" alt="Elastic"/>
<img src="images/technologies/oracle.svg" class="tech-icon tech-icon-oracle" alt="Oracle"/>
</div>
<div class="tech-icons-group tech-icons-group-other gray-icons">
<img src="images/technologies/html5_css_javascript.png" class="tech-icon" alt="HTML5, CSS, JavaScript"/>
<img src="images/technologies/git.png" class="tech-icon" alt="Git"/>
<img src="images/technologies/sass.svg" class="tech-icon" alt="Sass"/>
</div>
<div class="tech-icons-group tech-icons-group-platforms gray-icons">
<img src="images/technologies/heroku.png" class="tech-icon" alt="Heroku"/>
<img src="images/technologies/aws.svg" class="tech-icon" alt="AWS"/>
</div>
</div>
</div>
<div class="section" id="contact-section">
<h1 class="big">Where are we?</h1>
<div class="contact">
<h3>We work remotely, yet still three of us live in Kraków, Poland.</h3>
<div class="contact-us-button margin-top-40x">
<a href="mailto:{{ site.email }}" class="contact-button">Contact us</a>
</div>
</div>
</div>
</div>