aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html42
1 files changed, 42 insertions, 0 deletions
diff --git a/index.html b/index.html
new file mode 100644
index 0000000..e5cc38e
--- /dev/null
+++ b/index.html
@@ -0,0 +1,42 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+ <meta charset="UTF-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
+ <title>Main Page</title>
+ <style>
+ h1, h2, h3 {
+ color: #3f3f3f
+ }
+ </style>
+</head>
+<body>
+ <p id="top">
+ <a href="index.html">Home</a> &nbsp;&nbsp;
+ <a href="page1.html">Guide</a> &nbsp;&nbsp;
+ <a href="page2.html">Want to know more?</a>
+ </p>
+ <hr>
+ <h1>Homelabs</h1>
+ <img src="img/homepage-server.jpeg" alt="Server Setup" width="20%">
+ <img src="img/homelab2.jpeg" alt="Example homelab" width="30%">
+ <h1 id="top">My Homelab plan</h1>
+ <h2>Introduction</h2>
+ <p>For a while, I have seen tech YouTubers talking about having homelabs, which is just running servers at home and it gave me an idea to have my own one as well.</p>
+ <h2>What is the plan?</h2>
+ <p>Basically, I will be putting things that require a lot of computer resources inside a virtual machine in a server. Then on a low-powered device, I could easily remote into it. The server will also host other services as well such as a media server, storing photos, and other things.</p>
+ <h2>Why should you do it?</h2>
+ <h3>Independence</h3>
+ <p>These days, <em>way</em> more people rely on big tech to manage their lifes, and I wanted to move away from that idea. So around 2018/19, I decided to slowly move away from it, starting with emails.</p>
+ <h3>Minimal Computer Setup</h3>
+ <p>So, you won't really need a massive tower on your desk for doing intensive tasks, for example, I could bring a low-powered device and just plug a single cable that powers my entire setup <i>(connects to keyboard, mouse, monitor, and ports)</i>. After that, I could remote into the virtual machine and do high intensive stuff on it like gaming or video editing. </p>
+ <p><b>Current Homelab</b></p>
+ <img src="img/current_server_setup.jpg" alt="Current Server Setup" width="30%">
+ <br>
+ <a href="#top">Go to top</a>
+ <hr>
+ <footer>
+ <em>Created by <a href="http://alee14.me">Andrew Lee</a></em>
+ </footer>
+</body>
+</html> \ No newline at end of file