-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
73 lines (69 loc) · 1.95 KB
/
index.html
File metadata and controls
73 lines (69 loc) · 1.95 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Ashutosh's personal</title>
</head>
<body>
<table cellspacing=20>
<tr>
<td> <img src="https://i.pinimg.com/280x280_RS/4c/40/1f/4c401f454f876cd424b3df9aca35ed61.jpg" alt="Ashutosh profile picture"></td>
<td>
<h1>Ashutosh Sahoo</h1>
<p><em>The Student Of <strong>ITER</strong></em></p>
<p>I am studing <strong>computer science</strong>. I love to coding and playing games.
I am tea lover. Now i am studing web devlopmeant in udemy by angela.I love<strong><a href="https://cz.pinterest.com/ashu190301/">Photoshoots and editing</a></strong>.</p>
</td>
</tr>
</table>
<hr>
<h3>Education & books</h3>
<ul>
<li>The Complete C++ language</li>
<li>The Complete JAVA language</li>
</ul>
<table cellspacing=10>
<the>
<tr>
<th>Date</th>
<th>Work</th>
</tr>
</the>
<t>
<tr>
<td>2010-2013</td>
<td>Lead Devloper at Tempo App</td>
</tr>
<tr>
<td>2010-2015</td>
<td>Resercher at Institutive of Congninative of Neroscience</td>
</tr>
</t>
</table>
<hr>
<h3>Skills</h3>
<table cellspacing=10>
<tr>
<td>Photography</td>
<td>❤❤❤❤❤</td>
</tr>
<tr>
<td>Drawing</td>
<td>👍👍👍👍</td>
</tr>
<tr>
<td>photoshop</td>
<td>✨✨✨✨</td>
</tr>
<tr>
<td>coding</td>
<td>🤷♀️🤷♀️🤷♀️🤷♀️</td>
</tr>
</table>
<hr>
<a href="Hobbies.html">Hobbies</a>
<a href="contact-me.html">My contact</a>
</body>
</html>