-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
98 lines (91 loc) · 4.85 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible">
<title>Lapis Javadocs</title>
<meta content="width=device-width" name="viewport">
<link href="img/lapis.png" rel="icon">
<link href="//fonts.googleapis.com/css?family=Open+Sans:300,400,700"
rel="stylesheet" type="text/css">
<link href="css/vendor.css" rel="stylesheet">
<link href="css/app.css" rel="stylesheet">
<script src="js/vendor.js"></script>
</head>
<body>
<nav class="navbar navbar-default navbar-fixed-top">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="navbar-header">
<a href="https://lapis.blue" class="navbar-brand active">
<img src="img/lapis.png" class="sponge-logo"/>
</a>
<button data-toggle="collapse" data-target="#navbar-collapse" class="navbar-toggle collapsed">
<i class="fa fa-bars"></i>
</button>
</div>
<div class="collapse navbar-collapse" id="navbar-collapse">
<ul class="nav navbar-nav">
<li>
<a href="https://docs.lapis.blue"><i class=
"fa fa-fw fa-book"></i> Docs</a>
</li>
<li class="active">
<a href="https://jd.lapis.blue"><i class="fa fa-fw fa-folder-open"></i> Javadocs</a>
</li>
<li>
<a href="https://git.io/lapis"><i class=
"fa fa-fw fa-github"></i> Code</a>
</li>
<li>
<a href="https://ci.lapis.blue"><i class=
"fa fa-fw fa-tasks"></i> CI</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</nav>
<div class="container project-list">
<div class="row">
<div class="col-md-12 text-center">
<h1 class="page-header">Lapis Javadocs</h1>
<p>We have hosted Javadocs available for the following projects:</p>
</div>
</div>
<div class="row docs-row">
<div class="list-group">
<a href="/commons/" class="list-group-item clearfix">
<span class="pull-left">
<h3 class="list-group-item-heading"><i class="fa fa-wrench fa-fw project-icon"></i> Commons</h3>
<p class="list-group-item-text">Do more with less code using the Lapis Commons toolkit. <strong>Note: LapisCommons is not actively maintained and deprecated.</strong></p>
</span>
<span class="btn btn-primary pull-right btn-lg">
<i class="fa fa-chevron-circle-right"></i>
</span>
</a>
<a href="/methodremapper/" class="list-group-item clearfix">
<span class="pull-left">
<h3 class="list-group-item-heading"><i class="fa fa-arrows-h fa-fw project-icon"></i> MethodRemapper</h3>
<p class="list-group-item-text">A Gradle plugin with Java API to remap method names during the build</strong></p>
</span>
<span class="btn btn-primary pull-right btn-lg">
<i class="fa fa-chevron-circle-right"></i>
</span>
</a>
<!-- <a href="/pore/" class="list-group-item clearfix">
<span class="pull-left">
<h3 class="list-group-item-heading"><i class="fa fa-chain-broken fa-fw project-icon"></i> Pore</h3>
<p class="list-group-item-text">Run existing Bukkit plugins on Sponge natively.</p>
</span>
<span class="btn btn-primary pull-right btn-lg">
<i class="fa fa-chevron-circle-right"></i>
</span>
</a> -->
</div>
</div>
</div>
</body>
</html>