Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maruf-pfc/cv-lab4
CV - Lab Report 1
https://github.com/maruf-pfc/cv-lab4
css cv html webdesign
Last synced: 7 days ago
JSON representation
CV - Lab Report 1
- Host: GitHub
- URL: https://github.com/maruf-pfc/cv-lab4
- Owner: maruf-pfc
- License: mit
- Created: 2024-09-28T13:20:53.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-09-28T14:48:19.000Z (about 2 months ago)
- Last Synced: 2024-10-18T11:27:39.823Z (27 days ago)
- Topics: css, cv, html, webdesign
- Language: HTML
- Homepage: https://maruf-pfc.github.io/cv-lab4/
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CV Project
This project is a simple HTML and CSS-based CV (Curriculum Vitae) webpage. It showcases personal information, contact details, education, skills, experience, and projects.
## Table of Contents
- [CV Project](#cv-project)
- [Table of Contents](#table-of-contents)
- [Demo](#demo)
- [Features](#features)
- [Installation](#installation)
- [Usage](#usage)## Demo
You can view a live demo of the CV [here](https://maruf-pfc.github.io/cv-lab4/).
## Features
- **Personal Information**: Displays a profile picture and basic personal details.
- **Contact Details**: Provides email, phone number, and address.
- **Education**: Lists educational background.
- **Skills**: Shows proficiency in various skills using progress bars.
- **Experience**: Details work experience with roles and responsibilities.
- **Projects**: Highlights key projects with descriptions and technologies used.## Installation
To get a local copy up and running, follow these simple steps:
1. **Clone the repository**:
```sh
git clone https://github.com/maruf-pfc/cv-lab4.git
```2. **Navigate to the project directory**:
```sh
cd cv-lab4
```## Usage
Open the `index.html` file in your web browser to view the CV.
```sh
open index.html
```