Repository link: https://github.com/fredm23579/marketing-website-module1
Refactoring existing code (improving it without changing what it does) to meet a certain set of standards.
An increasingly important consideration for businesses, web accessibility ensures that people with disabilities can access a website using assistive technologies like video captions, screen readers, and braille keyboards. Accessibility is good for business—for one thing, accessible sites rank higher in search engines like Google. It also helps companies avoid litigation, which might arise if people with disabilities can't access a website.
Accessibility can include complex requirements, but some of these criteria are documented in the Acceptance Criteria section.
AS A marketing agency
I WANT a codebase that follows accessibility standards
SO THAT our own site is optimized for search engines
GIVEN a webpage meets accessibility standards
WHEN I view the source code
THEN I find semantic HTML elements
WHEN I view the structure of the HTML elements
THEN I find that the elements follow a logical structure independent of styling and positioning
WHEN I view the icon and image elements
THEN I find accessible alt attributes
WHEN I view the heading attributes
THEN they fall in sequential order
WHEN I view the title element
THEN I find a concise, descriptive title
Horiseon is a digital marketing agency specializing in Search Engine Optimization (SEO), Social Media Marketing, and Online Reputation Management. This repository contains the code for the Horiseon marketing website, which is designed to be fully responsive, accessible, and SEO-friendly. ( https://github.com/fredm23579/marketing-website-module1 )
- Responsive Design: Ensures a seamless experience on devices of all sizes.
- Accessibility-Optimized: Implements features like alt text for images and semantic HTML for enhanced accessibility.
- SEO-Friendly: Optimized with appropriate meta tags and semantic HTML structure.
You can view the live version of the website here: https://github.io/fredm23579/marketing-website-module1/Develop/index.html
The source code is available on GitHub: Horiseon Marketing Repository.
git clone https://github.com/fredm23579/marketing-website-module1.git
git clone git@github.com:fredm23579/marketing-website-module1.git
https://github.io/fredm23579/marketing-website-module1/Develop/index.html
This site is designed with accessibility in mind, following WCAG guidelines to ensure it's usable by as many people as possible. Features include:
- Screen reader compatibility.
- Keyboard navigation support.
- Higher-contrast color scheme for better readability.
-
The URL of the deployed application: https://fredm23579.github.io/marketing-website-module1/Develop/index.html
-
The URL of the GitHub repository, with a unique name and a README : https://github.com/fredm23579/marketing-website-module1