-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
102 lines (101 loc) · 5.95 KB
/
index.html
File metadata and controls
102 lines (101 loc) · 5.95 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Required Meta -->
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!-- Primary Meta Tags -->
<title>Creator Tools by PixelPoly Digital</title>
<meta name="title" content="Creator Tools by PixelPoly Digital">
<meta name="description" content="Various types of tools/generators to help minecraft bedrock edition content creators.">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://tools.pixelpoly.co/">
<meta property="og:title" content="Creator Tools by PixelPoly Digital">
<meta property="og:description" content="Various types of tools/generators to help minecraft bedrock edition content creators.">
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://tools.pixelpoly.co/">
<meta property="twitter:title" content="Creator Tools by PixelPoly Digital">
<meta property="twitter:description" content="Various types of tools/generators to help minecraft bedrock edition content creators.">
<!-- Favicons -->
<link rel="apple-touch-icon" sizes="180x180" href="assets/images/favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="assets/images/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="assets/images/favicon/favicon-16x16.png">
<link rel="manifest" href="assets/images/favicon/site.webmanifest">
<link rel="mask-icon" href="assets/images/favicon/safari-pinned-tab.svg" color="#5bbad5">
<link rel="shortcut icon" href="assets/images/favicon/favicon.ico">
<meta name="msapplication-TileColor" content="#2b5797">
<meta name="msapplication-config" content="assets/images/favicon/browserconfig.xml">
<meta name="theme-color" content="#ffffff">
<!-- Stylesheets & Fonts -->
<link href="assets/css/plugins.css" rel="stylesheet">
<link href="assets/css/style.css" rel="stylesheet">
</head>
<body>
<!-- Body Inner -->
<div class="body-inner">
<section class="bg-color">
<div class="container">
<div class="heading-text heading-line text-center p-b-10">
<h4>Creator Tools for Minecraft Bedrock Edition</h4>
</div>
<div class="row">
<div class="col-md-6">
<div class="background-white b-r-6 card card-body">
<a class="btn btn-secondary" href="manifest-generator">Manifest Generator</a>
</div>
</div>
<div class="col-md-6">
<div class="background-white b-r-6 card card-body">
<a class="btn btn-primary" href="obfuscator">JSON Obfuscator</a>
</div>
</div>
<div class="col-md-6">
<div class="background-white b-r-6 card card-body">
<a class="btn btn-warning" href="item-generator">Item generator (1.16.100)</a>
</div>
</div>
<div class="col-md-6">
<div class="background-white b-r-6 card card-body">
<a class="btn btn-success" href="entity-generator">Entity Generator (beta)</a>
</div>
</div>
</div>
</div>
</section>
<footer id="footer" class="bg-transparent">
<div class="footer-content">
<div class="container">
<div class="widget">
<div class="widget-title">Creator Tools by <a href="https://twitter.com/pixelpolymc">PixelPoly Digital</a></div>
<a href="https://pixelpoly.co/dis" class="btn btn-default" target="_blank">Discord Server</a>
</div>
</div>
</div>
</footer>
</div>
<!-- end: Body Inner -->
<!-- Scroll top -->
<a id="scrollTop"><i class="icon-chevron-up"></i><i class="icon-chevron-up"></i></a>
<div id="sidepanel">
<a class="panel-trigger"><span class="panel-close-x"><i class="icon-settings"></i></span></a>
<div class="container">
<p class="text-center">Set website preferences and they will be stored for your next visit.</p>
<hr class="mb-4">
<h5 class="mb-1">Color Scheme</h5>
<p class="small text-muted mb-3">Select light or dark mode.</p>
<div class="d-flex mb-4">
<a id="light-mode" class="btn btn-light"><i class="icon-sun"></i> Light Mode</a>
<a id="dark-mode" class="btn btn-dark"><i class="icon-moon"></i> Dark Mode</a>
</div>
</div>
</div>
<!--Plugins-->
<script src="assets/js/jquery.js"></script>
<script src="assets/js/plugins.js"></script>
<script src="assets/js/functions.js"></script>
<style>.dark #footer {background-color: rgb(28, 28, 28)}; .dark .text-dark { color:#DADADA !important;};.dark .bg-color { background-color: #23272A; }; .bg-color { background-color: #DADADA; };.dark .card {background-color: #111!important; border-color: #111!important;box-shadow: 0 0 35px 0 #2b2a2a;}.dark .background-white {background-color: #111!important;border: 1px solid rgb(34, 34, 34);box-shadow: 0 0 0px 0 #111;}</style>
</body>
</html>