├── CNAME
├── public
├── sagar.jpg
├── robots.txt
├── fonts
│ ├── atkinson-bold.woff
│ └── atkinson-regular.woff
├── js
│ ├── scroll.js
│ ├── animate.js
│ ├── theme.js
│ └── bg.js
├── brand.svg
├── favicon.svg
├── social.svg
├── stack.svg
└── ui.svg
├── src
├── env.d.ts
├── content
│ ├── blog
│ │ ├── assets
│ │ │ ├── dna.png
│ │ │ ├── redRose.png
│ │ │ ├── wctool.png
│ │ │ ├── algoBotany.png
│ │ │ ├── ramayana.png
│ │ │ ├── squareRose.png
│ │ │ └── paramTwitter.png
│ │ ├── mrVoyager.md
│ │ ├── westWorld.md
│ │ ├── AOT
│ │ │ └── mikasa.md
│ │ ├── ts-notes.md
│ │ ├── p5js
│ │ │ ├── algoBotany.md
│ │ │ ├── squareRose.md
│ │ │ ├── dna.md
│ │ │ ├── redRose.md
│ │ │ ├── parametricEq.md
│ │ │ ├── pixelRamayana.md
│ │ │ └── fireworksRamayana.md
│ │ └── projects
│ │ │ └── wctool.md
│ ├── projects
│ │ └── index.md
│ ├── work
│ │ ├── pepcoding.md
│ │ ├── codingBlocks.md
│ │ ├── ieee.md
│ │ ├── freelance1.md
│ │ └── freelance2.md
│ ├── config.ts
│ └── legal
│ │ ├── terms.md
│ │ └── privacy.md
├── layouts
│ ├── TopLayout.astro
│ ├── BottomLayout.astro
│ ├── PageLayout.astro
│ ├── ArticleBottomLayout.astro
│ └── ArticleTopLayout.astro
├── pages
│ ├── robots.txt.ts
│ ├── projects
│ │ ├── index.astro
│ │ └── [...slug].astro
│ ├── rss.xml.ts
│ ├── search
│ │ └── index.astro
│ ├── blog
│ │ ├── index.astro
│ │ └── [...slug].astro
│ ├── legal
│ │ └── [...slug].astro
│ ├── work
│ │ └── index.astro
│ └── index.astro
├── components
│ ├── Container.astro
│ ├── Counter.tsx
│ ├── StackCard.astro
│ ├── MeteorShower.astro
│ ├── Search.tsx
│ ├── Drawer.astro
│ ├── ArrowCard.tsx
│ ├── TwinklingStars.astro
│ ├── BaseHead.astro
│ ├── Blog.tsx
│ ├── Projects.tsx
│ ├── Footer.astro
│ └── Header.astro
├── types.ts
├── lib
│ └── utils.ts
├── consts.ts
└── styles
│ └── global.css
├── .vscode
├── settings.json
├── extensions.json
└── launch.json
├── .gitignore
├── astro.config.mjs
├── tsconfig.json
├── .github
└── workflows
│ └── stale.yaml
├── package.json
├── LICENSE
├── tailwind.config.mjs
└── README.md
/CNAME:
--------------------------------------------------------------------------------
1 | www.sarlloc.xyz
2 |
--------------------------------------------------------------------------------
/public/sagar.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zoyron/portfolio/HEAD/public/sagar.jpg
--------------------------------------------------------------------------------
/public/robots.txt:
--------------------------------------------------------------------------------
1 | User-agent: *
2 | Allow: /
3 |
4 | Sitemap: http://localhost:4321/sitemap-index.xml
--------------------------------------------------------------------------------
/src/env.d.ts:
--------------------------------------------------------------------------------
1 | ///
11 | Oops! The page you are looking for does not exist. 12 |
13 | 14 | Go back home 15 | 16 |33 | Last updated: {formatDate(date)} 34 |
35 |Sagar
20 | 21 | 39 |58 | Hello, I am Sagar 59 |
60 |63 | I like to code, play music, and make art using code. 64 |
65 |
74 | 81 | I am a software engineer, and a generative artist. Also, I like to play chess, guitar, flute, and consume a lot of multimedia. 86 |
87 |88 | During my career, I have built products ranging from marketing 89 | and ecommerce websites to complex shaders and animations with 90 | focus on delivering fast, elegant code. 91 |
92 |93 | Now, I work as a freelance software engineer, where my duties 94 | are product/shader planning, design and development. 95 |
96 |115 | Recent posts 116 |
117 | 121 | 124 | All posts 125 | 126 | 127 |147 | Reach out to me via email or on social media. 148 |
149 |