An open API service indexing awesome lists of open source software.

https://github.com/jaiswalchitransh/my-first-html

This HTML document creates a personal website for Chitransh Jaiswal, featuring sections on education, hobbies, licenses, certifications, and skills. It employs images, tables, and hyperlinks for a visually organized and informative layout. The footer provides a link to the "Contact me" page, making it a comprehensive profile webpage.
https://github.com/jaiswalchitransh/my-first-html

css first-html first-project html html5 project web-development website

Last synced: 3 months ago
JSON representation

This HTML document creates a personal website for Chitransh Jaiswal, featuring sections on education, hobbies, licenses, certifications, and skills. It employs images, tables, and hyperlinks for a visually organized and informative layout. The footer provides a link to the "Contact me" page, making it a comprehensive profile webpage.

Awesome Lists containing this project

README

        

# My FIRST HTML

## Table of Contents
- [Project Overview](#project-overview)
- [Installation](#installation)
- [Usage](#usage)
- [Features](#features)
- [Contribution](#contribution)

## Project Overview
This project defines a personal website for Chitransh Jaiswal using HTML. The head element incorporates a section of metadata, including authorship, keywords, and a summary of the website. The main part of the webpage includes content blocks dedicated to the author’s profile, education, hobbies, provided licenses and certificates, and skills.

A number of pictures, tables, and lists have been used on the website to present the content in the most efficient arrangement. Each certification credential comes with hyperlinks, allowing readers to link to the sites where the author attained the credentials. The use of header, main, and footer elements structures the webpage.

The footer consists of a hard return and a hypertext link leading to a “Contact me” page. This document serves as a professional curriculum vitae, indicating the level of education, certifications, skills, and contact information.

![alt text](https://github.com/jaiswalchitransh/MyFIRSTHTML/blob/main/Sample%20Output/Sample%20Output%201.png)

## Installation
To set up this project on your local machine, follow these steps:
1. Clone the repository:

git clone https://github.com/jaiswalchitransh/MyFIRSTHTML.git

3. Navigate to the project directory:

cd MyFIRSTHTML

5. Open the `index.html` file in your preferred web browser to view the website.

## Usage
To use this website, simply open the `index.html` file in a web browser. Navigate through the different sections to learn more about Chitransh Jaiswal, including his education, hobbies, certifications, and skills. Use the "Contact me" link in the footer to reach out.

## Features
- **Metadata**: Includes authorship, keywords, and a summary of the website.
- **Profile Section**: Displays the author's profile with an image and a brief introduction.
- **Education Section**: Lists the author's educational background with relevant details and logos.
- **Hobbies Section**: Highlights the author's hobbies.
- **Licenses and Certifications**: Details the author's certifications with hyperlinks to verify credentials.
- **Skills Section**: Lists the author's skills in a tabular format.
- **Footer**: Contains a link to the "Contact me" page.

## Contribution
I, **[Chitransh Jaiswal](https://www.linkedin.com/in/jaiswalchitransh/)** developed this Project Individually. I was responsible for all aspects of the project, including design, development, testing, and documentation.
Contributions to improve the efficiency, readability, or functionality of the code are welcome. To contribute:
1. Fork the repository.
2. Create a new branch (`git checkout -b feature/your-feature`).
3. Make your changes.
4. Commit your changes (`git commit -am 'Add some feature'`).
5. Push to the branch (`git push origin feature/your-feature`).
6. Create a new Pull Request.

Please ensure your contributions adhere to the coding standards and follow the existing style and structure.

---

Thank you for your interest in my First HTML Page!