department-of-veterans-affairs/vets-website

View on GitHub
src/applications/edu-benefits/0994/content/highTechIndustry.jsx

Summary

Maintainability
A
2 hrs
Test Coverage
import React from 'react';

export const highTechIndustryDescription = (
  <span>
    <span>VET TEC focuses on 5 areas of high-tech training:</span>
    <ul>
      <li>Computer programming</li>
      <li>Data processing</li>
      <li>Computer software</li>
      <li>Information science</li>
      <li>Media application</li>
    </ul>
  </span>
);

export const highTechnologyEmploymentTypeDescription = (
  <div>
    <legend className="schemaform-label">
      Which area best describes your high-tech work experience? (Check all that
      apply.)
    </legend>
  </div>
);