This is a self-contained package for the EasyGDS Homepage Offers landing page.
index.html: The main homepage file (formerly13_homepage_offers.html).homepage_logic_integrated.js: Integrated JavaScript logic for the page.images/: Directory containing local image assets.
You can deploy this static site to AWS Amplify using one of the following methods:
- Push this repository to GitHub, GitLab, or Bitbucket.
- Log in to the AWS Management Console.
- Navigate to AWS Amplify.
- Click "New app" -> "Host web app".
- Select your Git provider (e.g., GitHub) and click Continue.
- Authorize AWS Amplify to access your repository.
- Select the repository and branch you just pushed.
- Build Settings: Amplify should automatically detect this as a static web app.
- If prompted for a build command, leave it blank (or
echo "Done"). - Ensure the Base directory is set to
/(root).
- If prompted for a build command, leave it blank (or
- Click "Save and deploy".
- Zip the contents of this folder (select all files -> Right Click -> Send to -> Compressed (zipped) folder).
- Note: Ensure you zip the files themselves, not the parent folder.
- Log in to the AWS Management Console.
- Navigate to AWS Amplify.
- Click "New app" -> "Host web app".
- Select "Deploy without Git provider".
- Click Continue.
- In the "Start a deployment" box, give your app a name and environment name (e.g.,
devorprod). - Drag and drop your zip file into the upload area.
- Click "Save and deploy".
To view the site locally, simply open index.html in your web browser.