Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
namishh committed Nov 5, 2024
1 parent e0fca9c commit 0b4b8ce
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 10 deletions.
Binary file added public/youcanjustdostuff.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions src/blogs/skill.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,5 @@ This post was written in 5 minute intervals over a span of 4 days since I was tr

1. [embracing impostor syndrome](https://kennethnym.com/blog/embracing-impostor-syndrome/) by @kennethnym
2. [Impostor Syndrome (x article)](https://x.com/alia0209/status/1845707732608835903) by @alia0209
<br/>
![ending](/youcanjustdostuff.jpg)
9 changes: 4 additions & 5 deletions src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ let a = [blogs[0], blogs[1], blogs[2], blogs[3]];
<div class="rounded-xl bg-mbg p-4">
<div class="text-[16px] md:text-lg font-mono">floww</div>
<div class="text-bright text-md">
refined and a better way for youtubers to manage their work
better way for yters to manage their channels
</div>
<p class="text-sm md:text-md text-neutral-500">solid start ⋅ wip</p>
</div>
Expand All @@ -90,7 +90,7 @@ let a = [blogs[0], blogs[1], blogs[2], blogs[3]];
<div class="rounded-xl bg-mbg p-4">
<div class="text-lg font-mono">pound</div>
<div class="text-bright text-md">
terminal based text editor with some vim motions
terminal text editor with some vim motions
</div>
<p class="text-md text-neutral-500">c ⋅ terminal</p>
</div>
Expand All @@ -113,7 +113,7 @@ let a = [blogs[0], blogs[1], blogs[2], blogs[3]];
<div class="rounded-xl bg-mbg p-4">
<div class="text-lg font-mono">holmes</div>
<div class="text-bright text-md">
0 js, 100% golang and templ starter kit for
golang and sqlite starter kit for
crypt hunts
</div>
<p class="text-md text-neutral-500">golang ⋅ templ</p>
Expand All @@ -125,8 +125,7 @@ let a = [blogs[0], blogs[1], blogs[2], blogs[3]];
<div class="rounded-xl bg-mbg p-4">
<div class="text-lg font-mono">neuing</div>
<div class="text-bright text-md">
simulating a neural network from scratch with
test data
simulating a neural network from scratch
</div>
<p class="text-md text-neutral-500">golang ⋅ maths</p>
</div>
Expand Down
10 changes: 5 additions & 5 deletions src/pages/stuff.astro
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ const meh = [
>
<section class="flex flex-col items-center justify-center w-full">
<h1
class="text-2xl sm:text-3xl font-bold xs:my-8 my-2 mb-4 px-2 md:px-8 text-gray-500 w-full lg:w-1/2 md:w-2/3 text-left"
class="text-2xl sm:text-3xl font-bold xs:my-8 my-2 mb-4 px-2 md:px-8 text-neutral-500 w-full lg:w-1/2 md:w-2/3 text-left"

>
Good <span class="text-fg">Ones</span>
Expand All @@ -293,7 +293,7 @@ const meh = [
</section>
<section class="flex flex-col items-center justify-center w-full">
<h1
class="text-2xl sm:text-3xl font-bold xs:my-8 my-2 mb-4 px-2 md:px-8 text-gray-500 w-full lg:w-1/2 md:w-2/3 text-left"
class="text-2xl sm:text-3xl font-bold xs:my-8 my-2 mb-4 px-2 md:px-8 text-neutral-500 w-full lg:w-1/2 md:w-2/3 text-left"

>
Decent <span class="text-fg">Projects</span>
Expand All @@ -310,7 +310,7 @@ const meh = [
class="mt-2 md:mt-10 flex flex-col items-center justify-center w-full"
>
<h1
class="text-2xl sm:text-3xl font-bold xs:my-8 my-2 mb-4 px-2 md:px-8 text-gray-500 w-full lg:w-1/2 md:w-2/3 text-left"
class="text-2xl sm:text-3xl font-bold xs:my-8 my-2 mb-4 px-2 md:px-8 text-neutral-500 w-full lg:w-1/2 md:w-2/3 text-left"

>
Discord <span class="text-fg">Bots</span>
Expand All @@ -327,7 +327,7 @@ const meh = [
class="mt-2 md:mt-10 flex flex-col items-center justify-center w-full"
>
<h1
class="text-2xl sm:text-3xl font-bold xs:my-8 my-2 mb-4 px-2 md:px-8 text-gray-500 w-full lg:w-1/2 md:w-2/3 text-left"
class="text-2xl sm:text-3xl font-bold xs:my-8 my-2 mb-4 px-2 md:px-8 text-neutral-500 w-full lg:w-1/2 md:w-2/3 text-left"

>
Dotfiles & <span class="text-fg">Configs</span>
Expand All @@ -344,7 +344,7 @@ const meh = [
class="my-2 md:my-10 flex flex-col items-center justify-center w-full"
>
<h1
class="text-2xl sm:text-3xl font-bold ms:my-8 my-2 mb-4 px-8 text-gray-500 w-full lg:w-1/2 md:w-2/3 text-left"
class="text-2xl sm:text-3xl font-bold ms:my-8 my-2 mb-4 px-8 text-neutral-500 w-full lg:w-1/2 md:w-2/3 text-left"
>

Other <span class="text-fg">Projects</span>
Expand Down

0 comments on commit 0b4b8ce

Please sign in to comment.