.
├── CNAME
├── index.html
├── css/
│ └── styles.css
├── files/
│ ├── images/
│ │ └── favicon.png
│ └── resume/
│ ├── TanishPoddar - Resume & Portfolio (GD).pdf
│ └── TanishPoddar-Resume (Tech).pdf
├── js/
│ ├── background.js
│ └── main.js
└── README.md
- Open the
index.html
file in a web browser to view the portfolio. - The CSS styles are defined in
css/styles.css
. - JavaScript functionality is provided by
js/main.js
andjs/background.js
.
For any questions or feedback, please contact Tanish Poddar at tanishpoddar.18@gmail.com.
Live Website : https://tanish-poddar.is-a.dev/
Enjoy exploring the portfolio!