-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout-me.html
More file actions
21 lines (18 loc) · 1.19 KB
/
about-me.html
File metadata and controls
21 lines (18 loc) · 1.19 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About Me</title>
</head>
<body>
<h1>About Me</h1>
<img alt="Image of me?" src="images/myphoto.jpg" style="border-radius: 50%;width:250px;height:270px;">
<h2>Jonathan Almeida</h2>
<p>Hey everyone! My name is Jonathan, I'm 30 years old and I live in Santa Catarina - Brazil. I'm married and a father of a little princess.</p>
<p>I'm studying now to become a developer, I am currently working for a hosting company (where the websites are hosted) how support, and this is an area that I really like to work in, but I need to search for new opportunities to my career and I choose this bachelor of applied to technology for it. I studied CSS and HTML in the past but there are a lot of things that I forgot, so will be a great opportunity to learn and improve these skills. </p>
<p>I have been a member of the church for 17 years, my favorite quote is "But seek ye first the kingdom of God, and his righteousness, and all these things shall be added to you"</p>
<p>Good Luck guys</p>
</body>
</html>