-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
342 lines (292 loc) · 16.5 KB
/
index.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
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
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:og="http://ogp.me/ns#"
xmlns:fb="http://www.facebook.com/2008/fbml">
<head>
<meta charset="utf-8">
<title>Life Inspiration</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<!-- Le styles -->
<link href="assets/css/bootstrap.css" rel="stylesheet">
<link href="assets/css/bootstrap-responsive.css" rel="stylesheet">
<link href="assets/css/docs.css" rel="stylesheet">
<link href="assets/js/google-code-prettify/prettify.css" rel="stylesheet">
<!--css para a plot-->
<link class="include" rel="stylesheet" type="text/css" href="assets/css/jquery.jqplot.min.css" />
<link rel="stylesheet" type="text/css" href="assets/css/examples.min.css" />
<link type="text/css" rel="stylesheet" href="assets/css/syntaxhighlighter/styles/shCoreDefault.min.css" />
<link type="text/css" rel="stylesheet" href="assets/css/syntaxhighlighter/styles/shThemejqPlot.min.css" />
<!-- Le HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!-- Le fav and touch icons -->
<link rel="shortcut icon" href="assets/ico/favicon.ico">
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="assets/ico/logo_inspiration_114.png">
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="assets/ico/logo_inspiration_72.png">
<link rel="apple-touch-icon-precomposed" href="assets/ico/logo_inspiration_57.png">
<script src="assets/js/cookies.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<!-- Facebook Meta Tags -->
<meta property="og:title" content="Life Inspiration"/>
<meta property="og:type" content="company"/>
<meta property="og:url" content="http://www.cloudglare.com/"/>
<meta property="og:image" content="http://www.cloudglare.com/assets/img/Life-Inspiration_03ss_03.png"/>
<meta property="og:site_name" content="LifeInspiration"/>
<meta property="fb:admins" content="100001620293641"/>
<meta property="og:description"
content="Life Inspiration helps our clients solving complex engineering problems with smart processing time."/>
<!-- Google + atributos que iram aparecer ao fazer +1/Like -->
<!-- Update your html tag to include the itemscope and itemtype attributes -->
<html itemscope itemtype="http://schema.org/Organization">
<!-- Add the following three tags inside head -->
<meta itemprop="name" content="Life Inspiration">
<meta itemprop="description" content="Life Inspiration helps our clients solving complex engineering problems with
smart processing time">
<meta itemprop="image" content="http://cloudglare.com/assets/img/logo_inspiration.png">
<script class="code" type="text/javascript">
$(document).ready(function(){
//carrega pagina com modals e funcoes por defeito
$("#modals").load("views/modals.html");
//Verifica se tem login ou não para mostrar botao correspondnt
if(readCookie('nome')!=null){
$('#LiRegist').html("");
$('#LiRegist').append("<a href='#Logoutuser' id='LogoutUser' ><i style='margin-top: 4px;' class='icon-off'></i> Logout</a>");
$('.logo_image').css("margin-right", "120px");
$('#textLogin').html("");
var nome = readCookie('nome').split(" ");
$('#textLogin').append("Olá "+nome[0]);
$('#LiLogin a').attr("href","myarea.html");
$('#loginButton').css("background-image", "url('assets/img/myarea_1.png')");
}
});
</script>
</head>
<body data-spy="scroll" data-target=".subnav" data-offset="50">
<a id="loginButton" class="loginButton" href="myarea.html"> </a>
<a id="serverStatus" class="serverStatus" href="#">
<img class="StatusImage" style="margin-top: 10px" src="assets/img/down.png">
</a>
<!-- Navbar
================================================== -->
<div class="navbar navbar-fixed-top">
<div class="navbar-inner">
<div class="container">
<a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</a>
<a href="./index.html"><img width="199px" style="float:left; margin:5px; margin-left:0px;margin-right:170px;" class="logo_image" src="assets/img/logo_inspiration.png"></a>
<div class="nav-collapse">
<ul class="nav nav-pills" style="margin-top:15px;">
<li class="active">
<a href="./index.html"><i style="margin-top: 3px;" class="icon-home icon-white"></i> Home</a>
</li>
<li>
<a href="./how_works.html"><i style="margin-top: 4px;" class="icon-star"></i> How works</a>
</li>
<li>
<a href="./implementation.html"><i style="margin-top: 4px;" class="icon-cog"></i> Implementation</a>
</li>
<li>
<a href="./feedback.html"><i style="margin-top: 4px;" class="icon-tags"></i> Feedback</a>
</li>
<li>
<a href="./contacts.html"><i style="margin-top: 4px;" class="icon-eye-open"></i> Contacts</a>
</li>
<li id="LiLogin">
<a href="#login" id="menu_buttons_Login"><i style="margin-top: 4px;" class="icon-user"></i> <span id="textLogin">Login</span></a>
</li>
<li id="LiRegist">
<a href="#regist" id="menu_buttons_regist" ><i style="margin-top: 4px;" class="icon-plus"></i> Regist</a>
</li>
</ul>
<span class="loaderAjax2"></span>
</div>
</div>
</div>
</div>
<div class="container">
<div id="fb-root"></div>
<!-- Masthead
================================================== -->
<header class="jumbotron masthead">
<figure style="width:90%;margin-top:45px;float:left;text-align: center;">
<img style="" src="assets/img/server.png" />
</figure>
<div class="inner">
<h1>we sell computing time</h1>
<p>Life Inspiration helps our clients solving complex engineering problems with <br/> smart processing time</p>
</header>
<hr class="soften">
<div class="marketing">
<h1>Our features</h1>
<p class="marketing-byline">see what you can do in our system</p>
<div class="row">
<div class="span4">
<img class="bs-icon" src="assets/img/glyphicons/glyphicons_042_group.png">
<h2>Calculate your problems</h2>
<p>To calculate your problems you are open to choose the diferents aways in our system to can do it and see in real time the results of the calculation.</p>
</div>
<div class="span4">
<img class="bs-icon" src="assets/img/glyphicons/glyphicons_079_podium.png">
<h2>See the all results</h2>
<p>You can see the results in real time or with "my area" see the results of problems you have asked to calculat.</p>
</div>
<div class="span4">
<img class="bs-icon" src="assets/img/glyphicons/glyphicons_163_iphone.png">
<h2>
Give reputation to your company
</h2>
<p>With our feedback system you can give name at your company, showing you are working with big companies of computation like us.</p>
</div>
</div><!--/row-->
<hr class="soften">
<div class="row">
<div class="span6">
<h1 style="margin-left: 5px;">Our results</h1>
</div>
<div class="span6">
<h1>Our Latest tweets</h1>
</div>
</div>
<ul class="thumbnails example-sites">
<li class="span6">
<img width="506px" id="StyleExample" style="margin-left:45px;" src="assets/img/example1.png" alt="">
</li>
<li class="span6">
<div id="tweets" style="margin-left:65px; margin-top: -5px;">
<script charset="utf-8" src="http://widgets.twimg.com/j/2/widget.js"></script>
<script>
new TWTR.Widget({
version: 2,
type: 'faves',
rpp: 10,
interval: 30000,
title: '',
subject: 'LifeInspiration',
width: 465,
height: 207,
theme: {
shell: {
background: '#252525',
color: '#ffffff'
},
tweets: {
background: '#ffffff',
color: '#252525',
links: '#080808'
}
},
features: {
scrollbar: true,
loop: false,
live: true,
behavior: 'all'
}
}).render().setUser('LifeInspiratio2').start();
</script>
</div>
</li>
</ul>
</div><!-- /.marketing -->
<!-- div que recebe o load do modals.html -->
<div id="modals">
</div>
</div><!-- /container -->
<!-- Footer
================================================== -->
<footer class="footer" style="background-color: #252525; ">
<div class="container">
<div style="padding-left: 0%;" class="row">
<div class="span5">
<h3>LifeInspiration</h3>
<p style="padding-left: 10px; color: white;">
Life Inspiration help our clients to resolve hard engineer problems with
big compute processing.
</p>
</div>
<div class="span2 offset4">
<h3>Follow us</h3>
<!-- Coloque esta etiqueta onde pretende que o botão de +1 seja apresentado -->
<div class="googleMais"><g:plusone annotation="none" style="margin-left: 10px;"></g:plusone></div>
<!-- Facebook like btt -->
<div class="fb-like" data-href="http://www.cloudglare.com" data-send="false" data-layout="button_count" data-width="450" data-show-faces="false" data-font="trebuchet ms"></div>
</div>
</div>
<div style="margin-bottom: 5px;margin-top: 15px;" class="row">
<div class="span12">
<h3>Teams</h3>
</div>
</div>
<div style="padding-left: 0%;" class="row">
<div class="span3">
<img style="margin-right:5px;" src="assets/img/pw.png">Optimum Computing
</div>
<div class="span3">
<img style="margin-right:5px;" src="assets/img/pw.png">Inovative Mind
</div>
<div class="span3">
<img style="margin-right:5px;" src="assets/img/pw.png">Genetic Lab
</div>
<div class="span3">
<img style="margin-right:5px;" src="assets/img/pw.png">Power Computing
</div>
</div>
<div style="padding-left: 0%; margin-bottom: -25px;margin-top: 25px;" class="row">
<div class="span3">
<p style="font-size: 11px;">© Life Inspiration - 2012 All Rights Reserved.</p>
</div>
<div style="text-align: right;" class="span3 offset5">
<p style="font-size: 11px;">IPT - Projecto de Sistemas de Informação</p>
</div>
</div>
</div>
</footer>
<!-- Le javascript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>
<script src="assets/js/google-code-prettify/prettify.js"></script>
<script src="assets/js/bootstrap-transition.js"></script>
<script src="assets/js/bootstrap-alert.js"></script>
<script src="assets/js/bootstrap-modal.js"></script>
<script src="assets/js/bootstrap-dropdown.js"></script>
<script src="assets/js/bootstrap-scrollspy.js"></script>
<script src="assets/js/bootstrap-tab.js"></script>
<script src="assets/js/bootstrap-tooltip.js"></script>
<script src="assets/js/bootstrap-popover.js"></script>
<script src="assets/js/bootstrap-button.js"></script>
<script src="assets/js/bootstrap-collapse.js"></script>
<script src="assets/js/bootstrap-carousel.js"></script>
<script src="assets/js/bootstrap-typeahead.js"></script>
<script src="assets/js/application.js"></script>
<script src="assets/js/functions.js"></script>
<script src="http://cloudglare.com:90/socket.io/socket.io.js"></script>
<script type="text/javascript" src="http://www.google.com/jsapi"></script>
<script src="assets/js/jqueryvalidate.js"></script>
<script class="code" type="text/javascript">
//Load google Charts
google.load('visualization', '1', {packages: ['corechart']});
//criação de ligação node JS
var socket = io.connect('cloudglare.com',{port:90});
$(document).ready(function(){
//call node status
statusNodeJS();
});
</script>
<!--scrypts para a plot-->
<!-- End example scripts -->
<!-- Don't touch this! -->
<script type="text/javascript" src="assets/css/syntaxhighlighter/scripts/shCore.min.js"></script>
<script type="text/javascript" src="assets/css/syntaxhighlighter/scripts/shBrushJScript.min.js"></script>
<script type="text/javascript" src="assets/css/syntaxhighlighter/scripts/shBrushXml.min.js"></script>
<!-- End Don't touch this! -->
<!-- Additional plugins go here -->
<!-- End additional plugins -->
<!--END scrypts para a plot-->
</body>
</html>