-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
326 lines (289 loc) · 14.9 KB
/
index.html
File metadata and controls
326 lines (289 loc) · 14.9 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="referrer" content="no-referrer">
<title>Izumi-sama homepage :)</title>
<link rel="stylesheet" href="styles.css">
<!-- Favicon -->
<link rel="icon" type="image/png" sizes="240x240" href="shikimori.png">
<!--SEO-->
<meta name="description"
content="Hi there! This is my official website from a young programmer, Pbaodoge. Check out my website to find more informations about me!">
<meta name="author" content="Pbaodoge | Siesta">
<meta name="keywords"
content="Pbaodoge, Siesta, pbaodoge, siesta, pbaodoge.ml, pbaodoge-siesta.ml, pbaodoge.github.io">
<meta property="og:title" content="Pbaodoge | Siesta (Home Page)">
<meta property="og:description"
content="Hi there! This is my official website from a young programmer, Pbaodoge. Check out my website to find more informations about me1">
<meta property="og:url" content="https://pbaodoge.ml">
<meta property="og:image" content="/img/siesta.png">
<meta property="og:locale" content="en_US">
<meta property="og:type" content="website">
<meta property="og:site_name" content="pbaodoge-siesta.ml">
<meta content="#00FFFF" data-react-helmet="true" name="theme-color">
<!--Twitter-->
<meta name="twitter:site" content="@Pbaodoge">
<meta name="twitter:creator" content="@Pbaodoge">
<meta name="twitter:title" content="Izumi-sama">
<meta name="twitter:description"
content="Hi there! This is my official website from a young programmer, Pbaodoge. Check out my website to find more informations about me!">
<meta name="twitter:card" content="summary_large_image">
<!--CSS-->
<link rel="stylesheet" href="styles.css">
<link href='https://fonts.googleapis.com/css?family=JetBrains Mono' rel='stylesheet'>
<!--Font Awesome Icon Kit-->
<script src="https://kit.fontawesome.com/9a93ce0707.js" crossorigin="anonymous"></script>
<style>
#border {
border-style: solid;
background-color: rgba(255, 255, 255, 0.5);
border-radius: 10px;
width: 600px;
height: 250px;
border-style: hidden;
border-radius: 10px;
text-align: center;
border-spacing: 20px;
}
#introduction {
border-style: solid;
background-color: rgba(255, 152, 152, 0.5);
border-radius: 15px;
border: 0px;
box-sizing: border-box;
padding: 20px;
width: 800px;
height: 150px;
position: relative;
margin: auto;
text-align: center;
font-size: 20px;
}
#tools {
border-style: solid;
background-color: rgba(255, 255, 255, 0.6);
border-radius: 10px;
padding: 10px;
width: 800px;
height: 200px;
border-style: hidden;
border-radius: 10px;
text-align: center;
margin: auto;
margin-bottom: 20px;
margin-top: 20px;
}
.text a {
text-decoration: none;
list-style-type: none;
}
.text li {
text-decoration: none;
list-style-type: none;
}
.welcome-text {
color: hsl(0 0% 0% / .7);
opacity: 0;
transform: translateY(3rem);
animation: fadeInUp 1s ease calc(1s) forwards;
}
.description {
color: hsl(0 0% 0% / .7);
opacity: 0;
transform: translateY(3rem);
animation: fadeInUp .7s ease calc(1.8s) forwards;
}
.description-2 {
color: hsl(0 0% 0% / .7);
opacity: 0;
transform: translateY(3rem);
animation: fadeInUp .7s ease calc(2.8s) forwards;
}
.total-view {
color: hsl(0 0% 0% / .7);
opacity: 0;
transform: translateY(3rem);
animation: fadeInUp .5s ease calc(3.5s) forwards;
text-decoration: none;
}
.underline {
text-decoration: none;
}
.underline:hover {
text-decoration: underline;
}
a {
color: rgb(174, 0, 255);
text-decoration: none !important;
background-image: linear-gradient(#4fa1ff, #4fa1ff) !important;
background-size: 0% 0.1em !important;
background-position-y: 100% !important;
background-position-x: 100% !important;
background-repeat: no-repeat !important;
transition: background-size 0.2s ease-in-out !important;
}
a:hover,
a:focus,
a:active {
background-size: 100% 0.1em !important;
background-position-x: 0% !important;
}
</style>
</head>
<body>
<div class="text">
<div class="nav-bar-ani"
style=" text-align: left; font-size: 30px; font-family: 'JetBrains Mono'; padding-left: 7%; padding-top: 1%;">
<ul>
<li style="display: inline; "><a style="text-decoration: none; color:rgb(132, 228, 235);"
href="https://pbaodoge.ml">Home Page</a></li>
<li style="display: inline;"><a style="margin-left: 50px; text-decoration: none; color:black;"
href="https://pbaodoge.ml/donate.html">Donate</a></li>
<li style="display: inline;"><a style="margin-left: 50px; text-decoration: none; color:black;"
href="https://pbaodoge.ml/blog.html">Blog(coming soon)</a></li>
<li style="display: inline;"><a style="margin-left: 50px; text-decoration: none; color:black;"
href="/projects/index.html">Projects</a></li>
</ul>
</div>
<h1 class="welcome-text" style="text-align: center; font-family: 'JetBrains Mono';">Hi there!</h1><br>
<b>
<p class="description" id="introduction">Hi, I'm a programmer who has many interest. You can find many
information about me right on my website.</p>
</b>
<div class="description-2">
<ul id="tools" style="color: rgb(0, 68, 255); width: 730px; height: 380px; font-family: 'JetBrains Mono';">
<h4 style="color: rgb(0, 60, 255);">I'm currently learning Software development, Javascript and Web
development.</h4>
<h4>Mainly in C++, Python, JS, HTML and CSS</h4>
<h4>My dream is to become a software engineer, IoT and making great softwares</h4>
<h4>for everyone to use, and I had already have a plan for it</h4>
<h4>If you wanna follow my projects, then check out my Github Profile 😄</h4>
</ul>
</div>
<div class="total-view">
<div style="font-family: 'JetBrains Mono';">
<ul id="tools">
<h2 style="color: rgb(105, 255, 100);">Programming Languages: </h2>
<button class="button tools"><a href="http://www.cplusplus.org/" target="_blank">
<li><img src="./img/C++.png" alt="C++ logo" width="50" height="50"></li>
</a></button>
<button class="button tools"><a href="https://python.org" target="_blank">
<li><img src="./img/python.png" alt="Python logo" width="50" height="50"></li>
</a></button>
<button class="button tools"><a href="https://www.arduino.cc" target="_blank">
<li><img src="./img/arduino.png" alt="Arduino logo" width="50" height="50"></li>
</a></button>
<button class="button tools"><a href="https://javascript.com" target="_blank">
<li><img src="./img/JavaScript-logo.png" alt="JavaScript logo" width="50" height="50"></li>
</a></button>
<button class="button tools"><a href="https://en.wikipedia.org/wiki/Pascal" target="_blank">
<li><img src="./img/pascal.png" alt="Pascal logo" width="50" height="50"></li>
</a></button>
<button class="button tools"><a href="https://en.wikipedia.org/wiki/HTML" target="_blank">
<li><img src="./img/htmllogo.png" alt="HTML logo" width="50" height="50"></li>
</a></button>
<button class="button tools"><a href="https://en.wikipedia.org/wiki/CSS" target="_blank">
<li><img src="./img/css.png" alt="CSS logo" width="50" height="50"></li>
</a></button>
</ul>
<br><br>
<ul id="tools" style="width: 800px; height: 600px;">
<h2 style="color: rgb(105, 255, 100);">Tools that I used: </h2>
<img src="./img/vscode.png" alt="VS code logo" width="35" height="35"> <button class="button tools">
<li><a href="https://code.visualstudio.com" target="_blank">
<h5> VS code</h5>
</a></li>
</button>
<img src="./img/unity.png" alt="Unity logo" width="35" height="35"><button class="button tools">
<li><a href="https://unity.com" target="_blank">
<h5> Unity </h5>
</a></li>
</button>
<img src="./img/arduinoide.png" alt="Arduino IDE logo" width="35" height="35"><button
class="button tools">
<li><a href="https://www.arduino.cc/en/software" target="_blank">
<h5> Arduino IDE </h5>
</a></li>
</button>
<img src="./img/nodejs.svg" alt="NodeJS logo" width="35" height="35"><button class="button tools">
<li><a href="https://nodejs.org" target="_blank">
<h5> Node.js </h5>
</a></li>
</button>
<img src="./img/rpi.png" alt="NodeJS logo" width="35" height="42"><button class="button tools">
<li><a href="https://www.raspberrypi.com" target="_blank">
<h5> RPI</h5>
</a></li>
</button>
<h2 style="color: rgb(105, 255, 100); padding-top: .9%;">Projects:</h2>
<br>
<li><a href="https://github.com/Pbaodoge/pbaodoge.github.io" target="_blank">This Website</a></li>
<br>
<li><a href="https://github.com/Pbaodoge/RGB-Arduino" target="_blank">RGB led projects with Arduino
(Open-source)</a></li>
<br>
<li><a href="https://arduinoexchange.xyz" target="_blank">Arduino Exchange Website</a></li>
<br>
<li><a href="https://pbaodoge.ml/projects" target="_blank">Siesta Timer. A Windows/Linux clock
written in C++/QML with Qt Framework</a></li>
<h2 style="color: rgb(105, 255, 100); padding-top: 3%;">In development and planning projects: </h2>
<br>
<li><a href="https://discord.gg/AjntAZKt4V" target="_blank">Siesta : A discord bot for Anime
purposes!</a></li>
<br>
<li><a href="https://arduinoexchange.xyz" target="_blank">An account system for Arduino Exchange
website</a></li>
</ul>
<br><br><br>
<ul id="tools" style="height: 450px; padding-top: 1%;">
<h2 style="color: rgb(105, 255, 100);">Social media: </h2>
<br><button class="button social">
<li><a href="https://discordapp.com/users/826651517960454144" target="_blank">
<h5><i class="fab fa-discord"></i>Discord : Pbaodoge#4418</h5>
</a></h5>
</li>
</button>
<br><button class="button social">
<li><a href="https://www.reddit.com/user/Pbaodoge" target="_blank">
<h5><i class="fab fa-reddit"></i>Reddit : @Pbaodoge</h5>
</a></li>
</button>
<br><button class="button social">
<li><a href="https://github.com/Pbaodoge" target="_blank">
<h5><i class="fab fa-github"></i>Github : @Pbaodoge</h5>
</a></li>
</button>
<br><button class="button social">
<li><a href="https://twitter.com/Pbaodoge" target="_blank">
<h5><i class="fab fa-twitter"></i>Twitter : @Pbaodoge</h5>
</a></li>
</button>
</ul>
</div>
<footer>
<h5 class="footer-color">Made by Pbaodoge (Siesta) 2022 - 2022 | Version: v2.5</h5>
<h5 class="footer-color" style="margin-top: 1.5rem; line-height: 5px !important;">This website is
powered by
<a href="https://pages.github.com" target="_blank" rel="noopener noreferrer"
style="color: white; text-decoration: none;"><abbr style="text-decoration: none;"
title="Opens in a new tab.">Github Pages, </abbr></a>
<a href="https://freenom.com" target="_blank" rel="noopener noreferrer"
style="color: white; text-decoration: none;">
<abbr title="Opens in a new tab." style="text-decoration: none;"> Freenom</abbr>
</a> and <a href="https://cloudflare.com" target="_blank" rel="noopener noreferrer"
style="color: white; text-decoration: none;"><abbr title="Opens in a new tab."
style="text-decoration: none;">Cloudflare</abbr></a></h4>
<a href="https://discord.gg/9y7Uc4kxgh">
<h5 style="text-decoration: none; line-height: 5px !important;" class="footer-color">Find me at
my Discord community!</h5>
</a>
</footer>
</div>
</div>
<!--Prevent using http protocol-->
<script src = "functions.js" type = "text/javascript" onload = "preventhttp()"></script>
</body>
</html>