Skip to content

Commit d27a153

Browse files
authored
Update index.html
1 parent 0341e26 commit d27a153

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

index.html

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,42 @@
11
<!DOCTYPE html>
22
<html lang="en">
33
<head>
4-
<title>Mr. Whiskers' Blog</title>
4+
<title>Blog do Mr. Whiskers' </title>
55
<meta charset="UTF-8" />
66
</head>
77
<body>
88
<header>
9-
<h1>Welcome to Mr. Whiskers' Blog Page!</h1>
9+
<h1>Bem vindo ao BlogPage do Mr. Whiskers' !</h1>
1010
<figure>
1111
<img
1212
src="https://cdn.freecodecamp.org/curriculum/css-photo-gallery/1.jpg"
1313
alt="a cat peacefully sleeping"
1414
/>
15-
<figcaption>Mr. Whiskers Sleeping</figcaption>
15+
<figcaption>Mr. Whiskers Sonecando Sossegado</figcaption>
1616
</figure>
1717
<nav>
1818
<ul>
19-
<li><a href="#about">About</a></li>
19+
<li><a href="#about">Sobre</a></li>
2020
<li><a href="#posts">Posts</a></li>
21-
<li><a href="#contact">Contact</a></li>
21+
<li><a href="#contact">Contacto</a></li>
2222
</ul>
2323
</nav>
2424
</header>
2525
<main>
2626
<section id="about">
2727
<h2>About</h2>
2828
<p>
29-
Hi there! I'm Jane Doe, a passionate writer who finds endless inspiration in the antics of my beloved cat, Mr. Whiskers.
29+
Oi ! Sou Guilherme Ribeiro, um apaixonado escritor que encontra inspiração infinita nas pirações do meu gato amado, Mr. Whiskers.
3030
</p>
3131
<p>
32-
His playful nature and boundless energy keeps me on my toes. I love him so much.
32+
Sua natureza serelepe e energias inesgotáveis me deixa de pé. eu o amo demais.
3333
</p>
3434
</section>
3535
<section id="posts">
3636
<h2>Posts</h2>
3737

3838
<article>
39-
<h3>Mr. Whiskers' First Day Home</h3>
39+
<h3>Mr. Whiskers' Primeiro dia em casa</h3>
4040
<p>
4141
Lorem ipsum dolor sit amet consectetur adipisicing elit. Quisquam
4242
quod, voluptates, quae, quos quibusdam dolorum quia nemo repudiandae
@@ -51,7 +51,7 @@ <h3>Mr. Whiskers' First Day Home</h3>
5151
</p>
5252
</article>
5353
<article>
54-
<h3>Mr. Whiskers' First Bath</h3>
54+
<h3>Mr. Whiskers' Primeiro banho</h3>
5555
<p>
5656
Lorem ipsum dolor sit amet consectetur adipisicing elit. Quisquam
5757
quod, voluptates, quae, quos quibusdam dolorum quia nemo repudiandae

0 commit comments

Comments
 (0)