This repository was archived by the owner on May 18, 2020. 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
53 lines (52 loc) · 2.12 KB
/
index.html
File metadata and controls
53 lines (52 loc) · 2.12 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
---
layout: default
---
<div class="hero-body">
<div class="container">
<div class="columns is-vcentered">
<div class="column is-one-third">
<figure class="site-intro image" style="max-width: 200px">
<img src="{{ site.logo }}">
</figure>
</div>
<div class="column">
<p class="subtitle site-intro" style="text-align: center; max-width: 90%; font-size: 45px">
Lantern
</p>
<p class="subtitle site-intro" style="text-align: center; max-width: 90%; font-size: 30px; margin-top: -7px">
A light in the darkness of the sea.
</p>
</div>
</div>
</div>
</div>
<div class="hero-body is-projects">
<div class="container">
<p class="subtitle site-intro" style="text-align: center; font-size: 40px; margin-bottom: 30px;">Projects</p>
<div class="tile is-ancestor">
<div class="tile">
<div class="tile is-parent">
<article class="tile is-child notification is-project">
<p class="title"><strong>LanternServer</strong></p>
<p class="subtitle">
A open source <a href="https://minecraft.net">Minecraft</a> server written in java, implementing the <a href="https://github.com/SpongePowered/SpongeAPI">SpongeAPI</a>
and completely customizable. Control the fate of your minecraft server!
</p>
<div class="container">
<a class="button is-primary" style="float: right">Read More...</a>
</div>
</article>
</div>
<div class="tile is-parent is-vertical">
<article class="tile is-child notification is-project">
<p class="title"><strong>Pingy</strong></p>
<p class="subtitle">Meet pingy, a minimal <a href="https://minecraft.net">Minecraft</a> ping server written in java. It responses to ping requests, well that's about it.</p>
<div class="container">
<a class="button is-primary" href="{{ site.baseurl }}/pingy/overview" style="float: right">Read More...</a>
</div>
</article>
</div>
</div>
</div>
</div>
</div>