You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: html/lesson2/tutorial.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ In this tutorial we are going to look at:
19
19
20
20
### Goal
21
21
22
-
Today we will be styling [this page](https://github.com/codebar/tutorials/blob/master/html/lesson2/example.html) so that it looks [like this example](http://codebar.github.io/tutorials/html/lesson2/example.html).
22
+
Today we will be styling [this page](https://github.com/codebar/tutorials/blob/master/html/lesson2/example.html) so that it looks [like this example](https://tutorials.codebar.io/html/lesson2/example.html).
Copy file name to clipboardExpand all lines: html/lesson3/tutorial.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ We will also be explaining in more detail elements that we mentioned in the prev
20
20
21
21
### Goal
22
22
23
-
The page we will be building will look similar to this [example page](http://codebar.github.io/tutorials/html/lesson3/example.html"Ada Lovelace").
23
+
The page we will be building will look similar to this [example page](https://tutorials.codebar.io/html/lesson3/example.html"Ada Lovelace").
24
24
25
25
### Required files
26
26
@@ -586,7 +586,7 @@ footer a {
586
586
587
587
### Bonus - Inspector
588
588
589
-
Have a look at the [example page](http://codebar.github.io/tutorials/html/lesson3/example.html"Ada Lovelace"). The heading and body of the page have some differences from the page we just created.
589
+
Have a look at the [example page](https://tutorials.codebar.io/html/lesson3/example.html"Ada Lovelace"). The heading and body of the page have some differences from the page we just created.
590
590
591
591
Use the inspector to have a look at `<body>` and `<h1>` and apply these changes to your page.
Copy file name to clipboardExpand all lines: html/lesson4/tutorial.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ Today we will be building a website and learning more about CSS layouts and form
12
12
13
13
### Goal
14
14
15
-
The page we will build will look similar to this [example page](http://codebar.github.io/tutorials/html/lesson4/example.html"Grace Hopper")
15
+
The page we will build will look similar to this [example page](https://tutorials.codebar.io/html/lesson4/example.html"Grace Hopper")
16
16
17
17
### Required files
18
18
@@ -228,7 +228,7 @@ The text is now really hard to see. Change the color of the link...
228
228
}
229
229
```
230
230
231
-
> Do you remember what **:hover** does? Have a quick look at **Pseudo classes** in the [previous tutorial](http://codebar.github.io/tutorials/html/lesson3/tutorial.html) to refresh your memory.
231
+
> Do you remember what **:hover** does? Have a quick look at **Pseudo classes** in the [previous tutorial](https://tutorials.codebar.io/html/lesson3/tutorial.html) to refresh your memory.
Copy file name to clipboardExpand all lines: html/lesson6/tutorial.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -98,7 +98,7 @@ We can use other attributes to control our media plays. To make music start play
98
98
99
99
Today, we will be following a different approach to building our page.
100
100
101
-
You now know enough to build a complete web page from scratch. Open [our example page](http://codebar.github.io/tutorials/html/lesson6/index.html"Women in Programming"), then try to build it yourself. You should use the HTML5 elements we mentioned today and what you have learned in the previous tutorials.
101
+
You now know enough to build a complete web page from scratch. Open [our example page](https://tutorials.codebar.io/html/lesson6/index.html"Women in Programming"), then try to build it yourself. You should use the HTML5 elements we mentioned today and what you have learned in the previous tutorials.
102
102
103
103
### But before you begin...
104
104
@@ -109,14 +109,14 @@ Download the files required to begin working through the tutorial from [here](ht
109
109
### Links and resources you will need
110
110
111
111
```
112
-
Hi I'm Ada Lovelace - http://codebar.github.io/tutorials/html/lesson3/example.html
Copy file name to clipboardExpand all lines: js/lesson8/tutorial.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -73,7 +73,7 @@ Another important thing is to remember to commit your changes often and keep thi
73
73
74
74
This way, if something goes wrong and things stop working you can always revert your local changes and start over again.
75
75
76
-
When working with someone else it's also nice to do your work in branches so you can open pull requests and the other person can have a look at your changes before they are merged into the main repository. We briefly discussed creating branches in the [introduction to version control tutorial](http://codebar.github.io/tutorials/version-control/introduction/tutorial.html). Try to give your branches meaningful names and when they are merged into the main **master** branch, don't forget to update your local copy.
76
+
When working with someone else it's also nice to do your work in branches so you can open pull requests and the other person can have a look at your changes before they are merged into the main repository. We briefly discussed creating branches in the [introduction to version control tutorial](https://tutorials.codebar.io/version-control/introduction/tutorial.html). Try to give your branches meaningful names and when they are merged into the main **master** branch, don't forget to update your local copy.
77
77
78
78
## Useful APIs
79
79
@@ -90,7 +90,7 @@ Some popular API's that you may find useful
90
90
91
91
-[Instagram](https://instagram.com/developer/endpoints/) Search and retrieve images from Instagram.
92
92
93
-
> A lot of these API's require registering your application before you are able to use them, and some may take a while to respond. You can always read up and use fake data (by creating your own JSON objects, like we learned on the [Beginning JavaScript tutorial](http://codebar.github.io/tutorials/js/lesson2/tutorial.html).
93
+
> A lot of these API's require registering your application before you are able to use them, and some may take a while to respond. You can always read up and use fake data (by creating your own JSON objects, like we learned on the [Beginning JavaScript tutorial](https://tutorials.codebar.io/js/lesson2/tutorial.html).
0 commit comments