Skip to content

Commit 125332e

Browse files
committed
Added Background and Blur
1 parent 16e3b3c commit 125332e

79 files changed

Lines changed: 7229 additions & 3423 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

assets/css/custom.css

Lines changed: 20 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,25 @@ img.mb-2.h-36.w-36.rounded-full {
66
transform: none;
77
}
88
body {
9-
background: linear-gradient(135deg,#242424,#000000);
10-
background-repeat: no-repeat;
9+
margin: 0;
10+
color: white;
11+
overflow-x: hidden;
12+
align-items: center;
13+
}
14+
15+
body::before {
16+
content: "";
17+
position: fixed;
18+
top: 0;
19+
left: 0;
20+
width: 100%;
21+
height: 100%;
22+
z-index: -1;
23+
background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
24+
url('/background.png');;
1125
background-size: cover;
12-
background-attachment: fixed;
26+
background-position: center;
27+
background-repeat: no-repeat;
28+
filter: blur(5px);
29+
background-color: rgba(0, 0, 0, 0.2);
1330
}

content/aboutme/index.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
1-
# About Me
1+
---
2+
draft: false
3+
title: 'About Me'
4+
date: 2026-03-20
5+
---
6+
27
<div style="text-align: justify">
3-
Lets start with who I am and what's my intention with this blog.
8+
Let's start with who I am and what's my intention with this blog.
49
</div>
510

611
## Introduction
@@ -24,7 +29,7 @@ Through the course of my journey in tech, I have gotten my hand on some neat pro
2429
<li>HTML/CSS</li>
2530
<li>Graphic Design</li>
2631
</ul>
27-
I think judging by all of this till now you might already be able to tell that most of the time, I will be seen around my laptop, and around my friends as well, which are also explorers like me. Yup, that's my entire circle.
32+
I think judging by all of this till now you might already be able to tell that most of the time, I will be seen around my laptop, and around my friends as well, which are also explorers like me. Yup, that's most of my circle.
2833
</div>
2934

3035
## Miscellaneous

public/404.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,8 @@
103103
<link
104104
type="text/css"
105105
rel="stylesheet"
106-
href="/css/main.bundle.min.342cb350aae07b72fec15650acdbf4f818daf93b55223d48f7f679bbf49de4d7923534a1f2fee061ede88d2c5a97f56d9bf369a721f8087809c348c6a840e03e.css"
107-
integrity="sha512-NCyzUKrge3L&#43;wVZQrNv0&#43;Bja&#43;TtVIj1I9/Z5u/Sd5NeSNTSh8v7gYe3ojSxal/Vtm/NppyH4CHgJw0jGqEDgPg==">
106+
href="/css/main.bundle.min.003ddf6eb5b65e8f23ee8abeabcd24b4d17145b821b755efcf43dd44c4a1bcbd148e54636a3a236c54e075b4070831f7af57ceaf631e4e1397ab6f28516d6fd8.css"
107+
integrity="sha512-AD3fbrW2Xo8j7oq&#43;q80ktNFxRbght1Xvz0PdRMShvL0UjlRjajojbFTgdbQHCDH3r1fOr2MeThOXq28oUW1v2A==">
108108

109109

110110

@@ -330,7 +330,7 @@
330330

331331
class="flex items-center bf-icon-color-hover"
332332
aria-label="&lt;b&gt;About Me&lt;/b&gt;"
333-
title="">
333+
title="About Me">
334334

335335

336336
<span class="text-base font-medium break-normal">
@@ -443,7 +443,7 @@
443443

444444
class="flex items-center gap-4 group bf-icon-color-hover text-neutral-700 dark:text-neutral-200">
445445

446-
<span title="" class="text-2xl font-bold tracking-tight">
446+
<span title="About Me" class="text-2xl font-bold tracking-tight">
447447
<b>About Me</b>
448448
</span>
449449

0 commit comments

Comments
 (0)