-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patholdindex.html
More file actions
55 lines (46 loc) · 2.24 KB
/
oldindex.html
File metadata and controls
55 lines (46 loc) · 2.24 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
43
44
45
46
47
48
49
50
51
52
53
54
55
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="UTF-8">
<title> About Me</title>
<link rel="stylesheet" type="text/css" href="assets\css\reset.css">
<link rel="stylesheet" type="text/css" href="assets\css\style.css">
</head>
<body>
<header id="masthead">
<div class="container">
<a href="index.html" id="logo">Reinaldo Llano, Jr.</a>
<nav>
<a href="index.html">About Me</a>
<a href="portfolio.html">Portolio</a>
<a href="contact.html">Contact</a>
</nav>
</div>
</header>
<div id="main-container" class="container">
<section class="main-section">
<h1>About Me</h1>
<img src="assets\images\RL Personal Photo.jpg" class="auth-image" alt="Reinaldo Profile Pic">
<p> Seeking Front End Web Development roles where I can demonstrate my creativity and passion for coding while having fun and making a difference. Full Stack Web Developer with six months experience in web design and development. Eleven years management experience in Corporate Social Responsibility, Corporate Communications and Marketing Communications primarily working in the Media and Entertainment, Telecommunications and Nonprofit industries. </p>
<p> Known for being a highly creative problem-solver with an outstanding track record of developing innovative solutions. Recognized for data-driven decision making, solid verbal and written communication skills, and being an independent and team contributor. </p>
<p>Avid world traveler. Life-long Education and After School advocate.</p>
</section>
<section class="sidebar">
<div id="connect">
<h2>Connect with Me</h2>
<a href="https://llanoreinaldo.github.io">
<img src="assets/images/github.png" class="social media" alt="Github"></a>
<a href="https://www.linkedin.com/in/llanoreinaldo/">
<img src="assets/images/linkedin.png" class="social media" alt="Linked In"></a>
<a href="https://stackoverflow.com/story/basic-portfolio">
<img src="assets/images/stack overflow.png" class="social media" alt="Stack Overflow"></a>
</div>
</section>
</div>
</body>
<footer>
<div class="container">
© Copyright 2018 Reinaldo Llano, Jr.
</div>
</footer>
</html>