-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
216 lines (181 loc) · 7.2 KB
/
Copy pathindex.html
File metadata and controls
216 lines (181 loc) · 7.2 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
<!DOCTYPE html>
<html>
<head>
<title>ROI Github</title>
<meta charset="utf-8">
<!-- Always force latest IE rendering engine -->
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!-- Mobile viewport -->
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1, maximum-scale=1">
<link rel="shortcut icon" href="assets/images/favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="assets/css/vendor/font-awesome.min.css" media="all">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&subset=cyrillic" rel="stylesheet">
<link rel="stylesheet" href="assets/css/vendor/owl.carousel.min.css" media="all">
<link rel="stylesheet" href="assets/css/style.min.css" media="all">
</head>
<body>
<!-- WRAPPER - BEGINS -->
<div class="wrapper">
<!-- HEADER - BEGINS -->
<header class="header" role="banner">
<div class="container">
<a href="http://www.returnonintelligence.com/" class="logo">
<img src="assets/images/logo.png" alt="Return On Intelligence">
<span>returnonintelligence.com</span>
</a>
<div class="social-links">
<a href="https://www.facebook.com/returnonintelligencerussia" target="_blank"><i class="fa fa-facebook-square"></i></a>
<a href="https://www.youtube.com/user/ExigenServices" target="_blank"><i class="fa fa-youtube-square"></i></a>
<a href="https://twitter.com/ROIRussia" target="_blank"><i class="fa fa-twitter-square"></i></a>
<a href="http://www.linkedin.com/company/return-on-intelligence" target="_blank"><i class="fa fa-linkedin-square"></i></a>
</div>
<div class="description">
Return on Intelligence (ROI) is a global technology services firm.<br>We provide technology consulting, systems integration and commercial software solutions. Our specialists are also working on open-source solutions which you will find on ROI GitHub pages.
</div>
</div>
</header>
<!-- HEADER - ENDS -->
<!-- PROMO - BEGINS -->
<section class="section-promo">
<div class="container">
<div class="promo-wrapper">
<div class="open-source">
<h2 class="title">ROI Open Source</h2>
<!-- BANNER BLOCK - BEGINS -->
<div class="panel">
<div class="owl-carousel owl-theme">
<div class="item-project">
<div class="thumbnail-wrapper">
<div class="thumbnail">
<img src="assets/images/logo-e2eseed.png" alt="Preview">
</div>
<a href="https://github.com/ReturnOnIntelligence/E2E-Seed" target="_blank" class="btn">View</a>
</div>
<div class="description">
<div class="title">E2E-Seed</div>
<ul class="list-icons">
<li>
<i class="material-icons icon">content_paste</i>
Template of a project for test automation
</li>
<li>
<i class="material-icons icon">alarm_on</i>
Start automated test development for a Web project and significantly reduce time spent on project setup
</li>
<li>
<i class="material-icons icon">developer_mode</i>
Usage of JavaScript-based technologies provides a high level of flexibility and cost effectiveness
</li>
</ul>
</div>
</div>
<div class="item-project">
<div class="thumbnail-wrapper">
<div class="thumbnail">
<img src="assets/images/logo-mean.png" alt="Preview">
</div>
<a href="https://github.com/ReturnOnIntelligence/MEAN-Seed" target="_blank" class="btn">View</a>
</div>
<div class="description">
<div class="title">Mean-Seed</div>
<p>For those who want to feel like a MEAN-stack developer.</p>
<ul class="list-icons">
<li>
<i class="material-icons icon">content_paste</i>
Template of a MEAN project for Angular 2+ applications
</li>
<li>
<i class="material-icons icon">fast_forward</i>
Make a fast start on any project with MEAN technologies and flexible configuration options inside. Easily modify the existing components and/or create new ones
</li>
<li>
<i class="material-icons icon">alarm_on</i>
Use a modern stack of technologies to save your time <br> Angular 2+, MongoDB, Express, NginX
</li>
</ul>
</div>
</div>
</div>
</div>
<!-- BANNER BLOCK - ENDS -->
</div>
<div class="features">
<h2 class="title">ROI Key Expertise</h2>
<!-- FEATURES BLOCK - BEGINS -->
<div class="features-items">
<div class="feature">
<i class="material-icons icon">developer_mode</i>
<span class="title">Mobility</span>
</div>
<div class="feature">
<i class="material-icons icon">devices_other</i>
<span class="title">Web Technologies</span>
</div>
<div class="feature">
<i class="material-icons icon">data_usage</i>
<span class="title">Data & Information Management</span>
</div>
<div class="feature">
<i class="material-icons icon">cloud_upload</i>
<span class="title">Cloud Management & Operation</span>
</div>
<div class="feature">
<i class="material-icons icon">timeline</i>
<span class="title">Business Intelligence & Analytics</span>
</div>
</div>
<!-- FEATURES BLOCK - ENDS -->
</div>
</div>
</div>
</section>
<!-- PROMO - ENDS -->
<section class="section-events">
<!-- Comment Out All Events-->
<!-- <div class="container">
<h2 class="title">ROI Events</h2>
<ul class="list-events two-events">
<li></li>
</ul>
</div> -->
</section>
<!-- FOOTER - BEGINS -->
<footer class="footer">
<div class="container">
<div class="footer-wrapper">
<div class="footer-block">
<h2>Build a career with us</h2>
<p>
We're always looking for talented people interested in joining our team. Our offices and R&D Centers are located all over the world. You can send your resume or CV to be considered for career opportunities. Or you can check all available vacancies on our website.
</p>
<div class="actions">
<a href="http://www.returnonintelligence.ru/job/vacancies/" target="_blank">Careers</a>
<a href="mailto:jobs@returnonintelligence.com">Send your CV</a>
</div>
</div>
<div class="footer-block">
<h2>Stay up to date</h2>
<p>
In order to stay up to date on our latest events, receive information about available vacancies and new Return on Intelligence open source solutions, please subscribe to our newsletter.
</p>
<div class="actions">
<a href="http://eepurl.com/cSuXp9" target="_blank">Subscribe</a>
</div>
</div>
</div>
</div>
</footer>
<!-- FOOTER - ENDS -->
</div>
<!-- WRAPPER - ENDS -->
<!-- SITE SCRIPTS - BEGINS -->
<script src="assets/js/vendor/jquery-1.10.2.min.js"></script>
<script src="assets/js/vendor/owl.carousel.min.js"></script>
<script src="assets/js/general.js"></script>
<!-- SITE SCRIPTS - ENDS -->
<!-- CUSTOM SCRIPTS - BEGINS -->
<!-- Section contains custom scripts only for this page -->
<!-- CUSTOM SCRIPTS - ENDS -->
</body>
</html>