Skip to content

Commit c29688a

Browse files
committed
move emojis
1 parent 21b1498 commit c29688a

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@
1414

1515
Learn the fundamentals of JavaScript, CSS, and HTML with our comprehensive 12-week course, brought to you by Microsoft Cloud Advocates. Each of the 24 lessons includes pre- and post-lesson quizzes, detailed written instructions, solutions, assignments, and much more. With a project-based approach to learning, our curriculum is designed to help you develop practical skills through hands-on building. Enhance your skills and optimize your knowledge retention with our effective project-based pedagogy.
1616

17-
#### _Are you a student?_ 🧑‍🎓
17+
#### 🧑‍🎓 _Are you a student?_
1818

1919
Visit [**Student Hub page**](https://docs.microsoft.com/learn/student-hub/?WT.mc_id=academic-77807-sagibbon) where you will find beginner resources, Student packs and even ways to get a free certificate voucher. This is the page you want to bookmark and check from time to time as we switch out content monthly.
2020

21-
## Getting Started 🚀
21+
## 🌱 Getting Started
2222

2323
> **Teachers**, we have [included some suggestions](for-teachers.md) on how to use this curriculum. We'd love your feedback [in our discussion forum](https://github.com/microsoft/Web-Dev-For-Beginners/discussions/categories/teacher-corner)!
2424
@@ -28,7 +28,7 @@ To enhance your learning experience, connect with your peers to work on the proj
2828

2929
To further your education, we highly recommend exploring [Microsoft Learn](https://learn.microsoft.com/users/wirelesslife/collections/p1ddcy5jwy0jkm?WT.mc_id=academic-77807-sagibbon) for additional study materials.
3030

31-
### Setting up your environment 📋
31+
### 📋 Setting up your environment
3232

3333
This curriculum has a development environment ready to go! As you get started you can choose to run the curriculum in a [Codespace](https://github.com/features/codespaces/) (_a browser-based, no installs needed environment_), or locally on your computer using a text editor such as [Visual Studio Code](https://code.visualstudio.com/?WT.mc_id=academic-77807-sagibbon).
3434

@@ -67,7 +67,7 @@ Our recommendation is to use [Visual Studio Code](https://code.visualstudio.com/
6767
> * [Live Server](https://marketplace.visualstudio.com/items?itemName=ritwickdey.LiveServer&WT.mc_id=academic-77807-sagibbon) - to preview HTML pages within Visual Studio Code
6868
> * [Copilot](https://marketplace.visualstudio.com/items?itemName=GitHub.copilot&WT.mc_id=academic-77807-sagibbon) - to help you write code faster
6969

70-
## Each lesson includes: 📂
70+
## 📂 Each lesson includes:
7171

7272
- optional sketchnote
7373
- optional supplemental video
@@ -82,7 +82,7 @@ Our recommendation is to use [Visual Studio Code](https://code.visualstudio.com/
8282

8383
> **A note about quizzes**: All quizzes are contained [in this app](https://ashy-river-0debb7803.1.azurestaticapps.net/), for 48 total quizzes of three questions each. They are linked from within the lessons but the quiz app can be run locally; follow the instruction in the `quiz-app` folder. They are gradually being localized.
8484

85-
## Lessons 🗃️
85+
## 🗃️ Lessons
8686

8787
| | Project Name | Concepts Taught | Learning Objectives | Linked Lesson | Author |
8888
| :-: | :------------------------------------------------------: | :--------------------------------------------------------------------: | ----------------------------------------------------------------------------------------------------------------------------------- | :----------------------------------------------------------------------------------------------------------------------------: | :---------------------: |
@@ -112,7 +112,7 @@ Our recommendation is to use [Visual Studio Code](https://code.visualstudio.com/
112112
| 24 | [Banking App](/7-bank-project/solution/README.md) | Concepts of State Management | Learn how your app retains state and how to manage it programmatically | [State Management](/7-bank-project/4-state-management/README.md) | Yohan |
113113
114114
115-
## Pedagogy 📚
115+
## 🏫 Pedagogy
116116
117117
Our curriculum is designed with two key pedagogical principles in mind:
118118
* project-based learning
@@ -131,16 +131,16 @@ While we have purposefully avoided introducing JavaScript frameworks to concentr
131131
> Visit our [Code of Conduct](CODE_OF_CONDUCT.md) and [Contributing](CONTRIBUTING.md) guidelines. We welcome your constructive feedback!
132132

133133

134-
## Offline access
134+
## 🧭 Offline access
135135

136136
You can run this documentation offline by using [Docsify](https://docsify.js.org/#/). Fork this repo, [install Docsify](https://docsify.js.org/#/quickstart) on your local machine, and then in the root folder of this repo, type `docsify serve`. The website will be served on port 3000 on your localhost: `localhost:3000`.
137137

138-
## PDF
138+
## 📘 PDF
139139

140140
A PDF of all of the lessons can be found [here](https://microsoft.github.io/Web-Dev-For-Beginners/pdf/readme.pdf).
141141

142142

143-
## Other Curricula
143+
## 🎒 Other Curricula
144144

145145
Our team produces other curricula! Check out:
146146

0 commit comments

Comments
 (0)