-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
95 lines (84 loc) · 2.91 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="description" content="VisuallySynced Personal Website">
<meta name="keywords" content="Personal Website, Website, Personal, VisuallySynced">
<meta name="author" content="VisuallySynced">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" type="image/x-icon" href="favicon.ico">
<title>VS | Home</title>
<link rel="stylesheet" href="styles.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.0/css/all.min.css">
</head>
<body>
<header>
<div class="logo">
<h1>VisuallySynced</h1>
</div>
<nav>
<ul>
<li><a href="#home">Home</a></li>
<li><a href="https://blog.visuallysynced.xyz">Blog</a></li>
<li><a href="#projects">Projects</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</nav>
</header>
<h2>Welcome visitor <img src="/visit">, I'm <b>VisuallySynced</b></h2>
<p>Developer, gamer, and a producer. Focusing on my Developer Career. <br>Currently Learning Powershell.</p>
<h2>Languages I know:</h2>
<p>1. Python</p>
<p>2. Batch</p>
<p>3. Powershell (Learning)</p>
<h2>Games I play:</h2>
<p>1. Roblox (Rarely)</p>
<p>2. Minecraft (Not much)</p>
<p>3. Rust (Yes and no)</p>
<p>4. Csgo2 (Always)</p>
<h2 id="projects"> Projects/Pages</h2>
<section>
<div class="project-box">
<a href="https://bypassdirect.VisuallySynced.xyz/">
<h3>BypassDirect</h3>
<p>Loading a website in about:blank</p>
</a>
</div>
<div class="project-box">
<a href="https://gaming.VisuallySynced.xyz/">
<h3>Gaming</h3>
<p>Scratch games to play on my website.</p>
</a>
</div>
<div class="project-box">
<a href="https://files.VisuallySynced.xyz/">
<h3>Files</h3>
<p>Files stored on Firebase <a class="highlight" href="blog/new-subdomain-filesvisuallysyncedxyz">Blog About It</a></p>
</a>
</div>
<div class="project-box">
<a href="https://blog.VisuallySynced.xyz/">
<h3>Blog</h3>
<p>My mind basically xd</p>
</a>
</div>
<div class="project-box">
<a href="https://xn--yp8h.visuallysynced.xyz/">
<h3>👍</h3>
<p>👍</p>
</a>
</div>
</section>
<h2>Contacts/Socials</h2>
<section id="contact">
<p><i class="fab fa-discord"></i> Discord: Lenvx</p>
<p><i class="fab fa-telegram"></i> Telegram: <a href="https://t.me/l3mona1d" target="_blank">@l3mona1d</a></p>
<p><i class="fab fa-github"></i> Github: <a href="https://github.com/VisuallySynced" target="_blank">VisuallySynced</a></p>
<p><i class="fab fa-steam"></i> Steam: <a href="https://steamcommunity.com/id/EmilijusProfas/" target="_blank">VisuallySynced</a></p>
<p><i class="fab fa-gamepad"></i> Epic Games: GGfxx3</p>
</section>
<footer>
<p>The end. 2023 VisuallySynced</p>
</footer>
</body>
</html>