Giter Site home page Giter Site logo

bws-colmaracademy's People

Stargazers

Roman avatar

Watchers

James Cloos avatar tommy avatar

bws-colmaracademy's Issues

Summary

Grade: Meets Expectations

Summary:
Tommy, congrats on finishing your capstone project! Overall you did an excellent job as I didn't see any errors in your project syntactically or structurally. You also implemented all the required specs for the project, and the responsiveness of your page was impressive as it adapted to every screen size I tested it in.

The only issue I saw in your project I saw dealt with style/formatting as discussed in issue #2. Do consider reading this article as well that covers formatting for HTML for improving the readability of your code.

I didn't see you use any of the following properties/pseudo classes so consider researching them to expand your CSS skills: hover effects, transitions, https://developer.mozilla.org/en-US/docs/Web/CSS/Using_CSS_variables

This codepen showcases how you can use hover effects and transitions together!

CSS Style Guide

Your style sheet is very compressed! It is the most space and size efficient, short of being completely compressed to remove all spaces and line breaks. Your technique would require the least vertical and horizontal scrolling as you write and edit CSS but at the potential cost of increasing the difficulty in browsing and finding things you are looking for.

Take a look at this style guide and analyze whether you'd want to adopt its guidelines as an alternative.

Some mentioned in the style guide, for example, are having one selector per line, having a space before the opening { and your properties should all be on new lines as shown below:

section.campus-showcase .main-column {
  width: 60%;
  display:flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 32px 24px;
}

section.campus-showcase .main-column h1 {
  font-size: 1.85em; 
  font-weight: bold; 
  margin: 10px 0; 
  align-self: flex-start;
}

section.campus-showcase .main-column p {
  margin: 24px 0;
}

section.campus-showcase .main-column span {
  margin: 24px 0;
  align-self: flex-start;
}

section.campus-showcase .main-column img {
  width: 100%;
  height: auto;
}

It's up to you how you format your stylesheet so consider doing some more research in this area to decide which formatting standard suites your needs better.

https://github.com/tommygebru/colmaracademy/blob/1f55ee45c3ee9f58e5cb147dcc2ff6bc25a0bb72/style.css#L55-L72

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.