Skip to content

Commit 23cb98e

Browse files
authored
Update README.md
1 parent a14c79a commit 23cb98e

File tree

1 file changed

+12
-7
lines changed

1 file changed

+12
-7
lines changed

README.md

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
# HTML5 Exercises Tutorial at 4Geeks Academy
2-
2+
<!-- hide -->
33
<a href="https://www.4geeksacademy.co"><img height="280" align="right" src="https://github.com/learnpack/html-tutorial-exercises-course/blob/master/HTML-badge.png"></a>
44

5-
6-
75
By [@alesanchezr](https://twitter.com/alesanchezr) and [other contributors](https://github.com/4GeeksAcademy/html-tutorial-exercises-course/graphs/contributors) at [4Geeks Academy](https://4geeksacademy.co/)
86

97
<p>
@@ -15,24 +13,31 @@ By [@alesanchezr](https://twitter.com/alesanchezr) and [other contributors](http
1513
Complete selection of autograded html exercises, anyone interested in learning HTML!
1614

1715
Hi! I'm [Alejandro Sanchez @alesanchezr](https://github.com/alesanchezr), really excited to have you here! 🎉 😂 Learning to code is hard, you need coaching! [DM me on twitter](https://twitter.com/alesanchezr) if you have any question. You'll be learning the following concepts:
18-
16+
<!-- endhide -->
17+
1918
1. Get familiar with most of the most popular HTML Tags.
2019
2. Using the tags together to create a simple HTML Website.
2120
3. Linking websites together using Anchors with Relative or Absolute paths.
2221
4. The HTML audio and video tag.
2322

23+
<!-- hide -->
2424
<h4>Before we start... other related tutorials</h4>
2525
<ol>
2626
<li><a href="https://github.com/4GeeksAcademy/html-tutorial-exercises-course">Learn HTML</a>← your are here now</li>
2727
<li><a href="https://github.com/4GeeksAcademy/css-tutorial-exercises-course">Learn CSS</a></li>
2828
<li><a href="https://github.com/4GeeksAcademy/bootstrap-exercises-tutorial">Learn Bootstrap</a></li>
2929
</ol>
30+
<!-- endhide -->
31+
32+
## 🌱 How to start
33+
34+
There are two ways to run the exercises: Immediatly gitpod (recomended) or locally in your computer (requires installation).
3035

31-
<h2>One-click installation</h2>
36+
### Open immediatly with Gitpod (one-click)
3237

33-
[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io#https://github.com/4GeeksAcademy/html-tutorial-exercises-course.git)
38+
This exercises are configured to [easily open in gitpod by clicking here](https://gitpod.io#https://github.com/4GeeksAcademy/html-tutorial-exercises-course.git).
3439

35-
## Manual installation
40+
### Manual installation
3641

3742
1. Install learnpack, the package manager for learning tutorials and the html compiler plugin for learnpack, make sure you also have node.js 12+:
3843

0 commit comments

Comments
 (0)