Spaces:
Running
Running
| <!-- about.html --> | |
| <html> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <title>Aaravind - Home</title> | |
| <link rel="stylesheet" href="style.css"> | |
| <link href="https://fonts.googleapis.com/css2?family=Poppins&display=swap" rel="stylesheet"> | |
| </head> | |
| <body> | |
| <div class="background-3d"></div> | |
| <div class="sidebar"> | |
| <a href="index.html" class="active">Home</a> | |
| <a href="about.html">About</a> | |
| <a href="projects.html">Projects</a> | |
| <a href="contact.html">Contact</a> | |
| </div> | |
| <div class="main"> | |
| <br><h1>BIOGRAPHY OF ME</h1> | |
| <br> | |
| <br> | |
| <h1>who am i ?</h1> | |
| <p>Hi, I'm Aravind N β a Python developer and web designer from India.</p> | |
| <p>backend development with Flask and MongoDB.</p> | |
| <p>Experienced Python Developer | Fast, Reliable & Clean Code | |
| A passionate and experienced Python developer ready to bring your ideas to life. I specialize in delivering robust, scalable, and clean solutions tailored to your needs. | |
| <br> | |
| <br><h1>My Services Include:</h1> | |
| <br>β Bug Fixing & Code Optimization β Clean up messy or broken code and boost performance. | |
| <br>β API Integration & Automation β Seamlessly connect your application with REST APIs, third-party services, or automation workflows. | |
| <br>β Custom Script Development β Python scripts for data scraping, file handling, task automation, and more. | |
| <br>β Data Processing with Pandas β Clean, manipulate, and analyze large datasets efficiently. | |
| <br>β Backend Development β Build or enhance your backend using Flask or FastAPI. | |
| <br>β Web Scraping β Collect data from websites using BeautifulSoup or Selenium. | |
| <br>β Deployment Support β Assist in deploying Python apps to servers or cloud platforms. | |
| <br> | |
| <br> | |
| <p>Email: aravindsuamathi97@gmail.com</p> | |
| <p>Phone: 6381122175</p> | |
| <br>Whether you're stuck with an error, need a quick fix, or want an end-to-end solution, I'm here to help β quickly and effectively.</p> | |
| </div> | |
| </body> | |
| </html> | |