GithubHelp home page GithubHelp logo

horiseon-accessibility-update's Introduction

Accessibility Update

as seen below (highlighted in red) we originally had a broken link that took us no where. it has now been fixed.

i also brought the main showcase photo from being a css item:

.hero img {
    background-image: url("images/digital-marketing-meeting.jpg);
    background-size: cover;
    background-position: center;
}    

into an html tag:

<div class="hero">
        <img src="images/digital-marketing-meeting.jpg" alt="buisiness man in meeting"> 
</div> 

moving that image into our html file changed the size of the photo to have more focus on it and gives more meaning to our link tags in our header.

prior to the change, our content seciton was visible at the bottom of the screen on the page load, which would lead users to scroll down the page in order to interact with them.

with our new changes the user will be directed to our links up top and will be more likely to interact with them.

the screen shots provided below demonstrate what the user will see (sans the red highlight) when they access this page and that our 'content' and 'benefits' section are not visible right away. this once again will lead our users to interact with the links we fixed in our header.

alt text alt text

more orginizational changes were made to the html and css files as well.

in our html files accessibility was the focus by updating all of our images to include alt tags:

<img src="images/search-engine-optimization.jpg" class="float-left" alt="a pile of office supplies"/>

css files were also organized. instead of calling repeating code to similar classes, I compiled them as seen below:

.benefits h3 {
    margin-bottom: 10px;
    text-align: center;
}

the same was done for all img and div elements within their corresponding classes.

finished product: https://zane-gilfillan.github.io/Horiseon-Accessibility-Update/

horiseon-accessibility-update's People

Contributors

zane-gilfillan avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.