-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
261 lines (254 loc) · 9.78 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
<!DOCTYPE html>
<!-- This website is about to be remade. -->
<html lang="en">
<head>
<meta charset="UTF-8" />
<script src="https://cdn.tailwindcss.com"></script>
<link
href="https://fonts.googleapis.com/css?family=Montserrat"
rel="stylesheet"
/>
<link
href="https://avatars.githubusercontent.com/u/83458491?v=4"
rel="icon"
type="image/jpg"
/>
<script
crossorigin="anonymous"
integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4="
src="https://code.jquery.com/jquery-3.6.0.min.js"
></script>
<link href="style.css" rel="stylesheet" />
<meta name="google-site-verification" content="oVdLkYOoIKpYJ6ul0PZ35_FsUggrUVm7RtrxEIL2CMs" />
<title>bloax</title>
</head>
<body class="mb-20 bg">
<p
class="text-center text-5xl pt-5"
style="font-family: notstretch, sans-serif"
>
bloax
</p>
<div class="title-container">
<span id="title1"></span>
<span id="title2"></span>
</div>
<svg id="filters">
<defs>
<filter id="threshold">
<feColorMatrix
in="SourceGraphic"
type="matrix"
values="1 0 0 0 0
0 1 0 0 0
0 0 1 0 0
0 0 0 255 -140"
/>
</filter>
</defs>
</svg>
<div class="content home flex items-center justify-center">
<!--HOME-->
<p class="text-5xl text-center">
</p>
</div>
<div
class="content projects flex justify-center items-center flex-col"
style="display: none"
>
<!--PROJECTS-->
<div class="card flex flex-col justify-start rounded-lg mb-20">
<p
class="ml-2.5 text-3xl pl-3 pt-5"
style="font-family: notstretch, sans-serif"
>
Helping at : uiverse.io
</p>
<p class="ml-2.5 text-xl mx-20 p-5">
I'm part of the dev team of uiverse.io; it is a library of free and
customizable HTML and CSS UI elements. All elements are free and
open-source. You can even create your own.
</p>
<a
class="text-2xl text-sky-300 pl-5 pb-5"
href="https://uiverse.io"
target="_blank"
>Visit</a
>
</div>
<!--<div class="card flex flex-col justify-start rounded-lg mb-20">
<p
class="ml-2.5 text-3xl pl-3 pt-5"
style="font-family: notstretch, sans-serif"
>
PASTASTUDIO
</p>
<p class="ml-2.5 text-xl mx-20 p-5">
Pastastudio is an app development studio that I created with a friend.
</p>
<a
class="text-2xl text-sky-300 pl-5 pb-5"
href="https://pasta.studio"
target="_blank"
>Visit</a
>
</div>-->
</div>
<div class="content techstack flex" style="display: none">
<!--TECHSTACK-->
<p class="badges flex-wrap flex justify-center">
<a style="text-align: center"
><img
alt="JavaScript"
src="https://img.shields.io/badge/javascript-%23323330.svg?style=for-the-badge&logo=javascript&logoColor=%23F7DF1E" />
<img
alt="TypeScript"
src="https://img.shields.io/badge/typescript-%23007ACC.svg?style=for-the-badge&logo=typescript&logoColor=white" />
<img
alt="Python"
src="https://img.shields.io/badge/python-3670A0?style=for-the-badge&logo=python&logoColor=ffdd54" />
<img
alt="Shell Script"
src="https://img.shields.io/badge/shell_script-%23121011.svg?style=for-the-badge&logo=gnu-bash&logoColor=white" />
<img
alt="Markdown"
src="https://img.shields.io/badge/markdown-%23000000.svg?style=for-the-badge&logo=markdown&logoColor=white" />
<img
alt="HTML5"
src="https://img.shields.io/badge/html5-%23E34F26.svg?style=for-the-badge&logo=html5&logoColor=white" />
<img
alt="CSS3"
src="https://img.shields.io/badge/css3-%231572B6.svg?style=for-the-badge&logo=css3&logoColor=white" />
<img
alt="Netlify"
src="https://img.shields.io/badge/netlify-%23000000.svg?style=for-the-badge&logo=netlify&logoColor=#00C7B7" />
<img
alt="Vercel"
src="https://img.shields.io/badge/vercel-%23000000.svg?style=for-the-badge&logo=vercel&logoColor=white" />
<img
alt="Glitch"
src="https://img.shields.io/badge/glitch-%233333FF.svg?style=for-the-badge&logo=glitch&logoColor=white" />
<img
alt="Flask"
src="https://img.shields.io/badge/flask-%23000.svg?style=for-the-badge&logo=flask&logoColor=white" />
<img
alt="NPM"
src="https://img.shields.io/badge/NPM-%23000000.svg?style=for-the-badge&logo=npm&logoColor=white" />
<img
alt="NodeJS"
src="https://img.shields.io/badge/node.js-6DA55F?style=for-the-badge&logo=node.js&logoColor=white" />
<img
alt="Bootstrap"
src="https://img.shields.io/badge/bootstrap-%23563D7C.svg?style=for-the-badge&logo=bootstrap&logoColor=white" />
<img
alt="Express.js"
src="https://img.shields.io/badge/express.js-%23404d59.svg?style=for-the-badge&logo=express&logoColor=%2361DAFB" />
<img
alt="jQuery"
src="https://img.shields.io/badge/jquery-%230769AD.svg?style=for-the-badge&logo=jquery&logoColor=white" />
<img
alt="MUI"
src="https://img.shields.io/badge/MUI-%230081CB.svg?style=for-the-badge&logo=material-ui&logoColor=white" />
<img
alt="React"
src="https://img.shields.io/badge/react-%2320232a.svg?style=for-the-badge&logo=react&logoColor=%2361DAFB" />
<img
alt="React Router"
src="https://img.shields.io/badge/React_Router-CA4245?style=for-the-badge&logo=react-router&logoColor=white" />
<img
alt="SASS"
src="https://img.shields.io/badge/SASS-hotpink.svg?style=for-the-badge&logo=SASS&logoColor=white" />
<img
alt="Socket.io"
src="https://img.shields.io/badge/Socket.io-black?style=for-the-badge&logo=socket.io&badgeColor=010101" />
<img
alt="TailwindCSS"
src="https://img.shields.io/badge/tailwindcss-%2338B2AC.svg?style=for-the-badge&logo=tailwind-css&logoColor=white" />
<img
alt="Yarn"
src="https://img.shields.io/badge/yarn-%232C8EBB.svg?style=for-the-badge&logo=yarn&logoColor=white" />
<img
alt="MySQL"
src="https://img.shields.io/badge/mysql-%2300f.svg?style=for-the-badge&logo=mysql&logoColor=white" />
<img
alt="SQLite"
src="https://img.shields.io/badge/sqlite-%2307405e.svg?style=for-the-badge&logo=sqlite&logoColor=white" />
<img
alt="Figma"
src="https://img.shields.io/badge/figma-%23F24E1E.svg?style=for-the-badge&logo=figma&logoColor=white" />
<img
alt="Notion"
src="https://img.shields.io/badge/Notion-%23000000.svg?style=for-the-badge&logo=notion&logoColor=white" />
<img
alt="Portfolio"
src="https://img.shields.io/badge/Portfolio-%23000000.svg?style=for-the-badge&logo=firefox&logoColor=#FF7139"
/></a>
</p>
</div>
<div class="content social flex justify-center" style="display: none">
<!--SOCIAL-->
<div class="scard rounded-lg p-10 mr-10">
<img
alt="GitHub logo"
src="assets/images/logos/github-mark-white.png"
style="width: 10em; height: auto"
/>
<p class="text-3xl py-10" style="font-family: notstretch, sans-serif">
GITHUB
</p>
<p class="text-xl mb-5">Find all my projects on my GitHub profile.</p>
<a
class="text-2xl text-sky-300"
href="https://github.com/SteveBloX"
target="_blank"
>SteveBloX</a
>
</div>
<div class="scard rounded-lg p-10 mr-10">
<img
alt="Discord logo"
src="assets/images/logos/discord-mark-blue.png"
style="width: 10em; height: auto"
/>
<p class="text-3xl py-10" style="font-family: notstretch, sans-serif">
DISCORD
</p>
<p class="text-xl mb-5">
If you want to send me a message, feel free to send a friend request.
</p>
<a
class="text-2xl text-sky-300 cursor-pointer"
href="https://discord.com/users/728694205718855832"
>steveblox</a
>
</div>
</div>
<footer class="">
<a class="text-2xl act nhome">Home</a>
<a class="text-2xl nprojects">Projects</a>
<a class="text-2xl nts" style="white-space: nowrap">Tech stack</a>
<a class="text-2xl nsocial">Socials</a>
</footer>
<div class="pt-40"></div>
<!-- no lag checkbox -->
<label class="checkbox-container" for="nolag">
<input class="checkbox" id="nolag" type="checkbox" />
<svg viewBox="0 0 64 64" height="1em" width="1em">
<path
d="M 0 16 V 56 A 8 8 90 0 0 8 64 H 56 A 8 8 90 0 0 64 56 V 8 A 8 8 90 0 0 56 0 H 8 A 8 8 90 0 0 0 8 V 16 L 32 48 L 64 16 V 8 A 8 8 90 0 0 56 0 H 8 A 8 8 90 0 0 0 8 V 56 A 8 8 90 0 0 8 64 H 56 A 8 8 90 0 0 64 56 V 16"
pathLength="575.0541381835938"
class="path"
></path>
</svg>
<p class="lag-text">Lag enabled</p>
</label>
<div class="bouncing-blobs-container">
<div class="bouncing-blobs-glass"></div>
<div class="bouncing-blobs">
</div>
</div>
</body>
<script src="background.js"></script>
<script src="title-morph.js"></script>
<script src="script.js"></script>
</html>