ARAVIND-INFO / contact.html
aravind9788's picture
upload my web
b4d488a verified
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Contact - Aaravind</title>
<link rel="stylesheet" href="style.css">
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap" rel="stylesheet">
</head>
<body>
<div class="background-3d"></div>
<div class="sidebar">
<a href="index.html">Home</a>
<a href="about.html">About</a>
<a href="projects.html">Projects</a>
<a href="contact.html" class="active">Contact</a>
</div>
<div class="main">
<h1>Contact Me</h1>
<p>Hello! I'm currently studying and working on improving my development skills. But I'm open to freelance or part-time work. If you'd like to hire me for a small project, need help building something, or want to connect — feel free to reach out!</p><br>
<div class="contact-info">
<p><strong>Email:</strong> aravindsuamathi97@gmail.com</p>
<p><strong>Phone:</strong> 6381122175</p>
</div>