Skip to content

Commit 10824c5

Browse files
committed
fixes
1 parent 9a7d74d commit 10824c5

File tree

24 files changed

+239
-700
lines changed

24 files changed

+239
-700
lines changed

config/_default/languages.en.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ title = "0xAdra"
1111
logo = "./static/favicon-32x32.png"
1212
#secondaryLogo = "img/secondary-logo.png"
1313
#description = "My Personal Website"
14-
copyright = "0xAdra ©2024"
14+
copyright = "0xAdra ©2025"
1515

1616
[author]
1717
name = "Aditya"
@@ -24,7 +24,7 @@ title = "0xAdra"
2424
{ email = "mailto:[email protected]" },
2525
{ telegram = "https://t.me/adiityaxxz" },
2626
{ spotify = "https://open.spotify.com/user/31gq4j4ktficjamwwjn2ql7nncja?si=ae962ef3a28a4bc2" },
27-
# { link = "https://link-to-some-website.com/" },
27+
{ link = "https://0xaddy.xyz" },
2828
# { amazon = "https://www.amazon.com/hz/wishlist/ls/wishlist-id" },
2929
# { apple = "https://www.apple.com" },
3030
# { blogger = "https://username.blogspot.com/" },

config/_default/params.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ defaultAppearance = "dark" # valid options: light or dark
1010
autoSwitchAppearance = true
1111

1212
enableSearch = true
13-
enableCodeCopy = false
13+
enableCodeCopy = true
1414

1515
# mainSections = ["section1", "section2"]
1616
# robots = ""
@@ -32,7 +32,7 @@ smartTOCHideUnfocusedChildren = true
3232
showMenu = true
3333
showCopyright = true
3434
showThemeAttribution = false
35-
showAppearanceSwitcher = true
35+
showAppearanceSwitcher = false
3636
showScrollToTop = true
3737

3838
[homepage]

content/Projects/index.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -18,23 +18,22 @@ Projects
1818
1919

2020

21-
## 1️⃣ Account Abstraction
21+
## 1️⃣ Account Abstraction
2222

2323
{{< github repo="adityaxxz/account-abstraction" >}}
2424

2525
---
2626

27-
## 2️⃣ Stablecoin defi project
27+
## 2️⃣ Stablecoin DeFi Project
2828

2929
{{< github repo="adityaxxz/stablecoin-defi-project" >}}
3030

3131
---
3232

33-
## 3️⃣ CryptoTracer
33+
## 3️⃣ FundMe Contract
3434

