-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
155 lines (133 loc) · 5.06 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
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="en-US">
<head>
<title>Intelie Pipes</title>
<meta charset="UTF-8">
<meta http-equiv='X-UA-Compatible' content='IE=edge,chrome=1'>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="Description" content="Intelie Pipes, distributed query language especially suited for real time big data and stream analytics.">
<link rel="icon" href="images/favicon.ico" type="image/x-icon">
<link rel="shortcut icon" href="images/favicon.ico" type="image/x-icon">
<script src="https://code.jquery.com/jquery-1.11.0.min.js"></script>
<script src="https://code.jquery.com/jquery-migrate-1.2.1.min.js"></script>
<script src="js/jquery.animate-colors-min.js"></script>
<link href='https://fonts.googleapis.com/css?family=Lato:300,400,700,400italic' rel='stylesheet' type='text/css'>
<link type="text/css" rel="stylesheet" href="style/landingpipes.css">
<script type="text/javascript">
$(document).ready(function() {
$( ".destination" ).mouseenter(function() {
$( this ).find( ".imageiten" )
.animate({
height: 180,
opacity: 0.6,
}, 140 )
// .animate({ opacity: 0.4 }, 300 )
// .animate({ height: 150 }, 200 )
$( this ).find( ".infoiten" )
.animate({
height: 74,
backgroundColor: '#fff',
}, 140 )
});
$( ".destination" ).mouseleave(function() {
$( this ).find( ".imageiten" )
.animate({
height: 200,
opacity: 1,
}, 80 )
$( this ).find( ".infoiten" )
.animate({
height: 104,
backgroundColor: '#eee',
}, 80 )
});
$( ".inputmail" ).focus(function() {
$( "#success" )
.animate({
opacity: 1,
}, 160 )
});
$( ".inputmail" ).blur(function() {
$( "#success" )
.animate({
opacity: 0,
}, 160 )
});
});
</script>
</head>
<body>
<div id="ilustrapage"></div>
<div id="header">
<h1><span>Intelie Pipes : Intelie Live's query language</span></h1>
</div>
<div id="infocontainer">
<div id="info">
<h2>Here you’ll find everything you need to know about Intelie Pipes, Intelie Live’s distributed query language, specially suited for real time big data and stream analytics.</h2>
</div>
</div>
<div id="contentcontainer">
<div id="content">
<div class="destination">
<a href="https://www.intelie.com/live/index.html">
<div class="imageiten live"></div>
<div class="infoiten">
<h3>Intelie Live</h3>
<p>Real time big data analysis and monitoring</p>
</div>
<div class="calltoaction"><p>Go to Intelie Live Website</p></div>
</a>
</div><div class="destination">
<a href="http://pipes.intelie.com/tutorial/">
<div class="imageiten tutorial"></div>
<div class="infoiten">
<h3>Pipes Interactive Tutorial</h3>
<p>Learn the basics and much more</p>
</div>
<div class="calltoaction"><p>Go to Pipes Tutorial</p></div>
</a>
</div><div class="destination destination-last">
<a href="http://pipes.intelie.com/docs/">
<div class="imageiten docs"></div>
<div class="infoiten">
<h3>Language Reference</h3>
<p>Detailed language documentation</p>
</div>
<div class="calltoaction"><p>Go to Pipes Documentation</p></div>
</a>
</div>
</div>
</div>
<div id="subscriptioncontainer">
<div id="infosubscription">
<h2>Join our email discussion group</h2>
<p>(give your suggestions, collaborate with other users, receive information about updates and training)</p>
<a class="discgroup" href="https://groups.google.com/a/intelie.com.br/forum/#!forum/pipes/join" target="_blank">JOIN GROUP</a>
</div>
<!-- <form id="subscription">
<input type="email" name="email-pipes" placeholder="Enter your email address here" class="inputmail">
<input type="submit" value="Subscribe" class="buttonmail">
<div id="success"><p>After click on subscribe you will be redirected to google groups' page.</div>
</form> -->
</div>
<div id="footercontainer">
<div id="footer">
<div id="logointelie">
<a href="http://www.intelie.com.br" target="_blank"><img src="images/logo_intelie.png" alt="logo intelie" /></a>
</div>
<div id="social">
<a href="http://www.linkedin.com/company/intelie" target="_blank"><img src="images/ico_linkedin.gif" alt="go to linkedin profile"/></a>
<a href="https://twitter.com/intelie" target="_blank"><img src="images/ico_tweet.gif" alt="go to twitter profile"/></a>
<a href="https://www.facebook.com/intelie" target="_blank"><img src="images/ico_facebook.gif" alt="go to facebook page"/></a>
<a href="http://www.youtube.com/user/IntelieChannel" target="_blank"><img src="images/ico_youtube.gif" alt="go to youtube channel"/></a>
</div>
</div>
</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-51288026-1', 'pipes.intelie.com');
ga('send', 'pageview');
</script></body>
</html>