-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
executable file
·245 lines (232 loc) · 8.74 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
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="keywords" content="shoebill,fast,development,github,opensource,gta,san,andreas,samp,multiplayer,java">
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=0">
<link rel="stylesheet" type="text/css" href="./css/bootstrap.css">
<link rel="stylesheet" id="ppstyle" type="text/css" href="style.css">
<link rel='stylesheet' href='./css/font-awesome.min.css'/>
<script src="./js/jquery-2.1.0.min.js"></script>
<script src="./js/bootstrap.js"></script>
<script src="./js/blocs.js"></script>
<title>The Shoebill Project</title>
</head>
<body>
<!-- Main container -->
<div class="page-container">
<!-- Hero Bloc -->
<div id="hero-bloc" class="bloc hero bgc-white bg-city d-bloc b-parallax">
<div class="container bloc-sm hero-nav">
<nav class="navbar row">
<div class="navbar-header">
<a class="navbar-brand" href="index.html">Shoebill</a>
<button id="nav-toggle" type="button" class="ui-navbar-toggle navbar-toggle" data-toggle="collapse" data-target=".navbar-1">
<span class="sr-only">Toggle navigation</span><span class="icon-bar"></span><span class="icon-bar"></span><span class="icon-bar"></span>
</button>
</div>
<div class="collapse navbar-collapse navbar-1">
<ul class="site-navigation nav navbar-nav pull-right">
<li>
<a href="index.html">Home</a>
</li>
</ul>
</div>
</nav>
</div>
<div class="v-center text-center">
<div class="vc-content">
<h1 class="">
It’s all about doing what you love.
</h1>
<h3 class="">
writing game modes in your favorite language
</h3><br /><br /><br /><a class="btn btn-xl btn-d" onclick="scrollToTarget('#bloc-getting-started')"><span class="fa fa-youtube-play icon-spacer"></span>Get Started</a><a id="scroll-hero" class="btn-dwn" href="#"><span class="fa fa-chevron-down"></span></a>
</div>
</div>
</div>
<!-- Hero Bloc END -->
<!-- bloc-2 -->
<div class="bloc bgc-onyx bg-camera-overlay d-bloc b-parallax" id="bloc-2">
<div class="container bloc-md">
<div class="row">
<div class="col-sm-3">
<div class="text-center">
<span class="fa fa-heart icon-round icon-md"></span>
</div>
<h3 class="text-center mg-md">
Beautiful
</h3>
<p class="text-center">
Shoebill has been designed with love, many hours went into the development of this project.
</p>
</div>
<div class="col-sm-3">
<div class="text-center">
<span class="fa fa-rocket icon-round icon-md"></span>
</div>
<h3 class="text-center mg-md">
Powerful, but easy
</h3>
<p class="text-center">
One goal was to not just create a powerful framework, but also make it easy-to-use for everybody.
</p>
</div>
<div class="col-sm-3">
<div class="text-center">
<span class="fa fa-code icon-round icon-md"></span>
</div>
<h3 class="text-center mg-md">
Clean
</h3>
<p class="text-center">
Java allows the developer to create better structured code. Shoebill supports the newest Java 8 features, including Lamba-Expressions.
</p>
</div>
<div class="col-sm-3">
<div class="text-center">
<span class="fa fa-tasks icon-round icon-md"></span>
</div>
<h3 class="text-center mg-md">
Speed
</h3>
<p class="text-center">
C++ and Java gives Shoebill great speed improvements. It is up to 7.5x faster than Pawn.
</p>
</div>
</div>
</div>
</div>
<!-- bloc-2 END -->
<!-- bloc-3 -->
<div class="bloc bgc-onyx bg-camera-overlay d-bloc b-parallax" id="bloc-3">
<div class="container">
<div class="row">
<div class="col-sm-12">
<h1 class="mg-md">
„Any fool can write code that a computer can understand. Good programmers write code that humans can understand. "
</h1>
<p class="text-right">
- Martin Fowler
</p>
</div>
</div>
</div>
</div>
<!-- bloc-3 END -->
<!-- ScrollToTop Button -->
<a class="bloc-button btn btn-d scrollToTop" onclick="scrollToTarget('1')"><span class="fa fa-chevron-up"></span></a>
<!-- ScrollToTop Button END-->
<!-- Footer - bloc-getting-started -->
<div class="bloc b-parallax bgc-onyx d-bloc" id="bloc-getting-started">
<div class="container bloc-md">
<div class="row">
<div class="col-sm-12">
<h1 class="mg-md text-center ">
Getting started
</h1>
</div>
</div>
</div>
</div>
<!-- Footer - bloc-getting-started END -->
<!-- Footer - bloc-5 -->
<div class="bloc bgc-onyx d-bloc" id="bloc-5">
<div class="container">
<div class="row">
<div class="col-sm-6">
<div class="embed-responsive embed-responsive-4by3">
<iframe class="embed-responsive-item" src="https://www.youtube.com/embed/FLlFeNXPPN8" frameborder="0">
</iframe>
</div>
</div>
<div class="col-sm-6">
<h2 class="mg-lg">
Setup your working environment on Windows
</h2>
<p class="mg-lg">
This video will demonstrate, how to setup a simple SA-MP Server with Shoebill in use. You will need JDK 8, the 32 Bit version, and a sa-mp server distribution. You will add a Java variable to help shoebill to find the correct Java location. When everything has been set up, the example lvdm gamemode will boot up. Congratulations! Your first Shoebill SA-MP Server is now running on your local machine.
</p>
</div>
</div>
</div>
</div>
<!-- Footer - bloc-5 END -->
<!-- Footer - bloc-6 -->
<div class="bloc bgc-onyx d-bloc" id="bloc-6">
<div class="container bloc-sm">
<div class="row">
<div class="col-sm-6">
<h2 class="mg-lg">
Setup your working environment on a Mac
</h2>
<p class="mg-lg">
This video will guide you through the process of creating a shoebill flavored SA-MP Server. You will be using our Mac Wrapper which can be downloaded here:
</p><a href="https://mega.nz/#!2hgA2BTK!Xwmv2CKnZo6k1R_yMduUqCKyVg_ct_A1dYjpOALOULw" class="btn btn-lg btn-outer-space" target="_blank"><span class="fa fa-cloud-download icon-spacer"></span>Download Mac Wrapper</a>
</div>
<div class="col-sm-6">
<div class="embed-responsive embed-responsive-4by3">
<iframe class="embed-responsive-item" src="https://www.youtube.com/embed/7tzyuoLRnOY" frameborder="0">
</iframe>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-6">
<div class="embed-responsive embed-responsive-4by3">
<iframe class="embed-responsive-item" src="https://www.youtube.com/embed/Bg0pNhY1vgE" frameborder="0">
</iframe>
</div>
</div>
<div class="col-sm-6">
<h2 class="mg-lg">
Creating your first gamemode in Eclipse
</h2>
<p class="mg-lg">
This video will demonstrate, how to setup a simple, selfmade gamemode in Java for the Shoebill framework. We will use an IDE called „Eclipse". You will need to add maven and then create a new maven project. You’ll then need to add our repository and dependencies into your pom.xml file and then you are ready to go. After you’ve built your first gamemode, the video will show you how to run your gamemode on your local machine.
</p>
</div>
</div>
<div class="row">
<div class="col-sm-6">
<h2 class="mg-lg">
Creating your first gamemode in IDEA 14
</h2>
<p class="mg-lg">
This video will demonstrate, how to setup a simple, selfmade gamemode in Java for the Shoebill framework. We will use an IDE called „IntelliJ IDEA“ in the version 14, but most other versions will work fine too. It’s the same as the Eclipse video, but this time we’ll be using a different IDE.
</p>
</div>
<div class="col-sm-6">
<div class="embed-responsive embed-responsive-4by3">
<iframe class="embed-responsive-item" src="https://www.youtube.com/embed/g2SOqax3Euw" frameborder="0">
</iframe>
</div>
</div>
</div>
</div>
</div>
<!-- Footer - bloc-6 END -->
<!-- Footer - bloc-7 -->
<div class="bloc bgc-onyx d-bloc" id="bloc-7">
<div class="container bloc-sm">
<div class="row">
<div class="col-sm-12">
<h1 class="mg-md text-center">
Be a part of the Shoebill project!
</h1>
<div class="text-center">
<a href="http://github.com/Shoebill" target="_blank"><span class="fa fa-github-square icon-xl"></span></a>
</div>
</div>
</div>
</div>
</div>
<!-- Footer - bloc-7 END -->
</div>
<!-- Main container END -->
</body>
<!-- Google Analytics -->
<script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script’,’http://google-analytics.com/analytics.js','ga'); ga('create', 'UA-58906033-1', 'auto'); ga('send', 'pageview');</script>
<!-- Google Analytics END -->
</html>