This repository was archived by the owner on Jul 3, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout-us.html
More file actions
107 lines (86 loc) · 4.61 KB
/
about-us.html
File metadata and controls
107 lines (86 loc) · 4.61 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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1, minimal-ui">
<title>Handsoncode - About us</title>
<!-- Icons -->
<meta name="mobile-web-app-capable" content="yes">
<link rel="icon" type="image/png" sizes="32x32" href="images/touch/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="images/touch/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="images/touch/favicon-16x16.png">
<!-- CSS -->
<link href='https://fonts.googleapis.com/css?family=Lato:300,400,700,300italic,400italic,700italic' rel='stylesheet'
type='text/css'>
<link rel="stylesheet" href="/css/main.css"/>
<link rel="stylesheet" href="/css/about-us.css"/>
</head>
<body class="about-us">
<!-- Google Tag Manager -->
<noscript><iframe src="//www.googletagmanager.com/ns.html?id=GTM-NFBNNS"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-NFBNNS');</script>
<!-- End Google Tag Manager -->
<section class="header">
<div class="col">
<header class="clearfix">
<a href="/"><img src="images/logos/logo.png" width="175" height="25" alt="Handsoncode"></a>
</header>
<div class="headings">
<h1>About us</h1>
<h3>Handsoncode consists of fantastic, like-minded people. Together we are creating a dream team of enthusiasts, always looking for ways to help companies to build and launch better software products.</h3>
<a href="#firstp" class="button">Learn more</a>
</div>
<div class="eu-promo">
<a href="/about-grant.html">
<img src="images/logos/logo_ue.png" height="86" alt="Logo of European Union">
</a>
</div>
</div>
</section>
<section class="col paragraph" id="firstp">
<p id="firstp">Handsoncode sp. z o.o. has been operating on the Software Construction Components market since 2015. The company’s mission isto create the ecosystem of data-handling components. It will help businesses build their enterprise software systems faster than ever.</p>
<br>
<p><strong>Our values are:</strong></p>
<p>Always think of your longterm goals.</p>
<p>Put people first, not the technology.</p>
<p>Be curious and brave.</p>
<p>Focus on impact insead of income.</p>
<p>It's the experience that matters.</p>
<br>
<p>Handsoncode consists of fantastic people - enthusiasts looking for ways to help companies build and launch better software products.</p>
<br>
<p>Handsoncode produces programming components used in creation of business applications. </p>
<p><strong>Products that we offer:</strong></p>
<p><strong>Handsontable</strong> - spreadsheet-like data grid component for web apps which is easy to implement, flexible, customizable and perfect to work with large volumes of data.</p>
<p><strong>Spreadsheet Viewer</strong> - a self-hosted JavaScript component that enables to preview spreadsheet files directly inside a browser.</p>
<p><strong>Hyperformula</strong> - a fast, Excel-like calculation engine for web apps.Our customers are located all over the world and operate across different industries. But they have one thing in common – they’re our long-term partners who've found Handsontable good to work with.</p>
<br>
<p>Our customers are located all over the world and operate across different industries. But they have one thing in common – they’re our long-term partners who've found Handsontable good to work with.</p>
</section>
<section class="contact" id="contact">
<div class="col">
<h2>Contact us for details</h2>
<a href="mailto:hello@handsoncode.net" class="button">Contact us</a>
</div>
</section>
<footer>
<div class="flexbox col">
<div class="item">
<p>Handsoncode Sp. z o.o.</p>
<p>Aleja Zwycięstwa 96/98</p>
<p>81-451 Gdynia, Poland</p>
</div>
<div class="item">
<a href="https://twitter.com/handsontable" target="_blank">Twitter</a>
<a href="https://github.com/handsontable" target="_blank">GitHub</a>
</div>
</div>
</footer>
</body>
</html>