-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcharacter.html
More file actions
59 lines (56 loc) · 1.59 KB
/
Copy pathcharacter.html
File metadata and controls
59 lines (56 loc) · 1.59 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Ariel Arison - Character</title>
<link href="/character.css" rel="stylesheet" type="text/css" media="all">
</head>
<body>
<header>
<h1>Ariel's Portfolio</h1>
</header>
<main>
<table>
<tr>
<td>
<img class="picture" src="images/ariel.jpg" alt="Photo of Ariel Arison">
</td>
<td>
</td>
<td>
<div>
<a href="https://www.linkedin.com/in/arielarison/" class="link">LinkedIn</a>
<a href="https://www.instagram.com/arielarison/" class="link">Instagram</a>
<a href="https://www.pinterest.com/arielarison/" class="link">Pinterest</a>
</div>
</td>
</tr>
<tr>
<td>
<div class="about">
<span>name : ariel mackenzie arison</span><br>
<span>birthday : november 18, 1999</span><br>
<span>email : arisonarim@gmail.com</span>
</div>
</td>
<td>
</td>
<td>
</td>
</tr>
</table>
</main>
<footer>
<details>
<summary>navigation</summary>
<p>
<a href="/mainMenu.html">MAIN MENU</a> |
<a href="/character.html">CHARACTER</a> |
<a href="/stats.html">STATS</a> |
<a href="/inventory.html">INVENTORY</a>
</p>
</details>
</footer>
</body>
</html>