Abhijith_Portfolio / index.html
abhi2400's picture
Upload 14 files
b7d41dd verified
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Portfolio Website</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200" />
</head>
<body>
<header class="parallax" id="home">
<nav>
<ul>
<li><a href="#home">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#projects">Projects</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</nav>
</header>
<hr>
<div class="background-container">
<p>
<strong>Welcome to my portfolio!</strong><br><br>
I'm <strong>Abhijith Parimalla</strong>, a passionate Computer Science student specializing in Artificial Intelligence and Machine Learning at Vardhaman College of Engineering.
With a strong foundation in programming languages like <strong>Python, Java, and C++</strong>, I enjoy applying theoretical concepts to real-world challenges through collaborative projects.
My journey is driven by a constant desire to learn and stay ahead of technology trends, always seeking new opportunities to innovate and make an impact.
Explore my work to see how I'm pushing the boundaries of AI and ML!
</p>
<h2>Want to know more about me? Scroll down!</h2>
<span class="material-symbols-outlined">arrow_downward</span>
</div>
<div class="mywork">
<section id="about">
<div class="about-content">
<div class="about-text">
<h2>About Me</h2>
</div>
<div class="container">
<div class="slide">
<div class="box">
<h2>Bio Data</h2>
<p><b>Name:</b>AbhijithParimalla<br>
<b>DOB:</b>20-05-2005<br>
<b>Nationality:</b> Indian<br>
</p>
</div>
<div class="box">
<h2>Skills</h2>
<p>C<br>
C++<br>
Java<br>
Python<br>
Problem solving<br>
Web development</p>
</div>
<div class="box">
<h2>Interests and Hobbies</h2>
<p>Watching Movies<br>
Reading Books<br>
Watching Cricket<br>
</p>
</div>
</div>
</div>
<div class="about-image">
<img src="Abhijith.jpg" alt="Your Image">
</div>
</div>
</section>
<section id="projects">
<h2><b>My Projects</b></h2>
<div class="projects-container">
<div class="project-names">
<ul>
<li><a href="https://huggingface.co/spaces/abhi2400/Language_Translator" target="_blank" rel="noopener">Language Translator</a></li>
<li><a href="https://huggingface.co/spaces/abhi2400/youtube_video_downloader" target="_blank"rel="noopener">Video downloader</a></li>
<li><b>Apartment management system</b></li>
<li><b>Hospital management system</b></li>
<li><b>Cancer prediction Using Machine learning</b></li>
</ul>
</div>
<div class="project-images">
<div class="image-box">
<img src="project2.png" alt="Project 1">
</div>
<div class="image-box">
<img src="project3.png" alt="Project 2">
</div>
</div>
</div>
</section>
</div>
<section id="contact">
<footer>
<div class="contact-icons">
<div class="icon-container">
<a href="mailto:abhijeethparimalla@gmail.com" target="_blank" rel="noopener" aria-label="Email">
<img src="gmail.png" alt="Gmail Icon" class="icon">
</a>
<p>Email</p>
</div>
<div class="icon-container">
<a href="https://www.linkedin.com/in/abhijithparimalla/" target="_blank" rel="noopener" aria-label="LinkedIn">
<img src="linkedin.png" alt="LinkedIn Icon" class="icon">
</a>
<p>LinkedIn</p>
</div>
<div class="icon-container">
<a href="https://github.com/abhijeeth-pa" target="_blank" rel="noopener" aria-label="GitHub">
<img src="github.png" alt="GitHub Icon" class="icon">
</a>
<p>GitHub</p>
</div>
</div>
<div class="resume-container">
<a href="profile.pdf" class="resume-button" download>Download My Resume</a>
</div>
</footer>
</section>
</body>
</html>