Skip to content

gperretta/gperretta.github.io

 
 

Repository files navigation

Gilda Perretta / Portfolio


Simple portfolio website hosted by GitHub Pages.


How To

Create a repository

Head over to GitHub and create a new public repository named username.github.io, where username is your username (or organization name) on GitHub.

If the first part of the repository doesn’t exactly match your username, it won’t work, so make sure to get it right.

Clone the repository

Go to the folder where you want to store your project, and clone the new repository:

git clone https://github.com/username/username.github.io

Hello World

Enter the project folder and add an index.html file:

cd username.github.io

echo "Hello World" > index.html

Push it

Add, commit, and push your changes:

git add --all

git commit -m "Initial commit"

git push -u origin main

…and you're done!

Credits

- Template: ndoherty-xyz

- Github, Linkedin, Mail icons: IconScout (free limited license)

- Swift, Python logo icons: IconScout (free limited license/brand logo)

- Coding icon: created by manshagraphics - Flaticon

[Other graphical elements are entirely designed by me using Figma.]

Languages

  • HTML 89.8%
  • CSS 9.8%
  • JavaScript 0.4%