Skip to content

my personal website with my projects, social medias, life story & more

License

Notifications You must be signed in to change notification settings

sinskiy/sinskiy.website

Repository files navigation

What's this?

This is my personal website-portfolio build with Astro, Tailwind and TypeScript. It includes pet projects, story, and details about me. You can also find links to social media profiles and contact me via email through this website.

How can I access it?

Go to https://sinskiy.website/

Can I clone it?

Of course!

  1. Make sure you have Node.js >=18 and npm installed, and git name and email are set
# terminal
node -v
npm -v
git config --global -l
# sample result
v21.5.0
10.2.5
user.name=sinskiy
user.email=sinskiy@proton.me
  1. Clone the repo
# terminal
git clone https://github.com/sinskiy/sinskiy.website <your-custom-folder-name>

or using SSH

git clone git@github.com:sinskiy/sinskiy.website.git <your-custom-folder-name>

or using GitHub CLI

gh repo clone sinskiy/sinskiy.website <your-custom-folder-name>
  1. Open cloned repo in your preferred editor

  2. Explore! To learn more about technologies used, refer to their documentation:

You can just write basic CSS without Tailwind. You can also ditch TypeScript, if you change "astro/tsconfigs/strictest" to "astro/tsconfigs/base" in tsconfig.json

Attribution

Project hover animation: Inspired by Skiff, copied from Hyperplexed's codepen

'Hi, I'm Sinskiy, Web developer': Inspired by first website from this video, but now link to his website doesn't seem to work (at least for me)

Gradients usage: Inspired by Monogram

About

my personal website with my projects, social medias, life story & more

Topics

Resources

License

Stars

Watchers

Forks