-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
36 lines (35 loc) · 946 Bytes
/
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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>CV-PersonalSite</title>
</head>
<body>
<table>
<tr>
<td><img src="user-male.png" alt="shahbaz" width="300" height="300"></td>
<td><h1>Shaik</h1>
<p><b>student at <i><a href="https://schools.olympiadsuccess.com/s/kadapa/narayana-junior-college-cuddapah-nagarajupet-kadapa-516001">Naryana junior college</a></i></b></p>
<p>I am a Web developer. I ❤ programming</p></td>
</tr>
</table>
<hr>
<h2>My Skills</h2>
<p> latest frameworks and technologies, including Javascript ES6, Bootstrap 4, MongoDB,HTML,CSS.</p>
<hr>
<h2>My Learnings</h2>
<ul>
<li>The complete Web Development.</li>
<li>The complete python Boot camp.</li>
</ul>
<hr>
<h2>Work Experience</h2>
<table>
<tr>
<td>2020-2021</td>
<td>GitHub</td>
</tr>
</table>
<hr>
</body>
</html>