Skip to content

Commit

Permalink
add descriptions to series
Browse files Browse the repository at this point in the history
  • Loading branch information
alecmarcus committed Jul 9, 2021
1 parent bd3fac3 commit b6a621a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions src/series/css-basics.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: layouts/series/index.njk
title: CSS Basics
date: 2021-01-22
date: 2021-07-09
tags:
entries:
- What is CSS?
Expand All @@ -10,4 +10,4 @@ entries:
- Pseudo Classes & Elements
---

[description]
CSS is the language used to style websites. Here are some fundamentals to better understand how different CSS properties work and how to use them.
4 changes: 2 additions & 2 deletions src/series/git-basics.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
layout: layouts/series/index.njk
title: Git Basics
date: 2021-01-22
date: 2021-07-09
tags:
entries:
- Intro to Git
- Committing Code
- Pushing, Pulling, & Merging
---

[description]
Git is the software used for tracking changes in a set of files. We use it to collaboratively develop on a singular codebase.
4 changes: 2 additions & 2 deletions src/series/html-basics.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
layout: layouts/series/index.njk
title: HTML Basics
date: 2021-01-22
date: 2021-07-09
tags:
entries:
- What is HTML?
- HTML Documents
- HTML Elements
---

[description]
HTML is what we use to add content to websites. Learn some of the fundamentals of HTML to develop a stronger understandinf of how websites are structured and built.
4 changes: 2 additions & 2 deletions src/series/scss-basics.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: layouts/series/index.njk
title: SCSS Basics
date: 2021-02-19
date: 2021-07-09
tags:
entries:
- CSS Preprocessing
Expand All @@ -10,4 +10,4 @@ entries:
- Mixins
---

[description]
SCSS is a CSS preprocessing language that helps us write and maintain styles. Learn some of the foundational concepts of what makes SCSS so powerful.

0 comments on commit b6a621a

Please sign in to comment.