-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
389 lines (376 loc) · 39 KB
/
index.html
File metadata and controls
389 lines (376 loc) · 39 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
<html>
<head>
<title>RunningBeta | Efficient Technology Solutions</title>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.0/css/bootstrap.min.css" integrity="sha384-9gVQ4dYFwwWSjIDZnLEWnxCjeSWFphJiwGPXr1jddIhOegiu1FwO5qRGvFXOdJZ4" crossorigin="anonymous">
<link rel="stylesheet" type="text/css" href="style.css?v=0D5D5A84-C45F-4E48-9237-76120908B108">
<link rel="shortcut" type="image/x-icon" href="img/favicon.ico" />
<link rel="icon" type="image/x-icon" href="img/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta property="og:title" content="RunningBeta ">
<meta property="og:description" content="Efficient Technology Solutions ">
<meta property="og:image" content="http://runningbeta.io/img/identity/runningbeta.png">
<meta property="og:url" content="http://runningbeta.io">
<meta name="twitter:title" content="RunningBeta ">
<meta name="twitter:description" content=" Efficient Technology Solutions">
<meta name="twitter:image" content=" http://runningbeta.io/img/identity/runningbeta.png">
<meta name="twitter:card" content="summary_large_image">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-108097862-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-108097862-1');
</script>
<script>
/**
* smooth-scroll v5.2.2
* Animate scrolling to anchor links, by Chris Ferdinandi.
* http://github.com/cferdinandi/smooth-scroll
*
* Free to use under the MIT License.
* http://gomakethings.com/mit/
*/
!function(t,e){"function"==typeof define&&define.amd?define("smoothScroll",e(t)):"object"==typeof exports?module.exports=e(t):t.smoothScroll=e(t)}(window||this,function(t){"use strict";var e,n={},o=!!document.querySelector&&!!t.addEventListener,r={speed:500,easing:"easeInOutCubic",offset:0,updateURL:!0,callbackBefore:function(){},callbackAfter:function(){}},a=function(t,e,n){if("[object Object]"===Object.prototype.toString.call(t))for(var o in t)Object.prototype.hasOwnProperty.call(t,o)&&e.call(n,t[o],o,t);else for(var r=0,a=t.length;a>r;r++)e.call(n,t[r],r,t)},c=function(t,e){var n={};return a(t,function(e,o){n[o]=t[o]}),a(e,function(t,o){n[o]=e[o]}),n},u=function(t,e){for(var n=e.charAt(0);t&&t!==document;t=t.parentNode)if("."===n){if(t.classList.contains(e.substr(1)))return t}else if("#"===n){if(t.id===e.substr(1))return t}else if("["===n&&t.hasAttribute(e.substr(1,e.length-2)))return t;return!1},i=function(t){for(var e,n=t+"",o=n.length,r=-1,a="",c=n.charCodeAt(0);++r<o;){if(e=n.charCodeAt(r),0===e)throw new InvalidCharacterError("Invalid character: the input contains U+0000.");a+=(1>e||e>31)&&127!=e&&(0!==r||48>e||e>57)&&(1!==r||48>e||e>57||45!==c)?128>e&&45!==e&&95!==e&&(48>e||e>57)&&(65>e||e>90)&&(97>e||e>122)?"\\"+n.charAt(r):n.charAt(r):"\\"+e.toString(16)+" "}return a},s=function(t,e){var n;return"easeInQuad"===t&&(n=e*e),"easeOutQuad"===t&&(n=e*(2-e)),"easeInOutQuad"===t&&(n=.5>e?2*e*e:-1+(4-2*e)*e),"easeInCubic"===t&&(n=e*e*e),"easeOutCubic"===t&&(n=--e*e*e+1),"easeInOutCubic"===t&&(n=.5>e?4*e*e*e:(e-1)*(2*e-2)*(2*e-2)+1),"easeInQuart"===t&&(n=e*e*e*e),"easeOutQuart"===t&&(n=1- --e*e*e*e),"easeInOutQuart"===t&&(n=.5>e?8*e*e*e*e:1-8*--e*e*e*e),"easeInQuint"===t&&(n=e*e*e*e*e),"easeOutQuint"===t&&(n=1+--e*e*e*e*e),"easeInOutQuint"===t&&(n=.5>e?16*e*e*e*e*e:1+16*--e*e*e*e*e),n||e},l=function(t,e,n){var o=0;if(t.offsetParent)do o+=t.offsetTop,t=t.offsetParent;while(t);return o=o-e-n,0>o?0:o},f=function(){return Math.max(document.body.scrollHeight,document.documentElement.scrollHeight,document.body.offsetHeight,document.documentElement.offsetHeight,document.body.clientHeight,document.documentElement.clientHeight)},d=function(t){return t&&"object"==typeof JSON&&"function"==typeof JSON.parse?JSON.parse(t):{}},h=function(e,n){history.pushState&&(n||"true"===n)&&history.pushState(null,null,t.location.protocol+"//"+t.location.host+t.location.pathname+t.location.search+e)};n.animateScroll=function(e,n,o){var a=c(a||r,o||{}),u=d(e?e.getAttribute("data-options"):null);a=c(a,u),n="#"+i(n.substr(1));var p,m,b,v=document.querySelector(n),g=document.querySelector("[data-scroll-header]"),O=null===g?0:g.offsetHeight+g.offsetTop,y=t.pageYOffset,I=l(v,O,parseInt(a.offset,10)),S=I-y,A=f(),Q=0;h(n,a.updateURL);var C=function(o,r,c){var u=t.pageYOffset;o!=r&&u!=r&&t.innerHeight+u<A||(clearInterval(c),v.focus(),a.callbackAfter(e,n))},H=function(){Q+=16,m=Q/parseInt(a.speed,10),m=m>1?1:m,b=y+S*s(a.easing,m),t.scrollTo(0,Math.floor(b)),C(b,I,p)},w=function(){a.callbackBefore(e,n),p=setInterval(H,16)};0===t.pageYOffset&&t.scrollTo(0,0),w()};var p=function(t){var o=u(t.target,"[data-scroll]");o&&"a"===o.tagName.toLowerCase()&&(t.preventDefault(),n.animateScroll(o,o.hash,e))};return n.destroy=function(){e&&(document.removeEventListener("click",p,!1),e=null)},n.init=function(t){o&&(n.destroy(),e=c(r,t||{}),document.addEventListener("click",p,!1))},n});
function initSmoothScroll () {
smoothScroll.init({
speed: 750,
easing: 'easeOutCubic',
updateURL: false
});
}
initSmoothScroll();
</script>
<style type="text/css">
div.icon.icon-linkedin {
max-width: 256px;
max-height: 256px;
background-size: 100% 100%;
background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCAzODIgMzgyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzODIgMzgyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjUxMnB4IiBoZWlnaHQ9IjUxMnB4Ij4KPHBhdGggc3R5bGU9ImZpbGw6IzAwNzdCNzsiIGQ9Ik0zNDcuNDQ1LDBIMzQuNTU1QzE1LjQ3MSwwLDAsMTUuNDcxLDAsMzQuNTU1djMxMi44ODlDMCwzNjYuNTI5LDE1LjQ3MSwzODIsMzQuNTU1LDM4MmgzMTIuODg5ICBDMzY2LjUyOSwzODIsMzgyLDM2Ni41MjksMzgyLDM0Ny40NDRWMzQuNTU1QzM4MiwxNS40NzEsMzY2LjUyOSwwLDM0Ny40NDUsMHogTTExOC4yMDcsMzI5Ljg0NGMwLDUuNTU0LTQuNTAyLDEwLjA1Ni0xMC4wNTYsMTAuMDU2ICBINjUuMzQ1Yy01LjU1NCwwLTEwLjA1Ni00LjUwMi0xMC4wNTYtMTAuMDU2VjE1MC40MDNjMC01LjU1NCw0LjUwMi0xMC4wNTYsMTAuMDU2LTEwLjA1Nmg0Mi44MDYgIGM1LjU1NCwwLDEwLjA1Niw0LjUwMiwxMC4wNTYsMTAuMDU2VjMyOS44NDR6IE04Ni43NDgsMTIzLjQzMmMtMjIuNDU5LDAtNDAuNjY2LTE4LjIwNy00MC42NjYtNDAuNjY2UzY0LjI4OSw0Mi4xLDg2Ljc0OCw0Mi4xICBzNDAuNjY2LDE4LjIwNyw0MC42NjYsNDAuNjY2UzEwOS4yMDgsMTIzLjQzMiw4Ni43NDgsMTIzLjQzMnogTTM0MS45MSwzMzAuNjU0YzAsNS4xMDYtNC4xNCw5LjI0Ni05LjI0Niw5LjI0NkgyODYuNzMgIGMtNS4xMDYsMC05LjI0Ni00LjE0LTkuMjQ2LTkuMjQ2di04NC4xNjhjMC0xMi41NTYsMy42ODMtNTUuMDIxLTMyLjgxMy01NS4wMjFjLTI4LjMwOSwwLTM0LjA1MSwyOS4wNjYtMzUuMjA0LDQyLjExdjk3LjA3OSAgYzAsNS4xMDYtNC4xMzksOS4yNDYtOS4yNDYsOS4yNDZoLTQ0LjQyNmMtNS4xMDYsMC05LjI0Ni00LjE0LTkuMjQ2LTkuMjQ2VjE0OS41OTNjMC01LjEwNiw0LjE0LTkuMjQ2LDkuMjQ2LTkuMjQ2aDQ0LjQyNiAgYzUuMTA2LDAsOS4yNDYsNC4xNCw5LjI0Niw5LjI0NnYxNS42NTVjMTAuNDk3LTE1Ljc1MywyNi4wOTctMjcuOTEyLDU5LjMxMi0yNy45MTJjNzMuNTUyLDAsNzMuMTMxLDY4LjcxNiw3My4xMzEsMTA2LjQ3MiAgTDM0MS45MSwzMzAuNjU0TDM0MS45MSwzMzAuNjU0eiIvPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K)}</style>
</head>
<body>
<div class="hero-backdrop">
<div class="container">
<div class="hero">
<div class="logo">
<a href="">
<svg viewBox="25 20 709 120" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="runningbetaname" fill="rgba(0,0,0,0.85)">
<g id="Group" transform="translate(26.000000, 25.000000)">
<path shape-rendering="optimizeQuality" d="M0,63.624 C0,52.7999459 3.65196348,44.5720282 10.956,38.94 C13.6840136,36.8279894 16.4559859,35.3100046 19.272,34.386 C22.0880141,33.4619954 25.4759802,32.9560004 29.436,32.868 L29.436,37.752 C25.7399815,38.1040018 22.792011,38.675996 20.592,39.468 C18.391989,40.260004 16.192011,41.5359912 13.992,43.296 C11.2639864,45.496011 9.17400726,48.1359846 7.722,51.216 C6.26999274,54.2960154 5.544,57.6839815 5.544,61.38 L5.544,88.044 L0,88.044 L0,63.624 Z M53.5399943,33.792 L53.5399943,67.98 C53.5399943,69.7400088 53.5619941,71.1699945 53.6059943,72.27 C53.6499945,73.3700055 53.7379936,74.315996 53.8699943,75.108 C54.0019949,75.900004 54.1779932,76.6039969 54.3979943,77.22 C54.6179954,77.8360031 54.9479921,78.539996 55.3879943,79.332 C56.3559991,81.1800092 58.1379813,82.6759943 60.7339943,83.82 C63.3300073,84.9640057 66.255978,85.536 69.5119943,85.536 C76.2000277,85.536 80.775982,83.3800216 83.2399943,79.068 C84.0319982,77.5719925 84.559993,76.1420068 84.8239943,74.778 C85.0879956,73.4139932 85.2199943,71.3680136 85.2199943,68.64 L85.2199943,33.792 L90.6319943,33.792 L90.6319943,70.356 C90.6319943,75.9000277 89.4880057,80.167985 87.1999943,83.16 C83.3279749,87.9120238 77.2120361,90.288 68.8519943,90.288 C65.1559758,90.288 61.8560088,89.7380055 58.9519943,88.638 C56.0479798,87.5379945 53.7160031,85.9320106 51.9559943,83.82 C50.4599868,82.0599912 49.4259971,80.1240106 48.8539943,78.012 C48.2819914,75.8999894 47.9959943,72.9960185 47.9959943,69.3 L47.9959943,33.792 L53.5399943,33.792 Z M114.735989,33.792 L120.279989,33.792 L120.279989,42.372 C121.863996,40.2599894 123.315982,38.5220068 124.635989,37.158 C125.955995,35.7939932 127.319982,34.716004 128.727989,33.924 C130.135996,33.131996 131.631981,32.5600018 133.215989,32.208 C134.799996,31.8559982 136.603978,31.68 138.627989,31.68 C143.732014,31.68 147.515976,33.0439864 149.979989,35.772 C150.859993,36.7400048 151.607985,37.8399938 152.223989,39.072 C152.839992,40.3040062 153.631984,42.3279859 154.599989,45.144 L169.119989,88.044 L163.179989,88.044 L151.035989,51.612 C150.067984,48.7079855 149.297991,46.4420081 148.725989,44.814 C148.153986,43.1859919 147.669991,41.9320044 147.273989,41.052 C146.877987,40.1719956 146.481991,39.5560018 146.085989,39.204 C145.689987,38.8519982 145.183992,38.5000018 144.567989,38.148 C143.775985,37.7079978 142.653996,37.3120018 141.201989,36.96 C139.749981,36.6079982 138.407995,36.432 137.175989,36.432 C135.151978,36.432 133.149998,36.9159952 131.169989,37.884 C129.189979,38.8520048 127.385997,40.0839925 125.757989,41.58 C124.12998,43.0760075 122.809994,44.7919903 121.797989,46.728 C120.785983,48.6640097 120.279989,50.5559908 120.279989,52.404 L120.279989,88.044 L114.735989,88.044 L114.735989,33.792 Z M186.227983,33.792 L191.771983,33.792 L191.771983,42.372 C193.355991,40.2599894 194.807976,38.5220068 196.127983,37.158 C197.447989,35.7939932 198.811976,34.716004 200.219983,33.924 C201.62799,33.131996 203.123975,32.5600018 204.707983,32.208 C206.291991,31.8559982 208.095973,31.68 210.119983,31.68 C215.224008,31.68 219.007971,33.0439864 221.471983,35.772 C222.351987,36.7400048 223.09998,37.8399938 223.715983,39.072 C224.331986,40.3040062 225.123978,42.3279859 226.091983,45.144 L240.611983,88.044 L234.671983,88.044 L222.527983,51.612 C221.559978,48.7079855 220.789986,46.4420081 220.217983,44.814 C219.64598,43.1859919 219.161985,41.9320044 218.765983,41.052 C218.369981,40.1719956 217.973985,39.5560018 217.577983,39.204 C217.181981,38.8519982 216.675986,38.5000018 216.059983,38.148 C215.267979,37.7079978 214.14599,37.3120018 212.693983,36.96 C211.241976,36.6079982 209.899989,36.432 208.667983,36.432 C206.643973,36.432 204.641993,36.9159952 202.661983,37.884 C200.681973,38.8520048 198.877991,40.0839925 197.249983,41.58 C195.621975,43.0760075 194.301988,44.7919903 193.289983,46.728 C192.277978,48.6640097 191.771983,50.5559908 191.771983,52.404 L191.771983,88.044 L186.227983,88.044 L186.227983,33.792 Z M258.775977,33.792 L264.451977,33.792 L264.451977,88.044 L258.775977,88.044 L258.775977,33.792 Z M261.811977,6.468 C263.219984,6.468 264.385972,6.95199516 265.309977,7.92 C266.233982,8.88800484 266.695977,10.1199925 266.695977,11.616 C266.695977,13.024007 266.211982,14.1899954 265.243977,15.114 C264.275972,16.0380046 263.087984,16.5 261.679977,16.5 C260.18397,16.5 258.973982,15.9940051 258.049977,14.982 C257.125972,13.9699949 256.663977,12.7160075 256.663977,11.22 C256.663977,9.72399252 257.125972,8.55800418 258.049977,7.722 C258.973982,6.88599582 260.227969,6.468 261.811977,6.468 Z M290.799971,33.792 L296.343971,33.792 L296.343971,42.372 C297.927979,40.2599894 299.379965,38.5220068 300.699971,37.158 C302.019978,35.7939932 303.383964,34.716004 304.791971,33.924 C306.199978,33.131996 307.695963,32.5600018 309.279971,32.208 C310.863979,31.8559982 312.667961,31.68 314.691971,31.68 C319.795997,31.68 323.579959,33.0439864 326.043971,35.772 C326.923976,36.7400048 327.671968,37.8399938 328.287971,39.072 C328.903974,40.3040062 329.695967,42.3279859 330.663971,45.144 L345.183971,88.044 L339.243971,88.044 L327.099971,51.612 C326.131967,48.7079855 325.361974,46.4420081 324.789971,44.814 C324.217969,43.1859919 323.733973,41.9320044 323.337971,41.052 C322.941969,40.1719956 322.545973,39.5560018 322.149971,39.204 C321.753969,38.8519982 321.247974,38.5000018 320.631971,38.148 C319.839967,37.7079978 318.717979,37.3120018 317.265971,36.96 C315.813964,36.6079982 314.471978,36.432 313.239971,36.432 C311.215961,36.432 309.213981,36.9159952 307.233971,37.884 C305.253961,38.8520048 303.44998,40.0839925 301.821971,41.58 C300.193963,43.0760075 298.873976,44.7919903 297.861971,46.728 C296.849966,48.6640097 296.343971,50.5559908 296.343971,52.404 L296.343971,88.044 L290.799971,88.044 L290.799971,33.792 Z M388.031966,36.96 C384.86395,36.96 381.82798,37.5979936 378.923966,38.874 C376.019951,40.1500064 373.489976,41.8439894 371.333966,43.956 C369.177955,46.0680106 367.461972,48.5319859 366.185966,51.348 C364.909959,54.1640141 364.271966,57.1559842 364.271966,60.324 C364.271966,63.7560172 364.88796,66.9239855 366.119966,69.828 C367.351972,72.7320145 369.023955,75.283989 371.135966,77.484 C373.247976,79.684011 375.755951,81.3999938 378.659966,82.632 C381.56398,83.8640062 384.687949,84.48 388.031966,84.48 C391.287982,84.48 394.367951,83.8640062 397.271966,82.632 C400.17598,81.3999938 402.705955,79.684011 404.861966,77.484 C407.017976,75.283989 408.71196,72.7540143 409.943966,69.894 C411.175972,67.0339857 411.791966,63.9320167 411.791966,60.588 C411.791966,57.3319837 411.175972,54.2740143 409.943966,51.414 C408.71196,48.5539857 407.017976,46.0460108 404.861966,43.89 C402.705955,41.7339892 400.17598,40.0400062 397.271966,38.808 C394.367951,37.5759938 391.287982,36.96 388.031966,36.96 Z M365.063966,88.572 C366.559973,91.6520154 367.90196,93.9839921 369.089966,95.568 C370.277972,97.1520079 371.619958,98.6039934 373.115966,99.924 C377.339987,103.444018 382.267938,105.204 387.899966,105.204 C392.82799,105.204 397.315945,103.796014 401.363966,100.98 C405.411986,98.1639859 408.315957,94.4680229 410.075966,89.892 C410.603968,88.3959925 410.977965,86.9000075 411.197966,85.404 C411.417967,83.9079925 411.527966,81.9720119 411.527966,79.596 L411.527966,77.088 C409.239954,81.0480198 406.005987,84.1499888 401.825966,86.394 C397.645945,88.6380112 393.003991,89.76 387.899966,89.76 C383.939946,89.76 380.199983,89.0120075 376.679966,87.516 C373.159948,86.0199925 370.079979,83.9520132 367.439966,81.312 C364.799952,78.6719868 362.731973,75.5920176 361.235966,72.072 C359.739958,68.5519824 358.991966,64.8120198 358.991966,60.852 C358.991966,56.8039798 359.739958,53.0200176 361.235966,49.5 C362.731973,45.9799824 364.799952,42.9000132 367.439966,40.26 C370.079979,37.6199868 373.159948,35.5300077 376.679966,33.99 C380.199983,32.4499923 383.939946,31.68 387.899966,31.68 C392.123987,31.68 396.171946,32.581991 400.043966,34.386 C403.915985,36.190009 407.259952,38.6759842 410.075966,41.844 C414.563988,47.3000273 416.807966,54.0759595 416.807966,62.172 L416.807966,83.292 C416.807966,86.9880185 416.037973,90.5079833 414.497966,93.852 C412.957958,97.1960167 410.867979,100.121987 408.227966,102.63 C405.587952,105.138013 402.529983,107.139993 399.053966,108.636 C395.577948,110.132007 391.947985,110.88 388.163966,110.88 C384.467947,110.88 380.837983,110.198007 377.273966,108.834 C373.709948,107.469993 370.651978,105.556012 368.099966,103.092 C367.219961,102.299996 366.427969,101.486004 365.723966,100.65 C365.019962,99.8139958 364.359969,98.9120048 363.743966,97.944 C363.127963,96.9759952 362.511969,95.8540064 361.895966,94.578 C361.279963,93.3019936 360.619969,91.8280084 359.915966,90.156 L365.063966,88.572 Z M465.19996,39.336 C462.383946,39.336 459.721972,39.8859945 457.21396,40.986 C454.705947,42.0860055 452.527969,43.5599908 450.67996,45.408 C448.831951,47.2560092 447.357965,49.4119877 446.25796,51.876 C445.157954,54.3400123 444.60796,56.9799859 444.60796,59.796 C444.60796,62.5240136 445.135955,65.0759881 446.19196,67.452 C447.247965,69.8280119 448.677951,71.8959912 450.48196,73.656 C452.285969,75.4160088 454.397948,76.8019949 456.81796,77.814 C459.237972,78.8260051 461.811946,79.332 464.53996,79.332 C467.267974,79.332 469.863948,78.8040053 472.32796,77.748 C474.791972,76.6919947 476.947951,75.2400092 478.79596,73.392 C480.643969,71.5439908 482.095955,69.4100121 483.15196,66.99 C484.207965,64.5699879 484.73596,61.9960136 484.73596,59.268 C484.73596,56.6279868 484.207965,54.0980121 483.15196,51.678 C482.095955,49.2579879 480.665969,47.1240092 478.86196,45.276 C477.057951,43.4279908 474.989972,41.9760053 472.65796,40.92 C470.325948,39.8639947 467.839973,39.336 465.19996,39.336 Z M445.39996,39.204 C448.215974,35.8599833 451.119945,33.5060068 454.11196,32.142 C457.103975,30.7779932 460.711939,30.096 464.93596,30.096 C468.98398,30.096 472.811942,30.8659923 476.41996,32.406 C480.027978,33.9460077 483.151947,36.0359868 485.79196,38.676 C488.431973,41.3160132 490.521952,44.3959824 492.06196,47.916 C493.601968,51.4360176 494.37196,55.2199798 494.37196,59.268 C494.37196,63.3160202 493.579968,67.143982 491.99596,70.752 C490.411952,74.360018 488.277973,77.5059866 485.59396,80.19 C482.909947,82.8740134 479.785978,85.0079921 476.22196,86.592 C472.657942,88.1760079 468.85198,88.968 464.80396,88.968 C460.579939,88.968 456.663978,88.1980077 453.05596,86.658 C449.447942,85.1179923 446.323973,82.9620139 443.68396,80.19 C441.043947,77.4179861 438.997967,74.1400189 437.54596,70.356 C436.093953,66.5719811 435.36796,62.4360224 435.36796,57.948 L435.36796,0 L445.39996,0 L445.39996,39.204 Z M553.059954,43.296 C551.123945,41.887993 549.319963,40.8980029 547.647954,40.326 C545.975946,39.7539971 544.039965,39.468 541.839954,39.468 C539.02394,39.468 536.405966,40.0179945 533.985954,41.118 C531.565942,42.2180055 529.431963,43.6919908 527.583954,45.54 C525.735945,47.3880092 524.28396,49.5439877 523.227954,52.008 C522.171949,54.4720123 521.643954,57.1119859 521.643954,59.928 C521.643954,61.8640097 521.885952,63.5799925 522.369954,65.076 C522.853957,66.5720075 523.755948,68.4639886 525.075954,70.752 L553.059954,43.296 Z M530.883954,76.164 C533.259966,77.572007 535.239946,78.5179976 536.823954,79.002 C538.407962,79.4860024 540.211944,79.728 542.235954,79.728 C544.875967,79.728 547.58194,79.0680066 550.353954,77.748 C553.125968,76.4279934 556.623933,74.1400163 560.847954,70.884 L560.319954,83.556 C558.647946,84.6120053 557.085961,85.5139963 555.633954,86.262 C554.181947,87.0100037 552.751961,87.6259976 551.343954,88.11 C549.935947,88.5940024 548.483962,88.9239991 546.987954,89.1 C545.491947,89.2760009 543.907963,89.364 542.235954,89.364 C538.011933,89.364 534.073972,88.5940077 530.421954,87.054 C526.769936,85.5139923 523.601968,83.4240132 520.917954,80.784 C518.233941,78.1439868 516.099962,75.0420178 514.515954,71.478 C512.931946,67.9139822 512.139954,64.0640207 512.139954,59.928 C512.139954,55.7919793 512.931946,51.8980183 514.515954,48.246 C516.099962,44.5939817 518.27794,41.4040136 521.049954,38.676 C523.821968,35.9479864 527.055936,33.7920079 530.751954,32.208 C534.447973,30.6239921 538.407933,29.832 542.631954,29.832 C544.919966,29.832 547.053944,30.029998 549.033954,30.426 C551.013964,30.822002 552.927945,31.5039952 554.775954,32.472 C556.623963,33.4400048 558.471945,34.6939923 560.319954,36.234 C562.167963,37.7740077 564.147944,39.643989 566.259954,41.844 L530.883954,76.164 Z M583.103949,31.68 L587.459949,31.68 L587.459949,18.876 L597.359949,16.104 L597.359949,31.68 L612.275949,31.68 L612.275949,40.788 L597.359949,40.788 L597.359949,67.452 C597.359949,71.9400224 597.931943,75.0639912 599.075949,76.824 C600.219954,78.5840088 602.331933,79.464 605.411949,79.464 C606.291953,79.464 607.215944,79.4200004 608.183949,79.332 C609.151953,79.2439996 610.647938,79.0240018 612.671949,78.672 L612.671949,87.78 C610.823939,88.2200022 609.327954,88.5059993 608.183949,88.638 C607.039943,88.7700007 605.807955,88.836 604.487949,88.836 C593.135892,88.836 587.459949,82.6760616 587.459949,70.356 L587.459949,40.788 L583.103949,40.788 L583.103949,31.68 Z M656.707943,39.336 C653.891929,39.336 651.251955,39.8639947 648.787943,40.92 C646.32393,41.9760053 644.167952,43.4279908 642.319943,45.276 C640.471934,47.1240092 639.019948,49.2579879 637.963943,51.678 C636.907937,54.0980121 636.379943,56.6719864 636.379943,59.4 C636.379943,62.2160141 636.885938,64.8559877 637.897943,67.32 C638.909948,69.7840123 640.295934,71.917991 642.055943,73.722 C643.815952,75.526009 645.883931,76.9339949 648.259943,77.946 C650.635955,78.9580051 653.187929,79.464 655.915943,79.464 C658.907958,79.464 661.63593,78.9800048 664.099943,78.012 C666.563955,77.0439952 668.697934,75.658009 670.501943,73.854 C672.305952,72.049991 673.713938,69.9380121 674.725943,67.518 C675.737948,65.0979879 676.243943,62.4360145 676.243943,59.532 C676.243943,56.6279855 675.737948,53.9440123 674.725943,51.48 C673.713938,49.0159877 672.349951,46.882009 670.633943,45.078 C668.917934,43.273991 666.849955,41.8660051 664.429943,40.854 C662.009931,39.8419949 659.435956,39.336 656.707943,39.336 Z M686.275943,88.044 L681.919943,74.316 C675.759912,84.2600497 667.179998,89.232 656.179943,89.232 C652.043922,89.232 648.193961,88.4840075 644.629943,86.988 C641.065925,85.4919925 637.963956,83.4240132 635.323943,80.784 C632.68393,78.1439868 630.59395,75.0420178 629.053943,71.478 C627.513935,67.9139822 626.743943,64.0640207 626.743943,59.928 C626.743943,55.7919793 627.513935,51.8980183 629.053943,48.246 C630.59395,44.5939817 632.727929,41.4040136 635.455943,38.676 C638.183956,35.9479864 641.351925,33.7920079 644.959943,32.208 C648.567961,30.6239921 652.439922,29.832 656.575943,29.832 C660.799964,29.832 664.825924,30.6899914 668.653943,32.406 C672.481962,34.1220086 675.759929,36.5639842 678.487943,39.732 C679.279947,40.7000048 680.005939,41.6239956 680.665943,42.504 C681.325946,43.3840044 681.94194,44.4179941 682.513943,45.606 C683.085946,46.7940059 683.65794,48.1579923 684.229943,49.698 C684.801946,51.2380077 685.439939,53.0639894 686.143943,55.176 L696.703943,88.044 L686.275943,88.044 Z" id="runningbeta-copy"></path>
</g>
</g>
</g>
</svg>
</a>
</div>
<h3>
<span class="avoidwrap">We build <strong>unstoppable applications</strong></span>
<span class="avoidwrap"> that run on <strong>open standards</strong></span>
</h3>
<div class="item-text">
<p>Our applications are powered by Ethereum, an enormously powerful shared global infrastructure that can move value around and represent the ownership of property. This decentralized network is a building block of a new Internet. One where ownership is real, data is valuable but free, and online communities can be entire economies.</p>
<p>Blockchain technology provides a single shared source of cryptographically verified truth. This is secured by a network made up of thousands of computers all over the world, so code and applications always run without any possibility of downtime or censorship. Anyone can set up their own node where all the necessary data is replicated across the network.</p>
<p>Your business can also be enhanced by operating on a cryptographically secure, decentralized, tamper-proof network.</p>
</div>
<div class="navigate-bottom">
<a rel="noopener noreferrer" target="_blank" href="https://ethereum.org" title="Ethereum">
<img id="ethereum" class="icon icon-centred icon-large" src="img/ethereum.svg" alt="ethereum"></img>
</a>
</div>
</div>
</div>
</div>
<div class="bgimg-1"></div>
<div class="container">
<div class="content">
<h3 class="title">
<span>MOTIVATION</span>
</h3>
<div class="item-text">
RunningBeta was founded in 2017 as a result of our aspiration to create a community based on transparent work culture that will employ the best professionals in the world. Our goal is to work on meaningful projects that help create a better future and bring them to life using the best technology available.
</div>
</div>
</div>
<div class="container">
<div id="Ethereum" class="content">
<h3 class="title">
<span>BLOCKCHAIN FOCUSED</span>
</h3>
<div class="item-text">
<p>
RunningBeta is focused on building the infrastructure, protocols, and applications in a decentralized world.
</p>
</div>
<div class="row" style="margin-top: 32px;">
<div class="col-sm-4 col-xs-12">
<img class="icon icon-large icon-black" src="img/icons/audit.svg" title="Contract Audits">
<div class="subtitle" style="text-align: left;">
<h4 style="margin-top: 8px;">Contract audits</h4>
</div>
<div class="text">
We have a thorough understanding of how a publicly available system can be vulnerable to attacks. We are familiar with many attack vectors, and how to detect and mitigate vulnerabilities.
</div>
<div class="text" style="margin: 16px 0 0 0;">
<a class="btn btn-primary" target="_blank" href="mailto:hello@runningbeta.io">Request Audit</a>
</div>
</div>
<div class="col-sm-4 col-xs-12">
<img class="icon icon-large icon-black" src="img/icons/chain.svg" title="Blockchain Projects">
<div class="subtitle" style="text-align: left;">
<h4 style="margin-top: 8px;">Blockchain projects</h4>
</div>
<div class="text">
The blockchain revolution is happening. Get in touch if you want to join in. We can help you understand and deploy blockchain projects: Ethereum smart contracts, tokens, escrows, oracles, ICOs.
</div>
<div class="text" style="margin: 16px 0 0 0;">
<a class="btn btn-primary" target="_blank" href="mailto:hello@runningbeta.io">Contact us</a>
</div>
</div>
<div class="col-sm-4 col-xs-12">
<img class="icon icon-large icon-black" src="img/icons/idea.svg" title="Solution Development">
<div class="subtitle" style="text-align: left;">
<h4 style="margin-top: 8px;">Solution Development</h4>
</div>
<div class="text">
We can help you develop your idea into a product. The point is not to build a minimal product, but a product that is already great yet has room to improve.
</div>
<div class="text" style="margin: 16px 0 0 0;">
<a class="btn btn-primary" target="_blank" href="mailto:hello@runningbeta.io">Get in touch</a>
</div>
</div>
</div>
</div>
</div>
<div class="container">
<div id="Ethereum" class="content">
<h3 class="title">
<span>WHY ETHEREUM</span>
</h3>
<div class="item-text">
<p>
Ethereum gives you the power to trust. It enables the development of systems of automated and executable agreements that ensure that all counterparties are treated fairly throughout a transaction. Any system that is currently centralized can be decentralized using Ethereum.
</p>
</div>
<div class="row" style="margin-top: 32px;">
<div class="col-sm-12">
<div class="subtitle" style="text-align: left;">
<h4 style="margin-top: 8px;">Codified Trust</h4>
</div>
<div class="text">
<p>
On the Ethereum blockchain, a smart contract is immutable and trustless. The contract is not a person or a company with a hidden agenda or uncertain motivations. The contract runs exactly as programmed. If developed correctly, it cannot be manipulated or corrupted. Since Ethereum tracks every transaction non-repudiable on the blockchain, there is always a trusted record.
</p>
<p>
In an uncertaint market, Ethereum gives you the freedom to conduct your business trustlessly.
</p>
</div>
<div class="text">
</div>
</div>
</div>
<div class="row" style="margin-top: 32px;">
<div class="col-sm-4 col-xs-12">
<img class="icon icon-large icon-black" src="img/icons/secure.svg" title="Contract Audits">
<div class="subtitle" style="text-align: left;">
<h4 style="margin-top: 8px;">Security</h4>
</div>
<div class="text">
Ethereum applications can run without fear of downtime, fraud, third-party interference, tampering of data, or censorship by a centralized authority.
</div>
</div>
<div class="col-sm-4 col-xs-12">
<img class="icon icon-large icon-black" src="img/icons/protect.svg" title="Blockchain Projects">
<div class="subtitle" style="text-align: left;">
<h4 style="margin-top: 8px;">Fraud protection</h4>
</div>
<div class="text">
The Ethereum blockchain can provide better protection against fraud, remove reliance on paper contracts, and spur greater investment through easy property ownership and transfer.
</div>
</div>
<div class="col-sm-4 col-xs-12">
<img class="icon icon-large icon-black" src="img/icons/payments.svg" title="Solution Development">
<div class="subtitle" style="text-align: left;">
<h4 style="margin-top: 8px;">Lightning-fast Payments</h4>
</div>
<div class="text">
The Ethereum blockchain allows smart contracts to automatically execute payments without middlemen and comes to a consensus every 15 seconds.
</div>
</div>
</div>
</div>
</div>
<div class="container">
<div id="Projects" class="content">
<h3 class="title">
<span>PROJECTS</span>
</h3>
<div class="row gallery">
<div class="col-lg-3 col-sm-6">
<div class="project">
<a rel="noopener noreferrer" target="_blank" href="https://weinorth.com">
<div class="featured weinorth">
<div class="img"></div>
<span><b>WΞINORTH</b> is our token publishing and fundrasing platform for your enterprise. We offer full technology support - token design, crowdsale contracts, whitepaper review, KYC/AML requirements, project website and other tools to bootstrap your protocol.</span>
</div>
</a>
</div>
</div>
<div class="col-lg-3 col-sm-6">
<div class="project">
<a rel="noopener noreferrer" target="_blank" href="https://tolar.io">
<div class="featured tolar">
<div class="img"></div>
<span><b>Tolar</b> is an open source, community-governed crypto-currency using new HashNET consensus algorithm to achieve a significant reduction of computational and communication resources needed to operate the network.</span>
</div>
</a>
</div>
</div>
<div class="col-lg-3 col-sm-6">
<div class="project">
<a rel="noopener noreferrer" target="_blank" href="http://wiki.kittyland.io">
<div class="featured kittyland">
<div class="img"></div>
<span><b>Kittyland</b> is a publishing and distribution platform powered by the Ethereum blockchain. Users can create, own, experience, and monetize content and applications. The first virtual world, a CryptoKitties theme park, is beeing built on the platform.</span>
</div>
</a>
</div>
</div>
<div class="col-lg-3 col-sm-6">
<div class="project">
<a rel="noopener noreferrer" target="_blank" href="https://www.ozone-platform.com"/>
<div class="featured your">
<div class="img"></div>
<span><b>Ozone</b> is a blockchain-based and open source travel booking platform for flights, hotels, and car rentals. Ozone connects buyers directly with suppliers. No central authority, no unnecessary fees.</span>
</div>
</a>
</div>
</div>
</div>
</div>
</div>
<div class="container">
<div id="GitHub" class="content">
<h3 class="title">
<span>GITHUB</span>
</h3>
<div class="row gallery">
<div class="col-lg-3 col-sm-6">
<div class="project">
<a rel="noopener noreferrer" target="_blank" href="https://github.com/runningbeta/rbac-solidity">
<div class="featured">
<span><b>rbac-solidity</b></span></br>
<span>🃏RBAC (Role-Based Access Control) based on openzeppelin-solidity but using bytes32 type for roles</span>
</div>
</a>
</div>
</div>
<div class="col-lg-3 col-sm-6">
<div class="project">
<a rel="noopener noreferrer" target="_blank" href="https://github.com/runningbeta/r8-app">
<div class="featured">
<span><b>r8-app</b></span></br>
<span>🌱Ethereum upgradeable application using a DelegateProxy with RBAC governance</span>
</div>
</a>
</div>
</div>
<div class="col-lg-3 col-sm-6">
<div class="project">
<a rel="noopener noreferrer" target="_blank" href="https://github.com/runningbeta/erc721-holdings">
<div class="featured">
<span><b>erc721-holdings</b></span></br>
<span>🎈ERC721 Holdings is a contract that enables ERC721 tokens to hold other ERC721 tokens</span>
</div>
</a>
</div>
</div>
<div class="col-lg-3 col-sm-6">
<div class="project">
<a rel="noopener noreferrer" target="_blank" href="https://github.com/runningbeta/tolar">
<div class="featured">
<span><b>tolar</b></span></br>
<span>⏣ Solidity Contracts for Tolar HashNET ERC20 token and crowdsale</span>
</div>
</a>
</div>
</div>
<div class="text" style="margin: 16px 0 0 0;">
<a class="btn btn-primary" target="_blank" href="https://github.com/runningbeta">Explore more</a>
</div>
</div>
</div>
</div>
<div class="container">
<div id="Team" class="content">
<h3 class="title">
<span>TEAM</span>
</h3>
<div class="row">
<div class="col-sm-12 col-md-6">
<div class="profile">
<div class="avatar-krebernisak"></div>
<div class="subtitle name">
<h4>Kristijan Rebernisak</h4>
<a rel="noopener noreferrer" target="_blank" href="https://www.linkedin.com/in/krebernisak/" title="Kristijan Rebernisak on LinkedIn"><img class="icon icon-small" src="img/icons/social/linkedin.svg" alt="linkedin" /></a>
<a rel="noopener noreferrer" target="_blank" href="https://twitter.com/krebernisak" title="Kristijan Rebernisak on Twitter"><img class="icon icon-small" src="img/icons/social/twitter.svg" alt="twitter" /></a>
</div>
<div class="item-text">
Kristijan is a computing and information technologies engineer, a lifelong developer with a strong passion for decentralization, explorer of decentralized business models and token-enabled governance structures. His extensive experience includes working as a leader of the software engineering team and as a software architect on challenging products in wearables, health, retail, the music industry and others. He holds MSc in Computing Science from the University of Zagreb.
</div>
</div>
</div>
<div class="col-sm-12 col-md-6">
<div class="profile">
<div class="avatar-vbradvica"></div>
<div class="subtitle name">
<h4>Vinko Bradvica</h4>
<a rel="noopener noreferrer" target="_blank" href="https://www.linkedin.com/in/vbradvica/" title="Vinko Bradvica on LinkedIn"><img class="icon icon-small" src="img/icons/social/linkedin.svg" alt="linkedin" /></a>
</div>
<div class="item-text">
Vinko is an avid trail runner and computing engineer with experience in system design, product design, project and technical management. With multiple years in professional software development, he has worked as a leader of both product design and software development teams of products used by millions of users. As an active developer and advocate of blockchain technology, he provides consultancy and advice to selected ICOs. He holds MSc in Computing Science from the University of Zagreb.
</div>
</div>
</div>
</div>
</div>
</div>
<footer id="myFooter">
<div class="container">
<div class="row">
<div class="col-sm-3">
<h2 class="logo">
<a rel="noopener noreferrer" target="_blank" href="http://runningbeta.io/" title="RunningBeta">
<img class="icon icon-beta-logo" src="img/identity/betalight.svg" alt="twitter" />
</a>
</h2>
</div>
<div class="col-sm-6">
</div>
<div class="col-sm-3">
<div class="social-networks">
<a rel="noopener noreferrer" target="_blank" href="https://twitter.com/runningbeta" title="RunningBeta on Twitter">
<img class="icon icon-medium icon-rounded" src="img/icons/social/twitter_white.png" alt="twitter" />
</a>
<a rel="noopener noreferrer" target="_blank" href="https://github.com/runningbeta" title="RunningBeta on GitHub">
<img class="icon icon-medium icon-rounded" src="img/icons/social/github_white.png" alt="github" />
</a>
<a rel="noopener noreferrer" target="_blank" href="https://linkedin.com/company/runningbeta/" title="RunningBeta on LinkedIn">
<img class="icon icon-medium icon-rounded" src="img/icons/social/linkedin_white.png" alt="linkedin" />
</a>
<!--
<a href="#" class="facebook"><i class="fa fa-facebook"></i></a>
<a href="#" class="google"><i class="fa fa-google-plus"></i></a>
-->
</div>
<a class="btn btn-primary" target="_blank" href="mailto:hello@runningbeta.io">Contact us</a>
</div>
</div>
</div>
<div class="footer-copyright">
<p>Copyright © 2018 RunningBeta. All right reserved</p>
</div>
</footer>
</body>
</html>