Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 1.08 KB

README.md

File metadata and controls

28 lines (18 loc) · 1.08 KB

ComputingVictor's Personal Website

image

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:

    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. I appreciate their contribution to the community.