-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
36 lines (31 loc) · 2.12 KB
/
index.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
<!DOCTYPE html>
<html>
<head>
<title>Basic Portfolio</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>
<div class="wrapper">
<header><h1 class = "myName">Jose E. Velez Lespier</h1></header>
<a href="contact.html" class="otherLink contactLink">Contact</a>
<a href="portfolio.html" class="otherLink">Portfolio</a>
<a href="index.html" class="otherLink">About</a>
<div class ="aboutMe">
<header class ="pageTitle"> About Me</header>
<!--Profile Picture of the page-->
<img class="profilePic" src="assets/images/profilePicture.jpg" alt="My Picture"><p class="firstParagraph"> My name is Jose Enrique Velez Lespier. I am from Puerto Rico and I am 23 years old. I have been studying for a few years now. I started in the prestigious University of Puerto Rico Mayaguez precinct. I moved then to the Polytechnic University of Puerto Rico and finished my major in electrical engineer. I also majored in Computer engineering and I loved it.</p>
<p class="secondParagraph">I like everything that involves some kind of intelligence or electricity. If someone asked me what I am really good at, I would say mathematics, science, and my favorite which is technology. I believe that technology reflects who we are as a society today and it also reflects how much we have grown intellectually. I really enjoy when I try new things on my computer even if there are risks. Finally, learning everyday and overcoming my challenges has made me a better person.</p>
</div>
<div class="conectWith">
<h2>Connect with Me</h2>
<a href="https://github.com/jose363"><img class ="socialIcon" src="assets/images/githubPicture.png" alt="Github">
<a href="https://www.linkedin.com/in/jose-velez-6070978b/"><img class ="socialIcon" src="assets/images/linkedinPicture.png" alt="Linkedin">
<a href="http://stackoverflow.com/users/7411093/jose-velez"><img class ="socialIcon" src="assets/images/stackPicture.png" alt="Stack">
</div>
</div>
<footer>
<h5> © Copyright 2017 Jose E. Velez Lespier</h5>
</footer>
</body>
</html>