Skip to content

Content Audit: Remove the Our Locations Section from the Events Page #8432

@kimberlyvaldez07

Description

@kimberlyvaldez07

Overview

We need to remove the Our Locations section from the events page to ensure only active events/meetups are noted.

Details

Since Covid 19 shutdowns are no longer active and the team is no longer doing regular in person meetups. Remove the entire "Our Locations" section including the title, the description section, and the images. Also remove any note of COVID 19 shut downs.

Action Items

  • For the file /pages/events.html, identify all mentions of COVID-19 and the Our Locations section, including the title, the description section, and the images.
    • This information is on lines 29-52.
     <h2 class="events-page-header title2">
       Our Locations
     </h2>
     
     <div class="fullwidth-background-container">
       <div class="notification-banner">
         <p class="meetings-message">
           In light of the COVID-19 pandemic, Hack for LA has suspended its in-person
           events below. The organization remains fully active, and all events are
           now being conducted remotely using Zoom at the days/times listed above.
         </p>
     </div>
    
       <div class="getting-started-mobile-page">
         <h2 class="event-title-1">
           <img class="vector-img" src="../assets/images/hack-nights/locations.svg" alt="">
           See our Locations
         </h2>
       </div>
     </div>
    
     <div class="mobile-locations-dropdown">
       {% include events-page/our-locations-content.html %}
     </div>
    
  • Remove all mentions of COVID-19 and the 'Our Locations' section, including the title, the description section, and the images.
  • Ensure that the section formatting is correct. The final code should look something like this
    ---
    layout: default
    title: Events - Hack for LA
    permalink: /events/
    ---
    <!--refactored javascript link-->
    <script src="/assets/js/events.js" defer></script>
    
    <!-- Google Tag Manager (noscript) -->
    <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-PMQK7VL" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
    <!-- End Google Tag Manager (noscript) -->
    <div class="header-container header-container--events">
      {% include events-page/header-container-content.html %}
    </div>
    
    <section class="events-page content-section content-section--events">
    
        <h2 class="events-page-header title2">Our Events</h2>
        <div class="flex-page-card">
          <div class="column-card-lg--events">
            {% include events-page/left-col-content.html %}
          </div>
    
          <div class="column-card-lg--events">
            {% include events-page/right-col-content.html%}
          </div>
        </div>
    
    </section>
    
  • Use Docker to test changes locally, in both desktop and mobile views

Resources/Instructions

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    Status

    New Issue Approval

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions