naaap-chicago.silkstart.com Open in urlscan Pro
52.54.128.111  Public Scan

Submitted URL: http://sslinks.naaapchicago.org/ls/click?upn=MBvHQMN0X2gB3kZLFv40cjk02TtA8VfawovpJEmSJVPs1M78nqbwwp76cisr9popKb5FAeeTP4bh1ppyqCF...
Effective URL: https://naaap-chicago.silkstart.com/events/naaap-chicago-wellness-well-played-a-mental-wellness-guide-to-cozy-gaming
Submission: On October 17 via api from US — Scanned from DE

Form analysis 2 forms found in the DOM

Name: eventFormPOST /events/naaap-chicago-wellness-well-played-a-mental-wellness-guide-to-cozy-gaming/enter_attendee_info

<form id="eventForm" name="eventForm" event_id="naaap-chicago-wellness-well-played-a-mental-wellness-guide-to-cozy-gaming" action="/events/naaap-chicago-wellness-well-played-a-mental-wellness-guide-to-cozy-gaming/enter_attendee_info" method="post"
  novalidate="novalidate">
  <div id="show_ticket_table">
    <div class="ticket-container-wrapper">
      <input type="hidden" class="num_of_tickets_available check_number_of_tickets_not_zero" name="num_of_tickets_available" value="10000000">
      <div class="show_error"></div>
      <table id="ticket_table" class="footable tablet footable-loaded">
        <thead>
          <tr>
            <th class="ticket_name footable-visible footable-first-column">Ticket Name</th>
            <th class="ticket_end footable-visible" data-hide="phone">Sale Ends</th>
            <th class="ticket_price footable-visible" data-hide="phone">Price</th>
            <th class="ticket_quantity footable-visible footable-last-column" data-hide="phone"> Quantity </th>
          </tr>
        </thead>
        <tbody class="all_session_tickets">
          <tr class="ticket_row True " data-ticket_id="651468f251ea1f0591a62ece" data-plan_discount="0">
            <td class="footable-visible footable-first-column"><span class="footable-toggle"></span>
              <span class="gray_text">Members</span>
            </td>
            <td class="footable-visible">
              <div class="gray_text">19 Oct 2023</div>
            </td>
            <td class="ticket_price footable-visible">
              <div class="gray_text">Free</div>
            </td>
            <td class="footable-visible footable-last-column">
              <div class="alert alert-warning small pt-5 pb-5">Log In Required</div>
            </td>
          </tr>
          <tr class="ticket_row True " data-ticket_id="651468f251ea1f0591a62ed1" data-plan_discount="0">
            <td class="footable-visible footable-first-column"><span class="footable-toggle"></span> Non-Members (Free RSVP) </td>
            <td class="footable-visible"> 19 Oct 2023 </td>
            <td class="ticket_price footable-visible"> Free</td>
            <td class="footable-visible footable-last-column">
              <select sel="ticket_quantity[1]" name="quantity.651468f251ea1f0591a62ed1" class="form-control ticket_quantity" aria-label="Non-Members (Free RSVP) Ticket Quantity">
                <option value="0">0</option>
                <option value="1">1</option>
              </select>
            </td>
          </tr>
        </tbody>
        <tbody>
          <tr class="ticket_table_footer">
            <td colspan="6" class="footable-visible footable-last-column footable-first-column"><span class="footable-toggle"></span>
              <script type="text/javascript">
                function quantity_not_zero() {
                  var total = 0;
                  var select_elements = document.eventForm.elements;
                  for (var count = 0; count < select_elements.length; count++) {
                    if (select_elements[count].tagName == 'SELECT') {
                      total += parseInt(select_elements[count].value);
                    }
                  }
                  return !(total == 0);
                }

                function radio_option_check() {
                  var radio_option = $('#eventForm input:radio');
                  var valid_radio_option = $('#eventForm input:radio:checked');
                  if (radio_option.length == 0) {
                    // Why is this code checking for a magic disabled hidden input?
                    if ($('#eventForm input:hidden').prop('disabled')) {
                      return false;
                    } else {
                      return true;
                    }
                  } else {
                    return valid_radio_option.length != 0;
                  }
                }
              </script>
              <input type="hidden" class="num_of_tickets_available" name="num_of_tickets_available" value="10000000">
              <div class="buy_ticket_wrapper">
                <input type="submit" sel="purchase_tickets" class="pull-right buy_ticket btn btn-primary" onclick="return quantity_not_zero()" value="Register">
              </div>
              <button class="pull-right login-for-ticket-btn btn btn-warning" data-target="#sign_in_modal" data-toggle="modal" type="button">Log in to Your Profile</button>
            </td>
          </tr>
        </tbody>
      </table>
    </div>
  </div>
</form>

POST /auth/login

<form method="post" id="login_form_dropdown" class="form-horizontal" action="/auth/login" role="form" novalidate="novalidate">
  <input type="hidden" name="associate_with_social_network" value="">
  <input type="hidden" name="after_login" value="/events/naaap-chicago-wellness-well-played-a-mental-wellness-guide-to-cozy-gaming">
  <div class="form-group">
    <label for="member-username-input" class="col-sm-2 control-label">Email:</label>
    <div class="col-sm-10">
      <input type="text" id="member-username-input" class="form-control required" placeholer="email" name="username_dropdown" value="" aria-required="true">
    </div>
  </div>
  <div class="form-group">
    <label for="member-password-input" class="col-sm-2 control-label">Password:</label>
    <div class="col-sm-10">
      <input class="form-control required" id="member-password-input" type="password" name="password_dropdown" aria-required="true">
      <span class="help-block">
        <div class="ml-5 pull-right">
          <a tabindex="0" class="popover_link " role="button" data-toggle="popover" data-trigger="focus" title="Forgot your password" data-content="Select this to reset your password via email.
                                If your email is already connected to an account but you have not logged in yet, you may also setup your password for the first time." aria-label="Forgot your password Help"><span class="fa fa-question-circle icon-question-sign"></span></a>
        </div>
        <a href="/auth/forgotten_password" class="pull-right">
                                Forgot your password?
                        </a>
      </span>
    </div>
  </div>
  <div class="form-group">
    <div class="col-xs-12">
      <button type="submit" class="btn btn-primary pull-right">Log In</button>
    </div>
  </div>
