Skip to content

Commit

Permalink
sketchnote path audit and edit for docsify paths
Browse files Browse the repository at this point in the history
  • Loading branch information
jlooper committed Nov 24, 2021
1 parent 1962961 commit 24e1c9a
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This lesson covers the basics of programming languages. The topics covered here apply to most modern programming languages today. In the 'Tools of the Trade' section, you'll learn about useful software that helps you as a developer.

![Intro Programming](/sketchnotes/webdev101-programming.png)
![Intro Programming](../../sketchnotes/webdev101-programming.png)
> Sketchnote by [Tomomi Imura](https://twitter.com/girlie_mac)
## Pre-Lecture Quiz
Expand Down
2 changes: 1 addition & 1 deletion 1-getting-started-lessons/2-github-basics/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This lesson covers the basics of GitHub, a platform to host and manage changes to your code.

![Intro to GitHub](/sketchnotes/webdev101-github.png)
![Intro to GitHub](../../sketchnotes/webdev101-github.png)
> Sketchnote by [Tomomi Imura](https://twitter.com/girlie_mac)
## Pre-Lecture Quiz
Expand Down
2 changes: 1 addition & 1 deletion 1-getting-started-lessons/3-accessibility/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Creating Accessible Webpages

![All About Accessibility](/sketchnotes/webdev101-a11y.png)
![All About Accessibility](../../sketchnotes/webdev101-a11y.png)
> Sketchnote by [Tomomi Imura](https://twitter.com/girlie_mac)
## Pre-Lecture Quiz
Expand Down
2 changes: 1 addition & 1 deletion 2-js-basics/1-data-types/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# JavaScript Basics: Data Types

![JavaScript Basics - Data types](/sketchnotes/webdev101-js-datatypes.png)
![JavaScript Basics - Data types](../../sketchnotes/webdev101-js-datatypes.png)
> Sketchnote by [Tomomi Imura](https://twitter.com/girlie_mac)
## Pre-Lecture Quiz
Expand Down
2 changes: 1 addition & 1 deletion 2-js-basics/2-functions-methods/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# JavaScript Basics: Methods and Functions

![JavaScript Basics - Functions](/sketchnotes/webdev101-js-functions.png)
![JavaScript Basics - Functions](../../sketchnotes/webdev101-js-functions.png)
> Sketchnote by [Tomomi Imura](https://twitter.com/girlie_mac)
## Pre-Lecture Quiz
Expand Down
2 changes: 1 addition & 1 deletion 2-js-basics/4-arrays-loops/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# JavaScript Basics: Arrays and Loops

![JavaScript Basics - Arrays](/sketchnotes/webdev101-js-arrays.png)
![JavaScript Basics - Arrays](../../sketchnotes/webdev101-js-arrays.png)
> Sketchnote by [Tomomi Imura](https://twitter.com/girlie_mac)
## Pre-Lecture Quiz
Expand Down
2 changes: 1 addition & 1 deletion 3-terrarium/2-intro-to-css/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Terrarium Project Part 2: Introduction to CSS

![Introduction to CSS](/sketchnotes/webdev101-css.png)
![Introduction to CSS](../../sketchnotes/webdev101-css.png)
> Sketchnote by [Tomomi Imura](https://twitter.com/girlie_mac)
## Pre-Lecture Quiz
Expand Down
2 changes: 1 addition & 1 deletion 3-terrarium/3-intro-to-DOM-and-closures/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Terrarium Project Part 3: DOM Manipulation and a Closure

![DOM and a closure](/sketchnotes/webdev101-js.png)
![DOM and a closure](../../sketchnotes/webdev101-js.png)
> Sketchnote by [Tomomi Imura](https://twitter.com/girlie_mac)
## Pre-Lecture Quiz
Expand Down
2 changes: 1 addition & 1 deletion 5-browser-extension/1-about-browsers/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Browser Extension Project Part 1: All about Browsers

![Browser sketchnote](/sketchnotes/browser.jpg)
![Browser sketchnote](../../sketchnotes/browser.jpg)
> Sketchnote by [Wassim Chegham](https://dev.to/wassimchegham/ever-wondered-what-happens-when-you-type-in-a-url-in-an-address-bar-in-a-browser-3dob)
## Pre-Lecture Quiz
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
name: 'Web Development for Beginners: A Curriculum',
repo: 'https://github.com/microsoft/Web-Dev-For-Beginners',
relativePath: true,
auto2top: true
auto2top: true,
}
</script>
<script src="//cdn.jsdelivr.net/npm/docsify/lib/docsify.min.js"></script>
Expand Down

0 comments on commit 24e1c9a

Please sign in to comment.