-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
69 lines (69 loc) · 1.91 KB
/
index.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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
<!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>Document</title>
<link rel="stylesheet" href="style.css">
</head>
<body><center>
<hr size="3" noshade="">
<img src="https://cdn3.whatculture.com/images/2021/01/ba947a247d067f26-1200x675.jpg" alt="image">
<h1>THE ADEVENTURES OF <br> VAMPIRES DAIRIES</h1>
<h3>by</h3><br>
<h2>SIR ARTHUR DAMON SALVATORE</h2></center>
<hr size="3" noshade="">
<h2>books and teaching</h2>
<ul><li>the complete ios developnmaent bootcamp</li>
<li>the complete webdevelopnment bootcamp</li></ul>
<h2>my hobies</h2>
<ol><li>beer brewing</li>
<li>maratial arts</li>
<li>motorccles</li></ol>
<table border="1">
<thead>
<tr>
<th>Dates</th>
<th>work</th>
</tr>
<tr>
<td>2010-2013</td>
<td>lead developer at tempo app</td>
</tr>
<tr>
<td>2010</td>
<td>research at institute of cognitive neuroscience</td>
</tr>
</thead>
</table>
<h2>skills</h2>
<table border="1">
<tr>
<td>
<table>
<tr>
<td>data structure</td>
<td>*****</td>
</tr>
<tr>
<td>algorithm</td>
<td>****</td>
</tr>
</table>
</td>
<td><table> <tr>
<td>data science</td>
<td>*****</td>
</tr>
<tr>
<td>web develonment</td>
<td>****</td>
</tr></td>
</tr></table>
</table>
<br><hr size="3" noshade="">
<a href="my hobbies">my hobbies</a>
<a href="contact me">contact me</a>
</body>
</html>