Skip to content

Refactor HTML: _includes/about-page/about-card-platform.html - Scalability #5372

@roslynwythe

Description

@roslynwythe

Prerequisite

  1. Be a member of Hack for LA. (There are no fees to join.) If you have not joined yet, please follow the steps on our Getting Started page and attend an onboarding session.
  2. Before you claim or start working on an issue, please make sure you have read our How to Contribute to Hack for LA Guide.

Overview

We want to update an HTML tag to resolve the linter error "Tag must be paired; missing </span>"

Action Items

  • In your local IDE, navigate to _includes/about-page/about-card-platform.html
  • Change the line of code
<div class="sub-card-head"><span class="sub-head-image"><img src="/assets/images/about/platform-header-elements/scalability.svg" alt=""></span><span class="sub-head-text color-mediumvioletred">Scalability</div>

to

<div class="sub-card-head"><span class="sub-head-image"><img src="/assets/images/about/platform-header-elements/scalability.svg" alt=""></span><span class="sub-head-text color-mediumvioletred">Scalability</span></div>
  • Using Docker, check the page remains the same in mobile, tablet, and desktop views as on the current website (See 2 in the Resources/Instructions section below)

Merge Team

Resources/Instructions

  1. For QA to validate change: https://github.com/hackforla/website/blob/gh-pages/_includes/about-page/about-card-platform.html
  2. Webpage(s): https://www.hackforla.org/about
  3. This issue is tracked in HfLA-Website: HTML linter audit spreadsheet, and Epic: Create Issues to Fix HTML linter errors #5279

Metadata

Metadata

Assignees

Type

No type

Projects

Status

Done

Relationships

None yet

Development

No branches or pull requests

Issue actions