-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·124 lines (104 loc) · 5.03 KB
/
index.html
File metadata and controls
executable file
·124 lines (104 loc) · 5.03 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0"/>
<title>EnginePlus Home Page</title>
<!-- CSS -->
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link href="css/materialize.css" type="text/css" rel="stylesheet" media="screen,projection"/>
<link href="css/style.css" type="text/css" rel="stylesheet" media="screen,projection"/>
<link rel="icon" href="./icon/logo.png">
</head>
<body>
<nav class="light-blue lighten-1" role="navigation">
<div class="nav-wrapper container"><a id="logo-container" href="#" class="brand-logo">EnginePlus</a>
<ul class="right hide-on-med-and-down">
<li><a href="https://github.com/engine-plus/StarLake">StarLake</a></li>
</ul>
<ul class="right hide-on-med-and-down">
<li><a href="https://github.com/mindalpha/MindAlpha/">MindAlpha</a></li>
</ul>
<ul id="nav-mobile" class="sidenav">
<li><a href="#">Navbar Link</a></li>
</ul>
<a href="#" data-target="nav-mobile" class="sidenav-trigger"><i class="material-icons">menu</i></a>
</div>
</nav>
<div class="section no-pad-bot" id="index-banner">
<div class="container">
<br><br>
<h1 class="header center blue-text">EnginePlus 2.0</h1>
<div class="row center">
<h5 class="header col s12 light">EnginePlus 2.0 is a cloud native, unified big data analytics, data lake and AI stack that can be easily deployed, operated and automatically scaled on AWS EKS cluster to suit your data science demand.</h5>
</div>
<div class="row center">
<a href="https://aws.amazon.com/marketplace/pp/B08YMV3TV5" id="download-button" class="btn-large waves-effect waves-light orange">Subscribe on AWS Markteplace</a>
<a href="https://github.com/engine-plus/engineplus-helm-charts" id="download-button" class="btn-large waves-effect waves-light light-blue">Get Started</a>
</div>
<br><br>
</div>
</div>
<div class="container">
<div class="section">
<img src="./icon/EnginePlus.png">
</div>
<div class="section">
<div class="row">
<h3 class="center">Why Use EnginePlus 2.0 Solutions?</h3>
</div>
<!-- Icon Section -->
<div class="row">
<div class="col s12 m4">
<div class="icon-block">
<h2 class="center light-blue-text"><i class="material-icons">flash_on</i></h2>
<h5 class="center">Speeds up development</h5>
<p class="light"> EnginePlus 2.0 enables businesses to quickly get a fully capable big data analytics and AI cluster up and running with just a few steps.</p>
</div>
</div>
<div class="col s12 m4">
<div class="icon-block">
<h2 class="center light-blue-text"><i class="material-icons">group</i></h2>
<h5 class="center">User Experience Focused</h5>
<p class="light">EnginePlus 2.0 is built with commonly used open source data analysis stack and integrated with the machine learning framework MindAlpha and data lake engine StarLake with optimizations to adapt to the cloud native setting.</p>
</div>
</div>
<div class="col s12 m4">
<div class="icon-block">
<h2 class="center light-blue-text"><i class="material-icons">settings</i></h2>
<h5 class="center">Easy to work with</h5>
<p class="light">EnginePlus 2.0 has every component automatically scaled. You just pay for what you use and save your infrastructure cost on AWS.</p>
</div>
</div>
</div>
</div>
<br><br>
</div>
<footer class="page-footer light-blue">
<div class="container">
<div class="row">
<div class="col l6 s12">
<h5 class="white-text">EnginePlus Team</h5>
<p class="grey-text text-lighten-4">We are a team from Mobvista , and we are working on this project to make for a more unified user experience on data analysis and machine learning. </p>
</div>
<div class="col l3 s12">
<h5 class="white-text">Concat us</h5>
<ul>
Email: <li><a class="white-text" href="engineplus-team@mobvista.com">engineplus-team@mobvista.com</a></li>
Chat: <li><a class="white-text" href="https://gitter.im/EnginePlusStack/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge">EnginePlusStack Chat</a></li><img src="https://badges.gitter.im/EnginePlusStack/community.svg">
</ul>
</div>
</div>
</div>
<div class="footer-copyright">
<div class="container center" >
Copyright 2021 <a class="white-text text-lighten-3" href="https://www.mobvista.com/">Mobvista.</a> All rights reserved.
</div>
</div>
</footer>
<!-- Scripts-->
<script src="https://code.jquery.com/jquery-2.1.1.min.js"></script>
<script src="js/materialize.js"></script>
<script src="js/init.js"></script>
</body>
</html>