-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
134 lines (108 loc) · 2.85 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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Deepak's Personal Site</title>
</head>
<body>
<!-- Introduction -->
<table cellspacing="20">
<tr>
<td>
<img
src="./photo1662055826-modified.png"
alt="Image not found"
width="250px"
width="500"
height="250"
/>
</td>
<td>
<h1>Deepak Javalgi</h1>
<p>
Hey there, I am Deepak Javalgi. I am a Web-Developer who creates clean & creative websites. Welcome to my portfolio website.
</p>
</td>
</tr>
</table>
<hr>
<!-- Teachings -->
<h3>Teachings</h3>
<ul>
<li>Frontend Web development</li>
<li>ReactJs</li>
<li>SQL Database</li>
</ul>
<hr>
<br />
<!-- Hobbies -->
<a href="hobbies.html" target="_blank">My Hobbies</a>
<br>
<!-- Skills -->
<h3>Skills</h3>
<table border="1px">
<tr>
<td>
<table cellspacing="5px">
<tr>
<td>HTML</td>
<td>⭐⭐⭐⭐⭐</td>
</tr>
<tr>
<td>CSS</td>
<td>⭐⭐⭐⭐⭐</td>
</tr>
<tr>
<td>Javascript</td>
<td>⭐⭐⭐⭐</td>
</tr>
<tr>
<td>ReactJs</td>
<td>⭐⭐⭐</td>
</tr>
<tr>
<td>MySQL</td>
<td>⭐⭐⭐</td>
</tr>
<tr>
<td>Object Oriented Programming</td>
<td>⭐⭐⭐⭐⭐</td>
</tr>
</table>
</td>
<td>
<table cellspacing="5px">
<tr>
<td>Photography</td>
<td>⭐⭐⭐⭐⭐</td>
</tr>
<tr>
<td>Video Editing</td>
<td>⭐⭐⭐</td>
</tr>
<tr>
<td>PhotoShop</td>
<td>⭐⭐⭐⭐</td>
</tr>
<tr>
<td>Data Structures</td>
<td>⭐⭐⭐⭐</td>
</tr>
<tr>
<td>Command Line Interface</td>
<td>⭐⭐⭐⭐</td>
</tr>
<tr>
<td>Bootstrap</td>
<td>⭐⭐⭐⭐⭐</td>
</tr>
</table>
</td>
</tr>
</table>
<br>
<a href="./contact-me.html" target="_blank">Contact Me</a>
</body>
</html>