This repository has been archived by the owner on Jan 6, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
186 lines (176 loc) · 7.69 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
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
---
---
<!DOCTYPE html>
<html xmlns="https://www.w3.org/1999/xhtml/" prefix="og: http://ogp.me/ns#">
<head>
<meta charset="UTF-8" />
<link rel="canonical" href="{{ '/' | absolute_url }}" />
<title>Basin Project</title>
<meta name="description" content="A modern server-side modding API" />
<meta name="keywords" content="Basin,Minecraft,Server,API,plugin" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<link rel="shortcut icon" type="image/vnd.microsoft.icon" href="{{ '/favicon.ico' | relative_url }}" />
<link rel="shortcut icon" type="image/png" href="{{ '/assets/image/social/logo-icon.png' | relative_url }}" />
<meta property="og:title" content="Basin Modding API" />
<meta property="og:type" content="website" />
<meta property="og:image" content="{{ '/assets/image/social/logo-solid.png' | absolute_url }}" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:site" content="@BasinMC" />
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "Organization",
"url": "{{ '/' | absolute_url }}",
"name": "Basin Project",
"logo": "{{ '/assets/image/social/logo.png' | absolute_url }}",
"sameAs": [
"https://twitter.com/BasinMC",
"https://github.com/BasinMC",
"https://discord.gg/GTcbU4q"
]
}
</script>
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.3.0/semantic.min.css" />
<link rel="stylesheet" type="text/css" href="assets/style/basin.css" />
</head>
<body>
<header id="header-container" class="ui inverted vertical very padded segment">
<section id="header" class="ui container">
<header class="ui basic container segment">
<div id="main-menu" class="ui large inverted secondary menu">
<a id="logo" href="/" class="link item">
<img class="ui small desktop image" src="assets/image/logo-monochrome-light.svg" />
<img class="ui tiny hidden mobile image" src="assets/image/icon-monochrome-light.svg" />
</a>
<div class="right menu">
<a href="https://discord.gg/GTcbU4q" class="link item">
<i class="discord icon"></i>
<span>Discord</i>
</a>
<a href="http://webchat.esper.net/?channels=Basin" class="link item">
<i class="chat icon"></i>
<span>WebIRC</span>
</a>
<a href="https://twitter.com/BasinMC" class="link item">
<i class="twitter icon"></i>
<span>Twitter</span>
</a>
<a href="https://github.com/BasinMC" class="link item">
<i class="github icon"></i>
<span>GitHub</span>
</a>
</div>
</div>
</header>
<main class="ui basic container segment">
<article id="jumbotron">
<h3 class="ui inverted header">A modern server-side modding API</h3>
<h4 class="ui inverted header">Coming Soon</h4>
<a href="https://github.com/BasinMC" class="ui big inverted button">
<i class="github icon"></i>
Get Involved
</a>
</article>
</main>
<footer></footer>
</section>
</header>
<main class="ui vertical very padded segment content-container">
<section class="ui content container">
<h2 class="ui center aligned header">Our Projects</h2>
<div class="ui three stackable cards">
{% for repository in site.github.public_repositories %}
{% unless repository.archived or repository.name == "basinmc.github.io" %}
<a class="ui card" href="{{ repository.html_url }}">
<div class="content">
{% capture icon_path %}/assets/icon/{{ repository.name }}.png{% endcapture %}
{% assign custom_icon = false %}
{% for static_file in site.static_files %}
{% if static_file.path == icon_path %}
{% assign custom_icon = true %}
{% endif %}
{% endfor %}
<img class="ui left floated mini image" src="{% if custom_icon %}{{ icon_path | relative_url }}{% else %}{{ site.defaultIconPath | relative_url }}{% endif %}" />
<div class="header">
<div class="content">
{{ repository.name }}
</div>
</div>
<div class="meta">{{ repository.full_name }}</div>
</div>
<div class="content">
<div class="description">
{% if repository.description %}
{{ repository.description }}
{% else %}
No description given yet
{% endif %}
</div>
</div>
<div class="extra content">
<div class="ui horizontal list">
<div class="item">
<i class="eye icon"></i>
{{ repository.watchers_count }}
</div>
<div class="item">
<i class="star icon"></i>
{{ repository.stargazers_count }}
</div>
</div>
</div>
</a>
{% endunless %}
{% endfor %}
</div>
</section>
</main>
<section class="ui vertical very padded inverted segment highlight-container">
<section class="ui highlight container">
<h2 class="ui inverted header">Help document Basin</h2>
<p>This entire site is open source and thus open to contributions</p>
<a class="ui big inverted button" href="https://github.com/BasinMC/basinmc.github.io">
<i class="heart icon"></i>
Improve it
</a>
</section>
</section>
<main class="ui vertical very padded segment content-container">
<section class="ui content container">
<h2 class="ui center aligned header">Our Team</h2>
<div class="ui four centered stackable members-list cards">
{% for member in site.github.organization_members %}
<a class="ui card" href="{{ member.html_url }}">
<div class="image">
<img src="{{ member.avatar_url }}" />
</div>
<div class="content">
{% assign real_name = site.data.members[member.login] %}
{% if real_name %}
<div class="header">{{ real_name }}</div>
<div class="meta">@{{ member.login }}</div>
{% else %}
<div class="header">{{ member.login }}</div>
{% endif %}
</div>
</a>
{% endfor %}
</div>
</section>
</main>
<footer id="footer-container" class="ui inverted vertical very padded segment">
<section id="footer" class="ui container">
<div id="copyright">
<p>git-{{ site.github.build_revision | slice: 0, 8 }}</p>
<p>
The contents of this site are licensed under the <a rel="license" href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a><br />
The Wave (Basin Logo) is property of <a href="https://www.torchmind.com">Torchmind</a> - All rights reserved<br />
</p>
<p>
Copyright © 2016-2018 Basin Project
</p>
</div>
</section>
</footer>
</body>
</html>