-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
196 lines (172 loc) · 8.03 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
<!DOCTYPE html>
<html lang="en" style="scroll-behavior: smooth;">
<head>
<!--- All head content should be here -->
<meta charset="UTF-8">
<title>Selenite project.</title>
<script src="https://cdn.jsdelivr.net/npm/chart.js"></script>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/cdn/beer.min.css" rel="stylesheet" />
<script src="https://cdnjs.cloudflare.com/ajax/libs/color-thief/2.3.0/color-thief.umd.js"></script>
<script type="module" src="https://cdn.jsdelivr.net/npm/[email protected]/dist/cdn/beer.min.js"></script>
<script type="module" src="https://cdn.jsdelivr.net/npm/[email protected]/dist/cdn/material-dynamic-colors.min.js"></script>
<!-- Apply theme here-->
<script>
async function loadColorTheme() {
// Changing theme
let theme = await ui("theme", "#0080FF");
}
</script>
<style>
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
* {
font-family: "Montserrat", sans-serif;
}
.search-bar {
border-radius: 10px;
width: 50%;
border: 0px solid #ccc;
margin: 10px auto;
flex-direction: row;
align-content: center;
justify-content: center;
transition: width 0.3s ease-in-out;
}
</style>
<link rel="icon" href="assets/logo.png"/>
</head>
<body onload="loadColorTheme()">
<!-- Navigation bar at top -->
<header class="secondary-container">
<nav>
<!-- Link to source code of the page -->
<a href="https://github.com/kittyneverdies/SelenitePage/">
<button class="circle transparent">
<i>code</i>
<div class="tooltip bottom no-space">Source code</div>
</button>
</a>
<!-- Spacing here -->
<div class="max"></div>
<!-- Link to the support server -->
<a href="https://dsc.gg/selenite">
<button class="circle transparent">
<i>link</i>
<div class="tooltip bottom no-space">Discord Support Server</div>
</button>
</a>
<!-- Dark / Light theme switcher -->
<label class="switch icon">
<input type="checkbox" id="theme-switch" onchange="toggleTheme()"/>
<span>
<i id="theme-icon">light_mode</i>
</span>
</label>
</nav>
<!-- Small space -->
<div class="small-space"></div>
<!-- Information about project with description & name-->
<h5 class="small-padding center-align">Selenite project.</h5>
<div class="center-align">It's Selenite, related chemistry element Selenium. Also known formula is SeO²⁻₃.</div>
<div class="center-align">This project represents list of minecraft and roblox modification and tools. Before was a Roblox Executor.</div>
<!-- Small space -->
<div class="small-space"></div>
<!-- Search bar for search-->
<div class="search-bar">
<div class="center bottom field label suffix">
<input type="text">
<label>Search</label>
<i>search</i>
</div>
</div>
</header>
<main class="responsive">
<!-- Tabs of content-->
<div>
<div class="tabs center-align">
<a class="active vertical" data-ui="#minecraftclients">
<i>deployed_code</i>
<span>Minecraft clients</span>
</a>
<a class="vertical" data-ui="#tools">
<i>construction</i>
<span>Utilities</span>
</a>
<a class="vertical" data-ui="#robloxscripts">
<i>text_snippet</i>
<span>Roblox scripts</span>
</a>
</div>
<div class="page padding active" id="minecraftclients">
<!-- There should be minecraft clients -->
<div class="column-scroll">
<article class="no-padding secondary-container border">
<img class="responsive small" src="/beer-and-woman.svg"><!----><!---->
<div class="padding">
<h5>Example Utility <a class="chip disabled" href="https://google.com"><span>by Unknown</span> <i>person</i></a></h5>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>
<div class="max">
<button class="secondary small-round">
<i>download</i>
<span>Utility version 1</span>
</button>
<div class="small-space"></div>
<button class="secondary small-round">
<i>download</i>
<span>Utility version 2</span>
</button>
</div>
</div>
</article>
</div>
</div>
<div class="page padding" id="tools">
<!-- There should be minecraft tools -->
<div class="column-scroll">
<article class="no-padding secondary-container border">
<img class="responsive small" src="/beer-and-woman.svg"><!----><!---->
<div class="padding">
<h5>Example tool! <a class="chip disabled" href="https://google.com"><span>by Unknown</span> <i>person</i></a></h5>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>
<div class="max">
<button class="secondary small-round">
<i>download</i>
<span>Utility version 1</span>
</button>
<div class="small-space"></div>
<button class="secondary small-round">
<i>download</i>
<span>Utility version 2</span>
</button>
</div>
</div>
</article>
</div>
</div>
<div class="page padding" id="robloxscripts">
<!-- There should be roblox scripts -->
<div class="column-scroll">
<article class="no-padding secondary-container border">
<img class="responsive small" src="/beer-and-woman.svg"><!----><!---->
<div class="padding">
<h5>Example scipt for roblox<a class="chip disabled" href="https://google.com"><span>by Unknown</span> <i>person</i></a></h5>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>
<div class="max">
<button class="secondary small-round">
<i>download</i>
<span>Utility version 1</span>
</button>
<div class="small-space"></div>
<button class="secondary small-round">
<i>download</i>
<span>Utility version 2</span>
</button>
</div>
</div>
</article>
</div>
</div>
</div>
</main>
<script src="js/scripts.js"></script>
</body>
</html>