-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout_me.html
53 lines (47 loc) · 1.73 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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="style.css">
<title>Sam's Programming Portfolio</title>
</head>
<body>
<header>
<div class="container">
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about_me.html">About Me</a></li>
<li><a href="javascripts.html">Javascripts</a></li>
<li><a href="apps.html">Apps</a></li>
</ul>
</nav>
</div>
</header>
<img src="perez_banner.jpg" alt="perez_banner" class="center">
<center>
<table>
<tr>
<th><a href="index.html"><img src="home_butt.png"></a></th>
<th><a href="about_me.html"><img src="about_butt.png"></a></th>
<th><a href="javascripts.html"><img src="java_butt.png"></a></th>
<th><a href="apps.html"><img src="apps_butt.png"></a></th>
</tr>
</table>
</center>
<center>
<h1>About Me</h1>
<p>My name is Samuel Perez. I am a Computer Science major at The <a href="https://www.uri.edu/">University of Rhode Island</a>.<br>
I am looking to obtain a Bachelors of Arts, and I plan to turn this passion into a profitable project that will change the lives of many.<br>
I will one day become a figure for those finding themselves lost in the world of technology.
</p>
<p>
Having been a child who found myself lost in the world of tech, I feel it is important to provide and instill knowledge in the future of our society.<br>
I felt that I only had myself growing up, and I do not want others to feel excluded.<br>
<strong>We all have visions, and it is important for those visions to be accepted and encouraged</strong>.<br>
</p>
</center>
<center>
<img src="am_perez.png">
</center>
</body>
</html>