This repository has been archived by the owner on Apr 20, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwork.html
156 lines (109 loc) · 5.56 KB
/
work.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
156
<!-- paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/ -->
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8" lang="en"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9" lang="en"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en"> <!--<![endif]-->
<head>
<meta charset="utf-8" />
<!-- Set the viewport width to device width for mobile -->
<meta name="viewport" content="width=device-width" />
<title>Work with us - Invibe</title>
<meta name="description" content="Ever wanted to instantly send your friends gifts? A beer for a mate, a coffee for your best friend… With InVibe you can! Have fun and spread the love. " />
<!-- Included CSS Files (Uncompressed) -->
<!--
<link rel="stylesheet" href="stylesheets/foundation.css">
-->
<!-- Included CSS Files (Compressed) -->
<link rel="stylesheet" href="stylesheets/foundation.min.css">
<link rel="stylesheet" href="stylesheets/app.css">
<script src="javascripts/modernizr.foundation.js"></script>
<link href='http://fonts.googleapis.com/css?family=Lato:100,700' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Yellowtail' rel='stylesheet' type='text/css'>
<!-- IE Fix for HTML5 Tags -->
<!--[if lt IE 9]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-35676190-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<body>
<div id="wrapper" class="expand fondo">
<div id="header" class="expand pattern-title">
<div class="expand pattern-title background-pattern">
<div class="row">
<div class="twelve mobile-four columns">
<div class="panel content-title">
<h1 class="page-title">Work with us</h1>
<br/>
<p class="page-subtitle">
We are looking for self-motivated, innovators with awesome ideas to join our rapidly expanding team!<br/>
You will become part of an international team with a proven track record in business, social media and technology start-ups.
</p>
</div> <!-- Content-title -->
</div> <!-- Twelve colums -->
</div>
</div>
</div>
<div id="content" class="row">
<div class="breadcrumb links panel">
<a href="/">Home</a> >> Work with us
</div>
<div class="panel">
<div class="twelve mobile-four columns">
<div class="nine centered mobile-four columns">
<h5 class="user-name">Frontend/UI Engineer</h5>
<p class="biography">
<br />We firmly believe in creating services to be used in multiple devices and platforms through web technologies. Currently, our web and hybrid Apps are full JavaScript-EmberJS applications connecting to a JSON API.</p>
<p class="biography">We have tons of challenges to solve, so the main things we are searching for are talent, passion and technology interest.</p>
<p>
<p class="biography-bold">Desired skills:</p>
<ul>
<li><p class="biography">Ember.JS</p></li>
<li><p class="biography">Web performance</p></li>
<li><p class="biography">OSS contributions</p></li>
<li><p class="biography">High code quality and maintainability</p></li>
<li><p class="biography">OOCSS</p></li>
<li><p class="biography">Experience developing Mobile Apps</p></li>
<li><p class="biography">Ruby</p></li>
</ul>
</p>
<p class="biography">
You will have a key role within the company and be responsible for contributing too and creating the best UX.
</p>
<p>
<p class="biography-bold">Applying</p>
<p class="biography">
If you want to join the fun then drop us an e-mail at
<a class="mail" href="mailto:[email protected]">[email protected]</a> and tell us why you think your perfect to join the gang. We look forward to hearing from you .... Team InVibe.</p>
<p class="big-links">
</p>
</div>
</div>
</div>
</div>
<div id="footer">
<div class="footer-nav">
<ul>
<li><a href="work.html" class="footer-link">Work with us</a></li>
<li><a href="team.html" class="footer-link">Team</a></li>
<li><a href="contact.html" class="footer-link">Contact</a></li>
<li><a href="terms_of_service.html" class="footer-link">Terms of Service</a></li>
<li><a href="privacy.html" class="footer-link">Privacy</a></li>
</ul>
</div>
</div>
</div>
<!-- Included JS Files (Compressed) -->
<script src="javascripts/foundation.min.js"></script>
<!-- Initialize JS Plugins -->
<script src="javascripts/app.js"></script>
</body>
</html>