-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
73 lines (64 loc) · 2.72 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>MrHalfLife - Personal Website and About me</title>
<style>
body {
display: flex;
justify-content: center;
align-items: flex-start; /* Align items to the top */
height: 100vh;
margin: 0;
background-color: #f0f0f0;
}
.content {
text-align: center;
margin-top: 20px; /* Add margin to the top for better visibility */
}
h1 {
color: black; /* Ensure the text is a visible color */
}
</style>
</head>
<body>
<div class="content">
<h1>MrHalfLife's Personal Website</h1>
<br>
<img src="images/gordon_alien_base.jpg" width="300" height="300" alt="My Signature Cosmetic">
<br>
<i>The profile picture on Matrix and Discord</i>
<b><i><p>My Socials</p></i></b>
<div class="c2">
<a href="https://www.youtube.com/channel/UCg0oh7mDOinFlMXJS1Q1v_A">YouTube</a> |
<a href="https://mrhalflife.neocities.org/">Website</a> |
<a href="https://blips.club/MrHalfLife280">blips</a> |
<a href="https://github.com/MrHalfLife280">GitHub (Biz)</a> |
<p>And...</p>
<img src="images/no-facebook.svg" alt="Well, you get the point">
<i><u><b><h2>About me:</h2></b></u></i>
<p>Hello I am Arman (you can call me MrHalfLife) and I am a programmer, and an old Tech messer. I usually write Software in my free time, or sometimes Animate in SFM</p>
<i><u><b><h2>Software I recommend</h2></b></u></i>
<p>Here is a list of Software I recommend</p>
<ul>
<li>Vim or Neovim (for quick text editing)</li>
<li>VSCodium (A FOSS and Libre version of VSCode)</li>
<li>OBS Studio (For Recording)</li>
<li>Brave Web Browser</li>
<li>Firefox Web Browser</li>
<li>Ungoogled Chromium (Chromium, but there is no google.)</li>
<li>Linux Distros (Fedora, Linux Mint, Debian, Arch)</li>
<li>Thunderbird E-Mail client.</li>
<li>Kdenlive Video Editor.</li>
<li>Shotcut Video Editor.</li>
<li>GIMP Image Editor.</li>
<li>InkScape (haven't tried it, but looks promising)</li>
<li>Steam for Video Games.</li>
<li>Element (Matrix)</li>
<li>f.lux</li>
</ul>
</div>
</div>
</body>
</html>