Code Monkey home page Code Monkey logo

modularity-mindfulness's Introduction

summary time deliverables
A simple review exercise exploring grids, type systems & modular CSS
1 hour
1 HTML file, 4 CSS files, images

Modularity mindfulness

Overview

  • Fork this repository.
  • Create the layout denoted in the screenshots using everything you know.
  • Use Gridifier, Typografier & Modulifier as much as possible—there should be very little CSS in main.css
  • All the images are included the the images folder for you.
  • Text can be found inside the content.txt file.
  • Run it through Markbot and make sure it passes all the checks.

Details

  • Typefaces: Noto Sans, Noto Sans Japanese (see below…)
  • Colours: #000, #e2e2e2, #8bc9d9, #0084a6, #005e76`
  • Expected class names: .btn, .btn-ghost
  • Include a hover state on the main navigation links & the buttons.
  • Include all relevant accessibility features.
  • Gridifier settings: defaults
  • Typografier settings: defaults
  • Modulifier settings: select all

Including Noto Sans Japanese

The “Noto Sans” Japanese characters font isn’t available on main Google Fonts yet, so we have to use the early access system.

In your HTML, add another CSS <link> tag and point the href here:

https://fonts.googleapis.com/earlyaccess/notosansjapanese.css

In your CSS you can specify the typeface using:

font-family: "Noto Sans Japanese", sans-serif;

Goal

Visually match the images in the “screenshots” folder and create the interaction shown in the linked video.


Hand in

Drop this folder into your Markbot application. Make sure to fix all the errors. And submit for grades using Markbot.

modularity-mindfulness's People

Watchers

 avatar  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.