Spaces:
Running
Running
| <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> | |