Creating a ZIP file for a static web page

  1. Unzip the HomePages.zip file for the current HCM release to extract the contents.
  2. Locate the static HTML page that you want to customize in the HomePages.zip file. The page is in the pages folder.
  3. Search the HTML file for JavaScript, CSS, or images that you want to customize.
    For example, the files used for the Employee Time Off Calendar are:
    • images/approved_color.png and nine additional image files
    • js/commonUtilities.js
    • js/fullcalendar.js
    • js/inforCalendar.js
    • pages/inforCalendar.html
    • styles/fullcalendar.css
    • styles/fullcalendar-styles.css
    • styles/inforCalendar.css
    • version.txt
  4. Modify the source code inside the extracted HomePages.zip file.
    Reference modified JavaScript, CSS, or image files inside the zip in a resources folder. For example, the path to commonUtilities.js is ../resources/js/commonUtilities.js.
  5. Zip the contents of the extracted HomePages.zip file and rename the ZIP file as needed. Verify that the zip process did not create new unnecessary folders.