Hey there! Welcome to my portfolio repository. Here I uploaded my portfolio project. I took help from Dennis Ivy.

  • By Aditya Raj
  • Last update: Feb 2, 2022
  • Comments: 1

Aditya Raj

Table of Contents

General Information

A portfolio website built on HTML and CSS. This website gives overview of my Skills and Interests, also providing feature to contact.

Technologies Used

  • HTML-5
  • CSS-3

Features

  • Simple UI
  • Responsive
  • User-friendly
  • Beautiful Colour Pallete

Screenshots

Output screenshot

Setup

Extract the given zipped file. You may use Winrar for this. Open the extracted folder and click on index.html file to view the website. For sample output of the website, go to img/output folder for screenshots of the site.

You can find the CSS file in style folder. Also image resources used in site is free without any copyright issues. You can find the images in img/res folder.

Project Status

completed

Contact

Github

https://github.com/adityaraj-mishra/Portfolio

Comments(1)

  • 1

    image src fixed

    src needs to be fixed

    change <img src="images/JAVA.jpg" align="center"> to <img src="IMG/JAVA.jpg" align="center">