-
Notifications
You must be signed in to change notification settings - Fork 0
/
hobbies.html
34 lines (29 loc) · 893 Bytes
/
hobbies.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Christian's Personal Site/Hobbies</title>
<link rel="stylesheet" href="index.css">
</head>
<img src="IMG_20220401_061719.jpg" alt="Christian Ruizo" width="300px" height="400px">
<body>
<h1>Christian Ruizo</h1>
<h3>Hobbies</h3>
<ul>
<li>Cooking</li>
<li>Reading Manga</li>
<li> <a href="https://www.fender.com/pages/how-to-play-guitar"> Playing Guitar </a></li>
</ul>
<button> <a href="index.html">Back</a> </button>
<h3>Career</h3>
<table>
<tr>
<td>2018-2019</td>
<td>2019-2020</td>
<td>2020-2022</td>
</tr>
</table>
</body>
</html>