Coder Social home page Coder Social logo

csswizardry.github.com's Introduction

csswizardry.com

This is CSS Wizardry’s uncompiled Jekyll source code.

CSS Wizardry is built on Jekyll and inuit.css, this repository houses the CSS Wizardry specific source code for both.

Despite being open sourced, all CSS Wizardry code and content remain copyright of Harry Roberts.

H

csswizardry.github.com's People

Contributors

andycochrane avatar benhoiiand avatar cmbuckley avatar csswizardry avatar dagolinuxoid avatar danharper avatar gabovanlugo avatar jorenvanhee avatar kamilogorek avatar kizu avatar le6o avatar michaelbragg avatar robin850 avatar tiagofranco avatar willsb3 avatar

Stargazers

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

csswizardry.github.com's Issues

Tidy up markdown

Gradual process; tidy up the markdown generated by exitwp.

Includes:

  • Remove whitespace between list items
  • Remove code tags from rendered pre elements.

Finalise copy

The about page, sidebar and footer need some proper copy.

Empty div in home page

Hi Harry,

Nothing serious but there is an empty <div class="wrapper"></div> just after you .page-head--masthead.

capture decran 2014-07-07 a 22 16 27

Florian.

No favicon?

Just wondering if there was a reason for this or if it's on a to-do list.

Jekyll without Gemfile?

Hi @csswizardry, If I am not wrong I just noticed are using jekyll to build your personal site. I have been using jekyll like for a week now, and I have lot of trouble getting my own personal website with the custom theme (just like one you have), actually jekyll uses Gemfile to build your website, right? So my question is how can your repository does not have Gemfile?

beginner here :)

View.html

view.html iframes could just point to /, and would therefore work in your local developer environment, and over on your site. Any reason you chose to use 0.0.0.0:4000 rather than just /?

Amend link to http://inuitcss.com

the GH pages set up is out of date and now GH displays the misconfigured domain. Change either the sub-content.html file to point to inuit repo or amend the GH pages settings.

Loving your work Harry, don't want this to come across as nit-picking, just want to make sure everything is live linked.

Not equal space in promo section

Hi Harry,

I don't know if it's intentional or not.
In .promo section, space isn't equal around the "or" (between button) when you are in lap and up resolution.

capture decran 2014-07-07 a 21 52 11
I'm using Safari 7

Florian.

Order of partial imports

There is a bug (kind of) in order of imports for settings section. Inuit's settings.defaults should come last (to be double positive), not first in that section. Otherwise $inuit-base-spacing-unit always equals to 24px (which is default value for $inuit-base-line-height), no matter if you happen to set $inuit-base-line-height to a different value in your settings.global.

It believe it is because scss compile doesn't "go back" (so to say) when compiling.

So this line:
$inuit-base-spacing-unit: $inuit-base-line-height;

equals to this:

$inuit-base-spacing-unit: 24px;

because at the moment compiler got to $inuit-base-spacing-unit the value of $inuit-base-line-height was 24px, and it doesn't go back to fix it the next time it encounters $inuit-base-line-height (with a different value).

It makes sense actually if you read about how !default works and if you know SCSS compiler is a PREprocessor :)

I found out about this the hard way in one of the projects I'm using inuit but forgot to make an issue on inuit repo. As I said the solution is to first set all your project variables and then include framework default settings.

HTML tags in displayed code

Your article on creating a CSS dropdown menu is quite helpful and well-written, but it also lets some <code> and <span> tags show through in the preformatted code.

Link to RSS

Make sure there’s a decent link to the RSS feed.

Retina?

Is retina worth the increased image-size overhead? Ponder it, Harry!

Hide verification files

You should put the google verification file on .gitignore

This would clean up the repository and increase your google apps security.

Tidy up CSS

Document, comment and generally neaten and rationalise any (S)CSS files.

Mentions of Sky

In About and the sidebar, should probably be amended to reflect your new status. Good luck and keep making it count.

Flag in speaking page

Hi Harry,

I just saw that the flags are gone in your speaking and workshops list, bug ?

Florian.

Font Bug

Hey Harry,
found a small bug:
hcwttlwe0

Cheers!

Centrally align the site

A lot of people have complained that the site looks weird left-aligned, so I’m gonna centre it.

Wizard doesn't like playing nice?

I recently put this mod inside my personal modpack and it works flawless... except for 1-2 instances a day. It's always random when it happens, nothing scheduled.
I'm currently using build 1.1.4 of this mod

This is the time-out my server logs show me, it spams this over and over before it needs to be force restarted. During the times of the spam, the entire server is unresponsive.
https://pastebin.com/Vz8TaF6D
When it reaches the end of the spam, this is what it says:
https://gyazo.com/6bf478ecb89b2258261b77c189b4ce7d

Any chance you could help me out in figuring what's wrong here and how to fix it?

Body text color difficult to read

Hi Harry! I love the new design, but I find that as I read lengthier articles, my eyes have to strain to read the body text. The "font-weight: 300" and "color: #555" combination seems a bit too frail for long reading. I had to use Evernote's "Clearly" browser extension to read your latest one on front-end performance.

How would you feel about bumping up the font-weight to 400, or maybe changing the body text color to something a bit darker (say, #444)? Just a thought. Attached is the original, then two variations so you can see the difference.

Cheers!

Screen Shot 2013-01-23 at 10 03 04 AM

Screen Shot 2013-01-23 at 10 02 23 AM

Screen Shot 2013-01-23 at 10 01 41 AM

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.