-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
34 lines (32 loc) · 1.38 KB
/
index.html
File metadata and controls
34 lines (32 loc) · 1.38 KB
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
<html>
<head>
<meta charset="UTF-8">
<title>Portfolio</title>
</head>
<body>
<h1>Heyy!! I am Atharva. Nice to see you! 😉</h1>
<hr/>
<h2>Here are some of the projects that I've worked on!</h2>
<ol>
<h3><li><a href="">Office based Task management system</a></li></h3>
<p>This project mainly focuses on handling day-to-day tasks of any office based administrator to complete his/her tasks and maintain the record database.</p>
<a href=""><img src="./s3.png" width="450" height="350"/></a>
<br>
<label>Tech stack used-</label>
<ul>
<li>JAVA</li>
<li>MySQL</li>
</ul>
<h3><li><a href="">Clinic management system</a></li></h3>
<p>This project has been developed in consideration with Mental health professionals. It helps them to not only manage their clinic effectively but also track their patient progress inorder to give the best possible treatment. </p>
<a href=""><img src="./s4.png" width="450" height="350"/></a>
<br>
<label>Tech stack used-</label>
<ul>
<li>Python</li>
<li>MySQL</li>
</ul>
</ol>
<h3><a href="./contact.html">Contact Me</a></h3>
</body>
</html>