-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
67 lines (66 loc) · 2.12 KB
/
index.html
File metadata and controls
67 lines (66 loc) · 2.12 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
<!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>💚Abhay personal site</title>
</head>
<body>
<table cellspacing="20px" >
<td><img height="150 px" width="150 px" src="F:\Full stack web dev\photo.jpg" alt="no object"></td>
<td> <h1>Abhay Toppo</h1>
<p><em>Founder and CEO of the <strong> <a href="https://www.gooogle.com" > App brewery</a></strong></em></p>
<p>I am an ios and web developer . I like coffee and bread along with peanut butter. </p></td>
</table>
<!-- <img height="150 px" width="150 px" src="F:\Full stack web dev\photo.jpg" alt="no object"> -->
<!-- <h1>Abhay Toppo</h1>
<p><em>Founder and CEO of the <strong> <a href="https://www.gooogle.com" > App brewery</a></strong></em></p>
<p>I am an ios and web developer . I like coffee and bread along with peanut butter. </p> -->
<hr>
<h3>Books and Teaching</h3>
<ul>
<li>The complete <a href="https://www.instagram.com" target="_blank"> ios app development bootcamp </a></li>
<li>THe complete <a href="https://www.yahoo.com"> web development bootcamp </a></li>
</ul>
<h3>Hobbies</h3>
<ol type="1">
<li>beer brewing </li>
<li>botorcyling </li>
<li>running and yoga </li>
</ol>
<hr>
<h3>Experience</h3>
<table >
<thead>
<th>
<td>Dates</td>
<td>Work</td>
</th>
</thead>
<tbody>
<tr>
<td>2010-2011</td>
<td>Lead developer at algo universityy</td>
</tr>
<tr>
<td>2014-2015</td>
<td>Research at The Institute of cognitive neuroscience</td>
</tr>
</tbody>
</table>
<hr>
<h3>Skills</h3>
<table border="1px" >
<tr>
<td>ios development🌟🌟🌟🌟🌟</td>
<td>Photography🌟🌟🌟</td>
</tr>
<tr>
<td>Web development🌟🌟🌟🌟</td>
<td>Painting🌟🌟</td>
</tr>
</table>
<a href="contact.html" target="_blank">Contact Me</a>
</body>
</html>