35-
> Visit the [addy🔗](https://github.com/abhinavjain1110/CryptoTracer/tree/addy) or [test🔗](https://github.com/abhinavjain1110/CryptoTracer/tree/test) branch to see my commits!
3635

37-
{{< github repo="adityaxxz/CryptoTracer" >}}
36+
{{< github repo="adityaxxz/foundry-fund-me" >}}
3837

3938

4039
---
@@ -44,10 +43,11 @@ Projects
4443

4544
---
4645

47-
## 5️⃣ FundMe Contract in foundry
46+
## 5️⃣ CryptoTracer
4847

48+
> Visit the [addy🔗](https://github.com/abhinavjain1110/CryptoTracer/tree/addy) or [test🔗](https://github.com/abhinavjain1110/CryptoTracer/tree/test) branch to see my commits!
4949
50-
{{< github repo="adityaxxz/foundry-fund-me" >}}
50+
{{< github repo="adityaxxz/CryptoTracer" >}}
5151
<!-- <h4> Description: Implemented a software solution to identify the end receiver of a cryptocurrency transaction. -->
5252

5353
---

public/404.html

+13-56
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!DOCTYPE html>
22
<html lang="en" dir="ltr" class="scroll-smooth" data-default-appearance="dark"
3-
data-auto-appearance="true"><head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=52897&amp;path=livereload" data-no-instant defer></script>
3+
data-auto-appearance="true"><head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script>
44
<meta charset="utf-8" />
55

66
<meta http-equiv="content-language" content="en" />
@@ -15,7 +15,7 @@
1515

1616

1717

18-
<link rel="canonical" href="http://localhost:52897/404.html" />
18+
<link rel="canonical" href="http://localhost:1313/404.html" />
1919

2020

2121

@@ -41,8 +41,11 @@
4141

4242

4343

44-
<script defer type="text/javascript" id="script-bundle" src="/js/main.bundle.min.6ece09b43917cb66380f5ee610feb0c6d1b73798d171ccd7d73ac38dd7b4a5326ef0ac3f9a557ff5cc67c7d9e484f4ddd1f3f23301f277206665da75c58261e9.js"
45-
integrity="sha512-bs4JtDkXy2Y4D17mEP6wxtG3N5jRcczX1zrDjde0pTJu8Kw/mlV/9cxnx9nkhPTd0fPyMwHydyBmZdp1xYJh6Q==" data-copy="" data-copied=""></script>
44+
45+
46+
47+
<script defer type="text/javascript" id="script-bundle" src="/js/main.bundle.min.fa73790d252e80c1d5a3b2f7502be922f927ec44787528a5fc1479dc52533a937d3d6b0065f9f2c9ad143a8cd8160390942fc6847862e50240c86ca95ff3d671.js"
48+
integrity="sha512-&#43;nN5DSUugMHVo7L3UCvpIvkn7ER4dSil/BR53FJTOpN9PWsAZfnyya0UOozYFgOQlC/GhHhi5QJAyGypX/PWcQ==" data-copy="" data-copied=""></script>
4649

4750

4851
<script src="/js/zoom.min.js"></script>
@@ -63,7 +66,7 @@
6366
<meta property="og:title" content="404 Page not found" />
6467
<meta property="og:description" content="" />
6568
<meta property="og:type" content="website" />
66-
<meta property="og:url" content="http://localhost:52897/404.html" />
69+
<meta property="og:url" content="http://localhost:1313/404.html" />
6770

6871
<meta name="twitter:card" content="summary"/><meta name="twitter:title" content="404 Page not found"/>
6972
<meta name="twitter:description" content=""/>
@@ -92,6 +95,9 @@
9295
<link href="https://open.spotify.com/user/31gq4j4ktficjamwwjn2ql7nncja?si=ae962ef3a28a4bc2" rel="me" />
9396

9497

98+
<link href="https://0xaddy.xyz" rel="me" />
99+
100+
95101

96102

97103

@@ -212,32 +218,6 @@
212218

213219

214220

215-
<div
216-
class="ltr:mr-14 rtl:ml-14 flex items-center">
217-
<button id="appearance-switcher" aria-label="Dark mode switcher" type="button" class="text-base hover:text-primary-600 dark:hover:text-primary-400">
218-
<div class="flex items-center justify-center dark:hidden">
219-
220-
221-
<span class="relative block icon">
222-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="currentColor" d="M32 256c0-123.8 100.3-224 223.8-224c11.36 0 29.7 1.668 40.9 3.746c9.616 1.777 11.75 14.63 3.279 19.44C245 86.5 211.2 144.6 211.2 207.8c0 109.7 99.71 193 208.3 172.3c9.561-1.805 16.28 9.324 10.11 16.95C387.9 448.6 324.8 480 255.8 480C132.1 480 32 379.6 32 256z"/></svg>
223-
224-
</span>
225-
226-
227-
</div>
228-
<div class="items-center justify-center hidden dark:flex">
229-
230-
231-
<span class="relative block icon">
232-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="currentColor" d="M256 159.1c-53.02 0-95.1 42.98-95.1 95.1S202.1 351.1 256 351.1s95.1-42.98 95.1-95.1S309 159.1 256 159.1zM509.3 347L446.1 255.1l63.15-91.01c6.332-9.125 1.104-21.74-9.826-23.72l-109-19.7l-19.7-109c-1.975-10.93-14.59-16.16-23.72-9.824L256 65.89L164.1 2.736c-9.125-6.332-21.74-1.107-23.72 9.824L121.6 121.6L12.56 141.3C1.633 143.2-3.596 155.9 2.736 164.1L65.89 256l-63.15 91.01c-6.332 9.125-1.105 21.74 9.824 23.72l109 19.7l19.7 109c1.975 10.93 14.59 16.16 23.72 9.824L256 446.1l91.01 63.15c9.127 6.334 21.75 1.107 23.72-9.822l19.7-109l109-19.7C510.4 368.8 515.6 356.1 509.3 347zM256 383.1c-70.69 0-127.1-57.31-127.1-127.1c0-70.69 57.31-127.1 127.1-127.1s127.1 57.3 127.1 127.1C383.1 326.7 326.7 383.1 256 383.1z"/></svg>
233-
234-
</span>
235-
236-
237-
</div>
238-
</button>
239-
</div>
240-
241221

242222
</nav>
243223
<div class="flex md:hidden items-center space-x-5 md:ml-12 h-12">
@@ -263,29 +243,6 @@
263243

264244

265245

266-
<button id="appearance-switcher-mobile" aria-label="Dark mode switcher" type="button" class="text-base hover:text-primary-600 dark:hover:text-primary-400" style="margin-right:5px">
267-
<div class="flex items-center justify-center dark:hidden">
268-
269-
270-
<span class="relative block icon">
271-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="currentColor" d="M32 256c0-123.8 100.3-224 223.8-224c11.36 0 29.7 1.668 40.9 3.746c9.616 1.777 11.75 14.63 3.279 19.44C245 86.5 211.2 144.6 211.2 207.8c0 109.7 99.71 193 208.3 172.3c9.561-1.805 16.28 9.324 10.11 16.95C387.9 448.6 324.8 480 255.8 480C132.1 480 32 379.6 32 256z"/></svg>
272-
273-
</span>
274-
275-
276-
</div>
277-
<div class="items-center justify-center hidden dark:flex">
278-
279-
280-
<span class="relative block icon">
281-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="currentColor" d="M256 159.1c-53.02 0-95.1 42.98-95.1 95.1S202.1 351.1 256 351.1s95.1-42.98 95.1-95.1S309 159.1 256 159.1zM509.3 347L446.1 255.1l63.15-91.01c6.332-9.125 1.104-21.74-9.826-23.72l-109-19.7l-19.7-109c-1.975-10.93-14.59-16.16-23.72-9.824L256 65.89L164.1 2.736c-9.125-6.332-21.74-1.107-23.72 9.824L121.6 121.6L12.56 141.3C1.633 143.2-3.596 155.9 2.736 164.1L65.89 256l-63.15 91.01c-6.332 9.125-1.105 21.74 9.824 23.72l109 19.7l19.7 109c1.975 10.93 14.59 16.16 23.72 9.824L256 446.1l91.01 63.15c9.127 6.334 21.75 1.107 23.72-9.822l19.7-109l109-19.7C510.4 368.8 515.6 356.1 509.3 347zM256 383.1c-70.69 0-127.1-57.31-127.1-127.1c0-70.69 57.31-127.1 127.1-127.1s127.1 57.3 127.1 127.1C383.1 326.7 326.7 383.1 256 383.1z"/></svg>
282-
283-
</span>
284-
285-
286-
</div>
287-
</button>
288-
289246

290247
</div>
291248
</div>
@@ -424,7 +381,7 @@ <h1 class="mb-3 text-4xl font-extrabold">Page Not Found 😕</h1>
424381

425382

426383
<p class="text-sm text-neutral-500 dark:text-neutral-400">
427-
0xAdra ©2024
384+
0xAdra ©2025
428385
</p>
429386

430387

@@ -450,7 +407,7 @@ <h1 class="mb-3 text-4xl font-extrabold">Page Not Found 😕</h1>
450407
<div
451408
id="search-wrapper"
452409
class="invisible fixed inset-0 flex h-screen w-screen cursor-default flex-col bg-neutral-500/50 p-4 backdrop-blur-sm dark:bg-neutral-900/50 sm:p-6 md:p-[10vh] lg:p-[12vh]"
453-
data-url="http://localhost:52897/"
410+
data-url="http://localhost:1313/"
454411
style="z-index:500"
455412
>
456413
<div

public/about/index.html

+14-57
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!DOCTYPE html>
22
<html lang="en" dir="ltr" class="scroll-smooth" data-default-appearance="dark"
3-
data-auto-appearance="true"><head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=52897&amp;path=livereload" data-no-instant defer></script>
3+
data-auto-appearance="true"><head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script>
44
<meta charset="utf-8" />
55

66
<meta http-equiv="content-language" content="en" />
@@ -15,7 +15,7 @@
1515

1616

1717

18-
<link rel="canonical" href="http://localhost:52897/about/" />
18+
<link rel="canonical" href="http://localhost:1313/about/" />
1919

2020

2121

@@ -41,8 +41,11 @@
4141

4242

4343

44-
<script defer type="text/javascript" id="script-bundle" src="/js/main.bundle.min.6ece09b43917cb66380f5ee610feb0c6d1b73798d171ccd7d73ac38dd7b4a5326ef0ac3f9a557ff5cc67c7d9e484f4ddd1f3f23301f277206665da75c58261e9.js"
45-
integrity="sha512-bs4JtDkXy2Y4D17mEP6wxtG3N5jRcczX1zrDjde0pTJu8Kw/mlV/9cxnx9nkhPTd0fPyMwHydyBmZdp1xYJh6Q==" data-copy="" data-copied=""></script>
44+
45+
46+
47+
<script defer type="text/javascript" id="script-bundle" src="/js/main.bundle.min.fa73790d252e80c1d5a3b2f7502be922f927ec44787528a5fc1479dc52533a937d3d6b0065f9f2c9ad143a8cd8160390942fc6847862e50240c86ca95ff3d671.js"
48+
integrity="sha512-&#43;nN5DSUugMHVo7L3UCvpIvkn7ER4dSil/BR53FJTOpN9PWsAZfnyya0UOozYFgOQlC/GhHhi5QJAyGypX/PWcQ==" data-copy="" data-copied=""></script>
4649

4750

4851
<script src="/js/zoom.min.js"></script>
@@ -63,7 +66,7 @@
6366
<meta property="og:title" content="About" />
6467
<meta property="og:description" content="An independent security researcher & developer auditing smart contracts for a living." />
6568
<meta property="og:type" content="article" />
66-
<meta property="og:url" content="http://localhost:52897/about/" /><meta property="article:section" content="" />
69+
<meta property="og:url" content="http://localhost:1313/about/" /><meta property="article:section" content="" />
6770
<meta property="article:published_time" content="2024-08-04T00:00:00+00:00" />
6871
<meta property="article:modified_time" content="2024-08-04T00:00:00+00:00" />
6972

@@ -81,7 +84,7 @@
8184

8285
"abstract": "An independent security researcher \u0026 developer auditing smart contracts for a living.",
8386
"inLanguage": "en",
84-
"url" : "http:\/\/localhost:52897\/about\/",
87+
"url" : "http:\/\/localhost:1313\/about\/",
8588
"author" : {
8689
"@type": "Person",
8790
"name": "Aditya"
@@ -121,6 +124,9 @@
121124
<link href="https://open.spotify.com/user/31gq4j4ktficjamwwjn2ql7nncja?si=ae962ef3a28a4bc2" rel="me" />
122125

123126

127+
<link href="https://0xaddy.xyz" rel="me" />
128+
129+
124130

125131

126132

@@ -244,32 +250,6 @@
244250

245251

246252

247-
<div
248-
class="ltr:mr-14 rtl:ml-14 flex items-center">
249-
<button id="appearance-switcher" aria-label="Dark mode switcher" type="button" class="text-base hover:text-primary-600 dark:hover:text-primary-400">
250-
<div class="flex items-center justify-center dark:hidden">
251-
252-
253-
<span class="relative block icon">
254-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="currentColor" d="M32 256c0-123.8 100.3-224 223.8-224c11.36 0 29.7 1.668 40.9 3.746c9.616 1.777 11.75 14.63 3.279 19.44C245 86.5 211.2 144.6 211.2 207.8c0 109.7 99.71 193 208.3 172.3c9.561-1.805 16.28 9.324 10.11 16.95C387.9 448.6 324.8 480 255.8 480C132.1 480 32 379.6 32 256z"/></svg>
255-
256-
</span>
257-
258-
259-
</div>
260-
<div class="items-center justify-center hidden dark:flex">
261-
262-
263-
<span class="relative block icon">
264-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="currentColor" d="M256 159.1c-53.02 0-95.1 42.98-95.1 95.1S202.1 351.1 256 351.1s95.1-42.98 95.1-95.1S309 159.1 256 159.1zM509.3 347L446.1 255.1l63.15-91.01c6.332-9.125 1.104-21.74-9.826-23.72l-109-19.7l-19.7-109c-1.975-10.93-14.59-16.16-23.72-9.824L256 65.89L164.1 2.736c-9.125-6.332-21.74-1.107-23.72 9.824L121.6 121.6L12.56 141.3C1.633 143.2-3.596 155.9 2.736 164.1L65.89 256l-63.15 91.01c-6.332 9.125-1.105 21.74 9.824 23.72l109 19.7l19.7 109c1.975 10.93 14.59 16.16 23.72 9.824L256 446.1l91.01 63.15c9.127 6.334 21.75 1.107 23.72-9.822l19.7-109l109-19.7C510.4 368.8 515.6 356.1 509.3 347zM256 383.1c-70.69 0-127.1-57.31-127.1-127.1c0-70.69 57.31-127.1 127.1-127.1s127.1 57.3 127.1 127.1C383.1 326.7 326.7 383.1 256 383.1z"/></svg>
265-
266-
</span>
267-
268-
269-
</div>
270-
</button>
271-
</div>
272-
273253

274254
</nav>
275255
<div class="flex md:hidden items-center space-x-5 md:ml-12 h-12">
@@ -295,29 +275,6 @@
295275

296276

297277

298-
<button id="appearance-switcher-mobile" aria-label="Dark mode switcher" type="button" class="text-base hover:text-primary-600 dark:hover:text-primary-400" style="margin-right:5px">
299-
<div class="flex items-center justify-center dark:hidden">
300-
301-
302-
<span class="relative block icon">
303-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="currentColor" d="M32 256c0-123.8 100.3-224 223.8-224c11.36 0 29.7 1.668 40.9 3.746c9.616 1.777 11.75 14.63 3.279 19.44C245 86.5 211.2 144.6 211.2 207.8c0 109.7 99.71 193 208.3 172.3c9.561-1.805 16.28 9.324 10.11 16.95C387.9 448.6 324.8 480 255.8 480C132.1 480 32 379.6 32 256z"/></svg>
304-
305-
</span>
306-
307-
308-
</div>
309-
<div class="items-center justify-center hidden dark:flex">
310-
311-
312-
<span class="relative block icon">
313-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="currentColor" d="M256 159.1c-53.02 0-95.1 42.98-95.1 95.1S202.1 351.1 256 351.1s95.1-42.98 95.1-95.1S309 159.1 256 159.1zM509.3 347L446.1 255.1l63.15-91.01c6.332-9.125 1.104-21.74-9.826-23.72l-109-19.7l-19.7-109c-1.975-10.93-14.59-16.16-23.72-9.824L256 65.89L164.1 2.736c-9.125-6.332-21.74-1.107-23.72 9.824L121.6 121.6L12.56 141.3C1.633 143.2-3.596 155.9 2.736 164.1L65.89 256l-63.15 91.01c-6.332 9.125-1.105 21.74 9.824 23.72l109 19.7l19.7 109c1.975 10.93 14.59 16.16 23.72 9.824L256 446.1l91.01 63.15c9.127 6.334 21.75 1.107 23.72-9.822l19.7-109l109-19.7C510.4 368.8 515.6 356.1 509.3 347zM256 383.1c-70.69 0-127.1-57.31-127.1-127.1c0-70.69 57.31-127.1 127.1-127.1s127.1 57.3 127.1 127.1C383.1 326.7 326.7 383.1 256 383.1z"/></svg>
314-
315-
</span>
316-
317-
318-
</div>
319-
</button>
320-
321278

322279
</div>
323280
</div>
@@ -506,7 +463,7 @@ <h4> <ins>Quotes I Like</ins>
506463

507464

508465
<p class="text-sm text-neutral-500 dark:text-neutral-400">
509-
0xAdra ©2024
466+
0xAdra ©2025
510467
</p>
511468

512469

@@ -532,7 +489,7 @@ <h4> <ins>Quotes I Like</ins>
532489
<div
533490
id="search-wrapper"
534491
class="invisible fixed inset-0 flex h-screen w-screen cursor-default flex-col bg-neutral-500/50 p-4 backdrop-blur-sm dark:bg-neutral-900/50 sm:p-6 md:p-[10vh] lg:p-[12vh]"
535-
data-url="http://localhost:52897/"
492+
data-url="http://localhost:1313/"
536493
style="z-index:500"
537494
>
538495
<div

0 commit comments

Comments
 (0)