-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcareers.html
executable file
·142 lines (139 loc) · 7.13 KB
/
careers.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta property="og:url" content="http://www.rubikal.com" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Endless Possibilites, One Solution" />
<meta property="og:description" content="Rubikal provides exceptional expertise developing real-time, scalable, fault-tolerant web applications. Our Engineering team’s sole focus is to design the proper architecture to meet those goals."/>
<meta property="og:image" content="http://www.rubikal.com/images/share.png" />
<title>Careers | Rubikal</title>
<!-- Links -->
<!-- bootstrap & jquery-->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- css -->
<link rel="stylesheet" href="css/style.css" type="text/css">
<!-- font-awesome -->
<link rel="stylesheet" href="css/fonts/font-awesome.css">
<link rel="icon" href="images/favicon.ico?v=1.1">
<link href="https://fonts.googleapis.com/css?family=Quicksand" rel="stylesheet">
</head>
<body id="body">
<div class="career-pg">
<!-- navbar Menu Rubikal -->
<nav class="navbar navbar-rubikal navbar-fixed-top">
<div class="container-fluid rubikal-container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#Rubikal-navbar">
<span class="icon-bar icon-blue"></span>
<span class="icon-bar icon-red"></span>
<span class="icon-bar icon-yellow"></span>
</button>
<!-- logo -->
<a class="logo-rubikal" href="/">
<img src="images/logo.png" alt="Rubikal">
</a>
</div>
<div class="navbar-collapse collapse" id="Rubikal-navbar">
<ul class="nav navbar-nav navbar-right">
<li id="home"><a href="/"> Home</a></li>
<li id="team"><a href="team.html">Team</a></li>
<li class="active" id="career"><a href="careers.html">Careers</a></li>
<!-- <li id="blog" ><a href="blog.html">Blog</a></li> -->
</ul>
</div>
</div>
</nav>
<!-- End navbar Rubikal -->
<!-- Head Section -->
<div class="head-rubikal">
<div class="container">
<h1> We need your passion! </h1>
<p>Join our awesome team</p>
</div>
<img class="footer-img-hd" src="images/cubs-gray.svg" alt="">
</div>
<!--service Section -->
<div class="service-sect">
<!-- Start -->
<!-- cube fixed With Scroll -->
<img class="cube" src="images/cubs-gary-04.svg" alt="">
<img class="cube cube2" src="images/cubs-gary-04.svg" alt="" >
<img class="cube cube3" src="images/cubs-gary-04.svg" alt="" >
<img class="cube cube4" src="images/cubs-gary-04.svg" alt="" >
<img class="cube cube5" src="images/cubs-gary-04.svg" alt="" >
<div class="container">
<img class="team-img" src="images/career/team-rubikal.svg" alt="">
<div class="txt-need">
<h3>Welcome to Rubikal</h3>
<p>We strongly believe in core values and principles that collectively comprise our organization’s culture, which have
been our recipe for success to date. We are aligned along those values so that it easier to induce changes that
increase the group’s effectiveness. We feel this culture has improved our effectiveness as software engineers, our
level of teamwork, and the enjoyment we obtain from working hard every day.
</p>
<div class="">
<div class="contain-view">
<img class="arrow-left" src="images/career/arrow-anim-left-gray.svg" alt="" >
<a href="https://rubikal.workable.com/" target="_blank" class="btn view-txt">Current Openings</a>
<img class="arrow-right" src="images/career/arrow-anim-right-gray.svg" alt="">
</div>
</div>
</div>
</div>
</div>
<!-- End -->
<!-- Footer -->
<div class="footer">
<div class="container">
<a href="#body"><img class="footer-shape" src="images/footer-shape.svg" alt=""></a>
<img src="images/logo-rubikal.svg" alt="">
<div class="social-media">
<div class="col-xs-12">
<ul class="social-list">
<li class="fb-rubikal"><a href="https://www.facebook.com/rubikal.llc/" target="_blank"> <i class="fa fa-facebook " aria-hidden="true"></i></a></li>
<li class="insta-rubikal"><a href="https://www.instagram.com/rubikal/" target="_blank"><i class="fa fa-instagram " aria-hidden="true"></i></a></li>
<li class="linked-rubikal"><a href="https://www.linkedin.com/company/rubikal_llc/" target="_blank"><i class="fa fa-linkedin linked-rubikal" aria-hidden="true"></i></a></li>
</ul>
</div>
</div>
<div class="row contact-sec">
<!-- contact-sec -->
<div class="col-md-4">
<h1>Phone</h1>
<p>(+20) 114-373-3771</p>
</div>
<div class="col-md-4">
<h1>Address</h1>
<p>696 El Horreya Rd, El Fairouza Bldg, Loran 3rd Floor, 303 Alexandria, Egypt</p>
</div>
<div class="col-md-4">
<h1>Email</h1>
<p>info@rubikal.com</p>
</div>
</div>
<!--End contact-->
</div>
</div>
<!-- End -->
<!-- Copyrights -->
<div class="copyright-footer">
<p>Copyright © 2018 Rubikal. All Rights Reserved</p>
</div>
<!-- End -->
</div>
<!-- End career page-->
<!-- javascript -->
<script src="js/bootstrap.min.js"></script>
<script src="js/js-main.js"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-125232528-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'UA-125232528-1');
</script>
</body>
</html>