Spaces:
Running
Running
File size: 705 Bytes
a578ba2 0f87eb2 a578ba2 5a653f7 a578ba2 5a653f7 a578ba2 0f87eb2 | 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 | <!DOCTYPE html>
<html>
<head>
<title>Your Name | Data Analyst</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<h1>Your Name</h1>
<p>Data Analyst | Python | EDA | Machine Learning</p>
<h2>Projects</h2>
<ul>
<li>
<b>Easy Visa</b><br>
<a href="https://github.com/AnkushOO7/EasyVisa" target="_blank">GitHub</a>
</li>
<li>
<b>loan default prediction</b><br>
<a href="https://github.com/AnkushOO7/loan-default-prediction" target="_blank">GitHub</a>
</li>
</ul>
<h2>Contact</h2>
<p>Email: wankush324@email.com</p>
<p>GitHub: https://github.com/AnkushOO7</p>
</body>
</html>
|