Giter VIP home page Giter VIP logo

concisecss.github.io's Introduction

Concise.css logo

This is the repository that contains the source code for concisecss.com

⚠️   Notice: This project is not actively maintained. Reach out to @keenanpayne or @jaiheravi if you would like to chat about it ✌🏻

If you plan to make a change please do it in the corresponding source file located in the src directory and before commiting changes make sure the changed files are being compiled (if you are editing Pug or Concise CSS code).

Building the Website

If you wish to make changes to the source files please make sure you have NodeJS installed before beginning. If you are ready to start hacking, follow the instructions below:

  1. Navigate to the project in the terminal:

    cd path/to/concisecss.github.com
    
  2. Install the development dependencies:

    npm install
    
  3. You can now run the following command to start a development server:

    npm start
    

You can view the website on Localhost:8080 and if you have livereload installed in your browser, you will be able to see changes inmediately (well, with a little delay).

Also, every time you make a change to a .pug or .scss file, it gets automatically recompiled. So you don’t have to start any build process before submitting changes to the repository.

After making your changes—if you had the development server active—you can send them to this repository using a Pull Request.

Contributing

If you wish to contribute to the Concise project, please read through our contributing guidelines first and then help however you'd like!

Elsewhere

Like Concise on Facebook Follow Concise on Twitter

License

Code released under the MIT license. Documentation released under Creative Commons.

concisecss.github.io's People

Contributors

dependabot[bot] avatar goliney avatar jaiheravi avatar keenanpayne avatar relip avatar smbdelse avatar stephan281094 avatar twooton61 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

concisecss.github.io's Issues

Delete borders for notes

They are not necessary since the font size is already different from the body and there is a "Note:" label

Documentation Issues

-Dropdown hover doesn't work in documentation
-Dropdown video has img in the code example

Documentation Issue: Disabling HTML5

The example provided for the XHTML 1.0 strict doctype is displaying the one for HTML 4.01 transitional:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">

It should be:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

line 26 of concisecss.github.io/get-started/disabling-html5.html

Update modals example

Has been added functionality to close modal windows without using the “X”. This should be documented.

Update docs for Concise Utils

Changes:

._inline-block { display: inline-block; }
._block { display: block; }
._inline { display: inline; }
._flex { display: flex; }

._abs { position: absolute; }
._rel { position: relative; }
._sta { position: static; }
._fix { position: fixed; }

Replace dropdown structure

Replace things like:

<span class="dropdown">Dropdown
  <ul class="dropdown-menu">
    <li><a href="#">...</a></li>
  </ul>
</span>

with

<div class="dropdown">
  <span>Dropdown</span>
  <ul class="dropdown-menu">
    <li><a href="#">...</a></li>
  </ul>
</div>

in concisecss.github.io/documentation/navigation/dropdowns.html

Download link

Hello, this is a very small issue

The download button has a link to github.com instead of the real download or github repository.

Masthead example css bug

on line 40 of masthead.css it should be

.siteContent {
    padding: 50px 15px;
}

so it does not show a horizontal scrollbar on screens < 1246px

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.