-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmanuel.html
More file actions
42 lines (32 loc) · 1.06 KB
/
manuel.html
File metadata and controls
42 lines (32 loc) · 1.06 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
36
37
38
39
40
41
42
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Manuel's Page</title>
<meta name="description" content="Manuel's Example Page">
<link rel="stylesheet" href="css/manuel.css">
</head>
<body>
<img id='photo' src = 'img/mwmheadshot.jpg'>
<h3 id='byline'>
Hi, I am Manuel, a Software Guy that also loves Hardware!
</h3>
<p>
I am a team player passionate about building usable and secure high
quality software that makes a positive difference in people's lives.
My objective is to join an innovative and energetic company where I
can contribute creativity, flexibility, and a solid technical foundation.
</p>
<p>
I love coding and configuration work, but I am also passionate about
interacting with customers, vendors, and technical sales teams.
Always curious, I aim to ask the questions that result in
revealing answers. What I appreciate the most, however, is
to become an indispensable resource to both clients and coworkers.
</p>
<p>
Visit me at
<a href = 'https://www.linkedin.com/in/mwmendez' > LinkedIn! </a>
</p>
</body>
</html>