-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
65 lines (65 loc) · 2.25 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta property="og:title" content="My website" />
<meta property="og:image" content="/assets/ogimage.png" />
<meta
property="og:description"
content="This is TheRedBlueCube2's website."
/>
<link rel="shortcut icon" href="/assets/favicon.ico" type="image/x-icon" />
<link rel="stylesheet" href="style.css" type="text/css" />
<title>TheRedBlueCube2's website</title>
</head>
<body>
<div id="wrapper">
<h1>Hello!</h1>
<p>
My name is TheRedBlueCube2 (GitHub name TheRedBlueCube3), although I
sometimes go by the names RedSpace, or LRS25001.
</p>
<p>
I like to code in JavaScript, specifically Node.js, but I would like to
learn to code in C/C++. I live in Russia and my timezone is GMT+3.
</p>
<h1>My stuff</h1>
<a href="/scratch-projects.html">Scratch Projects</a> <br />
<a href="/html-css-js-stuff.html">HTML, CSS, JS stuff</a> <br />
<h1>My friends' websites</h1>
<a href="https://slinx92.github.io">Slinx92</a> <br />
<a href="https://nicejsisverycool.ml">nicejsisverycool</a> <br />
<a href="https://paperluigis.ml">paperluigis</a> <br />
<a href="https://gdplayer.neocities.org">GDPlayer</a> <br />
<a href="https://portfolio.milanlakatos.repl.co/">michaёl</a>
<br />
<a href="https://codersquack.ml">e_</a> <br />
<a href="https://spacepizza.neocities.org/">Space_Pizza</a> <br />
<h1>Contact me at:</h1>
(gray - inactive) <br />
My Replit:
<a class="inactive" href="https://replit.com/@TheRedBlueCube2"
>TheRedBlueCube2</a
>
<br />
My Discord: <span class="blue">lrs25001</span> <br />
My Discord Server:
<a href="https://discord.gg/KPkccpQDYz">Cubic Community</a> <br />
My GitHub:
<a href="https://github.com/TheRedBlueCube3">TheRedBlueCube3</a> <br />
My YouTube:
<a href="https://www.youtube.com/channel/UCz_g2PTBtdxPLgh1SAuJwBA"
>theredbluecube2</a
>
<br />
My Twitter:
<a class="inactive" href="https://twitter.com/theredbluecube2"
>theredbluecube2</a
>
<br />
</div>
<hr />
© TheRedBlueCube2, 2023
</body>
</html>