Skip to content

Commit 3fec5ec

Browse files
authored
Update README.md
1 parent 0fd761a commit 3fec5ec

File tree

1 file changed

+29
-14
lines changed

1 file changed

+29
-14
lines changed

README.md

Lines changed: 29 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,36 @@
1-
<p align="center">
2-
<img src="https://assets.breatheco.de/apis/img/images.php?blob&random&cat=icon&tags=4geeks,128">
3-
</p>
4-
5-
<p>
6-
<h2 align="center"> CSS exercises at 4Geeks Academy (beta) </h2>
7-
</p>
8-
9-
Complete selection of autograded CSS exercises, anyone interested in learning CSS!
10-
11-
[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io#https://github.com/4GeeksAcademy/css-tutorial-exercises-course.git)
12-
13-
During this course you will be learning the following concepts:
1+
<table>
2+
<tr>
3+
<td><img src="https://assets.breatheco.de/apis/img/images.php?blob&random&cat=icon&tags=4geeks,32"></td>
4+
<td>
5+
<h1 align="center"> CSS Exercises Tutorial at 4Geeks Academy</h1>
6+
<img src="https://img.shields.io/github/last-commit/4geeksacademy/bootstrap-exercises" />
7+
<a href="https://breatheco.de"><img src="https://img.shields.io/badge/certified-BreatheCode-blue" /></a>
8+
<a href="https://twitter.com/alesanchezr"><img src="https://img.shields.io/twitter/follow/alesanchezr?style=social&logo=twitter" alt="follow on Twitter"></a>
9+
<a href="https://gitpod.io#https://github.com/4GeeksAcademy/bootstrap-exercises.git"><img src="https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod" /></a>
10+
</td>
11+
</tr>
12+
</table>
13+
14+
Hi! I'm Alejandro Sanchez @alesanchezr, really excited to have you here! 🎉 😂 Learning to code is hard, you need coaching! DM me on twitter if you have any question. You'll be learning the following concepts:
1415

1516
1. Using how to apply CSS to your website in 3 different ways: Inline, by grouping them together inside a `<style>` tag or using an exeternal stylesheet `<link>`,
1617
2. Selecting HTML Elements from your website to apply the styles to.
1718
3. Apply CSS Rules (styles) to those elements.
1819
4. Use the most popular CSS Rules.
1920
5. Learn the most popular CSS Tricks.
2021

22+
<h4>Before we start... other related tutorials</h4>
23+
<ol>
24+
<li><a href="https://github.com/4GeeksAcademy/html-tutorial-exercises-course">Learn HTML</a></li>
25+
<li><a href="https://github.com/4GeeksAcademy/css-tutorial-exercises-course">Learn CSS</a></li>
26+
<li><a href="https://github.com/4GeeksAcademy/bootstrap-exercises-tutorial">Learn Bootstrap</a> ← your are here now</li>
27+
</ol>
28+
Complete selection of autograded CSS exercises, anyone interested in learning CSS!
29+
30+
<h2>One click installation:</h2>
31+
32+
[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io#https://github.com/4GeeksAcademy/css-tutorial-exercises-course.git)
33+
2134
## Manual installation
2235

2336
1) After downloading the exercise, make sure you have the [breathecode-cli](https://github.com/breatheco-de/breathecode-cli) installed and `node.js` version 8+
@@ -26,9 +39,11 @@ This is the command to install the breathecode-cli
2639
$ npm i breathecode-cli -g
2740
```
2841

42+
2) Clone or download this repository. Once you finish downloading, you will find a new folder with a subdirectory "exercises" that contains all the exercises within.
43+
2944
Note: Once you finish downloading, you will find a "exercises" folder that contains all the exercises within.
3045

31-
2) Start the tutorial/exercises by running the following command at the same level were your bc.json file is:
46+
3) Start the tutorial/exercises by running the following command at the same level were your bc.json file is:
3247

3348
```sh
3449
$ npm i jest@24.8.0 -g

0 commit comments

Comments
 (0)