Skip to content

Commit

Permalink
Merge pull request #282 from agneya-1402/agneya
Browse files Browse the repository at this point in the history
Added portfolio
  • Loading branch information
avinash201199 authored Oct 7, 2024
2 parents 46b1683 + 638d7cb commit 486d08f
Show file tree
Hide file tree
Showing 5 changed files with 110 additions and 0 deletions.
Binary file modified .DS_Store
Binary file not shown.
Binary file added Agneya Pathare/.DS_Store
Binary file not shown.
89 changes: 89 additions & 0 deletions Agneya Pathare/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,89 @@
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Divyanshu Gupta</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<table cellspacing="30">

<tr>
<td>
<img src="me_2.jpg">
</td>
<td>
<h1>Agneya Pathare</h1>


<h3><p> <em> Final year UnderGraduate @ <strong><a href="https://atharvacoe.ac.in/"> Atharva College Of Engineering </a>. </strong> </em> </p></h3>
</td>
</tr>
</table>

<div class="intro">
<h3> Introduction:- </h3>
<p> <i> Hey! I am Agneya Pathare, a Developer, Visual Designer and Video Editor.
I am a generalist, researching topics like Design, Quantum Computing, AI, App Development, Computer Vision, Augmented Reality, IoT, and Game development, experimenting with all the new tools available.
I have a natural thirst for knowledge and learning new things every day of my life, being the absolute best version of myself.
<br>
<br>
Passionate about bringing ideas to life through design, video editing, and coding. I can help your business by creating high-quality, eye-catching digital content that drives growth and engagement. With a keen eye for detail and a dedication to innovation, I strive to deliver impactful visual and digital experiences. Let's connect and create something amazing together!.</i> </p>

</div>



<div class="hobby">
<h3>Hobbies:-</h3>
<i>

<li> Coding</li>
<li> Designing </li>
<li> Animation </li>
<li> video Editing </li>
<li> Running </li>
</i>
</ul>
</div>

<div class="skill">
<h3>Skills:-</h3>
<i>
<ul>
<li>Computer Vision</li>
<li>Fusion 360</li>
<li>IoT</li>
<li>Python</li>
<li>Artificial Intel</li>
<li>DevOps</li>
<li>Flutter</li>
<li>React</li>
</ul>
</i>





<div class="contact">
<h3>Contact details :-</h3>
<i>
<ul>
<li>
<b>Email ID -</b> [email protected]
</li>
<br>
<li>
<a href="https://www.instagram.com/stories/agneya_pathare/"><b>Instagram</b></a>
</li>
<br>
<li>
<a href="https://www.linkedin.com/in/agneya-pathare/"><b>LinkedIn</b></a>
</li>
</ul>
</i>
</div>

</body>
</html>
Binary file added Agneya Pathare/me_2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 21 additions & 0 deletions Agneya Pathare/style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
img{
height: 250px;
border-radius: 10px;
}
body{
background-color: #EAF6F6;
font-size: large;
}

hr{
background-color: white;
border-style: dotted none none;
border-color: grey;
border-width: 7px;
height: 0px;
width: 10%;
}

div{
margin: 60px auto;
}

0 comments on commit 486d08f

Please sign in to comment.