Skip to content

Commit 36a7e37

Browse files
Merge pull request #417 from rvedotrc/update-links
Update links
2 parents 97072ce + b53524d commit 36a7e37

File tree

16 files changed

+28
-29
lines changed

16 files changed

+28
-29
lines changed

_includes/post/sharing.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<div class="sharing">
22
{% if site.twitter_tweet_button %}
3-
<a href="http://twitter.com/share" class="twitter-share-button" data-url="{{ site.url }}{{ page.url }}" data-via="{{ site.twitter_user }}" data-counturl="{{ site.url }}{{ page.url }}" >Tweet</a>
3+
<a href="https://twitter.com/share" class="twitter-share-button" data-url="{{ site.url }}{{ page.url }}" data-via="{{ site.twitter_user }}" data-counturl="{{ site.url }}{{ page.url }}" >Tweet</a>
44
{% endif %}
55
{% if site.google_plus_one %}
66
<div class="g-plusone" data-size="{{ site.google_plus_one_size }}"></div>

html/lesson1/tutorial.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ In this tutorial we are going to look at:
1818

1919
### Goal
2020

21-
By the end of this tutorial you will have built [this webpage.](http://codebar.github.io/tutorials/html/lesson1/example.html "I love owls")
21+
By the end of this tutorial you will have built [this webpage.](https://tutorials.codebar.io/html/lesson1/example.html "I love owls")
2222

2323
#### What is HTML?
2424

@@ -326,7 +326,7 @@ You can use a special kind of tag to add notes to our page that the computer wil
326326
Add a share on twitter link along with your other sharing links.
327327

328328
```html
329-
<a href="http://twitter.com/home?status=I love owls! via @codebar">Share your love of owls on twitter</a>
329+
<a href="https://twitter.com/home?status=I love owls! via @codebar">Share your love of owls on twitter</a>
330330
```
331331
-----
332332
This ends our first lesson, we hope you enjoyed it and learnt something. If you have some spare time how about going back through this tutorial and, by yourself, make some amendments. If there is something you did not understand or want to give us some feedback, please [send us an email.](mailto:[email protected])

html/lesson1/tutorial.pt.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ A diferença entre os links e link de envio de email (mailto link) é o conteúd
357357
Coloque um link para compartilhar no twitter junto com outros links de compartilhamento.
358358

359359
```html
360-
<a href="http://twitter.com/home?status=Eu amo corujas! via @by_codeba">Compartilhe seu amor por corujas no twitte</a>
360+
<a href="https://twitter.com/home?status=Eu amo corujas! via @by_codeba">Compartilhe seu amor por corujas no twitte</a>
361361
```
362362

363363
---

html/lesson2/example.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ <h3>Owls:</h3>
5151
<a href="mailto:?subject=I love owls :: codebar">Email a friend</a>
5252
</li>
5353
<li>
54-
<a href="http://twitter.com/home?status=I love owls! via @codebar">Share your love of owls on twitter</a>
54+
<a href="https://twitter.com/home?status=I love owls! via @codebar">Share your love of owls on twitter</a>
5555
</li>
5656
</ul>
5757
</div>

html/lesson2/tutorial.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ In this tutorial we are going to look at:
1919

2020
### Goal
2121

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).
2323

2424
### Required files
2525

@@ -126,7 +126,6 @@ a {
126126
}
127127
```
128128
**color** defines the color of the text. `#a369d5` is the representation of the color in hex.
129-
A useful resource for figuring out color codes is [http://0to255.com](http://0to255.com).
130129

131130
**text-decoration** specifies the decoration applied to the text. Some other options you can try out are _underline_, _overline_ and _line-through_. As links by default have an underline text decoration applied to them, by setting this to none, we reset that property.
132131

html/lesson3/tutorial.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ We will also be explaining in more detail elements that we mentioned in the prev
2020

2121
### Goal
2222

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").
2424

2525
### Required files
2626

@@ -586,7 +586,7 @@ footer a {
586586
587587
### Bonus - Inspector
588588

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.
590590

591591
Use the inspector to have a look at `<body>` and `<h1>` and apply these changes to your page.
592592

html/lesson4/tutorial.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Today we will be building a website and learning more about CSS layouts and form
1212

1313
### Goal
1414

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")
1616

1717
### Required files
1818

@@ -228,7 +228,7 @@ The text is now really hard to see. Change the color of the link...
228228
}
229229
```
230230

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.
232232
233233
## Content
234234

html/lesson5/tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Today we will be building a website and will focus more on HTML5 and CSS3 specif
1212

1313
### Goal
1414

15-
The page we will build will look similar to this [example page](http://codebar.github.io/tutorials/html/lesson5/example.html "Anita Borg")
15+
The page we will build will look similar to this [example page](https://tutorials.codebar.io/html/lesson5/example.html "Anita Borg")
1616

1717
### Required files
1818

html/lesson6/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -110,11 +110,11 @@ <h3>Grace Hopper on Letterman</h3>
110110

111111
<section>
112112
<h3>Articles</h3>
113-
<a href="http://codebar.github.io/tutorials/html/lesson3/example.html">Hi I'm Ada Lovelace</a>
113+
<a href="https://tutorials.codebar.io/html/lesson3/example.html">Hi I'm Ada Lovelace</a>
114114
<br/>
115-
<a href="http://codebar.github.io/tutorials/html/lesson4/example.html">Grace Hopper</a>
115+
<a href="https://tutorials.codebar.io/html/lesson4/example.html">Grace Hopper</a>
116116
<br/>
117-
<a href="http://codebar.github.io/tutorials/html/lesson4/example.html">Anita Borg - Where are we and where are we going.</a>
117+
<a href="https://tutorials.codebar.io/html/lesson4/example.html">Anita Borg - Where are we and where are we going.</a>
118118
</section>
119119
</section>
120120

@@ -124,4 +124,4 @@ <h3>Articles</h3>
124124
</address>
125125
</footer>
126126
</body>
127-
</html>
127+
</html>

html/lesson6/tutorial.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ We can use other attributes to control our media plays. To make music start play
9898

9999
Today, we will be following a different approach to building our page.
100100

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.
102102

103103
### But before you begin...
104104

@@ -109,14 +109,14 @@ Download the files required to begin working through the tutorial from [here](ht
109109
### Links and resources you will need
110110

111111
```
112-
Hi I'm Ada Lovelace - http://codebar.github.io/tutorials/html/lesson3/example.html
113-
Grace Hopper - http://codebar.github.io/tutorials/html/lesson4/example.html
114-
Anita Borg - Where are we and where are we going. - http://codebar.github.io/tutorials/html/lesson5/example.html
115-
Grace Hopper on Letterman - http://codebar.github.io/tutorials/html/lesson6/assets/images/grace-letterman.mp4
112+
Hi I'm Ada Lovelace - https://tutorials.codebar.io/html/lesson3/example.html
113+
Grace Hopper - https://tutorials.codebar.io/html/lesson4/example.html
114+
Anita Borg - Where are we and where are we going. - https://tutorials.codebar.io/html/lesson5/example.html
115+
Grace Hopper on Letterman - https://tutorials.codebar.io/html/lesson6/assets/images/grace-letterman.mp4
116116
117117
```
118118

119-
Also, don't forget to refer to the [previous tutorials](http://codebar.github.io/tutorials)
119+
Also, don't forget to refer to the [previous tutorials](https://tutorials.codebar.io/)
120120

121121
> Don't be afraid to ask for help from your coach.
122122

0 commit comments

Comments
 (0)