0% found this document useful (0 votes)
6 views3 pages

Assignment No.1

The document is a personal portfolio webpage for Ramprasad Vaijnath Pole, a Computer Engineering student focused on web development and technology. It includes sections on his background, skills, interests, and projects such as a portfolio website, weather app, and to-do list app. Contact information is also provided, including email and links to LinkedIn and GitHub profiles.

Uploaded by

newshunt535
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
6 views3 pages

Assignment No.1

The document is a personal portfolio webpage for Ramprasad Vaijnath Pole, a Computer Engineering student focused on web development and technology. It includes sections on his background, skills, interests, and projects such as a portfolio website, weather app, and to-do list app. Contact information is also provided, including email and links to LinkedIn and GitHub profiles.

Uploaded by

newshunt535
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

Ramprasad Vaijnath Pole

8007745066

[email protected]

Code-

<!DOCTYPE html>

<html lang="en">

<head>

<meta charset="UTF-8">

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>Ramprasad Pole - Portfolio</title>

</head>

<body>

<!-- Main Heading -->

<h1>Ramprasad Pole</h1>

<!-- About Me Section -->

<section id="about-me">

<h2>About Me</h2>

<p>

I am a Computer Engineering student passionate about building creative and


functional web applications.

I enjoy solving real-world problems through technology and continuously learning


new skills in web development, AI, and problem-solving.

My goal is to grow as a full-stack developer and work on impactful projects that make
a difference.

</p>

</section>

<!-- Skills and Interests Section -->


<section id="skills-interests">

<h2>Skills and Interests</h2>

<h3>Skills:</h3>

<ul>

<li>HTML, CSS, JavaScript</li>

<li>Java and C Programming</li>

<li>Version Control (Git & GitHub)</li>

</ul>

<h3>Interests:</h3>

<ol>

<li>Artificial Intelligence and Machine Learning</li>

<li>Open-source Contribution</li>

<li>Problem Solving and Coding Challenges</li>

</ol>

</section>

<!-- Projects Section -->

<section id="projects">

<h2>Projects</h2>

<div class="project">

<h3>1. Portfolio Website</h3>

<p>A personal website to showcase my skills, interests, and projects. Built using HTML
and CSS for structure and styling.</p>

<a href="#" target="_blank">View Project</a>

</div>
<div class="project">

<h3>2. Weather App</h3>

<p>A simple weather application that fetches real-time weather data using a public
API and displays it in a clean UI.</p>

<a href="#" target="_blank">View Project</a>

</div>

<div class="project">

<h3>3. To-Do List App</h3>

<p>An interactive to-do list app built with JavaScript to help manage daily tasks
efficiently.</p>

<a href="#" target="_blank">View Project</a>

</div>

</section>

<!-- Contact Information Section -->

<section id="contact">

<h2>Contact Information</h2>

<p>Email: <a
href="mailto:[email protected]">[email protected]</a></p>

<p>LinkedIn: <a href="https://www.linkedin.com/in/ramprasadpole"


target="_blank">linkedin.com/in/ramprasadpole</a></p>

<p>GitHub: <a href="https://github.com/ramprasadpole"


target="_blank">github.com/ramprasadpole</a></p>

</section>

</body>

</html>

You might also like