This project is the source code for the UIE 2022 landing page for Jared Spool, a UX expert. The page highlights upcoming events, showcases opportunities to collaborate with Jared, and features an embedded contact form from Airtable. It dynamically displays information for the next upcoming event using data from calendar.js. The repository also includes an HTML email template (email.html) for the "Leaders of Awesomeness" community.
To set up and run this project locally:
-
Clone the repository
git clone https://github.com/sbassong/agile-intensive-landing.git cd uie-2022-landing -
Navigate to the project directory
-
Open the landing page: Open the
index.htmlfile in your web browser to view the landing page.
No special build steps or server-side dependencies are required to run the main landing page. The "Partner with Jared" form is an embedded Airtable form and requires an internet connection to function.
- View Landing Page: Open
index.htmlin any modern web browser. - Dynamic Event Display: The event card on the page automatically populates with the nearest upcoming event from the
calDataarray located incalendar.js. - Update Event Data: To change or add events, modify the
calDataarray incalendar.js. - Contact Form: The "Partner with Jared" section contains an embedded Airtable form for users to submit inquiries.
- Email Template:
email.htmlis a standalone HTML email template. It can be viewed in a browser or used with an email marketing service for community communications.
