-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
bd3fac3
commit b6a621a
Showing
4 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters