-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
80 lines (75 loc) · 2.21 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>🧡 Bhushan's Personal Website</title>
</head>
<body>
<table cellspacing="20">
<tr>
<td><img src="add.png" alt="Profile Photo" width="200" height="200"></td>
<td><h1><strong>My First Website</strong></h1>
<p><em>This is My <b>First Website.</b></em></p>
<p> <em>Welcome to our very first website! We are excited to share our passion and expertise with you through this platform.
Our goal is to provide a user-friendly and informative experience that showcases our brand and services.</em></p>
</td></em></p>
</tr>
</table>
<hr style="text-align:left;margin-left:0">
<h1><strong>My Skills Sets</strong></h1>
<p>
<ul><em>
<li>C & C++</li>
<li>Web Development</li>
<li>Python Web</li>
<li>Artificial Intelligence</li>
</em>
</ul>
<hr>
</p>
<p>
<table cellspacing="10">
<tr>
<td>C++</td>
<td>⭐⭐⭐⭐⭐</td>
<td>Python</td>
<td>⭐⭐⭐</td>
</tr>
<tr>
<td>Web Development</td>
<td>⭐⭐⭐⭐</td>
<td>C</td>
<td>⭐⭐</td>
</tr>
</table cellspacing="10">
<hr>
</p>
<h1>My Hobbies</h1>
<p>
<ol><em>
<li>Reading</li>
<li>Coding</li>
<li>Music Listening</li>
</em>
</ol>
<hr>
<table border="1">
<thead>
<th>year</th>
<th>Ach</th>
</thead>
<tbody>
<tr>
<td>2020</td>
<td>10 th completed</td>
</tr>
<tr>
<td>2022</td>
<td>12th completed</td>
</tr>
</tbody>
</table>
</p>
<a href="contactme.html">Contact Us</a>\
</body>
</html>