Skip to content

Content Audit: Move the Our Locations Information to the About Page #8431

@kimberlyvaldez07

Description

@kimberlyvaldez07

Overview

We need to move the Our Locations section from the events page to the About Us page to highlight that we were an active in person organization that moved to remote meetings.

Details

Since Covid 19 shutdowns are no longer active and the team is no longer doing regular in person meetups, we can move this information to the About page.

Action Items

  • Identify the Our Locations section from the events page 1
     <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>
    
  • Create an html card for the `Our Locations' section in the folder for the about page 2.
    card name
    about-card-our-locations.html
    
  • Code the Our Locations section from the Events page into about-card-our-locations.html
  • Identify the our-locations-content.html section from the events-page file 3
  • Move the our-locations-content.html file from the events-page file to the about-page file
  • Edit the Our Locations section to correctly add our-locations-content.html to about-card-our-locations.html.
    It should change this
    {% include events-page/our-locations-content.html %}
    
    to this
    {% include about-page/our-locations-content.html %}
    
  • Save/commit the changes
  • Create a pull request.

Resources/Instructions

Footnotes

  1. Events code: https://github.com/hackforla/website/blob/gh-pages/pages/events.html

  2. About Us code: https://github.com/hackforla/website/tree/gh-pages/_includes/about-page

  3. Our Locations images code: https://github.com/hackforla/website/blob/gh-pages/_includes/events-page/our-locations-content.html

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