https://github.com/mr-mrf-dev/simple-profile-card
📇 single-page website for your profile and links.
https://github.com/mr-mrf-dev/simple-profile-card
css html javascript js profile profile-card
Last synced: 2 months ago
JSON representation
📇 single-page website for your profile and links.
- Host: GitHub
- URL: https://github.com/mr-mrf-dev/simple-profile-card
- Owner: Mr-MRF-Dev
- License: mit
- Created: 2024-08-01T13:09:51.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-02-21T11:31:18.000Z (8 months ago)
- Last Synced: 2025-02-21T12:30:02.875Z (8 months ago)
- Topics: css, html, javascript, js, profile, profile-card
- Language: CSS
- Homepage: https://mr-mrf-dev.github.io/Simple-Profile-Card/
- Size: 407 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 📇 Simple Profile Card

[](https://github.com/Mr-MRF-Dev/Simple-Profile-Card/actions/workflows/pages/pages-build-deployment)
[](/LICENSE)This single-page website project allows you to create a simple and elegant profile card to share with others. It's a fun experiment where I used Figma to design the website and then converted it to HTML and CSS.

## 🚀 Demos
Check out the live demo [here](https://mr-mrf-dev.github.io/Simple-Profile-Card/).
## 🎨 Design
The design was created using [Figma](https://www.figma.com/community/file/1400963728182549076/simple-profile-card). Feel free to take a look!
## 📥 Getting Started
1. Clone the Repository
If you have [Git](https://git-scm.com/) installed:
```bash
git clone https://github.com/Mr-MRF-Dev/Simple-Profile-Card.git
```If you have [GitHub CLI](https://cli.github.com/) installed:
```bash
gh repo clone Mr-MRF-Dev/Simple-Profile-Card
```2. Navigate to the Project Directory
```bash
cd ./Simple-Profile-Card
```3. Open the folder in your code editor (like [VSCode](https://code.visualstudio.com/))
```bash
code .
```4. Open the `index.html` file in your browser
You can use the [Live Server](https://marketplace.visualstudio.com/items?itemName=ritwickdey.LiveServer) extension in VSCode.
Alternatively, you can do this by right-clicking on the file, selecting `Open with`, and then selecting your browser.## 🤝 Contributing
We'd like to hear from you about any contributions you may have. If you're interested in helping out, please fork the repository and create an [Issue](https://github.com/Mr-MRF-Dev/Simple-Profile-Card/issues) or [Pull Request](https://github.com/Mr-MRF-Dev/Simple-Profile-Card/pulls).
## 📝 License
This project is licensed under the MIT License. See the [LICENSE](/LICENSE) file for details.