Rosure
  • 👋Documentation for Rosure Portfolio
  • Getting Started
    • 🎯Features
    • ➡️Sections Overview
  • Setup and Configuration
    • 📍Getting Started
    • 🎨Customization
      • Adding a New Section
      • 03 What I do Section (Adding a New Service)
      • 04 Skills Section (Adding a New Skill)
      • 05 Experience Section (Adding work experience)
      • 06 Projects Section (Adding a New Porject)
      • 07 Enabling the Contact Form
      • Set Default Theme and Configure Toggle Button
    • 🖌️Global Styles
  • Additional
    • 📄Licenses
    • 💌Credits
Powered by GitBook
On this page
  1. Setup and Configuration

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.

PreviousSections OverviewNextCustomization

Last updated 4 months ago

📍