-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
89 lines (75 loc) · 1.91 KB
/
index.html
File metadata and controls
89 lines (75 loc) · 1.91 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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Elliot's site</title>
</head>
<body>
<table cellspacing="20">
<tr>
<td><img src="boy.jpg" height="250" alt="this is not me. just a pic"></td>
<td><h1>Elliot ALderson</h1>
<p><em>A random cyber security engineer at <b>Allasfe</b>.</em></p>
<p>I am just a fictional charecter in a tv series. By day I'm just an ordinary cyber security engineer at allsafe. At night I am a vigilanty hacker.</p></td>
</tr>
</table>
<hr>
<h3>Education</h3>
<ul>
<li>A random elementary school in NY</li>
<li>A random high school in NY</li>
<li>A random college in NY</li>
</ul>
<hr>
<h3>My hobbies</h3>
<ol type="i">
<li>Gaming</li>
<li><a href="https://www.youtube.com/watch?v=PGjLhOhMLXc">Hacking</a></li>
<li><a href="https://www.youtube.com/watch?v=qvsgGtivCgs">Movies</a></li>
</ol>
<hr>
<h3>Study experience</h3>
<table border="1">
<thead>
<tr>
<td>date</td>
<td>place</td>
</tr>
</thead>
<tbody>
<tr>
</tr>
<td>2011-2016</td>
<td>A random elementary school in NY</td>
<tr>
<td>2016-2018</td>
<td>A random high school in NY</td>
</tr>
<tr>
<td>2018-present</td>
<td>A random college in NY</td>
</tr>
</tbody>
</table>
<br>
<hr>
<h3>My skills</h3>
<table cellspacing=15>
<tr>
<td>study</td>
<td>⭐⭐⭐</td>
<td>gaming</td>
<td>⭐⭐⭐⭐</td>
</tr>
<tr>
<td>movies</td>
<td>⭐⭐⭐⭐</td>
<td>hacking</td>
<td>⭐⭐⭐⭐⭐</td>
</tr>
</table>
<hr>
<br>
<a href="contacts.html"><em><strong>Contact me</strong></em></a>
</body>
</html>