-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
150 lines (143 loc) · 3.49 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
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>❤ Devil's Personal Site</title>
</head>
<body>
<table cellspacing="20">
<tr>
<td><img src="img/225081378_3000081516889341_6995958418626867173_n.jpg" alt="Devil's Profile Picture" height="200"></td>
<td>
<h1>Vishwajeet </h1>
<p><em>I am a <strong>learner</strong> and <strong>self motivated</strong> person</em></p>
<p>I am a full stack developer who just bought a new laptop and writing codes thats i've learnt so far</p>
</td>
</tr>
</table>
<hr>
<h3>Education</h3>
<!-- <p>10<sup>th</sup> & 12<sup>th</sup> from Scottish International School with 7.4 CGPA & 67 percent respectevily <br>
Under Graduated with <em>BA</em><br> <h4> Others</h4> -->
<ul>
<li>
<p>10<sup>th</sup> & 12<sup>th</sup> from Scottish International School with 7.4 CGPA & 67 percent respectevily
</li>
<li>
Under Graduated with <em>BA</em></li>
</ul>
<h4> Others</h4>
<!-- <br>CCC <br>Tally <br>Digital Marketing <br>Ethical Hacking <br>Web Development </p> -->
<ul>
<li>CCC</li>
<li>Tally</li>
<li>Advanced Excel</li>
<li>Digital Marketing</li>
<li>Ethical Hacking</li>
<li>Web Development
<ul>
<li>Front End</li>
<li>Back End</li>
<li>Full Stack</li>
</ul>
</li>
</ul>
<hr>
<h3>Work Expeience</h3>
<table cellspacing="10">
<thead>
<tr>
<th>Year</th>
<th>Work</th>
</tr>
</thead>
<tbody>
<tr>
<td>2021-...</td>
<td>Web Developer</td>
</tr>
</tbody>
<tfoot>
<tr>
<td>More...</td>
<td>More...</td>
</tr>
</tfoot>
</table>
<hr>
<h3>My Skills</h3>
<!-- <table>
<tr>
<td>MS OFFICE SUITE</td>
<td>Web Development</td>
</tr>
<tr>
<td>Ethical Hacking</td>
<td>Canva Design</td>
</tr>
<tr>
<td>Android Development</td>
<td>Game Development</td>
</tr>
<tr>
<td>Video Editing</td>
<td>Dancing</td>
</tr>
</table> -->
<table>
<tr>
<td>
<table cellspacing="10">
<tr>
<td>MS OFFICE SUITE</td>
<td>⭐⭐⭐⭐⭐</td>
</tr>
<tr>
<td>Android Development</td>
<td>⭐⭐</td>
</tr>
<tr>
<td>Ethical Hacking</td>
<td>⭐⭐⭐</td>
</tr>
<tr>
<td>Video Editing</td>
<td>⭐⭐</td>
</tr>
<tr>
<td>Photography</td>
<td>⭐⭐</td>
</tr>
</table>
</td>
<td>
<table cellspacing="10">
<tr>
<td>Web Development</td>
<td>⭐⭐⭐⭐⭐</td>
</tr>
<tr>
<td>Game Development </td>
<td>⭐⭐</td>
</tr>
<tr>
<td>Canva Design</td>
<td>⭐⭐</td>
</tr>
<tr>
<td>Graphic Design</td>
<td>⭐⭐</td>
</tr>
<tr>
<td>Dancing</td>
<td>⭐⭐⭐</td>
</tr>
</table>
</td>
</tr>
</table>
<a href="My_Hobbies.html">My Hobbies</a>
<a href="Contact_Me.html">Contact Me</a>
<hr>
</body>
</html>