📍Getting Started

  1. Download the Code: Download the zip file

  2. File Structure: Ensure the following structure is intact:

//Rosure porfolio/

|-- css/                      
   |-- styles.css             # Styles
   |-- fonts.css              # File to configure and load fonts
   |-- global.css             # File with global styles for the project
|---cv/                       # Put your resume here   
    |-- cv.pdf             
|---email_config/             # Email configuration
    |-- send_email.php  
|-- fonts/                    # Fonts folder
   |-- (fonts)
|-- icons/                    # Icons folder
   |-- (skills icons folder)
   |-- (addicional icons)
|-- img/                      # Images folder
   |-- (projects folder)
   |-- (addicional images)
|-- js/                       # JavaScript folder
   |-- (javascript files)
|-- vendor
|-- .env                     # Store sensitive data (Pu it outside the public_html when you upload it to your preferred hosting)
|-- .gitignore
|-- composer.json
|-- composer.lock
|-- index.html               # Main HTML
  1. Open the Website: Open index.html in your browser to preview the portfolio.

Last updated