-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
82 lines (59 loc) · 1.35 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Sai's Personal Site</title>
</head>
<body>
<table>
<tr>
<td>
<img src="/test/images/circle-cropped.png" alt="Sai's Profile Picture" width="150" height="150">
</td>
<td>
<h1>Sai Pradeep Ravipati</h1>
<p><em>Founder of</em> <strong>AEIOU</strong> <em>production</em></p>
<p><em>Passion to drive own company</em></p>
<hr />
</td>
</tr>
</table>
<h2> <a href="myhobbies.html">Reading Books & Biographies</a> </h2>
<h2> <a href="targets.html">Target's</a> </h2>
</body>
<table>
<thead>
<h3>Skills</h3>
<hr />
</thead>
<tr>
<td>
<p>
Java
</p>
<p>
Database
</p>
</td>
<td>
<p>
⭐⭐⭐⭐
</p>
<p>
⭐⭐⭐
</p>
</td>
</tr>
<input type="color" / />
<input type="date" name="" value="">
<input type="range" name="" value="">
<input type="file" name="" value="">
<input type="image" name="" value="">
<input type="url" name="" value="">
</table>
<form action="mailto:sai2gmail.com" method="post">
<label for="Name:"></label>
<input type="text" name="yourName" value="Sai">\
<input type="submit" name="submit">
</form>
</html>