-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex1.html
More file actions
69 lines (66 loc) · 1.4 KB
/
index1.html
File metadata and controls
69 lines (66 loc) · 1.4 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>My Personal Site</title>
<style>
<!-- .center {
border-radius: 50%;
}-->
</style>
<link rel="stylesheet" type="text/css" href="style.css" />
</head>
<body >
<table>
<tr>
<td> <image src="Punith.jpg" alt="Punith's Profile Picture" class="center" height="300" width="400" > </td>
<td> <h1>Punith Raj </h1>
<p><em> CEO of <strong>Bytez</strong> </em></p>
<p> Working as a Linux Admin.<p> I love Travelling <p> Programming is what I Like
</td>
</tr>
</table>
<hr>
<h3>Books and Education </h3>
<ul>
<li> Full stack Web Development </li>
<li> Full stack Java Developer </li>
</ul>
<hr>
<h3> My Hobbies </h3>
<ol>
<li> Playing Chess</li>
<li> Motorcycle</li>
<li> Travelling </li>
</ol>
<hr>
<h3> Experience </h3>
<table>
<thead>
<td > Dates   </td>
<td> Work </td>
</thead>
<tbody>
<tr>
<td>2015</td>
<td>Worked as Trainer</td>
</tr>
<tr>
<td> 2016-2019   </td>
<td> Working as a Platform Administrator</td>
</tr>
</tbody>
</table>
<hr>
<h3> Skills </h3>
<table cellspacing=10>
<tr>
<td> Java Development </td>
<tr>
<tr>
<td> Web Development </td>
</table>
<hr>
<a href="Contact-me.html"> Contact me </a>
</body>
</html>