-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathcommunity.html
150 lines (129 loc) · 6.68 KB
/
community.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Kylin.IO Community Page">
<meta name="author" content="Kylin.IO">
<title>Apache Kylin - OLAP Engine for Big Data | Community</title>
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="assets/css/animate.css">
<!-- Bootstrap -->
<link rel="stylesheet" href="assets/css/bootstrap.min.css">
<!-- Fonts -->
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Alice|Open+Sans:400,300,700">
<!-- Icons -->
<link rel="stylesheet" href="assets/css/font-awesome.min.css">
<!-- Custom styles -->
<link rel="stylesheet" href="assets/css/styles.css">
<!--[if lt IE 9]> <script src="assets/js/html5shiv.js"></script> <![endif]-->
<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-55534813-1', 'auto');
ga('send', 'pageview');
</script>
</head>
<body class="home">
<header id="header" >
<div id="head" class="parallax" parallax-speed="3" >
<div id="logo" class="text-center"> <img class="img-circle" id="circlelogo" src="assets/images/kylin_logo.jpg" > <span class="title" >Apache Kylin</span> <span class="tagline">Extreme OLAP Engine for Big Data<br>
</span>
<div id="download"><a href="https://github.com/KylinOLAP/Kylin/archive/master.zip">DOWNLOAD</a></div>
</div>
</div>
</header>
<nav class="navbar navbar-default" role="navigation" id="nav-wrapper">
<div class="container-fluid" id="nav">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav">
<li><a href="index.html">Home</b></a></li>
<li><a href="document.html" >Docs</a></li>
<li><a href="community.html" ><b>Community</b></a></li>
<li><a href="https://github.com/KylinOLAP/Kylin" target="_blank">Github</a></li>
<li><a href="about.html" >About</a></li>
</ul>
</div><!-- /.navbar-collapse -->
</div><!-- /.container-fluid -->
</nav>
<main id="main" >
<div class="container" >
<div id="zero" class=" main" >
<header style=" padding:2em 0 4em 0">
<div class="container" >
<h4 class="section-title"><span>Kylin Community</span></h4>
<div class="row" style="margin-top:-20px;">
<div class="col-sm-4 col-md-4">
<p class="big_text">EVENTS</p>
<p><a href="http://bdtc2014.hadooper.cn/m/zone/bdtc_2014" target="_blank">Big Data Technology Conference, Beijing </a>
<br/>Date - Sunday, December 14, 2014 <br/>
Kylin will be presented by Luke Han, Sr. Product Manager of Kylin</p>
<p><a href="http://www.meetup.com/Cloud-at-ebayinc/events/218914395/" target="_blank">Apache Kylin Meetup @Bay Area </a>
<br/>6:00PM - 7:30PM, Thursday, December 4, 2014 <br/>
Learn about "Extreme OLAP engine for Hadoop - Kylin", which eBay recently Open sourced and is now an Apache Incubator Project</p>
<p><a href="http://2014ebay.csdn.net/m/zone/ebay_en/" target="_blank">Shanghai Big Data Summit 2014 </a>
<br/>Date - October 25th, 2014 <br/>
Kylin be presented by Jiang Xu, Cheif Architect of Kylin<br/>
<a href="http://ebay.csdn.net/" target="_blank">Slides and Video</a></p>
</div>
<div class="col-sm-4 col-md-4">
<p class="big_text">DISCUSSION</p>
<p>The <a href="https://groups.google.com/forum/#!forum/kylin-olap" target="_blank">Google Group </a> is the place for discussions of Kylin features</p>
<p>The official Kylin Twitter account: <a href="https://twitter.com/ApacheKylin" target="_blank"> @ApacheKylin</a></p>
</div>
<div class="col-sm-4 col-md-4">
<p class="big_text">DEVELOPMENT</p>
<p>All development takes place at <a href="https://github.com/KylinOLAP" target="_blank">https://github.com/KylinOLAP </a>.
<!--<p>If you are interested in contributing to Kylin, please first read the contribution guide.</p>-->
</p>
</div>
</div>
</div>
<!-- /container -->
</header>
</div>
<!-- / section -->
</div>
<!-- /container -->
</header>
</section>
</main>
<footer id="underfooter">
<div class="container">
<div class="row">
<div class="col-md-12 widget" >
<div class="widget-body" style="text-align:center">
<ul class="icons">
<li><a href="https://www.linkedin.com/groups/KylinOLAP-6785709?home=&gid=6785709&trk=anet_ug_hm" target="_blank" class="fa fa-linkedin fa-lg"></a></li>
<li><a href="https://twitter.com/debashis_saha/status/519612003443146752" target="_blank" class="fa fa-twitter fa-lg"></a></li>
<li><a href="https://www.facebook.com/kylinio?skip_nax_wizard=true&ref_type=logout_gear" target="_blank" class="fa fa-facebook fa-lg"></a></li>
<li><a href="https://plus.google.com/communities/101138166999680123468" target="_blank" class="fa fa-google-plus fa-lg"></a></li>
<li><a href="https://github.com/KylinOLAP/Kylin" target="_blank" class="fa fa-github-alt fa-lg"></a></li>
<!-- <li><a href="#" class="fa fa-weibo fa-lg"></a></li>
<li><a href="#" class="fa fa-weixin fa-lg"></a></li>-->
</ul>
<p style="text-align:center" > Copyright ©2014 <a href="http://kylin.io">Kylin.io</a> All Rights Reserved. | From <a href="http://www.ebayinc.com/">eBay Inc.</a> |<a href="#">back to top</a><br>
</p>
</div>
</div>
</div>
<!-- /row of widgets -->
</div>
</footer>
<script src="assets/js/jquery-1.9.1.min.js"></script>
<script src="assets/js/bootstrap.min.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>