Skip to content

Commit 6d6c65c

Browse files
committed
lower case codebar and twitter handle amend to tutorial 1
1 parent 9c530cd commit 6d6c65c

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

html/lesson1/example.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,13 @@ <h3>Owls:</h3>
4242
</div>
4343
<ul>
4444
<li>
45-
<a href="mailto:[email protected]?subject=I love owls :: Codebar">Email us</a>
45+
<a href="mailto:[email protected]?subject=I love owls :: codebar">Email us</a>
4646
</li>
4747
<li>
48-
<a href="mailto:?subject=I love owls :: Codebar">Email a friend</a>
48+
<a href="mailto:?subject=I love owls :: codebar">Email a friend</a>
4949
</li>
5050
<li>
51-
<a href="https://twitter.com/by_codebar">Twitter</a>
51+
<a href="https://twitter.com/codebar">Twitter</a>
5252
</li>
5353
</ul>
5454
</body>

html/lesson1/tutorial.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -338,10 +338,10 @@ The difference between links and mailto links, is the content defined in the **h
338338
```html
339339
<ul>
340340
<li>
341-
<a href="mailto:[email protected]?subject=I love owls :: Codebar">Email us</a>
341+
<a href="mailto:[email protected]?subject=I love owls :: codebar">Email us</a>
342342
</li>
343343
<li>
344-
<a href="mailto:?subject=I love owls :: Codebar">Email a friend</a>
344+
<a href="mailto:?subject=I love owls :: codebar">Email a friend</a>
345345
</li>
346346
</ul>
347347
```

html/lesson1/tutorial.pt.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -337,10 +337,10 @@ A diferença entre os links e link de envio de email (mailto link) é o conteúd
337337
```html
338338
<ul>
339339
<li>
340-
<a href="mailto:[email protected]?subject=Eu amo corujas :: Codebar">Mande um email</a>
340+
<a href="mailto:[email protected]?subject=Eu amo corujas :: codebar">Mande um email</a>
341341
</li>
342342
<li>
343-
<a href="mailto:?subject=Eu amo corujas :: Codebar">Mande um email para seu amigo</a>
343+
<a href="mailto:?subject=Eu amo corujas :: codebar">Mande um email para seu amigo</a>
344344
</li>
345345
</ul>
346346
```

html/lesson2/example.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,10 @@ <h3>Owls:</h3>
4545
</div>
4646
<ul id="links">
4747
<li>
48-
<a href="mailto:[email protected]?subject=I love owls :: Codebar">Email us</a>
48+
<a href="mailto:[email protected]?subject=I love owls :: codebar">Email us</a>
4949
</li>
5050
<li>
51-
<a href="mailto:?subject=I love owls :: Codebar">Email a friend</a>
51+
<a href="mailto:?subject=I love owls :: codebar">Email a friend</a>
5252
</li>
5353
<li>
5454
<a href="http://twitter.com/home?status=I love owls! via @codebar">Share your love of owls on twitter</a>

0 commit comments

Comments
 (0)