TIY-Durham / 2015-FALL-FEE

Class repo for the Front-End Engineering class of the Fall 2015 cohort at TIY Durham
18 stars 12 forks source link

HALFTIME -- Jeremy Rist #427

Open jeremyrist opened 8 years ago

jeremyrist commented 8 years ago
jeremyrist commented 8 years ago

Journal/Tutorial/Resource PR: https://github.com/jeremyrist/jeremyrist.github.io/pull/25

jeremyrist.github.io Remodeling: https://github.com/jeremyrist/jeremyrist.github.io/pull/31

jeremyrist commented 8 years ago

Checklist for blog:

jeremyrist commented 8 years ago

Checklist for Blueprints: TIY-Assignments

jeremyrist commented 8 years ago

Yak-Shaving for TIY-Assignments: https://github.com/jeremyrist/TIY-Assignments/pull/34

PR for Release 0.0.2 in TIY-Assignments: https://github.com/jeremyrist/TIY-Assignments/pull/35

jeremyrist commented 8 years ago

Horizontal Drop Down Menu:

jeremyrist commented 8 years ago

Is it possible to go back and edit commit messages?

jeremyrist commented 8 years ago

I think I have a problem with my main.container, it seems to only contain what I would call the header

jeremyrist commented 8 years ago

screen shot 2015-10-11 at 1 25 56 pm What's the untracked content mean? Should I worry about pushing changes to the local folder? I just wanted to clean up my IronYard folder and get rid of early assignments that weren't correctly placed

jeremyrist commented 8 years ago

Here's where my work is going for the Drop Down Menu: https://github.com/jeremyrist/TIY-Assignments/pull/35 I'm not entirely happy with the responsiveness, I'm making changes to the SCSS but it doesn't seem to be impacting the page.

jeremyrist commented 8 years ago

PR for blog: https://github.com/jeremyrist/jeremyrist.github.io/pull/33 It's just a start and it looks like there's a merge conflict waiting to happen

jeremyrist commented 8 years ago

PR for Journal: https://github.com/jeremyrist/jeremyrist.github.io/pull/25

jeremyrist commented 8 years ago

When it comes to hovering in CSS, are certain HTML elements more receptive to that CSS property than others? Like the difference between an <h1> and a <span>? Is <span> more receptive?