</form>

Text Content

 * Join Now Log In
 * Home
 * About
 * Programs
 * Events
 * Sponsors
 * Donate
 * Contact Us

 * About
 * Membership
 * Leadership
 * Serve on the Board
 * Volunteer

 * Membership
 * Alumni Network

 * Leadership
 * Board of Directors
 * Committee Chairs

 * Committee Chairs
 * AAGL Program
 * Leadership/Professional Development Program Committee
 * Wellness Program Committee
 * Women in NAAAP Program Committee

 * Programs
 * Community Service
 * Professional Development
 * Wellness

 * Community Service
 * Back to School Drive
 * Toy Drive

 * Professional Development
 * Asian American Group Leaders (AAGL)
 * Pride
 * Women in NAAAP

 * Asian American Group Leaders (AAGL)
 * Asian & Pacific Islander American Heritage Month

 * Events
 * Calendar
 * Community Events

 * Sponsors
 * Chicago Jobs
 * National Career Center

Skip to Main Content
 * Log In
 * Join Now

 * 
 * 
 * 
 * 
 * 

 * Home
 * About
   * Membership
     * Alumni Network
   * Leadership
     * Board of Directors
     * Committee Chairs
       * AAGL Program
       * Leadership/Professional Development Program Committee
       * Wellness Program Committee
       * Women in NAAAP Program Committee
   * Serve on the Board
   * Volunteer
 * Programs
   * Community Service
     * Back to School Drive
     * Toy Drive
   * Professional Development
     * Asian American Group Leaders (AAGL)
       * Asian & Pacific Islander American Heritage Month
     * Pride
     * Women in NAAAP
   * Wellness
 * Events
   * Calendar
   * Community Events
 * Sponsors
   * Chicago Jobs
   * National Career Center
 * Donate
 * Contact Us

 1. Events
 2. NAAAP Chicago Wellness: Well-P ... (current page)


NAAAP CHICAGO WELLNESS: WELL-PLAYED: A MENTAL WELLNESS GUIDE TO COZY GAMING

 * Event Information

More
 * Event Information

This series is partially sponsored and supported by Bank of America and Chubb
Insurance. 




 

Ticket Name Sale Ends Price Quantity Members
19 Oct 2023
Free
Log In Required
Non-Members (Free RSVP) 19 Oct 2023 Free 0 1

Log in to Your Profile

EVENT DETAILS


NAAAP-Chicago Wellness: Well-Played: A Mental Wellness Guide To Cozy Gaming”!


Join us for a cozy October evening of Asian empowerment and community! 
We will be joined by a guest speaker and Asian mental health clinician, Ariel
Landrum, LMFT, ART. 

Ariel Lounette Landrum is a Licensed Marriage and Family Therapist and Certified
Art Therapist. She is a proud Filipino American, currently practicing out of
Reseda, California. She specializes in Narrative Therapy, Cognitive Behavioral
Therapy, and Art Therapy. She use art, pop-culture, gaming, and mindfulness to
help individuals create understanding and growth. She specializes in working
with survivors of childhood sexual abuse, military members and their families,
and the LGBTQ+ community.

Read more about Ariel here:
https://www.psychologytoday.com/us/therapists/ariel-l-landrum-los-angeles-ca/753688

_____________________________________________________________________________________________

Each month NAAAP Chicago's Wellness program hosts a free session of self-care
called Wellness Wednesday!

Wellness impacts so many facets of our professional and personal life. Small
things can make a big difference, from music to taking a walk. So we've planned
an interactive activity each month to help prepare for and deal with growing
stressors! Lets share ways we can foster our own wellness and the wellness of
our workplaces, community, etc!

Culturally sensitive sessions will be facilitated by our founding leader of
NAAAP-Chicago Wellness - Dr. Elizabeth 방실 Smith (PsyD).

 

Location: Online

Registration is FREE

Consider purchasing a membership for $50 (Discounted at $35 for
Non-profit/Government & $25 for Students) to take advantage of a full year of
this Wellness program, as well as many other programs and events offered by
NAAAP-Chicago!

 

Learn about our programs:

   



WHEN


Date: 18 Oct 2023
Time: 7:00pm - 8:30pm CDT

Google Calendar
iCal
Bookmark/Share



 CONTACT US

Click to contact Us!



EVENT ADMINS


 * Elizabeth Smith
   Palos Behavioral Health Professionals and Mira Neurobehavioral Health


DOWNLOADS

No files uploaded yet.


 * 
 * 
 * 
 * 
 * 

NAAAP Chicago
NAAAP Chicago| 773-918-2454 | info@naaapchicago.org

© 2023 NAAAP Chicago · Support · Privacy
Powered by SilkStart Association Management Software

















×Close

LOG IN

Email:

Password:

Forgot your password?
Log In
OR

Not a member? Sign up.