aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--_layouts/default.html1
-rw-r--r--about.html3
2 files changed, 1 insertions, 3 deletions
diff --git a/_layouts/default.html b/_layouts/default.html
index 2d55657..3895e05 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -6,7 +6,6 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="utf-8">
<link rel="stylesheet" href="{{ site.baseurl }}/assets/css/main.css">
-
<link rel="stylesheet" href="{{ site.baseurl }}/assets/css/all.min.css">
<meta name="twitter:image" content="{{ site.image }}">
<meta property="og:image" content="{{ site.image }}">
diff --git a/about.html b/about.html
index c1d67a5..b1095d4 100644
--- a/about.html
+++ b/about.html
@@ -2,7 +2,6 @@
layout: default
title: About
---
-
<div class="flex flex-row items-start flex-wrap pb-12">
<div class="shadow-lg flex box-content p-4 m-4 max-w-xs h-auto bg-background flex-col break-words transform rounded" style="cursor: pointer;">
<img src="/assets/img/author.webp" class="max-w-sm rounded-full object-cover" alt="author">
@@ -42,7 +41,7 @@ title: About
</a>
</div>
<div class="blog-block flex-col break-words transform justify-start rounded max-w-xl" style="cursor: pointer;">
- <a class="text-xl text-white mt-2 border-b pb-1 h-auto">The first chapter</a>
+ <a class="text-xl text-white mt-2 border-b pb-1 h-auto max-w-xl">The first chapter</a>
<a class="text-base text-white mt-2 pb-1 h-auto">
I started my journey by learning about Android, rooting and custom ROMS. Around ~2016 I started learning Linux with a Raspberry Pi 3B. It began with trying out things like wine and emulation. One of the things I wanted to do was running x86 programs on the RaspberryPI, which is ARM. This made me learn about CPU architectures. This project helped me learn a lot about Linux, which in retrospect, is useful. I started exploring hacking early on, in ~2017. I used Android tablets and phones, with termux and Custom ROMS on them. This helped me learn a lot about how Android APKs work and how Android works in general. Later on, in ~2020 I explored photo, video and audio editing. I also learned a little about 3D modeling. Through it all, my curiosity kept me going.
</a>