ARAVIND-INFO / index.html
aravind9788's picture
upload my web
b4d488a verified
<!-- about.html -->
<!DOCTYPE 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>