-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
46 lines (40 loc) · 1.96 KB
/
about.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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>Amos Nimos: About</title>
<link rel="icon" type="image/x-icon" href="img/favicon.ico">
<link rel="stylesheet" href="css/light.css">
</head>
<body>
<main>
<div class="topnav">
<a class="btn-h" href="index.html">Home</a>
</div>
<h2 class="title">
<img class="img_icon" src="img/red_003.png" alt="If it can be done in the terminal, do it in the terminal.">
ABOUT
</h2>
<div class="article">
<img src="img/profile_wide.png">
<p>
Hi, whoever you are. Finding this site is quite an achievement, congratulations.
This is MY site, my own online island, where I can feel free to talk about whatever I want without the
risk of being shadow-banned or having my posts outright censored.
This is an opinion-based website. I’m not here to pretend I hold the absolute truth or anything like that.
No, these are my personal views, personal conclusions, and personal ideology based on my own life experiences.
Not everything needs to be a full-on scientific study to be valid in its own right.
I don’t try to get into specifics but rather discuss general ideas and concepts that I think are important.
It’s like you can’t have an opinion on the internet nowadays without providing a study to back it up.
Sometimes, you can simply experience things and talk about them. A lot of scientific studies are biased and can be presented in biased ways, so they’re not the absolute truth either.
I don’t even consider myself on any side of the political spectrum, but society does seem to associate a lot of my values with the conservative/republican side.
I advocate for more autonomy for the people, and less government overreach. I despise bureaucracy and wish for people to be more independent and self-reliant.
I am Amos Nimos (Amosnimos), and this is my site: amosnimos.com.
</p>
<iframe width="100%" height="315"
src="https://www.youtube.com/embed/DHtE9jmSRUg">
</iframe>
</div>
</main>
</body>
</html>