-
Notifications
You must be signed in to change notification settings - Fork 0
/
about-me.html
62 lines (56 loc) · 2.39 KB
/
about-me.html
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
<!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 NiwatoriDev</title>
<link rel="stylesheet" href="css/styles.css">
</head>
<body>
<header>
<center>
<img
src="resources/images/estebans-profile-picture.png"
alt="esteban-s profile picture"
/>
<h1 class="estebanName" style="margin: 0">Esteban Munoz</h1>
<h4 class="niwatoriDevc"style="margin: 1px 0 0 0"> NiwatoriDev</h4>
</center>
<section class="headerMenu">
<hr size="3" noshade width="45%" />
<a href="about-me.html">About Me</a>
<a style="margin-left: 2%" href="index.html">Resume</a>
<a style="margin-left: 2%" href="skills.html">Skills</a>
<a style="margin-left: 2%" href="contact.html">Contact</a>
<a style="margin-left: 2%" href="test.html">Test</a>
<hr size="3" noshade width="45%" />
</section>
</header>
<section>
<center>
<p style="margin-left: 300px; margin-right: 300px; text-align: center">
I’m an innate manager.
</p>
<p style="margin-left: 400px; margin-right: 400px; text-align: justify">
Being part of different kind of activities related to leadership,
teamwork and conflict resolution has been part of my life. I do really
enjoy working with people and I consider myself an assertive young
man.
</p>
<p style="margin-left: 400px; margin-right: 400px; text-align: justify">
I’ve taken all opportunities to organize and command classmates,
teamwork, coworkers, school events, and even social activities as I
really enjoy and make a good job at it. Learning from great
entrepreneurs has always been in my mind.
</p>
<p style="margin-left: 400px; margin-right: 400px; text-align: justify">
I am willing to work in a great company whose values related to growth
based on people service, excellence, creativity, and human kindness
are evident, being able to learn from the very basis.
</p>
<img src="resources/images/niwatori.png" alt="niwatori signature" />
</center>
</section>
</body>
</html>