A simple, static website built with HTML and CSS. This project showcases a personal resume and bio-data along with a homepage linking them. The layout includes a responsive design with a clean, structured interface for easy navigation between sections, highlighting key details about the user.
This project serves as a basic introduction to web development, combining HTML and CSS to create a simple multi-page website. It includes:
- A Home Page that introduces the user.
- A Resume Page detailing educational background, skills, and projects.
- A Bio-data Page showcasing personal details, qualifications, hobbies, achievements, and language proficiencies.
The CSS styling is organized to maintain consistency, and each page uses a structured container for improved readability and navigation.
- Responsive Navigation Bar - Easily switch between Home, Resume, and Bio-data pages.
- Consistent Layout - Reusable container style for a clean, centered view on all pages.
- Detailed Sections:
- Resume: Personal details, education, objective, skills, projects, and certifications.
- Bio-data: Personal information, education, hobbies, achievements, and languages.
- Color-coded Design - Unique styles for each section for clear visual distinction.
To get a copy of this project up and running, follow these steps:
To run this project, you need:
- A web browser like Chrome, Firefox, or Safari.
- Basic knowledge of HTML and CSS (optional).
-
Clone this repository:
git clone https://github.com/your-username/simple-website.git
-
Navigate to the project folder:
cd simple-website -
Open the
index.htmlfile in your browser to view the website.
simple-website/
│
├── index.html # Home page with an introduction and highlights
├── resume.html # Detailed resume with sections for personal info, education, skills, etc.
├── biodata.html # Bio-data page with personal details, hobbies, achievements, etc.
├── styles.css # Stylesheet for consistent design across pages
└── README.md # Project documentation (this file)
The website has three main pages:
- Home Page (
index.html) - This is the landing page that provides a brief overview and links to additional pages. - Resume (
resume.html) - Displays personal details, educational background, skills, projects, and certifications. - Bio-data (
biodata.html) - Contains more personal information, including hobbies, achievements, and language proficiencies.
To navigate, use the links in the navigation bar at the top of each page.
- Resume: Update the content in
resume.htmlto reflect actual personal details, education, skills, and certifications. - Bio-data: Edit
biodata.htmlto include personal hobbies, achievements, and other details.
- CSS Styling: Modify
styles.cssto change the color scheme, layout, and other visual aspects.
- To add a new page, create a new
.htmlfile and add a link in the<nav>section in each page’s header.
If you'd like to contribute, please fork the repository and make changes as you'd like. Pull requests are warmly welcomed.
- Fork this repository.
- Create a branch:
git checkout -b feature-name. - Commit your changes:
git commit -m 'Add some feature'. - Push to the branch:
git push origin feature-name. - Open a pull request.
This project is open-source and available under the MIT License. Feel free to use and modify it for your own projects!