This repository has been archived by the owner on Jan 6, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
599 lines (531 loc) · 30.9 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
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
<!DOCTYPE html>
<meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests">
<html lang="en-US">
<head>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
<script src="https://cdn.jsdelivr.net/gh/StephanWagner/[email protected]/dist/jBox.all.min.js"></script>
<link href="https://cdn.jsdelivr.net/gh/StephanWagner/[email protected]/dist/jBox.all.min.css" rel="stylesheet">
<script type="text/javascript" src="./js/main.js"></script>
<style type="text/css">
@import url("./css/main.css");
</style>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="profile" href="https://gmpg.org/xfn/11">
<meta name="robots" content="index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1">
<!-- This site is optimized with the Yoast SEO plugin v17.3 - https://yoast.com/wordpress/plugins/seo/ -->
<title>rpiMC - Minecraft server</title>
<meta name="description" content="Minecraft server running on Raspberry pi 4b">
<link rel="canonical" href="https://hexagoncore.github.io/rpiMC/">
<meta property="og:locale" content="en_US">
<meta property="og:type" content="website">
<meta property="og:title" content="rpiMC - Minecraft server">
<meta property="og:description" content="Minecraft server running on Raspberry pi 4b">
<meta property="og:url" content="https://hexagoncore.github.io/rpiMC/">
<meta property="og:site_name" content="rpiMC">
<meta property="article:modified_time" content="2021-10-15T15:59:47+00:00">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:label1" content="Est. reading time">
<meta name="twitter:data1" content="1 minute">
<script type="application/ld+json" class="yoast-schema-graph">{
"@context": "https://schema.org",
"@graph": [
{
"@type": "Organization",
"@id": "https://hexagoncore.github.io/rpiMC/#organization",
"name": "Hexagon Core",
"url": "https://hexagoncore.github.io/rpiMC/",
"sameAs": [],
"logo": {
"@type": "ImageObject",
"@id": "https://hexagoncore.github.io/rpiMC/#logo",
"inLanguage": "en-US",
"url": "https://hexagoncore.github.io/rpiMC/wp-content/uploads/2021/09/HexagonCore.png",
"contentUrl": "https://hexagoncore.github.io/rpiMC/wp-content/uploads/2021/09/HexagonCore.png",
"width": 300,
"height": 300,
"caption": "Hexagon Core"
},
"image": {
"@id": "https://hexagoncore.github.io/rpiMC/#logo"
}
},
{
"@type": "WebSite",
"@id": "https://hexagoncore.github.io/rpiMC/#website",
"url": "https://hexagoncore.github.io/rpiMC/",
"name": "rpiMC",
"description": "",
"publisher": {
"@id": "https://hexagoncore.github.io/rpiMC/#organization"
},
"potentialAction": [
{
"@type": "SearchAction",
"target": {
"@type": "EntryPoint",
"urlTemplate": "https://hexagoncore.github.io/rpiMC/?s={search_term_string}"
},
"query-input": "required name=search_term_string"
}
],
"inLanguage": "en-US"
},
{
"@type": "WebPage",
"@id": "https://hexagoncore.github.io/rpiMC/#webpage",
"url": "https://hexagoncore.github.io/rpiMC/",
"name": "rpiMC - Minecraft server",
"isPartOf": {
"@id": "https://hexagoncore.github.io/rpiMC/#website"
},
"about": {
"@id": "https://hexagoncore.github.io/rpiMC/#organization"
},
"datePublished": "2021-04-23T11:40:02+00:00",
"dateModified": "2021-10-15T15:59:47+00:00",
"description": "Minecraft server running on Raspberry pi 4b",
"breadcrumb": {
"@id": "https://hexagoncore.github.io/rpiMC/#breadcrumb"
},
"inLanguage": "en-US",
"potentialAction": [
{
"@type": "ReadAction",
"target": [
"https://hexagoncore.github.io/rpiMC/"
]
}
]
},
{
"@type": "BreadcrumbList",
"@id": "https://hexagoncore.github.io/rpiMC/#breadcrumb",
"itemListElement": [
{
"@type": "ListItem",
"position": 1,
"name": "Home"
}
]
}
]
}</script>
<!-- / Yoast SEO plugin. -->
<link rel="dns-prefetch" href="//fonts.googleapis.com">
<link rel="dns-prefetch" href="//s.w.org">
<link rel="alternate" type="application/rss+xml" title="rpiMC » Feed" href="https://hexagoncore.github.io/rpiMC/feed/">
<link rel="alternate" type="application/rss+xml" title="rpiMC » Comments Feed" href="https://hexagoncore.github.io/rpiMC/comments/feed/">
<link rel="alternate" type="application/rss+xml" title="rpiMC » Join Comments Feed" href="https://hexagoncore.github.io/rpiMC/slugtool/feed/">
<script type="text/javascript">
window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/13.1.0\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/13.1.0\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/hexagoncore.github.io\/rpiMC\/wp-includes\/js\/wp-emoji-release.min.js?ver=5.8.1"}};
!function(e,a,t){var n,r,o,i=a.createElement("canvas"),p=i.getContext&&i.getContext("2d");function s(e,t){var a=String.fromCharCode;p.clearRect(0,0,i.width,i.height),p.fillText(a.apply(this,e),0,0);e=i.toDataURL();return p.clearRect(0,0,i.width,i.height),p.fillText(a.apply(this,t),0,0),e===i.toDataURL()}function c(e){var t=a.createElement("script");t.src=e,t.defer=t.type="text/javascript",a.getElementsByTagName("head")[0].appendChild(t)}for(o=Array("flag","emoji"),t.supports={everything:!0,everythingExceptFlag:!0},r=0;r<o.length;r++)t.supports[o[r]]=function(e){if(!p||!p.fillText)return!1;switch(p.textBaseline="top",p.font="600 32px Arial",e){case"flag":return s([127987,65039,8205,9895,65039],[127987,65039,8203,9895,65039])?!1:!s([55356,56826,55356,56819],[55356,56826,8203,55356,56819])&&!s([55356,57332,56128,56423,56128,56418,56128,56421,56128,56430,56128,56423,56128,56447],[55356,57332,8203,56128,56423,8203,56128,56418,8203,56128,56421,8203,56128,56430,8203,56128,56423,8203,56128,56447]);case"emoji":return!s([10084,65039,8205,55357,56613],[10084,65039,8203,55357,56613])}return!1}(o[r]),t.supports.everything=t.supports.everything&&t.supports[o[r]],"flag"!==o[r]&&(t.supports.everythingExceptFlag=t.supports.everythingExceptFlag&&t.supports[o[r]]);t.supports.everythingExceptFlag=t.supports.everythingExceptFlag&&!t.supports.flag,t.DOMReady=!1,t.readyCallback=function(){t.DOMReady=!0},t.supports.everything||(n=function(){t.readyCallback()},a.addEventListener?(a.addEventListener("DOMContentLoaded",n,!1),e.addEventListener("load",n,!1)):(e.attachEvent("onload",n),a.attachEvent("onreadystatechange",function(){"complete"===a.readyState&&t.readyCallback()})),(n=t.source||{}).concatemoji?c(n.concatemoji):n.wpemoji&&n.twemoji&&(c(n.twemoji),c(n.wpemoji)))}(window,document,window._wpemojiSettings);
</script>
<style type="text/css">img.wp-smiley,
img.emoji {
display: inline !important;
border: none !important;
box-shadow: none !important;
height: 1em !important;
width: 1em !important;
margin: 0 .07em !important;
vertical-align: -0.1em !important;
background: none !important;
padding: 0 !important;
}</style>
<link rel="stylesheet" id="wp-block-library-css" href="https://hexagoncore.github.io/rpiMC/wp-includes/css/dist/block-library/style.min.css?ver=5.8.1" type="text/css" media="all">
<link rel="stylesheet" id="font-awesome-css" href="https://hexagoncore.github.io/rpiMC/wp-content/themes/ecocoded/css/font-awesome.min.css?ver=5.8.1" type="text/css" media="all">
<link rel="stylesheet" id="ecocoded-style-css" href="https://hexagoncore.github.io/rpiMC/wp-content/themes/ecocoded/style.css?ver=5.8.1" type="text/css" media="all">
<link rel="stylesheet" id="ecocoded-google-fonts-css" href="//fonts.googleapis.com/css?family=Lato%3A300%2C400%2C700&ver=5.8.1" type="text/css" media="all">
<link rel="stylesheet" id="enlighterjs-css" href="https://hexagoncore.github.io/rpiMC/wp-content/plugins/enlighter/cache/enlighterjs.min.css?ver=0A0B0C" type="text/css" media="all">
<script type="text/javascript" src="https://hexagoncore.github.io/rpiMC/wp-includes/js/jquery/jquery.min.js?ver=3.6.0" id="jquery-core-js"></script>
<script type="text/javascript" src="https://hexagoncore.github.io/rpiMC/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.3.2" id="jquery-migrate-js"></script>
<link rel="https://api.w.org/" href="https://hexagoncore.github.io/rpiMC/wp-json/">
<link rel="alternate" type="application/json" href="https://hexagoncore.github.io/rpiMC/wp-json/wp/v2/pages/2">
<link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://hexagoncore.github.io/rpiMC/xmlrpc.php?rsd">
<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://hexagoncore.github.io/rpiMC/wp-includes/wlwmanifest.xml">
<meta name="generator" content="WordPress 5.8.1">
<link rel="shortlink" href="https://hexagoncore.github.io/rpiMC/">
<link rel="alternate" type="application/json+oembed" href="https://hexagoncore.github.io/rpiMC/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fhexagoncore.github.io%2FrpiMC%2F">
<link rel="alternate" type="text/xml+oembed" href="https://hexagoncore.github.io/rpiMC/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fhexagoncore.github.io%2FrpiMC%2F&format=xml">
<link rel="pingback" href="https://hexagoncore.github.io/rpiMC/xmlrpc.php">
<style type="text/css">body, .site, .swidgets-wrap h3, .post-data-text { background: ; }
.site-title a, .site-description { color: ; }
.sheader { background-color: !important; }
.main-navigation ul li a, .main-navigation ul li .sub-arrow, .super-menu .toggle-mobile-menu,.toggle-mobile-menu:before, .mobile-menu-active .smenu-hide { color: #ffffff; }
#smobile-menu.show .main-navigation ul ul.children.active, #smobile-menu.show .main-navigation ul ul.sub-menu.active, #smobile-menu.show .main-navigation ul li, .smenu-hide.toggle-mobile-menu.menu-toggle, #smobile-menu.show .main-navigation ul li, .primary-menu ul li ul.children li, .primary-menu ul li ul.sub-menu li, .primary-menu .pmenu, .super-menu { border-color: ; border-bottom-color: ; }
#secondary .widget h3, #secondary .widget h3 a, #secondary .widget h4, #secondary .widget h1, #secondary .widget h2, #secondary .widget h5, #secondary .widget h6, #secondary .widget h4 a { color: ; }
#secondary .widget a, #secondary a, #secondary .widget li a , #secondary span.sub-arrow{ color: ; }
#secondary, #secondary .widget, #secondary .widget p, #secondary .widget li, .widget time.rpwe-time.published { color: ; }
#secondary .swidgets-wrap, #secondary .widget ul li, .featured-sidebar .search-field { border-color: ; }
.site-info, .footer-column-three input.search-submit, .footer-column-three p, .footer-column-three li, .footer-column-three td, .footer-column-three th, .footer-column-three caption { color: ; }
footer#colophon h3, footer#colophon h3 *, footer#colophon h4, footer#colophon h4 *, footer#colophon h5, footer#colophon h5 *, footer#colophon h6, footer#colophon h6 *, footer#colophon h1, footer#colophon h1 *, footer#colophon h2, footer#colophon h2 *, footer#colophon h4, footer#colophon h4 *, footer#colophon h3 a { color: ; }
.footer-column-three a, .footer-column-three li a, .footer-column-three .widget a, .footer-column-three .sub-arrow, .site-footer a, .site-info a, .site-footer * a, .site-footer a { color: ; }
.footer-column-three h3:after { background: ; }
.site-info, .widget ul li, .footer-column-three input.search-field, .footer-column-three input.search-submit { border-color: ; }
.site-footer { background-color: ; }
.content-wrapper h2.entry-title a, .content-wrapper h2.entry-title a:hover, .content-wrapper h2.entry-title a:active, .content-wrapper h2.entry-title a:focus, .archive .page-header h1, .blogposts-list h2 a, .blogposts-list h2 a:hover, .blogposts-list h2 a:active, .search-results h1.page-title { color: ; }
.blog .entry-meta{ color: ; }
.blogposts-list p { color: ; }
.page-numbers li a, .blogposts-list .blogpost-button, span.page-numbers.dots, .page-numbers.current { background: ; }
.archive .page-header h1, .search-results h1.page-title, .blogposts-list.fbox, span.page-numbers.dots, .page-numbers li a, .page-numbers.current { border-color: ; }
.blogposts-list .post-data-divider { background: ; }
.page .comments-area .comment-author, .page .comments-area .comment-author a, .page .comments-area .comments-title, .page .content-area h1, .page .content-area h2, .page .content-area h3, .page .content-area h4, .page .content-area h5, .page .content-area h6, .page .content-area th, .single .comments-area .comment-author, .single .comments-area .comment-author a, .single .comments-area .comments-title, .single .content-area h1, .single .content-area h2, .single .content-area h3, .single .content-area h4, .single .content-area h5, .single .content-area h6, .single .content-area th, .search-no-results h1, .error404 h1 { color: ; }
.single .entry-meta, .page .entry-meta { color: ; }
.page .content-area p, .page article, .page .content-area table, .page .content-area dd, .page .content-area dt, .page .content-area address, .page .content-area .entry-content, .page .content-area li, .page .content-area ol, .single .content-area p, .single article, .single .content-area table, .single .content-area dd, .single .content-area dt, .single .content-area address, .single .entry-content, .single .content-area li, .single .content-area ol, .search-no-results .page-content p { color: ; }
.single .entry-content a, .page .entry-content a, .comment-content a, .comments-area .reply a, .logged-in-as a, .comments-area .comment-respond a { color: ; }
.comments-area p.form-submit input, .error404 input.search-submit, .search-no-results input.search-submit { background: ; }
.error404 .page-content p, .error404 input.search-submit, .search-no-results input.search-submit { color: ; }
.page .comments-area, .page article.fbox, .page article tr, .page .comments-area ol.comment-list ol.children li, .page .comments-area ol.comment-list .comment, .single .comments-area, .single article.fbox, .single article tr, .comments-area ol.comment-list ol.children li, .comments-area ol.comment-list .comment, .error404 main#main, .error404 .search-form label, .search-no-results .search-form label, .error404 input.search-submit, .search-no-results input.search-submit, .error404 main#main, .search-no-results section.fbox.no-results.not-found{ border-color: ; }
.single .post-data-divider, .page .post-data-divider { background: ; }
.single .comments-area p.form-submit input, .page .comments-area p.form-submit input, .comments-area p.form-submit input, .error404 input.search-submit, .search-no-results input.search-submit { color: ; }
.bottom-header-wrapper { padding-top: px; }
.bottom-header-wrapper { padding-bottom: px; }
.bottom-header-wrapper { background: ; }
.bottom-header-wrapper *{ color: ; }
.header-widget a, .header-widget li a, .header-widget i.fa { color: ; }
.header-widget, .header-widget p, .header-widget li, .header-widget .textwidget { color: ; }
.header-widget .widget-title, .header-widget h1, .header-widget h3, .header-widget h2, .header-widget h4, .header-widget h5, .header-widget h6{ color: ; }
.header-widget.swidgets-wrap, .header-widget ul li, .header-widget .search-field { border-color: ; }
.bottom-header-title, .bottom-header-paragraph{ color: #9ff291; }
#secondary .widget-title-lines:after, #secondary .widget-title-lines:before { background: ; }
.header-content-wrap { padding-top: px; }
.header-content-wrap { padding-bottom: px; }
.header-button-solid { border-color: #ffffff; }
.header-button-solid { color: #ffffff; }
#smobile-menu, .primary-menu ul li ul.children, .primary-menu ul li ul.sub-menu { background: ; }
#smobile-menu.show .toggle-mobile-menu:before, #smobile-menu *, .main-navigation ul.sub-menu li .sub-arrow, .main-navigation ul.sub-menu li a, .primary-menu ul li ul.children, .primary-menu ul li ul.sub-menu { color: ; }
.header-widgets-three, .header-widgets-wrapper .swidgets-wrap{ background: ; }
.sheader { background-color: #54afa3; }
#secondary .widget li, #secondary input.search-field, #secondary div#calendar_wrap, #secondary .tagcloud, #secondary .textwidget{ background: ; }
#secondary .swidget { border-color: ; }
article.blogposts-list { background: ; }
.blogposts-list .entry-content a{ color: ; }
.blogposts-list .entry-content a{ border-color: ; }
#secondary .widget *{ border-color: ; }
.error404 #primary .fbox, .single #primary .fbox, .page #primary .fbox { background: ; }
.page-numbers li a, .blogposts-list .blogpost-button, span.page-numbers.dots, .page-numbers.current, .page-numbers li a:hover { color: ; }
.page-numbers li a, .blogposts-list .blogpost-button, span.page-numbers.dots, .page-numbers.current, .page-numbers li a:hover { border-color: ; }</style>
<style type="text/css">.site-title a,
.site-description,
.logofont {
color: #e8dd17;
}
"
.site-title a,
.site-description {
color: #e8dd17;
}</style>
<style type="text/css" id="wp-custom-css">.logofont {
font-weight: 700;
font-size: 40px;
letter-spacing: 0.5px;
color: #e8dd17;
text-decoration: none;
}
.bottom-header-title {
font-size: 40px;
font-weight: 700;
line-height: 140%;
}
.header-button-solid {
font-size:22px;
font-weight: bold;
-webkit-animation:colorchange 1.5s infinite alternate;
}
@-webkit-keyframes colorchange {
0% {
color: #1973e0;
}
27% {
color: #1973e0;
}
100% {
color: #E0D419;
}</style>
</head>
<body class="home page-template-default page page-id-2 masthead-fixed">
<a class="skip-link screen-reader-text" href="#content"> Skip to content</a>
<div id="page" class="site ">
<header id="masthead" class="sheader site-header clearfix">
<nav id="primary-site-navigation" class="primary-menu main-navigation clearfix">
<a href="#" id="pull" class="smenu-hide toggle-mobile-menu menu-toggle" aria-controls="secondary-menu" aria-expanded="false">Menu</a>
<div class="top-nav-wrapper">
<div class="content-wrap">
<div class="logo-container">
<a class="logofont" href="https://hexagoncore.github.io/rpiMC/" rel="home">rpiMC</a>
</div>
<div class="center-main-menu">
<div class="menu-main-container"><ul id="primary-menu" class="pmenu">
<li id="menu-item-45" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-45"><a href="#" data-ps2id-api="true"></a></li>
</ul></div> </div>
</div>
</div>
</nav>
<div class="super-menu clearfix">
<div class="super-menu-inner">
<a class="logofont" href="https://hexagoncore.github.io/rpiMC/" rel="home">rpiMC</a>
</div>
</div>
<div id="mobile-menu-overlay"></div>
<!-- Header bg start-->
<!-- Header img -->
<div class="header-content-wrap-outer">
<div class="header-content-wrap">
<div class="bottom-header-title">Minecraft server that was running on Raspberry pi 4B</div>
<div class="bottom-header-paragraph">Now on beefy servers</div>
<!-- Button-->
<div class="buttons-wrapper">
<a href="#joinscroll" class="header-button-solid">Play now</a>
</div>
<!--Buttons -->
</div>
</div>
<!-- Header bg start-->
</header>
<!-- Top widgets start -->
<div class="content-wrap">
<!-- Upper widgets -->
<div class="header-widgets-wrapper">
</div>
</div>
<div id="content" class="site-content clearfix">
<div class="content-wrap">
<div id="primary" class="featured-content content-area">
<main id="main" class="site-main">
<article id="post-2" class="posts-entry fbox post-2 page type-page status-publish hentry">
<header class="entry-header">
<h1 class="entry-title">Join</h1> </header><!-- .entry-header -->
<h2 class="entry-title"><font color="#ff0000"><b>Warning: </b>the server has been discontinued</font><br></h2>
<div class="entry-content">
<a id="joinscroll" data-ps2id-target=""></a>
<hr>
<blockquote>
<p>Join today and enjoy:</p>
<div>
<div id="dda" class="grow grow3 mtx2" style="background-color: #d9d9d9;">
<p id="dda2" class="mtx"><a style="cursor: text;" href="#joinscroll"><strong>Survival</strong></a></p>
<p style="color: #345154; font-size: 15px;"><b>Classic survival with few little tweaks</b></p>
</div>
<div class="grow2">
<p>–</p>
</div>
<div class="grow mtx2" style="background-color: #d9d9d9;margin-right: 50px;">
<p class="mtx"><a style="cursor: text;" href="#joinscroll"><strong>Creative</strong></a></p>
<p style="color: #345154; font-size: 15px;"><b>Best place to show your builds without wasting materials<br><mark class="red">[COMMING SOON]</mark></b></p>
</div>
</div>
<div class="tooltip">
<h3 style="margin-top: 7px;">
<span style="color: #008080; font-size: 20px;"><b>Join us at:</b></span> <code><span onclick="myFunction()" onmouseout="outFunc()" style="background-color: #808080; color: #ffffff; font-size: 1.5rem; cursor: pointer;"> join.rpimc.xyz </span></code>
</h3>
<span id="myTooltip" class="tooltiptext">Copy to clipboard</span>
</div>
<style>mark.red {
color:#0000A0;
background: none;
}
html {
scroll-behavior: smooth;
}
.grow {
padding: 5px 5px 5px 5px;
border-radius: 10px;
height: 40px;
width: 10rem;
margin: 5px 1% 5px 1%;
float: left;
position: relative;
transition: height 0.5s;
-webkit-transition: height 0.5s;
text-align: center;
overflow: hidden;
}
.grow2 {
padding: 5px 5px 5px 5px;
border-radius: 1px;
height: 40px;
width: 1rem;
margin: 5px 1% 5px 1%;
float: left;
position: relative;
transition: height 0.5s;
-webkit-transition: height 0.5s;
text-align: center;
overflow: hidden;
}
.grow3:hover {
height: 100px;
}
.grow:hover {
height: 155px;
}</style> <style>.tooltip {
position: relative;
display: inline-block;
}
.tooltip .tooltiptext {
visibility: hidden;
height: 35px;
width: 140px;
background-color: #555;
color: #fff;
text-align: center;
border-radius: 6px;
padding: 5px;
position: absolute;
z-index: 1;
bottom: 150%;
left: 50%;
margin-left: -25px;
opacity: 0;
transition: opacity 0.3s;
}
.tooltip .tooltiptext::after {
content: "";
position: absolute;
top: 100%;
left: 50%;
margin-left: -5px;
border-width: 5px;
border-style: solid;
border-color: #555 transparent transparent transparent;
}
.tooltip:hover .tooltiptext {
visibility: visible;
opacity: 1;
}</style> <script>
// return a promise
function copyToClipboard(textToCopy) {
// navigator clipboard api needs a secure context (https)
if (navigator.clipboard && window.isSecureContext) {
// navigator clipboard api method'
return navigator.clipboard.writeText(textToCopy);
} else {
// text area method
let textArea = document.createElement("textarea");
textArea.value = textToCopy;
// make the textarea out of viewport
textArea.style.position = "fixed";
textArea.style.left = "-999999px";
textArea.style.top = "-999999px";
document.body.appendChild(textArea);
textArea.focus();
textArea.select();
return new Promise((res, rej) => {
// here the magic happens
document.execCommand('copy') ? res() : rej();
textArea.remove();
});
}
}
function myFunction() {
copyToClipboard("join.rpimc.xyz")
.then(() => console.log('text copied !'))
.catch(() => console.log('error'));
var tooltip = document.getElementById("myTooltip");
tooltip.innerHTML = "Copied!";
}
function outFunc() {
var tooltip = document.getElementById("myTooltip");
tooltip.innerHTML = "Copy to clipboard";
}
</script>
<style>.mtx a {
background-image: linear-gradient(to right, rgba(255,255,255,0) 50%, #B3CEC2 50%);
background-position: -0% 0;
background-size: 200% auto;
color: #222;
font-size: 20px;
text-decoration: none;
transition: background-position 0.34s ease-out;
}
.mtx a:hover {
background-position: -99.99% 0;
}</style>
<p style="font-size: 5px;">
<br>
</p>
</blockquote>
<div class="post-tags">
</div>
</div>
<!-- .entry-content -->
</article><!-- #post-2 -->
</main><!-- #main -->
</div>
<!-- #primary -->
<aside id="secondary" class="featured-sidebar widget-area">
<section id="block-2" class="fbox swidgets-wrap widget widget_block"><h3>See <span id="real-time-map-wrapper" class="loadingcursor"><a class="disabledbutton" id="real-time-map" href="http://join.rpimc.xyz:8123/" target="_self"><strong><span style="text-decoration: underline;"><span id="real-time-map-color" style="color: #66ff66; text-decoration: underline;">REAL TIME MAP</span></span></strong></a></span> of the survival server</h3></section></aside><!-- #secondary -->
<aside id="secondary" class="featured-sidebar widget-area">
<section id="block-2" class="fbox swidgets-wrap widget widget_block">
<div id="server-status" class="server-status">
<h3>
<p>
<span>
Server status:
</span>
<strong>
<span style="color: #FFAE42;" id="server-status-text">
Loading...
</span>
</strong>
<br>
<small>
<em>
<span style="color: #9e9e9e;">
The status is updated every 10 seconds.
</span>
</em>
<small>
</p>
</h3>
</div>
</section></aside><!-- #secondary -->
</div>
</div>
<!-- #content -->
<footer id="colophon" class="site-footer clearfix">
<div class="content-wrap">
</div>
<div class="site-info">
<script type="text/javascript">
document.write(new Date().getFullYear());
</script> rpiMC <!-- Delete below lines to remove copyright from footer -->
<!-- Delete above lines to remove copyright from footer -->
</div>
<!-- .site-info -->
</footer>
</div>
<!-- #colophon -->
<!-- #page -->
<div id="smobile-menu" class="mobile-only"></div>
<div id="mobile-menu-overlay"></div>
<!-- WpSimpleTools HTML Code Snippet -->
<!-- https://wordpress.org/plugins/wpsimpletools-html-code/ -->
<script type="text/javascript" id="page-scroll-to-id-plugin-script-js-extra">
/* <![CDATA[ */
var mPS2id_params = {"instances":{"mPS2id_instance_0":{"selector":"a[href*='#']:not([href='#'])","autoSelectorMenuLinks":"true","excludeSelector":"a[href^='#tab-'], a[href^='#tabs-'], a[data-toggle]:not([data-toggle='tooltip']), a[data-slide], a[data-vc-tabs], a[data-vc-accordion], a.screen-reader-text.skip-link","scrollSpeed":800,"autoScrollSpeed":"true","scrollEasing":"easeInOutQuint","scrollingEasing":"easeOutQuint","forceScrollEasing":"false","pageEndSmoothScroll":"true","stopScrollOnUserAction":"false","autoCorrectScroll":"false","autoCorrectScrollExtend":"false","layout":"vertical","offset":0,"dummyOffset":"false","highlightSelector":"","clickedClass":"mPS2id-clicked","targetClass":"mPS2id-target","highlightClass":"mPS2id-highlight","forceSingleHighlight":"false","keepHighlightUntilNext":"false","highlightByNextTarget":"false","appendHash":"false","scrollToHash":"true","scrollToHashForAll":"true","scrollToHashDelay":0,"scrollToHashUseElementData":"true","scrollToHashRemoveUrlHash":"false","disablePluginBelow":0,"adminDisplayWidgetsId":"true","adminTinyMCEbuttons":"true","unbindUnrelatedClickEvents":"false","unbindUnrelatedClickEventsSelector":"","normalizeAnchorPointTargets":"false","encodeLinks":"false"}},"total_instances":"1","shortcode_class":"_ps2id"};
/* ]]> */
</script>
<script type="text/javascript" src="https://hexagoncore.github.io/rpiMC/wp-content/plugins/page-scroll-to-id/js/page-scroll-to-id.min.js?ver=1.7.4" id="page-scroll-to-id-plugin-script-js"></script>
<script type="text/javascript" src="https://hexagoncore.github.io/rpiMC/wp-content/themes/ecocoded/js/navigation.min.js?ver=20160720" id="ecocoded-navigation-js"></script>
<script type="text/javascript" src="https://hexagoncore.github.io/rpiMC/wp-content/themes/ecocoded/js/script.min.js?ver=20160720" id="ecocoded-script-js"></script>
<script type="text/javascript" src="https://hexagoncore.github.io/rpiMC/wp-content/themes/ecocoded/js/accessibility.min.js?ver=20160720" id="ecocoded-accessibility-jquery-js"></script>
<script type="text/javascript" src="https://hexagoncore.github.io/rpiMC/wp-content/plugins/enlighter/cache/enlighterjs.min.js?ver=0A0B0C" id="enlighterjs-js"></script>
<script type="text/javascript" id="enlighterjs-js-after">
!function(e,n){if("undefined"!=typeof EnlighterJS){var o={"selectors":{"block":"pre.EnlighterJSRAW","inline":"code.EnlighterJSRAW"},"options":{"indent":4,"ampersandCleanup":true,"linehover":true,"rawcodeDbclick":false,"textOverflow":"break","linenumbers":true,"theme":"enlighter","language":"generic","retainCssClasses":false,"collapse":false,"toolbarOuter":"","toolbarTop":"{BTN_RAW}{BTN_COPY}{BTN_WINDOW}{BTN_WEBSITE}","toolbarBottom":""}};(e.EnlighterJSINIT=function(){EnlighterJS.init(o.selectors.block,o.selectors.inline,o.options)})()}else{(n&&(n.error||n.log)||function(){})("Error: EnlighterJS resources not loaded yet!")}}(window,console);
</script>
<script type="text/javascript" src="https://hexagoncore.github.io/rpiMC/wp-includes/js/wp-embed.min.js?ver=5.8.1" id="wp-embed-js"></script>
<script>
/(trident|msie)/i.test(navigator.userAgent)&&document.getElementById&&window.addEventListener&&window.addEventListener("hashchange",function(){var t,e=location.hash.substring(1);/^[A-z0-9_-]+$/.test(e)&&(t=document.getElementById(e))&&(/^(?:a|select|input|button|textarea)$/i.test(t.tagName)||(t.tabIndex=-1),t.focus())},!1);
</script>
<!--
<script>
var newurl = window.location.protocol + "//" + "rpimc.xyz" + window.location.pathname;
window.history.pushState({path:newurl},'',newurl);
</script>
-->
</body>
</html>