Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/computingvictor/computingvictor.github.io
🖥️ Personal website with a linktree style for my social networks.
https://github.com/computingvictor/computingvictor.github.io
treelink website
Last synced: 1 day ago
JSON representation
🖥️ Personal website with a linktree style for my social networks.
- Host: GitHub
- URL: https://github.com/computingvictor/computingvictor.github.io
- Owner: ComputingVictor
- License: mit
- Created: 2024-01-24T19:50:28.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-07-23T09:00:19.000Z (4 months ago)
- Last Synced: 2024-07-23T10:51:50.467Z (4 months ago)
- Topics: treelink, website
- Homepage: https://computingvictor.github.io/
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ComputingVictor's Personal Website
![image](https://github.com/ComputingVictor/ComputingVictor.github.io/assets/115224707/2def7a02-ce19-4f5a-82e8-a32484e39012)
This repository contains the source code for my personal website hosted on GitHub Pages. The page is designed in a Linktree style, providing links to my profiles on different platforms.
## How to Edit
You can customize this page according to your needs. Here's a quick guide:
1. Clone this repository: `git clone https://github.com/ComputingVictor/ComputingVictor.github.io.git`
2. Open the `index.html` file in a text editor.
3. Edit the links and add or remove as necessary.
4. Save the changes.
5. Push the changes to your repository:```bash
git add .
git commit -m "Update links"
git push origin master## Contributions
If you would like to contribute to this project, feel free to submit issues or pull requests. Your contributions are welcome and appreciated!## Inspiration
This project is inspired by the work of [johnggli](https://github.com/johnggli/linktree). I appreciate their contribution to the community.