-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
about.html
821 lines (818 loc) · 38.3 KB
/
about.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
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
---
layout: layout.html
title: About
og_content: Meet the staff behind HCS, the amazing patrons who have made a financial contribution and read about our server's history.
hero_image: /img/slideshow-3.png
---
<div class="nsw-hero-banner nsw-hero-banner--dark">
<div class="nsw-hero-banner__container">
<div class="nsw-hero-banner__wrapper">
<div class="nsw-hero-banner__content">
<h1>{{title}}</h1>
<p class="nsw-intro">{{og_content}}</p>
</div>
<div class="nsw-hero-banner__box">
<img class="nsw-hero-banner__image" src="{{hero_image}}" alt="Ships at Seaporte." />
</div>
</div>
</div>
</div>
<div class="nsw-m-right-md nsw-m-left-md nsw-p-top-md nsw-p-bottom-md">
<div class="nsw-accordion js-accordion">
<div class="nsw-accordion__toggle">
<button type="button">Expand all</button>
<button type="button">Collapse all</button>
</div>
<div class="nsw-accordion__title">Server Staff</div>
<div class="nsw-accordion__content">
<div class="nsw-grid nsw-grid--spaced">
<div class="nsw-col nsw-col-sm-5 nsw-col-xl-2">
<div class="nsw-content-block">
<div class="nsw-content-block__image">
<img src="/img/mcpfp - muffinbarde owner.png" alt="muffinbarde's avatar">
</div>
<div class="nsw-content-block__content">
<div class="nsw-content-block__title">muffinbarde</div>
<p class="nsw-content-block__copy">Server Owner</p>
</div>
</div>
</div>
<div class="nsw-col nsw-col-sm-5 nsw-col-xl-2">
<div class="nsw-content-block">
<div class="nsw-content-block__image">
<img src="/img/mcpfp - Antlucl admin.png" alt="Antlucl's avatar">
</div>
<div class="nsw-content-block__content">
<div class="nsw-content-block__title">Antlucl</div>
<p class="nsw-content-block__copy">Admin</p>
</div>
</div>
</div>
<div class="nsw-col nsw-col-sm-5 nsw-col-xl-2">
<div class="nsw-content-block">
<div class="nsw-content-block__image">
<img src="/img/mcpfp - jt15s.png" alt="jt15s' avatar">
</div>
<div class="nsw-content-block__content">
<div class="nsw-content-block__title">jt15s</div>
<p class="nsw-content-block__copy">Admin</p>
</div>
</div>
</div>
<div class="nsw-col nsw-col-sm-5 nsw-col-xl-2">
<div class="nsw-content-block">
<div class="nsw-content-block__image">
<img src="/img/mcpfp - kangaroo567.png" alt="Kangaroo567's avatar">
</div>
<div class="nsw-content-block__content">
<div class="nsw-content-block__title">Kangaroo567</div>
<p class="nsw-content-block__copy">Admin</p>
</div>
</div>
</div>
<div class="nsw-col nsw-col-sm-5 nsw-col-xl-2">
<div class="nsw-content-block">
<div class="nsw-content-block__image">
<img src="/img/mcpfp - kallewhannesw.png" alt="KarWe's avatar">
</div>
<div class="nsw-content-block__content">
<div class="nsw-content-block__title">KarWe</div>
<p class="nsw-content-block__copy">Admin</p>
</div>
</div>
</div>
<div class="nsw-col nsw-col-sm-5 nsw-col-xl-2">
<div class="nsw-content-block">
<div class="nsw-content-block__image">
<img src="/img/mcpfp - keonian_.png" alt="Keonian's avatar">
</div>
<div class="nsw-content-block__content">
<div class="nsw-content-block__title">Keonian_</div>
<p class="nsw-content-block__copy">Senior Moderator</p>
</div>
</div>
</div>
<div class="nsw-col nsw-col-sm-5 nsw-col-xl-2">
<div class="nsw-content-block">
<div class="nsw-content-block__image">
<img src="/img/mcpfp - Dirt0066.png" alt="Dirt0066's avatar">
</div>
<div class="nsw-content-block__content">
<div class="nsw-content-block__title">Dirt0066</div>
<p class="nsw-content-block__copy">Moderator</p>
</div>
</div>
</div>
<div class="nsw-col nsw-col-sm-5 nsw-col-xl-2">
<div class="nsw-content-block">
<div class="nsw-content-block__image">
<img src="/img/mcpfp - MeneerDePeer-mod.png" alt="MeneerDePeer's avatar">
</div>
<div class="nsw-content-block__content">
<div class="nsw-content-block__title">MeneerDePeer</div>
<p class="nsw-content-block__copy">Moderator</p>
</div>
</div>
</div>
<div class="nsw-col nsw-col-sm-5 nsw-col-xl-2">
<div class="nsw-content-block">
<div class="nsw-content-block__image">
<img src="/img/mcpfp - NicheGuy-helper.png" alt="NicheGuy' avatar">
</div>
<div class="nsw-content-block__content">
<div class="nsw-content-block__title">NicheGuy</div>
<p class="nsw-content-block__copy">Helper</p>
</div>
</div>
</div>
<div class="nsw-col nsw-col-sm-5 nsw-col-xl-2">
<div class="nsw-content-block">
<div class="nsw-content-block__image">
<img src="/img/mcpfp - TheLionDev44-helper.png" alt="TheLionDev44's avatar">
</div>
<div class="nsw-content-block__content">
<div class="nsw-content-block__title">TheLionDev44</div>
<p class="nsw-content-block__copy">Helper</p>
</div>
</div>
</div>
<div class="nsw-col nsw-col-sm-5 nsw-col-xl-2">
<div class="nsw-content-block">
<div class="nsw-content-block__image">
<img src="/img/mcpfp - unknown.png" alt="Generic unknown avatar">
</div>
<div class="nsw-content-block__content">
<div class="nsw-content-block__title">Your name here!</div>
<p class="nsw-content-block__copy">Want to see your name here as part of the staff team?</p>
<div class="nsw-content-block__link"><a href="https://helper.harlonserver.net" target="_blank" rel="noopener noreferrer">Apply now!</a></div>
</div>
</div>
</div>
</div>
</div>
<div class="nsw-accordion__title">Server Builders</div>
<div class="nsw-accordion__content">
<p><em>NB: Only Builders who are active (i.e., have contributed to New Harlon) are listed below.</em></p>
<div class="nsw-grid nsw-grid--spaced">
<div class="nsw-col nsw-col-sm-5 nsw-col-xl-2">
<div class="nsw-content-block">
<div class="nsw-content-block__image">
<img src="/img/mcpfp - JuliusMS.png" alt="JuliusMS's avatar">
</div>
<div class="nsw-content-block__content">
<div class="nsw-content-block__title">JuliusMS</div>
</div>
</div>
</div>
<div class="nsw-col nsw-col-sm-5 nsw-col-xl-2">
<div class="nsw-content-block">
<div class="nsw-content-block__image">
<img src="/img/mcpfp - Kovacs_.png" alt="Kovacs_'s avatar">
</div>
<div class="nsw-content-block__content">
<div class="nsw-content-block__title">Kovacs_</div>
</div>
</div>
</div>
<div class="nsw-col nsw-col-sm-5 nsw-col-xl-2">
<div class="nsw-content-block">
<div class="nsw-content-block__image">
<img src="/img/mcpfp - Optimized_.png" alt="Optimized_'s avatar">
</div>
<div class="nsw-content-block__content">
<div class="nsw-content-block__title">Optimized_</div>
</div>
</div>
</div>
<div class="nsw-col nsw-col-sm-5 nsw-col-xl-2">
<div class="nsw-content-block">
<div class="nsw-content-block__image">
<img src="/img/mcpfp - Orangieeee.png" alt="Orangie's avatar">
</div>
<div class="nsw-content-block__content">
<div class="nsw-content-block__title">Orangie</div>
</div>
</div>
</div>
<div class="nsw-col nsw-col-sm-5 nsw-col-xl-2">
<div class="nsw-content-block">
<div class="nsw-content-block__image">
<img src="/img/mcpfp - xddaddy.png" alt="xddaddy's avatar">
</div>
<div class="nsw-content-block__content">
<div class="nsw-content-block__title">xddaddy</div>
</div>
</div>
</div>
<div class="nsw-col nsw-col-sm-5 nsw-col-xl-2">
<div class="nsw-content-block">
<div class="nsw-content-block__image">
<img src="/img/mcpfp - unknown builder.png" alt="Generic unknown avatar">
</div>
<div class="nsw-content-block__content">
<div class="nsw-content-block__title">Your name here!</div>
<p class="nsw-content-block__copy">Want to see your name here as part of the build team?</p>
<div class="nsw-content-block__link"><a href="https://builder.harlonserver.net" target="_blank" rel="noopener noreferrer">Apply now!</a></div>
</div>
</div>
</div>
</div>
</div>
<div class="nsw-accordion__title">Former Server Staff</div>
<div class="nsw-accordion__content">
<div class="nsw-grid nsw-grid--spaced">
<div class="nsw-col nsw-col-sm-5 nsw-col-xl-2">
<div class="nsw-content-block">
<div class="nsw-content-block__image">
<img src="/img/mcpfp - SeeItSayItDoggo.png" alt="DannyPokemon/SeeItSayItDoggo's avatar">
</div>
<div class="nsw-content-block__content">
<div class="nsw-content-block__title">DannyPokemon</div>
<p class="nsw-content-block__copy">Admin, formerly known as SeeItSayItDoggo</p>
</div>
</div>
</div>
<div class="nsw-col nsw-col-sm-5 nsw-col-xl-2">
<div class="nsw-content-block">
<div class="nsw-content-block__image">
<img src="/img/mcpfp - howbe.png" alt="Howbe's avatar">
</div>
<div class="nsw-content-block__content">
<div class="nsw-content-block__title">Howbe</div>
<p class="nsw-content-block__copy">Admin</p>
</div>
</div>
</div>
<div class="nsw-col nsw-col-sm-5 nsw-col-xl-2">
<div class="nsw-content-block">
<div class="nsw-content-block__image">
<img src="/img/mcpfp - Kovacs_.png" alt="Kovacs_'s avatar">
</div>
<div class="nsw-content-block__content">
<div class="nsw-content-block__title">Kovacs_</div>
<p class="nsw-content-block__copy">Senior Moderator</p>
</div>
</div>
</div>
<div class="nsw-col nsw-col-sm-5 nsw-col-xl-2">
<div class="nsw-content-block">
<div class="nsw-content-block__image">
<img src="/img/mcpfp - DeVisesSten.png" alt="DeVisesSten's avatar">
</div>
<div class="nsw-content-block__content">
<div class="nsw-content-block__title">DeVisesSten</div>
<p class="nsw-content-block__copy">Moderator</p>
</div>
</div>
</div>
<div class="nsw-col nsw-col-sm-5 nsw-col-xl-2">
<div class="nsw-content-block">
<div class="nsw-content-block__image">
<img src="/img/mcpfp - CamYT_.png" alt="Plixonz/CamYT_'s avatar">
</div>
<div class="nsw-content-block__content">
<div class="nsw-content-block__title">CamYT_</div>
<p class="nsw-content-block__copy">Helper, formerly known as Plixonz</p>
</div>
</div>
</div>
<div class="nsw-col nsw-col-sm-5 nsw-col-xl-2">
<div class="nsw-content-block">
<div class="nsw-content-block__image">
<img src="/img/mcpfp - minecraftking87.png" alt="Kangaroo567's avatar">
</div>
<div class="nsw-content-block__content">
<div class="nsw-content-block__title">minecraftking87</div>
<p class="nsw-content-block__copy">Helper</p>
</div>
</div>
</div>
<div class="nsw-col nsw-col-sm-5 nsw-col-xl-2">
<div class="nsw-content-block">
<div class="nsw-content-block__image">
<img src="/img/mcpfp - Nexalin.png" alt="Nexalin's avatar">
</div>
<div class="nsw-content-block__content">
<div class="nsw-content-block__title">Nexalin</div>
<p class="nsw-content-block__copy">Helper</p>
</div>
</div>
</div>
<div class="nsw-col nsw-col-sm-5 nsw-col-xl-2">
<div class="nsw-content-block">
<div class="nsw-content-block__image">
<img src="/img/mcpfp - panas_d.png" alt="panas_d's avatar">
</div>
<div class="nsw-content-block__content">
<div class="nsw-content-block__title">panas_d</div>
<p class="nsw-content-block__copy">Helper</p>
</div>
</div>
</div>
<div class="nsw-col nsw-col-sm-5 nsw-col-xl-2">
<div class="nsw-content-block">
<div class="nsw-content-block__image">
<img src="/img/mcpfp - Toby4427.png" alt="Toby4427's avatar">
</div>
<div class="nsw-content-block__content">
<div class="nsw-content-block__title">Toby4427</div>
<p class="nsw-content-block__copy">Helper</p>
</div>
</div>
</div>
<div class="nsw-col nsw-col-sm-5 nsw-col-xl-2">
<div class="nsw-content-block">
<div class="nsw-content-block__image">
<img src="/img/mcpfp - Mineshafter61.png" alt="Mineshafter61's avatar">
</div>
<div class="nsw-content-block__content">
<div class="nsw-content-block__title">Mineshafter61</div>
<p class="nsw-content-block__copy">Helper</p>
</div>
</div>
</div>
</div>
</div>
<div class="nsw-accordion__title">Patrons Hall of Fame</div>
<div class="nsw-accordion__content">
<p>These amazing patrons have contributed financially to the operation of Harlon City Server. We are extremely appreciative of their contributions.</p>
<div class="nsw-grid nsw-grid--spaced">
<div class="nsw-col nsw-col-sm-5 nsw-col-xl-2">
<div class="nsw-content-block">
<div class="nsw-content-block__image">
<img src="/img/mcpfp - aladeen22.png" alt="aladeen22's avatar">
</div>
<div class="nsw-content-block__content">
<div class="nsw-content-block__title">aladeen22</div>
</div>
</div>
</div>
<div class="nsw-col nsw-col-sm-5 nsw-col-xl-2">
<div class="nsw-content-block">
<div class="nsw-content-block__image">
<img src="/img/mcpfp - chocolate_rep.png" alt="chocolate_rep's avatar">
</div>
<div class="nsw-content-block__content">
<div class="nsw-content-block__title">chocolate_rep</div>
</div>
</div>
</div>
<div class="nsw-col nsw-col-sm-5 nsw-col-xl-2">
<div class="nsw-content-block">
<div class="nsw-content-block__image">
<img src="/img/mcpfp - ChouForNow_747.png" alt="ChouForNow_747's avatar">
</div>
<div class="nsw-content-block__content">
<div class="nsw-content-block__title">ChouForNow_747</div>
</div>
</div>
</div>
<div class="nsw-col nsw-col-sm-5 nsw-col-xl-2">
<div class="nsw-content-block">
<div class="nsw-content-block__image">
<img src="/img/mcpfp - itsadamly.png" alt="itsadamlys avatar">
</div>
<div class="nsw-content-block__content">
<div class="nsw-content-block__title">itsadamly</div>
</div>
</div>
</div>
<div class="nsw-col nsw-col-sm-5 nsw-col-xl-2">
<div class="nsw-content-block">
<div class="nsw-content-block__image">
<img src="/img/mcpfp - itsc00k1e.png" alt="itsc00k1e's avatar">
</div>
<div class="nsw-content-block__content">
<div class="nsw-content-block__title">itsc00k1e</div>
</div>
</div>
</div>
<div class="nsw-col nsw-col-sm-5 nsw-col-xl-2">
<div class="nsw-content-block">
<div class="nsw-content-block__image">
<img src="/img/mcpfp - itzpotatocat.png" alt="itzpotatocat's avatar">
</div>
<div class="nsw-content-block__content">
<div class="nsw-content-block__title">itzpotatocat</div>
</div>
</div>
</div>
<div class="nsw-col nsw-col-sm-5 nsw-col-xl-2">
<div class="nsw-content-block">
<div class="nsw-content-block__image">
<img src="/img/mcpfp - juzzystuff_yt.png" alt="juzzystuff_yt's avatar">
</div>
<div class="nsw-content-block__content">
<div class="nsw-content-block__title">juzzystuff_yt</div>
</div>
</div>
</div>
<div class="nsw-col nsw-col-sm-5 nsw-col-xl-2">
<div class="nsw-content-block">
<div class="nsw-content-block__image">
<img src="/img/mcpfp - kompixgaming.png" alt="kompixgaming's avatar">
</div>
<div class="nsw-content-block__content">
<div class="nsw-content-block__title">kompixgaming</div>
</div>
</div>
</div>
<div class="nsw-col nsw-col-sm-5 nsw-col-xl-2">
<div class="nsw-content-block">
<div class="nsw-content-block__image">
<img src="/img/mcpfp - liam_chan.png" alt="liam_chan's avatar">
</div>
<div class="nsw-content-block__content">
<div class="nsw-content-block__title">liam_chan</div>
</div>
</div>
</div>
<div class="nsw-col nsw-col-sm-5 nsw-col-xl-2">
<div class="nsw-content-block">
<div class="nsw-content-block__image">
<img src="/img/mcpfp - Nexalin2.png" alt="Nexalin's avatar">
</div>
<div class="nsw-content-block__content">
<div class="nsw-content-block__title">Nexalin</div>
</div>
</div>
</div>
<div class="nsw-col nsw-col-sm-5 nsw-col-xl-2">
<div class="nsw-content-block">
<div class="nsw-content-block__image">
<img src="/img/mcpfp - ocelotek1234pol.png" alt="ocelotek1234pol's avatar">
</div>
<div class="nsw-content-block__content">
<div class="nsw-content-block__title">ocelotek1234pol</div>
</div>
</div>
</div>
<div class="nsw-col nsw-col-sm-5 nsw-col-xl-2">
<div class="nsw-content-block">
<div class="nsw-content-block__image">
<img src="/img/mcpfp - peterstar.png" alt="peterstar's avatar">
</div>
<div class="nsw-content-block__content">
<div class="nsw-content-block__title">peterstar</div>
</div>
</div>
</div>
<div class="nsw-col nsw-col-sm-5 nsw-col-xl-2">
<div class="nsw-content-block">
<div class="nsw-content-block__image">
<img src="/img/mcpfp - pinkglowinggirl.png" alt="pinkglowinggirl's avatar">
</div>
<div class="nsw-content-block__content">
<div class="nsw-content-block__title">pinkglowinggirl</div>
</div>
</div>
</div>
<div class="nsw-col nsw-col-sm-5 nsw-col-xl-2">
<div class="nsw-content-block">
<div class="nsw-content-block__image">
<img src="/img/mcpfp - pro_of_survival.png" alt="pro_of_survival's avatar">
</div>
<div class="nsw-content-block__content">
<div class="nsw-content-block__title">pro_of_survival</div>
</div>
</div>
</div>
<div class="nsw-col nsw-col-sm-5 nsw-col-xl-2">
<div class="nsw-content-block">
<div class="nsw-content-block__image">
<img src="/img/mcpfp - SappyDev.png" alt="SappyDev's avatar">
</div>
<div class="nsw-content-block__content">
<div class="nsw-content-block__title">SappyDev</div>
</div>
</div>
</div>
<div class="nsw-col nsw-col-sm-5 nsw-col-xl-2">
<div class="nsw-content-block">
<div class="nsw-content-block__image">
<img src="/img/mcpfp - teun0505.png" alt="teun0505's avatar">
</div>
<div class="nsw-content-block__content">
<div class="nsw-content-block__title">teun0505</div>
</div>
</div>
</div>
<div class="nsw-col nsw-col-sm-5 nsw-col-xl-2">
<div class="nsw-content-block">
<div class="nsw-content-block__image">
<img src="/img/mcpfp - thegoldenportal.png" alt="thegoldenportal's avatar">
</div>
<div class="nsw-content-block__content">
<div class="nsw-content-block__title">thegoldenportal</div>
</div>
</div>
</div>
<div class="nsw-col nsw-col-sm-5 nsw-col-xl-2">
<div class="nsw-content-block">
<div class="nsw-content-block__image">
<img src="/img/mcpfp - theliondev44.png" alt="theliondev44's avatar">
</div>
<div class="nsw-content-block__content">
<div class="nsw-content-block__title">theliondev44</div>
</div>
</div>
</div>
<div class="nsw-col nsw-col-sm-5 nsw-col-xl-2">
<div class="nsw-content-block">
<div class="nsw-content-block__image">
<img src="/img/mcpfp - Westray.png" alt="Westray's avatar">
</div>
<div class="nsw-content-block__content">
<div class="nsw-content-block__title">Westray</div>
</div>
</div>
</div>
<div class="nsw-col nsw-col-sm-5 nsw-col-xl-2">
<div class="nsw-content-block">
<div class="nsw-content-block__image">
<img src="/img/mcpfp - xantho_ny.png" alt="xantho_ny's avatar">
</div>
<div class="nsw-content-block__content">
<div class="nsw-content-block__title">xantho_ny</div>
</div>
</div>
</div>
<div class="nsw-col nsw-col-sm-5 nsw-col-xl-2">
<div class="nsw-content-block">
<div class="nsw-content-block__image">
<img src="/img/mcpfp - unknown donator.png" alt="Generic unknown avatar">
</div>
<div class="nsw-content-block__content">
<div class="nsw-content-block__title">Your name here!</div>
<p class="nsw-content-block__copy">Want to see your name here as a patron? Buy an item on our server store and help keep Harlon running!</p>
<div class="nsw-content-block__link"><a href="https://store.harlonserver.net" target="_blank" rel="noopener noreferrer">Support Harlon</a></div>
</div>
</div>
</div>
</div>
</div>
<div class="nsw-accordion__title">Server History</div>
<div class="nsw-accordion__content">
<div class="nsw-steps nsw-steps--fill nsw-p-top-md nsw-p-bottom-md">
<div class="nsw-steps__item">
<div class="nsw-steps__content">
<h2>April 5th, 2017</h2>
<p>The server is founded by Antlucl and Optimized_ as a private server, and construction of a city begins at South Avenue in the Old Harlon world. The goal is to build a realistic city.</p>
</div>
</div>
<div class="nsw-steps__item">
<div class="nsw-steps__content">
<h2>July 5th, 2018</h2>
<p>The server is officially named Harlon. It had previously been unnamed, using the temporary name CityTown.</p>
</div>
</div>
<div class="nsw-steps__item">
<div class="nsw-steps__content">
<h2>August 14th, 2018</h2>
<p>The Builder application opens, allowing Builders to apply to join the server. However, the server actually only opens for Builders the following year.</p>
</div>
</div>
<div class="nsw-steps__item">
<div class="nsw-steps__content">
<h2>January 1st, 2019</h2>
<p>The Harlon YouTube channel is created.</p>
</div>
</div>
<div class="nsw-steps__item">
<div class="nsw-steps__content">
<h2>March 2019</h2>
<p>Builders are now allowed to join the server.</p>
</div>
</div>
<div class="nsw-steps__item">
<div class="nsw-steps__content">
<h2>Fall, 2019</h2>
<p>It is decided to open the server "and see where it goes", even as the city is far from completion.</p>
</div>
</div>
<div class="nsw-steps__item">
<div class="nsw-steps__content">
<h2>December 14th, 2019</h2>
<p>The server opens to the public. The server sees a lot of new development both in building as well as in features in the following weeks and months.</p>
</div>
</div>
<div class="nsw-steps__item">
<div class="nsw-steps__content">
<h2>March 31st, 2020</h2>
<p>The "100 player update" starts being released as the server reaches 100 players having joined. The update introduces Quests, automatic purchases of apartments, as well as the build-up to the first elections.</p>
</div>
</div>
<div class="nsw-steps__item">
<div class="nsw-steps__content">
<h2>April 5th, 2020</h2>
<p>On the server's 3rd founding anniversary, the first elections for Parliament are announced, slated to take place between April 30th and May 2nd. </p>
</div>
</div>
<div class="nsw-steps__item">
<div class="nsw-steps__content">
<h2>May 2nd, 2020</h2>
<p>The election ends, in total 20 people vote. The following week at the first Parliament meeting sees Kangaroo567 of the CPH becoming Harlon's first Prime Minister.</p>
</div>
</div>
<div class="nsw-steps__item">
<div class="nsw-steps__content">
<h2>May 15th, 2020</h2>
<p>Stenford Bay, the suburb where everyone is allowed to build, opens.</p>
</div>
</div>
<div class="nsw-steps__item">
<div class="nsw-steps__content">
<h2>June 3rd, 2020</h2>
<p>The "Business Update" is launched, introducing three different levels of factories which you can buy.</p>
</div>
</div>
<div class="nsw-steps__item">
<div class="nsw-steps__content">
<h2>June, 2020</h2>
<p>A "Boost Week" is held, featuring special events each day of the week.</p>
</div>
</div>
<div class="nsw-steps__item">
<div class="nsw-steps__content">
<h2>Spring, 2020</h2>
<p>Plans for a brand new world secretly begin to take form, and prototypes for new city standards are made. A new map for the world is made using WorldPainter.</p>
</div>
</div>
<div class="nsw-steps__item">
<div class="nsw-steps__content">
<h2>June 24th, 2020</h2>
<p>The New Harlon world is officially announced, with the goal to create an even better city, and possibly country.</p>
</div>
</div>
<div class="nsw-steps__item">
<div class="nsw-steps__content">
<h2>August 12th, 2020</h2>
<p>Stenford Bay is expanded, as the existing area had grown close to full.</p>
</div>
</div>
<div class="nsw-steps__item">
<div class="nsw-steps__content">
<h2>August 29th, 2020</h2>
<p>It is announced that the New Harlon world will feature 3D vehicles, with the first prototypes showcased.</p>
</div>
</div>
<div class="nsw-steps__item">
<div class="nsw-steps__content">
<h2>October 23rd-25th, 2020</h2>
<p>The second General Election is held, with a voter turnout of 27. Kangaroo567 once again becomes Prime Minister with the start of a second term after the term's first Parliament meeting.</p>
</div>
</div>
<div class="nsw-steps__item">
<div class="nsw-steps__content">
<h2>October 26th, 2020</h2>
<p>The New Harlon Early Access Pass is introduced, with a pass being hid every two weeks somewhere in the city. The player who finds the pass would then receive access to the New Harlon world for two weeks. The Early Access Pass continued to be hidden and found every two weeks until close to the New Harlon launch when it stopped.</p>
</div>
</div>
<div class="nsw-steps__item">
<div class="nsw-steps__content">
<h2>December 14th, 2020</h2>
<p>Harlon celebrates one year since the public opening of the server.</p>
</div>
</div>
<div class="nsw-steps__item">
<div class="nsw-steps__content">
<h2>March 1st, 2021</h2>
<p>Harlon reaches 1000 unique players having joined.</p>
</div>
</div>
<div class="nsw-steps__item">
<div class="nsw-steps__content">
<h2>March 7th, 2021</h2>
<p>Stenford Bay is once again expanded.</p>
</div>
</div>
<div class="nsw-steps__item">
<div class="nsw-steps__content">
<h2>April 2nd-4th, 2021</h2>
<p>The third General Elections are held, with Prime Minister Kangaroo567 not standing for re-election, ending their tenure as PM. To this day, they are still the longest serving Prime Minister in Harlonian history. With a voter turnout of 39, the server sets a new record for the maximum players online at once, with 19 players participating at the in-game announcement of the election results. At the first Parliament meeting of the new term, SirPenguinMay (now Keonian_)'s' government is formed and takes over.</p>
</div>
</div>
<div class="nsw-steps__item">
<div class="nsw-steps__content">
<h2>May 24th, 2021</h2>
<p>The opening date of the New Harlon world is officially announced - July 17th.</p>
</div>
</div>
<div class="nsw-steps__item">
<div class="nsw-steps__content">
<h2>June 6th, 2021</h2>
<p>The final Early Access Pass, number 17, for the New Harlon world is hidden and found.</p>
</div>
</div>
<div class="nsw-steps__item">
<div class="nsw-steps__content">
<h2>June 17th, 2021</h2>
<p>The New Harlon world is launched, with 43 players participating in-game at the launch. This sets a new record for the most online players at once, still held to this day.</p>
</div>
</div>
<div class="nsw-steps__item">
<div class="nsw-steps__content">
<h2>August 29th, 2021</h2>
<p>The previous world, now known as Old Harlon, closes after more than 4 years of service. The server has now hence fully moved to the New Harlon world.</p>
</div>
</div>
<div class="nsw-steps__item">
<div class="nsw-steps__content">
<h2>October 29th-31st, 2021</h2>
<p>The fourth General Election is held, with a turnout of 51. The first constitution of Harlon is also approved. At the first parliament meeting of the term, Nexalin becomes Prime Minster.</p>
</div>
</div>
<div class="nsw-steps__item">
<div class="nsw-steps__content">
<h2>November, 2021</h2>
<p>A hockey plugin is announced and starts development for the server, after several Harlonians contributed to the cost of development.</p>
</div>
</div>
<div class="nsw-steps__item">
<div class="nsw-steps__content">
<h2>November 29th, 2021</h2>
<p>Harlon joins the United Nations, a collaboration between four like-minded Minecraft city servers.</p>
</div>
<div class="nsw-steps__item">
<div class="nsw-steps__content">
<h2>December 14th, 2021</h2>
<p>Harlon celebrates two years since the public launch of the server. Old Harlon is re-opened for 48 hours.</p>
</div>
</div>
<div class="nsw-steps__item">
<div class="nsw-steps__content">
<h2>January 29th, 2022</h2>
<p>The first hockey game is held with the new hockey plugin developed for Harlon.</p>
</div>
</div>
<div class="nsw-steps__item">
<div class="nsw-steps__content">
<h2>January 29th, 2022</h2>
<p>The first hockey game is held with the new hockey plugin developed for Harlon.</p>
</div>
</div>
<div class="nsw-steps__item">
<div class="nsw-steps__content">
<h2>February, 2022</h2>
<p>Harlon participates in the Olympics, arranged by the United Nations.</p>
</div>
</div>
<div class="nsw-steps__item">
<div class="nsw-steps__content">
<h2>March 22nd, 2022</h2>
<p>Optimized_, one of the two owners and founders of the server, resigns.</p>
</div>
</div>
<div class="nsw-steps__item">
<div class="nsw-steps__content">
<h2>April 15th-17th, 2022</h2>
<p> The fifth General Election is held, with a voter turnout of 58. At the first Parliament meeting of the term, thegoldenportal forms a government and becomes Prime Minister.</p>
</div>
</div>
<div class="nsw-steps__item">
<div class="nsw-steps__content">
<h2>July 17th, 2022</h2>
<p>The New Harlon world celebrates one year since its public launch.</p>
</div>
</div>
<div class="nsw-steps__item">
<div class="nsw-steps__content">
<h2>August 14th, 2022</h2>
<p>The entire world map with the exception of the City of Harlon is completely overhauled with a new and better map replacing the old. It can be seen as New Harlon V2, with development of other cities starting shortly thereafter.</p>
</div>
</div>
<div class="nsw-steps__item">
<div class="nsw-steps__content">
<h2>August 14th, 2022</h2>
<p>A new government led by Nich2007olas19 as Prime Minister takes office after the previous one falls to a vote of no confidence. It was the first time in Harlonian history a new government took office in the middle of a term, instead of following a General Election.</p>
</div>
</div>
<div class="nsw-steps__item">
<div class="nsw-steps__content">
<h2>October 1st, 2022</h2>
<p>At long last, Hockey is released as a mini-game that can be played at any time. Previously, it had only been playable when a game was hosted by Staff, or during Harlon Hockey League games.</p>
</div>
</div>
<div class="nsw-steps__item">
<div class="nsw-steps__content">
<h2>October 21st-23rd, 2022</h2>
<p>The sixth General Election is held, along with a constitutional referendum. The constitutional referendum passes, and hence Harlon becomes a federation. The incumbent Prime Minister Nich2007olas19 is able to secure a second term in government at the first Parliamentary meeting of the term. In total, 51 people vote in the elections.</p>
</div>
</div>
<div class="nsw-steps__item">
<div class="nsw-steps__content">
<h2>November, 2022</h2>
<p>The development of a Harlon-exclusive jobs plugin begins, following many Harlonians contributing to the funding of the plugin.</p>
</div>
</div>
<div class="nsw-steps__item">
<div class="nsw-steps__content">
<h2>December 14th, 2022</h2>
<p>The Lumea Isles, Harlon's second freebuild area after Stenford Bay, is announced and opened to coincide with the 3rd anniversary of the server, with a competition organised for players to see who can reach the islands first. TheLionDev44 is the first to reach the Lumea Isles by plane, followed by jcthegamer2020 and SwiftGolemn059, with all three winning cars as prizes. After the challenge finishes, a new ferry route between Upminster Harbour and Cerulean Harbour on the Lumea Isles opens to provide a link to Harlon City. Players set up a Lumea Isles Discord server consisting of a Lumea Council (with no legal recognition/power) to kickstart and coordinate player construction in the new freebuild area, as well as Lumea United Railways (LUR), Lumea Airlines and Lumea Taxis to provide transportation services within and to/from the Isles.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>