Skip to content

Commit

Permalink
hk: capitalize post titles
Browse files Browse the repository at this point in the history
  • Loading branch information
jm3 committed Jul 12, 2019
1 parent a2fadf7 commit be57759
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions content/learnings/emoji-css-class-names.md
@@ -1,6 +1,6 @@
---
title: name CSS classes with emoji
summary: " 😂"
title: Name your CSS classes with emoji
summary: "Why not? Embrace chaos. 😂"
tags: [code, CSS3]
goal: Front-End Engineering
date: 2019-06-17
Expand Down
2 changes: 1 addition & 1 deletion content/learnings/even-odd-keywords-in-selectors.md
@@ -1,5 +1,5 @@
---
title: even + odd keywords in selectors
title: Using then "even" + "odd" keywords in CSS selectors
tags: [CSS3]
goal: Front-End Engineering
date: 2019-06-03
Expand Down
2 changes: 1 addition & 1 deletion content/learnings/first-of-type.md
@@ -1,5 +1,5 @@
---
title: :first-of-type {}
title: The :first-of-type CSS element selector
summary: select the first of a group of similar elements
tags: [CSS3]
goal: Front-End Engineering
Expand Down
2 changes: 1 addition & 1 deletion content/learnings/npx-envinfo.md
@@ -1,5 +1,5 @@
---
title: npx envinfo
title: Debugging and inspecting your NPM environment
summary: dump your npm environment
tags: [ Javascript, Command Line, Debugging ]
date: 2019-06-29T21:00:39-07:00
Expand Down
2 changes: 1 addition & 1 deletion content/learnings/nth-of-type-css-selector.md
@@ -1,5 +1,5 @@
---
title: the nth-of-type(num) CSS selector
title: The nth-of-type(num) CSS element selector
tags: [CSS3]
goal: Front-End Engineering
date: 2019-06-01
Expand Down
2 changes: 1 addition & 1 deletion content/learnings/responsive-breakpoint-debugging.md
@@ -1,5 +1,5 @@
---
title: debugging responsive breakpoints in the browser
title: Debugging responsive breakpoints in browser
summary: using media queries and some clever but simple CSS
tags: [ Code, CSS3, HTML5, Debugging ]
date: 2019-07-11T16:23:37-07:00
Expand Down
2 changes: 1 addition & 1 deletion content/learnings/text-size-adjust.md
@@ -1,5 +1,5 @@
---
title: the text-size-adjust property in CSS
title: The text-size-adjust property in CSS
summary: Control how mobile browsers and smartphones "inflate" text sizes
tags: [ CSS3, Mobile, Responsive ]
date: 2019-07-02T00:00:00-07:00
Expand Down

0 comments on commit be57759

Please sign in to comment.