mirror of
https://github.com/microsoft/Web-Dev-For-Beginners.git
synced 2025-08-11 17:24:24 +02:00
sketchnote path audit and edit for docsify paths
This commit is contained in:
@@ -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.
|
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.
|
||||||
|
|
||||||

|

|
||||||
> Sketchnote by [Tomomi Imura](https://twitter.com/girlie_mac)
|
> Sketchnote by [Tomomi Imura](https://twitter.com/girlie_mac)
|
||||||
|
|
||||||
## Pre-Lecture Quiz
|
## Pre-Lecture Quiz
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
This lesson covers the basics of GitHub, a platform to host and manage changes to your code.
|
This lesson covers the basics of GitHub, a platform to host and manage changes to your code.
|
||||||
|
|
||||||

|

|
||||||
> Sketchnote by [Tomomi Imura](https://twitter.com/girlie_mac)
|
> Sketchnote by [Tomomi Imura](https://twitter.com/girlie_mac)
|
||||||
|
|
||||||
## Pre-Lecture Quiz
|
## Pre-Lecture Quiz
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
# Creating Accessible Webpages
|
# Creating Accessible Webpages
|
||||||
|
|
||||||

|

|
||||||
> Sketchnote by [Tomomi Imura](https://twitter.com/girlie_mac)
|
> Sketchnote by [Tomomi Imura](https://twitter.com/girlie_mac)
|
||||||
|
|
||||||
## Pre-Lecture Quiz
|
## Pre-Lecture Quiz
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
# JavaScript Basics: Data Types
|
# JavaScript Basics: Data Types
|
||||||
|
|
||||||

|

|
||||||
> Sketchnote by [Tomomi Imura](https://twitter.com/girlie_mac)
|
> Sketchnote by [Tomomi Imura](https://twitter.com/girlie_mac)
|
||||||
|
|
||||||
## Pre-Lecture Quiz
|
## Pre-Lecture Quiz
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
# JavaScript Basics: Methods and Functions
|
# JavaScript Basics: Methods and Functions
|
||||||
|
|
||||||

|

|
||||||
> Sketchnote by [Tomomi Imura](https://twitter.com/girlie_mac)
|
> Sketchnote by [Tomomi Imura](https://twitter.com/girlie_mac)
|
||||||
|
|
||||||
## Pre-Lecture Quiz
|
## Pre-Lecture Quiz
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
# JavaScript Basics: Arrays and Loops
|
# JavaScript Basics: Arrays and Loops
|
||||||
|
|
||||||

|

|
||||||
> Sketchnote by [Tomomi Imura](https://twitter.com/girlie_mac)
|
> Sketchnote by [Tomomi Imura](https://twitter.com/girlie_mac)
|
||||||
|
|
||||||
## Pre-Lecture Quiz
|
## Pre-Lecture Quiz
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
# Terrarium Project Part 2: Introduction to CSS
|
# Terrarium Project Part 2: Introduction to CSS
|
||||||
|
|
||||||

|

|
||||||
> Sketchnote by [Tomomi Imura](https://twitter.com/girlie_mac)
|
> Sketchnote by [Tomomi Imura](https://twitter.com/girlie_mac)
|
||||||
|
|
||||||
## Pre-Lecture Quiz
|
## Pre-Lecture Quiz
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
# Terrarium Project Part 3: DOM Manipulation and a Closure
|
# Terrarium Project Part 3: DOM Manipulation and a Closure
|
||||||
|
|
||||||

|

|
||||||
> Sketchnote by [Tomomi Imura](https://twitter.com/girlie_mac)
|
> Sketchnote by [Tomomi Imura](https://twitter.com/girlie_mac)
|
||||||
|
|
||||||
## Pre-Lecture Quiz
|
## Pre-Lecture Quiz
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
# Browser Extension Project Part 1: All about Browsers
|
# Browser Extension Project Part 1: All about Browsers
|
||||||
|
|
||||||

|

|
||||||
> 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)
|
> 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
|
## Pre-Lecture Quiz
|
||||||
|
@@ -15,7 +15,7 @@
|
|||||||
name: 'Web Development for Beginners: A Curriculum',
|
name: 'Web Development for Beginners: A Curriculum',
|
||||||
repo: 'https://github.com/microsoft/Web-Dev-For-Beginners',
|
repo: 'https://github.com/microsoft/Web-Dev-For-Beginners',
|
||||||
relativePath: true,
|
relativePath: true,
|
||||||
auto2top: true
|
auto2top: true,
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
<script src="//cdn.jsdelivr.net/npm/docsify/lib/docsify.min.js"></script>
|
<script src="//cdn.jsdelivr.net/npm/docsify/lib/docsify.min.js"></script>
|
||||||
|
Reference in New Issue
Block a user