-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproject.html
38 lines (38 loc) · 1.74 KB
/
project.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Projects</title>
<link rel="stylesheet" href="project.css">
<link rel="shortcut icon" href="images/favicon-32x32.png" type="image/x-icon">
<link rel="icon" href="images/favicon-32x32.png" type="image/x-icon">
</head>
<body>
<div class="title">
<h1>Academic Projects</h1>
<br>
</div>
<div class="container">
<a href="" class="card">
<h2>DeFinance: Decentralised Lending and Borrowing of Digital Assets</h2>
<p> • Led the development of decentralized money market platform, ‘DeFinance,’ harnessing blockchain and smart contract technologies. Initiated efforts to improve financial inclusivity, transparency, and efficiency, mitigating challenges in traditional financial systems.
</p>
</a>
<a href="https://ieeexplore.ieee.org/document/10652406" target="_blank" class="card">
<h2>DeFinance</h2>
<p> • Recently Published our research paper for DeFinance Project under publication of IEEE Xplore. Check the paper out by click on the card.
</p>
</a>
<a href="" target="_blank" class="card">
<h2>NoteSync</h2>
<p> • A crowdsource, cloud-based notes management system facilitating note sharing and collaboration among users.</p>
<p> • Technologies Used: HTML, CSS, JavaScript, Realtime Database, AWS</p>
</a>
<a href="https://chinmaypatil.net" target="_blank" class="card">
<h2>Portfolio</h2>
<p>• Dynamic portfolio website to showcase my Web Development expertise. Enhancing user experience and design for comprehensive skill display.</p>
</a>
<!-- Add more cards as needed -->
</div>
</body>
</html>