-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
51 lines (45 loc) · 1.51 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title> 🖤✨Sofiyan's Personal Web-Site</title>
</head>
<body>
<img src="https://media.licdn.com/dms/image/D5603AQGORrnmjova-g/profile-displayphoto-shrink_400_400/0/1668686299038?e=1683763200&v=beta&t=2iKQxkAAqVRyp72tg9QUK86CO8p-yeob7LnkD1WBx_4" alt="Sofiyan's Profile picture" >
<h1>Sofiyan Malidwale</h1>
<br>
<p><em>Student of Engineering in <strong>Computer Science And Information Technology</strong> </em></p>
<hr size="3" >
<h2>Skills</h2>
<table cellspacing="20" >
<tr><td><th>Technical Skills</th></td></tr>
<tr>
<td><a href="https://developer.android.com/">Android Dev</a></td>
<td>⭐⭐⭐⭐⭐</td>
<td><a href="https://www.java.com/en/">Java</a></td>
<td>⭐⭐⭐⭐⭐</td>
<td>Object oriented Programming</td>
<td>⭐⭐⭐⭐⭐</td>
</tr>
<tr>
<td>MySQL</td>
<td>⭐⭐⭐⭐</td>
<td>XML</td>
<td>⭐⭐⭐⭐⭐</td>
<td>Shell Scripting</td>
<td>⭐⭐⭐⭐</td>
</tr>
</table>
<hr size="3">
<h2>Hobbies</h2>
<ol type="1">
<li>Stecking</li>
<li>Trekking</li>
<li>Fishing</li>
<li>Gym</li>
<hr>
<br>
<h2><a href="Contacts.html">Contacts Info.</a></h2>
</ol>
</body>
</html>