-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
75 lines (68 loc) · 2.74 KB
/
about.html
File metadata and controls
75 lines (68 loc) · 2.74 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title> Heather's About Me page</title>
<style>
h1 { color:rgb(31, 66, 29); }
body { background-color:rgb(184, 219, 239); }
</style>
</head>
<body>
<img src="myBanner.jpg">
<table cellpadding="20">
<thead>
<tr>
<th> <a href="index.html"><img src="Home.png"> </a></th>
<th> <a href="javascripts.html"><img src="javascripts.png"> </a></th>
<th> <a href="apps.html"><img src="apps.png"> </a></th>
<th> <a href="about.html"><img src="about.png"> </a></th>
</tr>
</thead>
</table>
<h1>About Me</h1>
<p> My name is Heather Tejeda-Fiallo and if you'd like to learn more about me, keep reading!<br>
To start off, I am the middle child of three; I have a little sister and an older brother.<br>
One of my favorite hobbies is art, which I usually use to let time go by and to express myself.<br>
I have provided a few of my artwork that I created in high school; at first I was not the best,<br>
but as time went by, I just kept getting better and better, which is hopefully what happens with<br>
me and computer scince because software really caught my attention. </P>
<p> Besides from being an artistic person, I also love to travel and going on adventures with my friends<br>
and family. I have provided some pictures down below of some of the beautiful places I've been to.<br>
Moreover, as a student at the University of Rhode Island, I am double-majoring in computer science and<br>
Spanish with a minor in math. I am also involved in a couple of societies such as<br>
SHPE (Society of Hispanic Professional Engineers)and SLiC (Society of Latinx in Computing). </p>
<table cellpadding="20">
<thead>
<tr>
<th> <img src="me1.jpg"> </th>
<th> <img src="me2.jpg"> </th>
</tr>
</thead>
</table>
<table cellpadding="20">
<thead>
<tr>
<th> <img src="art1.jpg"> </th>
<th> <img src="art2.png"> </th>
</tr>
</thead>
</table>
<table cellpadding="20">
<thead>
<tr>
<th> <img src="travel2.jpg"> </th>
<th> <img src="travel1.jpg"> </th>
</tr>
</thead>
</table>
<table cellpadding="20">
<thead>
<tr>
<th> <img src="travel4.jpg"> </th>
<th> <img src="travel5.jpg"> </th>
</tr>
</thead>
</table>
</body>
</html>