-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
43 lines (38 loc) · 2.63 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
37
38
39
40
41
42
43
<!DOCTYPE html>
<html lang='en'>
<head>
<title>Rembrand Pardo!</title>
</head>
<body>
<h1>About Rembrand Pardo:</h1>
<p>Hello, <br/>
Thank you for visiting. I love learning new things and traveling. I am from Spain and I speak three languages. Currently, I am studying Computer Science at Brigham Young University. Prior that, I finished an Associates in Business at Salt Lake Community College. I love teaching myself things and I have an entrepreneurial spirit. I love giving my best at everything I do. I'd love to work for a company and help it grow and learn new things as I do it. My goal is to one day start my own business and create foundations to help people in the world.</p>
<h2>Projects:</h2>
<p>This is my third year at BYU. I have worked on some projects for my different CS classes.</p>
<ul>
<li>I worked on a app project for CS 240 class. The app used google maps to pin different information around the world.</li>
<li>I worked on another android app project for my CS 340 class. I used AWS and lambdas to optimize my app.</li>
<li>While I was doing my intership for The Church of Jesus Christ of Latter-day Saints Eduction Department I worked on tools that help the leaders of the church orginze and manage meetings and different callings.</li>
</ul>
<h3>Experience:</h3>
<p>I switched to CS after I finished my Associates in Businesss. CS was a completely new thig for me. Prior BYU I did not have any experience about coding or programming.</p>
<ul>
<li>I am about to complete my third year at BYU studying CS. I am learnign a lot each semester.</li>
<li>I did an intership The Church of Jesus Christ of Latter-day Saints Eduction Department, where I leared a lot about agile, VS Code, and teamwork.</li>
</ul>
<hr>
<h3>Contact:</h3>
<!--Notice that link has target. This will open the link in a different tab.-->
<p>You contact me here: </p>
<ol>
<li>Email: [email protected]</li>
<li>Phone: 3856265272</li>
<li>LinkedIn:<a href='https://www.linkedin.com/in/rembrandpardo/' targe t= '_blank'> Rembrand's LinkIn</a>.</p>
</ol>
<hr>
<p>Visit my page <a href='https:://rembrand.pardo.com'>Rembrand's Web</a>.</p>
<p>I performed a change.</p>
<!--alt attributes to your <img/> elements is a best practice. It defines a “text alternative” to the image being displayed. This has an impact on both sea rch engines and users with text-only browsers-->
<img src='https://i.insider.com/56e71048dd0895ed158b469b?width=700&format=jpeg&auto=webp' width='175' alt='Batman symbol'/>
</body>
</html>