-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
103 lines (82 loc) · 2.53 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="author" content="John Doe">
<title>Vlad</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" media="screen" href="main.css">
<script src="main.js"></script>
</head>
<body>
<img src="/images/tour_img-1331090-145.jpg" alt="Tahoe lake" height=200 width=300>
<h2> <em> Vlad </em></h2>
<p><em> <strong> <a href="https://www.appbrewery.co/">Appbrewery project</a></strong></em></p>
<hr size="3" noshade>
<h3>Books and teaching</h3>
<ul>
<li>sdnflgbn</li>
<li>fdl;bmvdfl;bm</li>
</ul>
<hr size = "3" noshade>
<a download href="/images/tour_img-1331090-145.jpg">Download cheatscheet</a>
<br>
<h3>Personal Experience</h3>
<table border="1" cellspacing="20">
<thead>
<th>Dates</th>
<th>Work</th>
</thead>
<tr>
<td>2010-2013 </td>
<td>Senior developer in MyCorp.com</td>
</tr>
<tr>
<td>2012-2015 </td>
<td>Android developer</td>
</tr>
</table>
<a href="hobbies.html">hobbies</a>
<br>
<a href="personal.html">About me</a>
<hr size="3">
<h3>Skills</h3>
<table>
<tr>
<td>
<table border="1" cellspacing="10">
<tr>
<td>JS</td>
<td> ⭐⭐⭐⭐</td>
</tr>
<tr>
<td>Web Development </td>
<td>⭐⭐⭐</td>
</tr>
<tr>
<td>Java</td>
<td>⭐⭐⭐</td>
</tr>
</table>
</td>
<td>
<table border="1" cellspacing="10">
<tr>
<td>JS</td>
<td> ⭐⭐⭐⭐</td>
</tr>
<tr>
<td>Web Development </td>
<td>⭐⭐⭐</td>
</tr>
<tr>
<td>Java</td>
<td>⭐⭐⭐</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>