BEGIN:VCALENDAR
VERSION:2.0
PRODID:DPCALENDAR
CALSCALE:GREGORIAN
BEGIN:VTIMEZONE
TZID:America/Los_Angeles
X-MICROSOFT-CDO-TZID:13
BEGIN:STANDARD
DTSTART:20251102T090000
TZOFFSETFROM:-0700
TZOFFSETTO:-0800
TZNAME:PST
END:STANDARD
BEGIN:DAYLIGHT
DTSTART:20260308T100000
TZOFFSETFROM:-0800
TZOFFSETTO:-0700
TZNAME:PDT
END:DAYLIGHT
BEGIN:STANDARD
DTSTART:20261101T090000
TZOFFSETFROM:-0700
TZOFFSETTO:-0800
TZNAME:PST
END:STANDARD
END:VTIMEZONE
X-WR-TIMEZONE:America/Los_Angeles
BEGIN:VEVENT
DTSTART;TZID=America/Los_Angeles:20251022T180000
DTEND;TZID=America/Los_Angeles:20251022T200000
UID:32028502-CD69-497C-BDC1-FD6CFF905EF7
SUMMARY:Network Like a Pro
DTSTAMP:20251014T180834Z
DESCRIPTION:\N\N\N  .event-title-head {\N    font-weight: bold;\N    font-size: 20px;\N    color: darkgoldenrod;\N    margin-top: 5px;\N    margin-bottom: 0;\N  }\N\N  .event-title-text {\N    font-weight: 500;\N    font-size: 15px;\N    line-height: 17px;\N    font-weight: bold;\N  }\N\N  .event-title-icon {\N    margin-top: 6px;\N    display: flex;\N    justify-content: left;\N  }\N\N  .event-video-main {\N    display: flex;\N    justify-content: center;\N    margin-bottom: 20px;\N  }\N\N  .history-btn {\N    display: flex;\N    justify-content: center;\N  }\N\N  .button-71 {\N    background-color: #007daa;\N    border: 0;\N    border-radius: 56px;\N    color: #fff;\N    cursor: pointer;\N    display: inline-block;\N    /* font-family: system-ui,-apple-system,system-ui,"Segoe UI",Roboto,Ubuntu,"Helvetica Neue",sans-serif; */\N    font-size: 18px;\N    font-weight: 600;\N    outline: 0;\N    padding: 16px 21px;\N    position: relative;\N    text-align: center;\N    text-decoration: none;\N    transition: all 0.3s;\N    user-select: none;\N    -webkit-user-select: none;\N    touch-action: manipulation;\N  }\N\N  .button-71:before {\N    background-color: initial;\N    background-image: linear-gradient(#fff 0, rgba(255, 255, 255, 0) 100%);\N    border-radius: 125px;\N    content: "";\N    height: 50%;\N    left: 4%;\N    opacity: 0.5;\N    position: absolute;\N    top: 0;\N    transition: all 0.3s;\N    width: 92%;\N  }\N\N  .button-71:hover {\N    box-shadow: rgba(255, 255, 255, 0.2) 0 3px 15px inset,\N      rgba(0, 0, 0, 0.1) 0 3px 5px, rgba(0, 0, 0, 0.1) 0 10px 13px;\N    transform: scale(1.05);\N  }\N  /* _____________Accordian Section CSS+_______________ */\N\N  .acco .acco-item {\N    border-bottom: 1px solid #e5e5e5;\N  }\N\N  .acco button {\N    position: relative;\N    display: block;\N    text-align: left;\N    width: 100%;\N    padding: 1em 0;\N    color: #8800ad;\N    border: none;\N    background: none;\N    outline: none;\N  }\N\N  .acco button:hover,\N  .acco button:focus {\N    cursor: pointer;\N    color: white !important;\N    background-color: #8700ad !important;\N  }\N\N  .acco button:hover .icon,\N  .acco button:focus .icon {\N    cursor: pointer;\N    color: white;\N    border: 1px solid white !important;\N  }\N\N  .acco .acco-title {\N    padding: 1em 1.5em 1em 1em;\N  }\N\N  .acco .icon {\N    display: inline-block;\N    position: absolute;\N    top: 18px;\N    right: 20px;\N    width: 22px;\N    height: 22px;\N    border: 1px solid;\N    border-radius: 22px;\N  }\N\N  .acco .icon::before,\N  .acco .icon::after {\N    display: block;\N    position: absolute;\N    content: "";\N    background: currentColor;\N  }\N\N  .acco .icon::before {\N    top: 9px;\N    left: 5px;\N    width: 10px;\N    height: 2px;\N  }\N\N  .acco .icon::after {\N    top: 5px;\N    left: 9px;\N    width: 2px;\N    height: 10px;\N  }\N\N  .acco button[aria-expanded="true"] {\N    color: #8800ad;\N    border-bottom: 1px solid #8800ad;\N    /* background-color: #8700ad; */\N  }\N\N  .acco button[aria-expanded="true"] .icon::after {\N    width: 0;\N  }\N\N  .acco button[aria-expanded="true"] + .acco-content {\N    opacity: 1;\N    max-height: 9em;\N    transition: all 200ms linear;\N    /* overflow: scroll; */\N  }\N\N  #HistoryOfUniversity .acco button[aria-expanded="true"] + .acco-content {\N    opacity: 1;\N    max-height: 100%;\N    transition: all 200ms linear;\N    /* overflow: scroll; */\N    border-left: 2px solid #8800ad3f;\N    border-right: 2px solid #8800ad3f;\N  }\N\N  .acco .acco-content {\N    opacity: 0;\N    max-height: 0;\N    overflow: hidden;\N    transition: opacity 200ms linear, max-height 200ms linear;\N  }\N\N  .acco .acco-content p {\N    /* font-size: 1rem; */\N    font-weight: 300;\N    margin: 0;\N  }\N  /* ______________Accordian CSS Ends__________ */\N  .main-container {\N    display: flex;\N    gap: 20px;\N    max-width: 1600px;\N    margin: 0 auto;\N  }\N  .left-container {\N    width: 50%;\N  }\N  .right-container {\N    width: 50%;\N  }\N  .event-dtl {\N    background-color: white;\N    border-radius: 10px;\N    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;\N    margin-bottom: 20px;\N    padding: 10px 20px;\N    display: flex;\N    justify-content: space-between;\N  }\N  .event-description {\N    background-color: white;\N    border-radius: 10px;\N    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;\N    padding: 10px 20px;\N  }\N  .event-img {\N    width: 100%;\N    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;\N    border-radius: 10px;\N  }\N  @media (max-width: 960px) {\N    .main-container {\N      flex-direction: column;\N    }\N    .left-container {\N      width: 100%;\N      width: 10px -20px;\N    }\N    .right-container {\N      width: 100%;\N    }\N  }\N  @media (max-width: 500px) {\N    .event-dtl {\N      flex-direction: column;\N      text-align: center;\N    }\N    .event-title-icon {\N      justify-content: center;\N    }\N  }\N\N\N\N  \N  \N    \N      \N      \N        \N          Date\N        Oct. 22\N      \N\N      \N      \N        \N            Location\N          Psychology (PSY) 154\N        \N      \N\N      \N      \N        \N          Time\N        6 to 8 p.m.\N      \N    \N\N    \N    \N      \N        Description\N        \N        \N          Don’t just meet people — make connections that matter.\N\N          \N            Join Beach Pride Events (BPE) in collaboration with the Institute\N            for Innovation and Entrepreneurship (IIE) for Networking Like a Pro\N            on Oct. 22 to learn how to turn conversations into real internship\N            opportunities.\N          \N\N          \N            With experts from engineering, media/PR, and local government, plus\N            networking pro Emmanuel Rivera, you’ll walk away with tools to\N            network confidently and effectively.\N          \N\N          \N            Make sure to RSVP for this FREE event on\N            Meet Our Panelists\N\N          Emmanuel Rivera\N          \N            Rivera is a networking specialist with extensive experience in\N            guiding students and young professionals in career-building\N            strategies. He is also the co-founder and designer of Naturewise\N            Regenerative Design. His expertise lies in fostering authentic\N            connections, personal branding, and effective communication skills\N            to help individuals thrive in professional settings. Emmanuel was\N            part of the Career Development team in the College of Business\N            (COB), where he played a key role in networking with external\N            stakeholders to support graduate business students in expanding\N            their professional networks and honing their networking skills.\N          \N\N          Stephanie El Tawil\N          \N            Stephanie El Tawil serves as the Economic Development & Policy\N            Manager for the Downtown Long Beach Alliance (DLBA). In addition to\N            establishing working relations with Downtown businesses and property\N            owners, financial institutions, commercial brokers, developers, and\N            local economic development officials, she plays a key role in the\N            implementation of office and retail recruitment strategies,\N            supervising the production of market reports, and supervising the\N            business navigator position to assist small business owners with\N            permitting approvals. Before her arrival to DLBA, El Tawil’s\N            previous roles included managing career and leadership development\N            programs at the UCLA Anderson Graduate School of Management,\N            Director of Innovation & Entrepreneurship at Growth Alliance for\N            Greater Evansville, and Project Manager for the Evansville Regional\N            Economic Partnership. She received her MBA and M.A. from the\N            University of Southern Indiana.\N          \N\N          Sergio Baez\N          \N            With over 20 years of experience in marketing, promotions, and\N            licensing, Baez is a driven and successful executive who leads the\N            food and beverage NBCUniversal licensing strategy across North\N            America. His leadership spans into business development, account\N            management, and strategic thinking skills to cultivate new\N            opportunities and expand relationships with national and regional\N            brands in the licensing sphere, while optimizing NBCU’s breadth of\N            properties and franchises. Baez is also a passionate educator,\N            diversity champion, and community leader. He teaches Advertising and\N            Marketing courses at two California State Universities, serves on\N            the MBA Advisory Board at CSULB Long Beach, and advocates for\N            diversity, equity, and inclusion in the entertainment industry. He\N            is always curious and eager to learn, inspire, and be inspired. His\N            mission is to disrupt, create, and innovate with top-tier CPG and\N            entertainment brands, and to make work more fun and enjoyable\N            through clear strategy and great vision.\N          \N          John El Yahchouchi\N          \N            John El Yahchouchi is a fourth-year Aerospace Engineering student\N            and an exchange student from France. He is currently working on a\N            startup focused on developing an AI-powered chatbot that helps\N            students connect for networking and project partnerships. John is\N            passionate about tech, collaboration, and building innovative\N            solutions that bring people together.\N          \N          Lisa Mae Brunson\N          \N            Lisa Mae Brunson is a Creative Visionary, Speaker, Author, and\N            Social Innovation Architect dedicated to driving impact and\N            inclusion. She is the founder of Wonder Women Tech, Hiring Humans,\N            the Mentor Magic Program, and host of the\N            Wonder Women Tech Show podcast and\N            ROAR with Lisa Mae. A 2024–2025 Obama Foundation Leader,\N            Lisa Mae has developed STEAM programs for underserved youth and the\N            Deaf and hard-of-hearing.\N          \N          \N            She serves as Chair of the Commission for Technology and Innovation\N            for the City of Long Beach and sits on the Board of CSULB’s\N            Institute for Innovation and Entrepreneurship. Lisa Mae is a Duke\N            Corporate Educator and has created hackathons including\N            Hacks 4 Humanity and Wonder Women Hacks.\N          \N          \N            Her work has earned recognition from\N            Entrepreneur Magazine, Create & Cultivate, the Long Beach\N            Post, and government leaders, highlighting her impact in leadership,\N            technology, and social good. As a Black, Latina, and Indigenous\N            woman, she champions culture, belonging, and transformative\N            leadership across organizations, schools, and Fortune 500 companies.\N          \N        \N        \N      \N    \N    \N  \N  \N\N  \N  \N    img\N      class="event-img&quot;\N      src=&quot;images/cal/Calendar_Event_Asset_Size_networking_like_a_pro.jpg&quot;\N      alt=&quot;Network Like a Pro\NOct. 22\N6 to 8 p.m.\NPsychology (PSY) 154&quot;\N    /&gt;\N\N    {loadmoduleid 368}\N  &lt;/div&gt;\N  &lt;!-- Technically end of right side --&gt;\N&lt;/div&gt;\N&lt;!-- End of main-container --&gt;\N\N&lt;!-- Accordion Test --&gt;\N&lt;script&gt;\N  document.addEventListener(&quot;DOMContentLoaded&quot;, function () {\N    document\N      .querySelectorAll(&quot;#HistoryOfUniversity .acco button&quot;)\N      .forEach((item) =&gt; item.addEventListener(&quot;click&quot;, toggleacco));\N\N    function toggleacco() {\N      const parentAcco = this.closest(&quot;.acco&quot;);\N      const itemsInThisAcco = parentAcco.querySelectorAll(&quot;button&quot;);\N      const currentStatus = this.getAttribute(&quot;aria-expanded&quot;);\N\N      if (currentStatus == &quot;false&quot;) {\N        // Close all other items\N        // for (let i = 0; i &lt; itemsInThisAcco.length; i++) {\N        //   itemsInThisAcco[i].setAttribute(&quot;aria-expanded&quot;, &quot;false&quot;);\N        // }\N        // Open the clicked item\N        this.setAttribute(&quot;aria-expanded&quot;, &quot;true&quot;);\N      } else {\N        // Close the clicked item\N        this.setAttribute(&quot;aria-expanded&quot;, &quot;false&quot;);\N      }\N    }\N  });\N&lt;/script&gt;\N"
X-ALT-DESC;FMTTYPE=text/html:<!-- basic template for all events  --><!-- Updated July 2023 --><style>  .event-title-head {    font-weight: bold;    font-size: 20px;    color: darkgoldenrod;    margin-top: 5px;    margin-bottom: 0;  }  .event-title-text {    font-weight: 500;    font-size: 15px;    line-height: 17px;    font-weight: bold;  }  .event-title-icon {    margin-top: 6px;    display: flex;    justify-content: left;  }  .event-video-main {    display: flex;    justify-content: center;    margin-bottom: 20px;  }  .history-btn {    display: flex;    justify-content: center;  }  .button-71 {    background-color: #007daa;    border: 0;    border-radius: 56px;    color: #fff;    cursor: pointer;    display: inline-block;    /* font-family: system-ui,-apple-system,system-ui,"Segoe UI",Roboto,Ubuntu,"Helvetica Neue",sans-serif; */    font-size: 18px;    font-weight: 600;    outline: 0;    padding: 16px 21px;    position: relative;    text-align: center;    text-decoration: none;    transition: all 0.3s;    user-select: none;    -webkit-user-select: none;    touch-action: manipulation;  }  .button-71:before {    background-color: initial;    background-image: linear-gradient(#fff 0, rgba(255, 255, 255, 0) 100%);    border-radius: 125px;    content: "";    height: 50%;    left: 4%;    opacity: 0.5;    position: absolute;    top: 0;    transition: all 0.3s;    width: 92%;  }  .button-71:hover {    box-shadow: rgba(255, 255, 255, 0.2) 0 3px 15px inset,      rgba(0, 0, 0, 0.1) 0 3px 5px, rgba(0, 0, 0, 0.1) 0 10px 13px;    transform: scale(1.05);  }  /* _____________Accordian Section CSS+_______________ */  .acco .acco-item {    border-bottom: 1px solid #e5e5e5;  }  .acco button {    position: relative;    display: block;    text-align: left;    width: 100%;    padding: 1em 0;    color: #8800ad;    border: none;    background: none;    outline: none;  }  .acco button:hover,  .acco button:focus {    cursor: pointer;    color: white !important;    background-color: #8700ad !important;  }  .acco button:hover .icon,  .acco button:focus .icon {    cursor: pointer;    color: white;    border: 1px solid white !important;  }  .acco .acco-title {    padding: 1em 1.5em 1em 1em;  }  .acco .icon {    display: inline-block;    position: absolute;    top: 18px;    right: 20px;    width: 22px;    height: 22px;    border: 1px solid;    border-radius: 22px;  }  .acco .icon::before,  .acco .icon::after {    display: block;    position: absolute;    content: "";    background: currentColor;  }  .acco .icon::before {    top: 9px;    left: 5px;    width: 10px;    height: 2px;  }  .acco .icon::after {    top: 5px;    left: 9px;    width: 2px;    height: 10px;  }  .acco button[aria-expanded="true"] {    color: #8800ad;    border-bottom: 1px solid #8800ad;    /* background-color: #8700ad; */  }  .acco button[aria-expanded="true"] .icon::after {    width: 0;  }  .acco button[aria-expanded="true"] + .acco-content {    opacity: 1;    max-height: 9em;    transition: all 200ms linear;    /* overflow: scroll; */  }  #HistoryOfUniversity .acco button[aria-expanded="true"] + .acco-content {    opacity: 1;    max-height: 100%;    transition: all 200ms linear;    /* overflow: scroll; */    border-left: 2px solid #8800ad3f;    border-right: 2px solid #8800ad3f;  }  .acco .acco-content {    opacity: 0;    max-height: 0;    overflow: hidden;    transition: opacity 200ms linear, max-height 200ms linear;  }  .acco .acco-content p {    /* font-size: 1rem; */    font-weight: 300;    margin: 0;  }  /* ______________Accordian CSS Ends__________ */  .main-container {    display: flex;    gap: 20px;    max-width: 1600px;    margin: 0 auto;  }  .left-container {    width: 50%;  }  .right-container {    width: 50%;  }  .event-dtl {    background-color: white;    border-radius: 10px;    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;    margin-bottom: 20px;    padding: 10px 20px;    display: flex;    justify-content: space-between;  }  .event-description {    background-color: white;    border-radius: 10px;    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;    padding: 10px 20px;  }  .event-img {    width: 100%;    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;    border-radius: 10px;  }  @media (max-width: 960px) {    .main-container {      flex-direction: column;    }    .left-container {      width: 100%;      width: 10px -20px;    }    .right-container {      width: 100%;    }  }  @media (max-width: 500px) {    .event-dtl {      flex-direction: column;      text-align: center;    }    .event-title-icon {      justify-content: center;    }  }</style><div class="main-container">  <!-- --------------------     START OF LEFT SIDE   --------------------- -->  <div class="left-container">    <div class="event-dtl">      <!-- DATE -->      <div itemprop="startDate" content="2024-03-13">        <div class="event-title-icon">          <img            src="images/enjoy/beachpride/QR_Code_WOW-F23/calendar.png"            style="height: 20px; width: 25px"          />        </div>        <h3 class="event-title-head">Date</h3>        <p class="event-title-text">Oct. 22</p>      </div>      <!-- LOCATION -->      <div>        <div          itemprop="location"          itemscope="itemscope"          itemtype="http://schema.org/Place"        >          <div class="event-title-icon">            <img              src="images/enjoy/beachpride/QR_Code_WOW-F23/location.png"              style="height: 20px; width: 25px"            />          </div>          <h3 class="event-title-head">Location</h3>          <p class="event-title-text">Psychology (PSY) 154</p>        </div>      </div>      <!-- TIME -->      <div itemprop="endDate" content="2024-03-13">        <div class="event-title-icon">          <img            src="images/enjoy/beachpride/QR_Code_WOW-F23/time.png"            style="height: 20px; width: 25px"          />        </div>        <h3 class="event-title-head">Time</h3>        <p class="event-title-text">6 to 8 p.m.</p>      </div>    </div>    <!-- EVENT DESCRIPTION -->    <div class="event-description">      <div>        <h3 class="event-title-head">Description</h3>        <!-- ***************************************        ** Place all elements of description HERE **        **************************************** -->        <div itemprop="description">          <p>Don’t just meet people — make connections that matter.</p>          <p>            Join Beach Pride Events (BPE) in collaboration with the Institute            for Innovation and Entrepreneurship (IIE) for Networking Like a Pro            on Oct. 22 to learn how to turn conversations into real internship            opportunities.          </p>          <p>            With experts from engineering, media/PR, and local government, plus            networking pro Emmanuel Rivera, you’ll walk away with tools to            network confidently and effectively.          </p>          <p>            Make sure to RSVP for this FREE event on            <a              href="https://csulb.campuslabs.com/engage/event/11791286"              target="_blank"              rel="noopener noreferrer"              style="text-decoration: underline"              ><b>Events &amp; Orgs</b></a            >            as spots are limited to the first 30 attendees.          </p>          <p>This event is only open to current LBSU students.</p>          <hr />          <br />          <h3 class="event-title-head">Meet Our Panelists</h3>          <h5 style="font-weight: bold">Emmanuel Rivera</h5>          <p>            Rivera is a networking specialist with extensive experience in            guiding students and young professionals in career-building            strategies. He is also the co-founder and designer of Naturewise            Regenerative Design. His expertise lies in fostering authentic            connections, personal branding, and effective communication skills            to help individuals thrive in professional settings. Emmanuel was            part of the Career Development team in the College of Business            (COB), where he played a key role in networking with external            stakeholders to support graduate business students in expanding            their professional networks and honing their networking skills.          </p>          <h5 style="font-weight: bold">Stephanie El Tawil</h5>          <p>            Stephanie El Tawil serves as the Economic Development &amp; Policy            Manager for the Downtown Long Beach Alliance (DLBA). In addition to            establishing working relations with Downtown businesses and property            owners, financial institutions, commercial brokers, developers, and            local economic development officials, she plays a key role in the            implementation of office and retail recruitment strategies,            supervising the production of market reports, and supervising the            business navigator position to assist small business owners with            permitting approvals. Before her arrival to DLBA, El Tawil’s            previous roles included managing career and leadership development            programs at the UCLA Anderson Graduate School of Management,            Director of Innovation &amp; Entrepreneurship at Growth Alliance for            Greater Evansville, and Project Manager for the Evansville Regional            Economic Partnership. She received her MBA and M.A. from the            University of Southern Indiana.          </p>          <h5 style="font-weight: bold">Sergio Baez</h5>          <p>            With over 20 years of experience in marketing, promotions, and            licensing, Baez is a driven and successful executive who leads the            food and beverage NBCUniversal licensing strategy across North            America. His leadership spans into business development, account            management, and strategic thinking skills to cultivate new            opportunities and expand relationships with national and regional            brands in the licensing sphere, while optimizing NBCU’s breadth of            properties and franchises. Baez is also a passionate educator,            diversity champion, and community leader. He teaches Advertising and            Marketing courses at two California State Universities, serves on            the MBA Advisory Board at CSULB Long Beach, and advocates for            diversity, equity, and inclusion in the entertainment industry. He            is always curious and eager to learn, inspire, and be inspired. His            mission is to disrupt, create, and innovate with top-tier CPG and            entertainment brands, and to make work more fun and enjoyable            through clear strategy and great vision.          </p>          <h5 style="font-weight: bold">John El Yahchouchi</h5>          <p>            John El Yahchouchi is a fourth-year Aerospace Engineering student            and an exchange student from France. He is currently working on a            startup focused on developing an AI-powered chatbot that helps            students connect for networking and project partnerships. John is            passionate about tech, collaboration, and building innovative            solutions that bring people together.          </p>          <h5 style="font-weight: bold">Lisa Mae Brunson</h5>          <p>            Lisa Mae Brunson is a Creative Visionary, Speaker, Author, and            Social Innovation Architect dedicated to driving impact and            inclusion. She is the founder of Wonder Women Tech, Hiring Humans,            the Mentor Magic Program, and host of the            <em>Wonder Women Tech Show</em> podcast and            <em>ROAR with Lisa Mae</em>. A 2024–2025 Obama Foundation Leader,            Lisa Mae has developed STEAM programs for underserved youth and the            Deaf and hard-of-hearing.          </p>          <p>            She serves as Chair of the Commission for Technology and Innovation            for the City of Long Beach and sits on the Board of CSULB’s            Institute for Innovation and Entrepreneurship. Lisa Mae is a Duke            Corporate Educator and has created hackathons including            <em>Hacks 4 Humanity and Wonder Women Hacks</em>.          </p>          <p>            Her work has earned recognition from            <em>Entrepreneur Magazine, Create & Cultivate</em>, the Long Beach            Post, and government leaders, highlighting her impact in leadership,            technology, and social good. As a Black, Latina, and Indigenous            woman, she champions culture, belonging, and transformative            leadership across organizations, schools, and Fortune 500 companies.          </p>        </div>        <!-- Technically the end of the "description" -->      </div>    </div>    <!-- End of Event Description -->  </div>  <!-- end of left-container -->  <!-- -------------------      START OF RIGHT SIDE  --------------------- -->  <div class="right-container">    <img      class="event-img"      src="images/cal/Calendar_Event_Asset_Size_networking_like_a_pro.jpg"      alt="Network Like a ProOct. 226 to 8 p.m.Psychology (PSY) 154"    />    {loadmoduleid 368}  </div>  <!-- Technically end of right side --></div><!-- End of main-container --><!-- Accordion Test --><script>  document.addEventListener("DOMContentLoaded", function () {    document      .querySelectorAll("#HistoryOfUniversity .acco button")      .forEach((item) => item.addEventListener("click", toggleacco));    function toggleacco() {      const parentAcco = this.closest(".acco");      const itemsInThisAcco = parentAcco.querySelectorAll("button");      const currentStatus = this.getAttribute("aria-expanded");      if (currentStatus == "false") {        // Close all other items        // for (let i = 0; i < itemsInThisAcco.length; i++) {        //   itemsInThisAcco[i].setAttribute("aria-expanded", "false");        // }        // Open the clicked item        this.setAttribute("aria-expanded", "true");      } else {        // Close the clicked item        this.setAttribute("aria-expanded", "false");      }    }  });</script>
LOCATION:
GEO:0.00000000;0.00000000
LAST-MODIFIED:20251022T225739Z
X-ACCESS:1
X-HITS:962
X-URL:
X-COLOR:E54268
END:VEVENT
END:VCALENDAR