forked from arowM/arowm.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex-en.html
More file actions
133 lines (127 loc) · 4.65 KB
/
Copy pathindex-en.html
File metadata and controls
133 lines (127 loc) · 4.65 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<title>ARoW Co., Ltd.</title>
<link rel=stylesheet href="css/normalize.css">
<link rel=stylesheet href="css/custom.css">
</head>
<body style='margin:1em'>
<header>
<h1>ARoW Co., Ltd.</h1>
<img src="img/logo.png" alt="ARoW">
<div id="language">
<a href="index.html">日本語</a>
</div>
</header>
<div class="wrapper" style="float:left; padding-bottom:55px">
<h2>What do we do?</h2>
<ul>
<li>business hacking</li>
<li>developing systems that can continuously grow</li>
<li>support for starting a venture business</li>
</ul>
<h2>CEO</h2>
<ul>
<li>Kadzuya OKAMOTO
<li><a href="http://uzuz.jp">UZUZ Co.,Ltd</a> CTO</li>
</ul>
<h2>Contact</h2>
<div id="email"></div>
<h2>Recruiting</h2>
<div id="recruit">
<dl>
<dt>What will you do?</dt>
<dd>
<p>Haskell, front-end development, etc.</p>
<div>
<p>Let me know if there are any interesting technologies you want to use. I'll find a project where you can use them.</p>
<ul>
<li>Proof Assistant (Coq, Agda, Idris, etc.)</li>
<li>React.js</li>
<li>Elm</li>
<li>Immutable Infrastructure</li>
<li>other</li>
</ul>
</div>
</dd>
<dt>Location</dt>
<dd>Shinjuku-ku, Tokyo OR remote</dd>
<dt>Hours</dt>
<dd>Flex (5 hours per day, no overtime)</dd>
<dt>Schedule</dt>
<dd>3 days per week / you will be given 15+ vacation days per year, so please take off whenever you want</dd>
<dt>Yearly Salary</dt>
<dd>
252,000,000 yen (negotiable)
<p>
If you can speak Japanese fluently, we pay you extra 120,000 yen.
</p>
<p>
If you can come to our office once a week, we pay you extra 360,000 yen.
</p>
</dd>
<dt>Working on the side</dt>
<dd>
<p>As long as it's not fraud, any side-work will be permitted. You are even allowed to be a full-time worker at another company while being employed at ARoW.</p>
<p>If desired, I will find freelance work for you as well.</p>
</dd>
</dl>
</div>
<!-- bpush button -->
<div id="push" style="bottom: -4px; position: fixed;">
<div id="bpush_button" style="display: inline-block;"
data-site="375"
data-back="http://www.arow.info"
data-image_src="./img/push-eng.png"
data-width="266"
data-height="40"
data-link_target="_blank"
>
</div>
<script>
(function(d,s,ns){
var ns = d.createElement(s);
ns.async=1;ns.src="//bpush.net/connect/button.js";
var s0=d.getElementsByTagName(s)[0];
s0.parentNode.insertBefore(ns, s0);
})(document,'script');
</script>
</div>
<!--Start of Tawk.to Script-->
<script type="text/javascript">
var Tawk_API=Tawk_API||{}, Tawk_LoadStart=new Date();
(function(){
var s1=document.createElement("script"),s0=document.getElementsByTagName("script")[0];
s1.async=true;
s1.src='https://embed.tawk.to/54b7d6ce289aef4754422047/1a7k61mj7';
s1.charset='UTF-8';
s1.setAttribute('crossorigin','*');
s0.parentNode.insertBefore(s1,s0);
})();
</script>
<!--End of Tawk.to Script-->
<!--Start of Email Generation-->
<script async>
window.onload = function(){
var me = "okamoto";
var domain = "arow." + "info";
var at = "@";
document.getElementById("email").innerHTML=me+at+domain;
}
</script>
<!--End of Email Generation-->
</div>
<div style="float:right;position:relative">
<img class="rabbit" width="30px" src="./img/rabbit.png" alt="ARoW rabbit" style="position: fixed; bottom: 12em; margin-right: -10px;" >
</div>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-71777587-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>