From 6903b02c4d727ec6954fd7b9b27fe42cc9f18dba Mon Sep 17 00:00:00 2001 From: Robbie Jaeger Date: Mon, 8 Jul 2019 13:59:27 -0600 Subject: [PATCH] Change lesson links and add front matter to some lessons causing links to break --- README.md | 2 +- lessons/index.html | 8 ++++---- lessons/module-2/intro-ui-ux-empathy-in-design.md | 6 +++++- lessons/module-2/scope-1.md | 5 ----- lessons/module-2/ux-ui-intro-to-personas.md | 5 ++++- 5 files changed, 14 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 7e35fc442..d9e001108 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ This hoisting behavior adds some complexity to the JavaScript language, and is i ``` -![yellow-box](https://user-images.githubusercontent.com/17582916/60548280-f2b2fd00-9cde-11e9-848c-6d58f4b6ebde.png) +![note-box](https://user-images.githubusercontent.com/17582916/60548280-f2b2fd00-9cde-11e9-848c-6d58f4b6ebde.png) #### CFU/Exit Ticket Box: diff --git a/lessons/index.html b/lessons/index.html index 5b53cd883..3319a7547 100644 --- a/lessons/index.html +++ b/lessons/index.html @@ -127,10 +127,10 @@

General Web, Tooling & Workflow

Design & UI/UX

JavaScript

diff --git a/lessons/module-2/intro-ui-ux-empathy-in-design.md b/lessons/module-2/intro-ui-ux-empathy-in-design.md index a3707e82f..e866bda7b 100644 --- a/lessons/module-2/intro-ui-ux-empathy-in-design.md +++ b/lessons/module-2/intro-ui-ux-empathy-in-design.md @@ -1,4 +1,8 @@ -# Intro to UI/UX +--- +title: Intro to UI/UX +module: 2 +--- + ## aka Empathy & Usability in Design [slides](https://docs.google.com/presentation/d/1V2Pn6ejC78e0u9T4e9rP8fDpZ29Vm7G-eLVAxFdMDBU/edit#slide=id.g1c033f9cd5_0_35) diff --git a/lessons/module-2/scope-1.md b/lessons/module-2/scope-1.md index 4900812de..b998fa37e 100644 --- a/lessons/module-2/scope-1.md +++ b/lessons/module-2/scope-1.md @@ -132,12 +132,7 @@ Our function is also hoisted to the top of our code block, with its entire defin When functions are hoisted to the top of our code block, it hoists not just the function name, but the code inside of it as well. This means we can invoke functions before we've declared them without running into errors. - -
-### Note - This hoisting behavior adds some complexity to the JavaScript language, and is important to understand thoroughly in order to anticipate the values of your variables at any given time. -
diff --git a/lessons/module-2/ux-ui-intro-to-personas.md b/lessons/module-2/ux-ui-intro-to-personas.md index 8cd79c5d9..552c4d2ac 100644 --- a/lessons/module-2/ux-ui-intro-to-personas.md +++ b/lessons/module-2/ux-ui-intro-to-personas.md @@ -1,4 +1,7 @@ -# UX/UI: Intro to Personas +--- +title: "UX/UI: Intro to Personas" +module: 2 +--- Thinking back to [last week's lesson](https://docs.google.com/presentation/d/1V2Pn6ejC78e0u9T4e9rP8fDpZ29Vm7G-eLVAxFdMDBU/edit?usp=sharing), what are some hallmarks of good, user-focused design? - Doesn't just look nice - it has to work well