-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ae7e1b5
commit 272ba8d
Showing
10 changed files
with
93 additions
and
0 deletions.
There are no files selected for viewing
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,8 @@ | ||
<h1>About Me</h1> | ||
<p>My name is Nitya. I am pursuing my bachelor's degree in Computer Science from Kurukshetra University.</p> | ||
|
||
<p>I have a keen interest in Web Development. Currently I am a begginer in coding. I am learning Frontend Development. | ||
i am also learning cpp and DSA along with Development. | ||
</p> | ||
|
||
<p>My lesiure time activites are Sketching and Cooking. my ardent dream is to become a successful developer and I am working hard for that.</p> |
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,9 @@ | ||
<h1>Contact Me</h1> | ||
<p>Tel: +91 9034XXXXXX</p> | ||
<p>Email: [email protected]</p> | ||
<p>Address:</p> | ||
<p> | ||
123 JANE STREET<br /> | ||
Some City<br /> | ||
Some Country <br /> | ||
</p> |
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,27 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>MY HOBBIES</title> | ||
</head> | ||
<body> | ||
<h1><u>MY HOBBIES</u></h1> | ||
<p>It is believed that person should make his leisure time productive by ameliorating his skills apart from required for profession. So, here are some of my Leisure time activites i.e my hobbies :</p> | ||
<ol> | ||
<h2><li><u>SKETCHING</u></li></h2> | ||
<p>My most favourite hobby is drawing cartoon sketches and sketches of almighty. Wanna present my few pieces of art :</p> | ||
<img src="./images2/cartoon sketch.jpeg" height="300" alt="Barbie"> | ||
<img src="./images2/krishna art.jpeg" height="300" alt="krishna"> | ||
<hr> | ||
<h2><li><u>COOKING</u></li></h2> | ||
<p>I love to cook different delicious dishes for my friends and family members during my leisure time.</p> | ||
<img src="./images2/cooking.jpg" height="200" alt="vegetables"> | ||
<hr> | ||
<h2><li><u>READING NOVELS</u></li></h2> | ||
<p>I read novels in my leisure time in order to have good experiences and ameliorate my vocabulary.</p> | ||
<img src="./images2/novels.webp" height="200" alt="novel"> | ||
</ol> | ||
|
||
</body> | ||
</html> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,49 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>My Resume</title> | ||
</head> | ||
<body> | ||
<h1><u>NITYA ARYA</u></h1> | ||
<img src="./images/19bdaynitya.jpeg" height="300" alt="My profile"> | ||
<h2><u>INTRODUCING MYSELF</u></h2> | ||
<p>I am a Tech-Enthusiast working hard to achieve my goals. Also I have a keen interest in Web Development.</p> | ||
<hr> | ||
<h2><u>EDUCATION</u></h2> | ||
<ul> | ||
<li>Class 10th - The Vedic Era Progressive School (2007-2020)</li> | ||
<li>Class 12th - Little Angels Senior Secondary School (2020-2022)</li> | ||
<li>Bachelor's of Technology - Kurukshetra University (2022-2026)</li> | ||
</ul> | ||
<hr> | ||
<h2><u>HOBBIES</u></h2> | ||
<p>The two top most favourite hobbies of mine are 'COOKING' and 'SKETCHING'. But apart from that i love to read fiction books and explore new places.</p> | ||
<p>Click the image below to Know more about my hobbies : </p> | ||
|
||
<a href="./images/P/hobbies.html"> <img src="./images/hobbies 1.webp" height="300" alt="My Hobbies"> </a> | ||
<hr> | ||
<h2><u>SKILLS</u></h2> | ||
<ul> | ||
<li>HTML5 ❤❤❤❤❤</li> | ||
<li>CSS ❤❤❤</li> | ||
<li>C ❤❤❤❤</li> | ||
</ul> | ||
<hr> | ||
<h2><u>AWARDS AND CERTIFICATIONS</u></h2> | ||
<ul> | ||
<li>Awarded with best speaker certificate in class 12th </li> | ||
<li>Awarded with best artist award in class 10th</li> | ||
</ul> | ||
<hr> | ||
<h2><u>OTHERS</u></h2> | ||
<p>To know more about me click the links given below:</p> | ||
<h3><a href="./images/P/about.html" >About ME</a></h3> | ||
<h3><a href="./images/P/contact.html">Contact Me</a></h3> | ||
<hr> | ||
<p class="copywright"> | ||
© Nitya Arya All Rights Reserved </p> | ||
|
||
</body> | ||
</html> |