-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
66 lines (54 loc) · 1.44 KB
/
index.html
File metadata and controls
66 lines (54 loc) · 1.44 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
<!DOCTYPE html>
<!--this tells the version we are using for HTML-->
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Astha's Personal Site</title>
</head>
<body>
<table cellspacing="20">
<tr>
<td><img src="images\crop-circle.png" alt="HTML Profile Picture"></td>
<td><em>
<h1> Astha Mehra</h1>
<p><em>Sr. Consultant in <strong><a href="http://www.bmc.com"><strong>BMC Software</strong></a>.</em></p>
<p>I am Remedy Developer and consultant</p>
</td>
</tr>
</table>
<hr size="3" noshade>
<h3>Education</h3>
<ul>
<li><a href="http://www.bmc.com"><strong>BMC Remedy Developer</strong></a></li>
<li>Architect</li>
<li>BA</li>
</ul>
<table>
<tr>
<td>2010</td>
<td>Developer</td>
</tr>
<tr>
<td>2020</td>
<td>Sr. Consultant</td>
</tr>
</table>
<a href="hobbies.html">My Hobbies</a>
<a href="contact.html">Contact us here</a>
<h3>Skills</h3>
<table>
<tr>
<td>iOsDevelopment</td>
<td>★★★★☆</td>
<td>Web Development</td>
<td>★★★★★</td>
</tr>
<tr>
<td>Android Development</td>
<td>⭐⭐⭐⭐★</td>
<td>Game Development</td>
<td>⭐⭐⭐⭐★</td>
</tr>
</table>
</body>
</html>