This is a simple, static personal portfolio website built using HTML5. It is designed to showcase basic personal information, educational background, and mock professional experiences. The purpose of this website is to demonstrate fundamental web development skills, including the use of semantic HTML tags, internal linking, image embedding, and structured content presentation.
Includes an image and placeholder text for layout spacing.
Provides navigation links to:
Includes download/view buttons for semester-wise result PDFs.
Includes a back link to the home page.
Showcases two companies (Google and WhatsApp) with clickable logos that redirect to their official websites.Includes a disclaimer that the experiences listed are not real.
Includes a back link to the home page.
project-root/ │ ├── index.html ├── education.html ├── experience.html │ ├── demo-portfolio-images/ │ └── my_image.jpg │ ├── content-for-education/ │ ├── RGPV I SEMESTER RESULT.pdf │ ├── RGPV II SEMESTER RESULT.pdf │ └── RGPV III SEMESTER RESULT.pdf │ └── content-for-experience/ ├── google-image.png └── whatsapp-image.jpeg
Author : Kundan Kumar Jaiswal A Basic Portfolio Using HTML