This repository has been 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
/
Copy pathindex.html
127 lines (118 loc) · 5.34 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
<!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 - Robust JavaScript UI Components</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"/>
</head>
<body>
<!-- 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">
<video poster="images/video/cover.jpg" id="bgvid" class="desaturated" playsinline autoplay muted loop>
<source src="images/video/handsoncode-video-1080.mp4" type="video/mp4">
</video>
<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>Robust JavaScript UI Components</h1>
<h3>Handsoncode is a software engineering company that stands behind Handsontable, the most
popular JavaScript data grid component.</h3>
<a href="/about-us.html" class="button">About us</a>
<a href="/eu-grants.html" class="button">EU grants</a>
<a href="mailto:[email protected]" class="button">Contact us</a>
</div>
</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>
</section>
<section class="testimonials">
<div class="col">
<h2>Our customers</h2>
<div class="flexbox">
<div class="item">
<p>"Handsontable and the team behind it are the clear champions on this web frontier"</p>
<div class="flexbox profile">
<div class="item"><img src="images/faces/jack-parmer.png" alt="Jack Parmer" /></div>
<div class="item"><span>Jack Parmer<br/>CEO at Plotly</span></div>
</div>
</div>
<div class="item">
<p>"Our users love how easy it is to enter and customize their metrics."</p>
<div class="flexbox profile">
<div class="item"><img src="images/faces/mike-preuss.png" alt="Mike Preuss" /></div>
<div class="item"><span>Mike Preuss<br/>CEO at Visible</span></div>
</div>
</div>
</div>
<ul class="clearfix">
<li><a href="https://starcounter.com" target="_blank">
<img src="images/logos/starcounter.png" alt="Starcounter">
</a></li>
<li><a href="https://bittitan.com" target="_blank">
<img src="images/logos/bittitan.png" alt="BitTitan">
</a></li>
<li><a href="https://plotly.com" target="_blank">
<img src="images/logos/plotly.png" alt="Plotly">
</a></li>
<li><a href="https://infogr.am" target="_blank">
<img src="images/logos/infogram.png" alt="Infogr.am">
</a></li>
<li><a href="https://burkesoftware.com" target="_blank">
<img src="images/logos/burkesoftware.png" alt="Burke Software">
</a></li>
<li><a href="https://circuithub.com" target="_blank">
<img src="images/logos/circuithub.png" alt="CircuitHub">
</a></li>
<li><a href="https://onekingslane.com" target="_blank">
<img src="images/logos/one-kings-lane.png" alt="One Kings Lane">
</a></li>
<li><a href="https://speedfin.pl" target="_blank">
<img src="images/logos/speedfin.png" alt="SpeedFin">
</a></li>
</ul>
</div>
</section>
<section class="contact" id="contact">
<div class="col">
<h2>Tell us about your project</h2>
<a href="mailto:[email protected]" 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>