Giter Site home page Giter Site logo

capstone's People

Watchers

James Cloos avatar

capstone's Issues

Semantic markup

https://github.com/DR0nee/Capstone/blob/master/index.html#L12-L35

Great job making your markup more semantic by using tags like header, nav, and footer. ๐Ÿ‘

See if you can add some other easy semantic tags, like main and section. This is much better than relying constantly on div tags, and can make your code much easier to read and reason about.

Keep in mind that you shouldn't use redundant class names. For example, a footer tag probably doesn't need a class of footer. You can just refer to it by the tag in your CSS.

`img alt`

https://github.com/DR0nee/Capstone/blob/master/index.html#L15

Nice job giving all of your img tags an alt attribute with a value that adequately describes the image, just in case your website is not able to load it. ๐Ÿ‘

Doing so will help improve the accessibility of your website, which might be accessed by visually impaired users on e-readers or other devices that might deliberately neglect images-- as well as any other time that your website is just unable to render images.

Keep in mind that if screen readers are to read these alt values... You should provide something that can actually be read usefully. Use "Colmar Logo" instead of "colmarlogo". Use "Guy reading a book." instead of "guyreadingbook".

Mobile responsiveness

You nailed the desktop version of the site as well as the mobile version.

On top of that, you've ensured that your website resizes gracefully across all screen sizes, which ensures a great experience for your users.

Great job! ๐Ÿ‘

Summary

Satisfactory ๐Ÿ‘

You've done a great job writing a fully mobile responsive website!

Just for practice you should see if you can make some nice mobile versions of your previous sites. There's no reason you shouldn't leave this program without a full portfolio mobile responsive websites!

Hover styling

Excellent job applying all of the hover effects throughout your website. ๐Ÿ‘

For example, styling the "Fisma" and "Our Guest Lecture" sections so that a dark background background color is applied, not statically, but rather when the user hovers over the individual link. This gives the impression that element is "clickable".

Even if these links don't actually lead anywhere, it's important to have this sense of interaction for a modern site.

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.