-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresume.html
73 lines (69 loc) · 1.94 KB
/
resume.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
<!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>Tejas's Resume</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<img src="RESUMEPNG.png" alt="">
</header>
<table>
<tr>
<td><img width="300" src="tejas image.JPG" alt="tejas khatkale's photo"></td>
<td><h1>Tejas Nagnath Khatkale</h1>
<p><i>Student at JSCOE(App dev/Webdev)</i></p>
<p>I ❤️ to explore new Things</p></td>
</tr>
</table>
<!--header ends-->
<hr>
<h2>Education</h2>
<table border="">
<tr>
<th>Course</th>
<th>Institude</th>
<th>Year</th>
<th>Result</th>
</tr>
<tr>
<td>12<sup>th</sup> Grade</td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td>10<sup>th</sup> Grade</td>
<td>MMS, Daund Pune</td>
<td>2019</td>
<td>73.60%</td>
</tr>
</table>
<h2>Skills</h2>
<ul>
<li>
<strong>Tools & Platforms :</strong> VS Code,Android Studio,GitHub.
</li>
<li>
<strong>Programming Languages :</strong> C,Java,Python,Kotlin(beginner),Dart.
</li>
</ul>
<h2>Projects</h2>
<ul>
<li> <h3><a href="https://github.com/tejaskhatkale/TicTacToetutorial.git">Tic Tac Toe </a>(Game App) :-</h3>
<ul>
<li>Front-End using XML. </li>
<li>Main Activity Using Kotlin.</li>
</ul>
</li>
</ul>
<hr>
<!--Main se tion Ends-->
<h2>Connect With Me</h2>
<p> <strong> Email : </strong> <a href="mailto:[email protected]">[email protected]</a></p>
<p> <strong> Contact No. :</strong> (+91)8446719184</p>
</body>
</html>