Giter Site home page Giter Site logo

colmar-academy's Introduction

Capstone CodeCademy Project Colmar Academy

colmar-academy's People

Contributors

pablospaniard avatar

Watchers

 avatar

colmar-academy's Issues

experiment with classes for left and right sides of panels

panels 1, 2 and 4 should have the same ratio of left to right sections
left 60% and right 40%
in yours, the ratio is slightly different. The left side is a little too wide

experiment with remaking the project with classes that do this in panels 1, 2, and 4 (main content and thesis)

.flex-content {
  display: flex;
  padding: 0 1.5rem;
}

.flex-content .main-content {
  width: 60%;
  padding: 2rem 1.5rem 2rem 0;
  border-right: 1px solid rgb(245, 245, 245);
}

.flex-content .supporting-content {
  display: flex;
  flex-direction: column;
  width: 40%;
  padding: 2rem 0;
}

SUMMARY

Grade: Exceeds Expectations

Great job!

It is a joy to review this beautiful project. You did a fantastic job and your code is clear and well organized. Your folder structure is great, and you used a reset.css. Your mobile version is perfect and your desktop version could use only minor tweaks. Kudos!
 
Areas for improvement are minor. Add a favicon in your head. This will make the browser tab identify the page. To reduce css repetition, experiment with a few more universal classes, like media containers, but also classes for left and right in the two-column panels. Panels 1, 2, and 4 all have the same ratio of left to right (60-40) so you can make universal classes accordingly. Some padding adjustment might be necessary.
 
As extra challenges, you could make more design choices. You perfectly recreated the wireframes. Now change the colors and buttons. Also build out some more pages of the site using images you find on royalty free image sites like unsplash and pixabay.
 
Great job!

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.