This repository was archived by the owner on May 15, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
188 lines (182 loc) · 7.39 KB
/
index.html
File metadata and controls
188 lines (182 loc) · 7.39 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
<!DOCTYPE html>
<!--
Transit by TEMPLATED
templated.co @templatedco
Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
-->
<html lang="en">
<head>
<meta charset="UTF-8">
<title>The Ultimate Universal Block Engine Server</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="description" content="Young project that will disrupt all these voxel games." />
<meta name="keywords" content="Minecraft,Cube,Voxel,Server,multithread,Scala,tube,performance" />
<script src="js/jquery.min.js"></script>
<script src="js/skel.min.js"></script>
<script src="js/skel-layers.min.js"></script>
<script src="js/init.js"></script>
<script src="https://use.fontawesome.com/88925a2f17.js"></script>
<noscript>
<link rel="stylesheet" href="css/skel.css" />
<link rel="stylesheet" href="css/style.css" />
<link rel="stylesheet" href="css/style-xlarge.css" />
</noscript>
<link rel="shortcut icon" href="/favicon.ico">
<link rel="icon" sizes="16x16 32x32 64x64" href="/favicon.ico">
<link rel="icon" type="image/png" sizes="196x196" href="/icon/favicon-192.png">
<link rel="icon" type="image/png" sizes="160x160" href="/icon/favicon-160.png">
<link rel="icon" type="image/png" sizes="96x96" href="/icon/favicon-96.png">
<link rel="icon" type="image/png" sizes="64x64" href="/icon/favicon-64.png">
<link rel="icon" type="image/png" sizes="32x32" href="/icon/favicon-32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/icon/favicon-16.png">
<link rel="apple-touch-icon" href="/icon/favicon-57.png">
<link rel="apple-touch-icon" sizes="114x114" href="/icon/favicon-114.png">
<link rel="apple-touch-icon" sizes="72x72" href="/icon/favicon-72.png">
<link rel="apple-touch-icon" sizes="144x144" href="/icon/favicon-144.png">
<link rel="apple-touch-icon" sizes="60x60" href="/icon/favicon-60.png">
<link rel="apple-touch-icon" sizes="120x120" href="/icon/favicon-120.png">
<link rel="apple-touch-icon" sizes="76x76" href="/icon/favicon-76.png">
<link rel="apple-touch-icon" sizes="152x152" href="/icon/favicon-152.png">
<link rel="apple-touch-icon" sizes="180x180" href="/icon/favicon-180.png">
</head>
<body class="landing">
<!-- Header -->
<header id="header">
<h1><a href="index.html">Tuubes</a></h1>
<nav id="nav">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="https://github.com/tuubes/TuubesCore/wiki">Wiki</a></li>
<li><a href="https://github.com/tuubes/TuubesCore/releases">Releases</a></li>
<li><a href="https://github.com/tuubes" class="button special">Github</a></li>
</ul>
</nav>
</header>
<!-- Banner -->
<section id="banner">
<h2>Actually not tubes.</h2>
<p>The Ultimate & Universal Block Engine Server</p>
<img src="images/logo_white.png" style="height:128px; width:auto;"></img>
</section>
<!-- One -->
<section id="one" class="wrapper style1 special">
<div class="container">
<header class="major">
<h2>Disrupting Voxel Games</h2>
<p>Tuubes combines the best ideas in a breakthrough server architecture, for you.</p>
</header>
<div class="row 150%">
<div class="4u 12u$(medium)">
<section class="box">
<i class="icon big rounded color1"><i class="fa fa-cubes fa-lg"></i></i>
<h3>Modular</h3>
<p>The server's core can be extended by modules, which implement the support of several games, and plugins, which add new features and react to events.</p>
</section>
</div>
<div class="4u 12u$(medium)">
<section class="box">
<i class="icon big rounded color9"><i class="fa fa-chain-broken fa-lg"></i></i>
<h3>Independent</h3>
<p>Tuubes is an independent project driven by the (for now small) community. It's not affiliated to any company and evolves on its own to fulfill the needs of its users.</p>
</section>
</div>
<div class="4u$ 12u$(medium)">
<section class="box">
<i class="icon big rounded color6"><i class="fa fa-tachometer fa-lg"></i></i>
<h3>Fast & Scalable</h3>
<p>Thanks to its modern multi-threaded architecture, Tuubes delivers the best performance. We are also working on distributing the tasks to several machines!</p>
</section>
</div>
</div>
</div>
</section>
<!-- Two -->
<section id="two" class="wrapper style2 special">
<div class="container">
<header class="major">
<h2>Built with modern technologies</h2>
<p>Fun for programmers, helpful to users.</p>
</header>
<section class="profiles">
<div class="row">
<section class="3u 6u$(medium) 12u$(xsmall) profile">
<a href="https://github.com/TheElectronWill/Niol">
<img src="images/niol.png" alt="" />
</a>
<h4>Niol</h4>
<p>Our special networking library, based on Java NIO.</p>
</section>
<section class="3u 6u(medium) 12u$(xsmall) profile">
<a href="https://www.scala-lang.org/">
<img src="images/scala.svg" alt="" />
</a>
<h4>Scala</h4>
<p>Smart and powerful. Let the devs express what they want!</p>
</section>
<section class="3u 6u(medium) 12u$(xsmall) profile">
<a href="https://gradle.org/">
<img src="images/gradle.svg" alt="" />
</a>
<h4>Gradle</h4>
<p>Great build tool with practical configuration.</p>
</section>
<section class="3u$ 6u$(medium) 12u$(xsmall) profile">
<a href="https://discordapp.com/">
<img src="images/discord.svg" alt="" />
</a>
<h4>Discord</h4>
<p>That's where we discuss and make decisions.</p>
</section>
</div>
</section>
<footer>
<p>Tuubes is a young project in Alpha stage, but is progressing rapidly.
We truly believe that our approach can bring something new and useful
to the voxel worlds. Are you ready for a technical and human adventure?
Let's talk about it!
</p>
<ul class="actions">
<li>
<a href="https://discord.gg/vWYembz" class="button big">Join the Discord</a>
</li>
</ul>
</footer>
</div>
</section>
<!-- Footer -->
<footer id="footer">
<div class="container">
<section class="quote">
<div class="row">
<p>
“You measure the size of the accomplishment by the obstacles you have to overcome to reach your goals.”
</p>
</div>
</section>
<div class="row">
<div class="8u 12u$(medium)">
<ul class="copyright">
<li>© <a href="https://github.com/TheElectronWill">TheElectronWill</a>. All rights reserved.</li>
<li>Banner image: <a href="https://tatrobii.deviantart.com/art/cube-714576969">Tatrobii</a></li>
<li>Design template: <a href="http://templated.co">TEMPLATED</a></li>
</ul>
</div>
<div class="4u$ 12u$(medium)">
<ul class="icons">
<li>
<a class="icon rounded color2" href="mailto:theelectronwill@gmail.com">
<i class="fa fa-envelope fa-lg"></i>
<span class="label">Facebook</span></a>
</li>
<li>
<a class="icon rounded color-twitter" href="https://twitter.com/TheElectronWill">
<i class="fa fa-twitter fa-lg"></i>
<span class="label">Twitter</span></a>
</li>
</ul>
</div>
</div>
</div>
</footer>
</body>
</html>