/personal-portfolio

This repository contains the codebase for my current personal portfolio 🚀. The link for the portfolio is mentioned below.

Primary LanguageSCSSOtherNOASSERTION

Tejas Nanoti's Personal Portfolio Website 🚀

This repository contains the codebase for my OLD personal portfolio website. I'm creating this small README to list the technologies I have used.

HTML 5

For now, since this is my first personal portfolio, I've decide to stick with the conventional HTML 5 to avoid hassles during deployment. HTML is the standard and pretty much the first language developer choose to start with web.

Sass

Sass (Syntactically awesome Stylesheets) is a new way (pretty old now though) to write css with more human-readable syntax. It is fairly easy to install and run Sass. Sass compiler compiles Sass code to css code behind the scenes.

We can install Sass like this:

npm install Sass

To use Sass we need to continuosly watch for changes and then compile it to css code for this we can use the following script:

sass --watch ./sass/main.scss:./css/styles.css

Deployment 🌐

This website is currently available on this domain: Tejas Nanoti's Personal Portfolio

Update 🚨

This website is outdated and I've released my new personal portfolio website built with Next.js. My new portfolio is available here. View repository here

Contact 🔗

Licenses 📃

  • This Project is licensed under the CC-by-NC-ND license.

  • Attribution is required.

  • This project, it's design and codebase should not be claimed as your own. Derivatives of this projects are allowed, but not for commercial purpose.