-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathindex.html
307 lines (300 loc) · 13.5 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
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
<!DOCTYPE html>
<html lang="en">
<head>
<title>Home | BoxOfDevs Team</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico">
<link rel="stylesheet" type="text/css" href="css/bootstrap.css">
<link rel="stylesheet" type="text/css" href="css/font-awesome.css">
<link rel="stylesheet" id="camera-css" href="css/camera.css" type="text/css" media="all">
<link rel="stylesheet" type="text/css" href="css/slicknav.css">
<link rel="stylesheet" href="css/prettyPhoto.css" type="text/css" media="screen" title="prettyPhoto main stylesheet" charset="utf-8" />
<link rel="stylesheet" type="text/css" href="css/style.css">
<link href="https://fonts.googleapis.com/css?family=Roboto:400,300,700|Open+Sans:700" rel="stylesheet" type="text/css">
<script src="js/jquery-1.8.3.min.js"></script>
<script src="js/jquery.mobile.customized.min.js"></script>
<script src="js/jquery.easing.1.3.js"></script>
<script src="js/jquery.isotope.js"></script>
<script src="js/camera.min.js"></script>
<script src="js/myscript.js"></script>
<script src="js/sorting.js"></script>
</head>
<body>
<div id="home">
<div class="headerLine">
<div id="menuF" class="default">
<div class="container">
<div class="row">
<div class="logo col-md-4">
<div>
<a href="#">
<img src="images/logo.png"><p>BoxOfDevs Team</p>
</a>
</div>
</div>
<div class="col-md-8">
<div class="navmenu"style="text-align: center;">
<ul id="menu">
<li class="active"><a href="#home">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#staff">Staff</a></li>
<li><a href="#story">Our Story</a></li>
<li><a href="#contact">Contact</a></li>
<li><a href="discord.html">Discord</a></li>
<li><a href="https://github.com/BoxOfDevs" target="_blank" rel="noopener noreferrer">Github</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="container">
<div class="row wrap">
<div class="col-md-12 gallery">
<div class="camera_wrap camera_white_skin" id="camera_wrap_1">
<div data-thumb="" data-src="images/slides/blank.gif">
<div class="img-responsive camera_caption fadeFromBottom">
<h2>We develop.</h2>
</div>
</div>
<div data-thumb="" data-src="images/slides/blank.gif">
<div class="img-responsive camera_caption fadeFromBottom">
<h2>We get stuff done.</h2>
</div>
</div>
<div data-thumb="" data-src="images/slides/blank.gif">
<div class="img-responsive camera_caption fadeFromBottom">
<h2>We are BoxOfDevs.</h2>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="about">
<div class="container">
<div class="row">
<div class="col-md-4 project">
<h3 id="counter">0</h3>
<h4>Active Projects</h4>
<p>Our project count fluctuates, but we work to maintain all of our active projects and update them as necessary.</p>
</div>
<div class="col-md-4 project">
<h3 id="counter1">0</h3>
<h4>Archived Projects</h4>
<p>These include both individually archived repositories, and 23 projects consolidated into our Archived repository. These projects represent some of the foundations of our early work.</p>
</div>
<div class="col-md-4 project">
<h3 id="counter2" style="margin-left: 20px;">0</h3>
<h4 style="margin-left: 20px;">Staff Members</h4>
<p>We're a small, busy team, doing this in our limited free time, but we're *committed* nonetheless.</p>
</div>
</div>
</div>
<div class="line2">
<div class="container">
<div class="row Fresh">
<div class="col-md-4 Des">
<i class="fa fa-heart"></i>
<h4>Made for Everyone</h4>
<p>All of our projects are made with love - making things for you to use, for free!</p>
</div>
<div class="col-md-4 Ver">
<i class="fa fa-cog"></i>
<h4>Highly Customizeable</h4>
<p>All of our projects are able to be customized to their greatest extent at the time.</p>
</div>
<div class="col-md-4 Fully">
<i class="fa fa-refresh"></i>
<h4>Community Driven</h4>
<p>All of our projects are updated and maintained based on community feedback and interest, with heavy testing to make things as best as possible!</p>
</div>
</div>
</div>
</div>
</div>
<div id="staff">
<div class="container">
<div class="row">
<div class="col-md-12 wwa">
<span name="about" ></span>
<h3>Who are we? Meet our team!</h3>
<h4>We develop what you want and what you need!</h4>
</div>
</div>
</div>
<div class="container">
<div class="row team">
<div class="col-md-4 b1">
<img class="img-responsive" src="images\TeamPhotos\TheDragonRing.png">
<h4>dragonwocky - Founder</h4>
<p>Teen aussie programmer + nerd | Founder of the BoxOfDevs Team</p>
<ul>
<li><a href="https://dragonwocky.me/"><i class="fa fa-globe"></i></a></li>
<li><a href="https://twitter.com/dragonwocky"><i class="fa fa-twitter" ></i></a></li>
<li><a href="https://github.com/dragonwocky"><i class="fa fa-github"></i></a></li>
</ul>
</div>
<div class="col-md-4">
<img class="img-responsive" src="images\TeamPhotos\TheRoyalBlock.png">
<h4>AvgZing - Co-Founder</h4>
<p>Seattle-based aspiring architect who programs for fun.</p>
<ul>
<li><a href="https://avgzing.com/"><i class="fa fa-globe"></i></a></li>
<li><a href="https://twitter.com/AvgZing"><i class="fa fa-twitter" ></i></a></li>
<li><a href="https://github.com/AvgZing"><i class="fa fa-github"></i></a></li>
</ul>
</div>
<div class="col-md-4 b3">
<img class="img-responsive" src="https://assets.fedi.catgirlin.space/firefish/thumbnail-dc8cd850-2359-41d2-b8d2-e7f2defd561a.webp">
<h4>catgirlin.space - Co-Founder</h4>
<p>Rosalinya/bridgett; profreshional cat. plays splatoon with e-liter 4k and z+f splat charger. does lots of programming. likes math.</p>
<ul>
<li><a href="https://catgirlin.space/"><i class="fa fa-globe"></i></a></li>
<li><a href="https://fedi.catgirlin.space/@catgirl"><i class="fa fa-twitter" ></i></a></li>
<li><a href="https://github.com/catgirlinspace"><i class="fa fa-github"></i></a></li>
</ul>
</div>
</div>
</div>
<div class="container">
<div class="row team">
<div class="col-md-4 b1">
<img class="img-responsive" src="images\TeamPhotos\HimbeersaftLP.png">
<h4>Himbeer - Co-Founder</h4>
<p>Writing bad code | Building bad hardware</p>
<ul>
<li><a href="https://www.himbeer.me/"><i class="fa fa-globe"></i></a></li>
<li><a href="https://twitter.com/himbeerme"><i class="fa fa-twitter"></i></a></li>
<li><a href="HimbeersaftLP"><i class="fa fa-github"></i></a></li>
</ul>
</div>
<div class="col-md-4">
<img class="img-responsive" src="https://pbs.twimg.com/profile_images/719103355549646849/r5Xe9W7k.jpg">
<h4>Thunder33345 - Staff Member</h4>
<p>I am a developer, I program mostly as a hobby and for fun. I learnt most languages by self taught.</p>
<ul>
<li><a href="https://thunder33345.github.io/"><i class="fa fa-globe"></i></a></li>
<li><a href="https://twitter.com/Thunder33345"><i class="fa fa-twitter" ></i></a></li>
<li><a href="https://github.com/Thunder33345"><i class="fa fa-github"></i></a></li>
</ul>
</div>
<div class="col-md-4 b3">
<img class="img-responsive" src="images\TeamPhotos\InspectorGadget.png">
<h4>InspectorGadget - Staff Member</h4>
<p>Google Developer Expert (GDE) in Flutter, GDG Malaysia. A trainer, teacher, website developer, and a wanderer.</p>
<ul>
<li><a href="https://www.youtube.com/channel/UCBWHnhzO8jaF878yhnWFUiw"><i class="fa fa-globe"></i></a></li>
<li><a href="https://twitter.com/raeveen_28"><i class="fa fa-twitter"></i></a></li>
<li><a href="https://github.com/InspectorGadget"><i class="fa fa-github"></i></a></li>
</ul>
</div>
</div>
</div>
<div class="container">
<div class="row team">
<div class="col-md-4 b1">
<img class="img-responsive" src="images\TeamPhotos\Nathaniel_Fredericks.png">
<h4>Nathaniel Fredericks - Staff Member</h4>
<p>A computer science student interested in open source software, web development, and the future of technology.</p>
<ul>
<li><a href="https://nathfreder.dev"><i class="fa fa-globe"></i></a></li>
<li><a href="mailto:[email protected]"><i class="fa fa-envelope" ></i></a></li>
<li><a href="https://github.com/nathfreder"><i class="fa fa-github"></i></a></li>
</ul>
</div>
<div class="col-md-4">
<img class="img-responsive" src="images\TeamPhotos\Niekert.png">
<h4>Niekert - Staff Member</h4>
<p>Amazing developer, strives for greatness!</p>
<ul>
<li><a href="https://www.niekert.tk/"><i class="fa fa-globe"></i></a></li>
<li><a href="mailto:[email protected]"><i class="fa fa-envelope" ></i></a></li>
<li><a href="https://github.com/NiekertDev"><i class="fa fa-github"></i></a></li>
</ul>
</div>
</div>
</div>
</div>
<div id="story">
<div class="line4">
<div class="container">
<div class="row Ama">
<div class="col-md-12">
<h3>Our Story</h3>
<p>On January 25, 2016, our founder, @dragonwocky, created BoxOfBits, a multipurpose Pocketmine-MP plugin. This plugin led to the founding of BoxOfDevs on April 3, 2016 as a team of staff to maintain BoxOfBits for ImagicalMine - a PocketMine-MP fork. Over the years, the team has gone through a number of phases, including expansion to more plugins, a decline to inactivity, a shift to discord, and multiple subsequent projects.</p>
</div>
</div>
</div>
</div>
</div>
<div id="contact">
<div class="container">
<div class="row">
<div class="col-md-12 wwa">
<span name="about" ></span>
<h3>Contact Us</h3>
<h4>The best way to reach out to anyone on the team is via <a href="discord.html">discord</a>.</h4>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-md-9 col-xs-12 forma">
<p>NOTE: this contact form has been removed. The best way to reach out to anyone on the team is via <a href="discord.html">discord</a>.</p>
</div>
<div class="col-md-3 col-xs-12 cont">
<ul>
<li><a href="https://discord.gg/adFhNCQ"><i class="fa fa-comments"></i>Discord: Click Me to join</li></a>
<li><a href="https://github.com/BoxOfDevs"><i class="fa fa-github"></i>Github: BoxOfDevs</li></a>
<br><br><br><br><br>
</ul>
</div>
</div>
</div>
<div class="lineBlack">
<div class="container">
<div class="row downLine">
<div class="col-md-12 text-right">
<div id="google_translate_element"></div>
<script>
function googleTranslateElementInit() {
new google.translate.TranslateElement({pageLanguage: 'en', layout: google.translate.TranslateElement.FloatPosition.TOP_LEFT}, 'google_translate_element');
}
</script>
<script src="https://translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script>
</div>
<div class="col-md-6 text-left copy">
<p id="copyright"></p>
</div>
<div class="col-md-6 text-right dm">
<ul id="downMenu">
<audio controls>
<source src="developers.mp3" type="audio/mpeg">
</audio>
<li class="active"><a href="#home">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#staff">Staff</a></li>
<li><a href="#story">Our Story</a></li>
<li><a href="#contact">Contact</a></li>
<li><a href="discord.html">Discord</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
<script src="js/jquery.prettyPhoto.js" charset="utf-8"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery.slicknav.js"></script>
<script src="js/morescripts.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.7/highlight.min.js"></script>
<script>
$('pre code').each(function(i, block) {
hljs.highlightBlock(block);
});
</script>
</body>
</html>