-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaboutme.html
More file actions
35 lines (33 loc) · 1.4 KB
/
aboutme.html
File metadata and controls
35 lines (33 loc) · 1.4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<!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">
<link rel="stylesheet" href="style.css/style.css">
<title>Zeir Braidi</title>
</head>
<body>
<header>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="aboutme.html">About Me</a></li>
</ul>
</nav>
</header>
<main class="container">
<div class="aside">
<p>Hello, My name is <b>Zeir Braidi</b>, I'm Venezuelan, Currently, I am studying a computer programming and web development certificate, Some of my hobbies include the gym, cooking, walking, reading and traveling.</p>
</div>
<div class="middle">
<h1> About Me</h1>
<h2>Zeir Braidi</h2>
<img src="./img/foto.jpg" alt="picture">
</div>
<div class="aside">
<p> I believe that this type of certificate has many advantages, including the flexibility to work in many different places and even countries, it is flexibility will allow us to have more quality time with our families. A negative point is that it is a bit sedentary, therefore acquiring hobbies that keep us in shape is essential.</p>
</div
</main>
</body>
</html>