-
Notifications
You must be signed in to change notification settings - Fork 264
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #282 from agneya-1402/agneya
Added portfolio
- Loading branch information
Showing
5 changed files
with
110 additions
and
0 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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; | ||
} |