-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproject1.html
103 lines (102 loc) · 4.02 KB
/
project1.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
<!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>Project 1</title>
</head>
<body>
<div>
<div>
<h1><b>Nikhat Nadaf</b></h1>
<label for="li">Linkedin</label>
<a href="https://www.linkedin.com/in/nikhat-nadaf-485093250/" id="li" target="_blank">https://www.linkedin.com/in/nikhat-nadaf-485093250/</a>
<p>Contact: <a href="nkhatnadaf.com">nikhatnadaf1128@gmail.com</a></p>
<p>Github: <a href="https://github.com/NikhatNadaf?tab=repositories" target="_blank">https://github.com/NikhatNadaf?tab=repositories</a></p>
<p>Phone No: 9876543210</p>
</div>
<table>
<tr>
<td>
<img src="Nikhat_Nadaf_image.jpg" alt="Nikhat_Nadaf_image" width="50" height="20">
</td>
<td>
I am Nikhat Nadaf as Professor in Diplom College.
I ampassionated about coding and programming .I am familiar with programming languages C,Java,Python and some concepts like OOPS,DSA,networking and OS.
My web developement technologies include HTML,CSS and Java Script.
</td>
</tr>
</table>
<section>
<h2>Education</h2>
<ul>
<li>Bachlore of Technology in Computer Science</li>
<li>Diploma in Computer Science</li>
</ul>
</section>
<section>
<h2>Work Experience</h2>
<h3>IT Professor</h3>
<p>Feb 2023 - June 2023</p>
<ul>
<li>
Teacher of Data Structure and Algorithm
</li>
<li>Teacher of Python Programming language</li>
<li>Teacher for C programming Language</li>
</ul>
</section>
<section>
<h2>Skills</h2>
<ul>
<li>C</li>
<li>Java</li>
<li>Python</li>
<li>HTML</li>
<li>CSS</li>
<li>JavaScript</li>
<li>SQL</li>
</ul>
</section>
<section>
<h2>Achievements</h2>
<ul>
<li>
winner up in Project idea competition at state level
</li>
<li>
certificates in gfg jon-a-thone in DSA
</li>
</ul>
</section>
<section>
<h2>Projects</h2>
<ul>
<li>Library Management System
<p>A library management system is software that is designed to manage all the functions of a library. It helps librarian to maintain the database of new books and the books that are borrowed by members along with their due dates.</p>
<p>Hosted Link: <a href="google.com">https://librarymanagementSystem.com</a></p>
<p>Github link <a href="abcd.com">https://gitlibman.com</a></p>
</li>
<li>
Auto Search Tool
<p>Search Tools. 539 users. Overview. Search on your favorite sites via Google. Have you ever found that the built-in search in website is not ...</p>
<p>Hosted link <a href="abcd.com">https://autosearchtool.co.in</a></p>
<p>Github Link <a href="abcd.com">gitautotool.com</a></p>
</li>
</ul>
</section>
<section>
<h2>Frequently Asked Questions:</h2>
<details>
<summary>What is Your Name?</summary>
My name is Nikhat
</details>
<details>
<summary>Where are you from?</summary>
I am from Solapur
</details>
</section>
</div>
</body>
</html>