Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
NityaArya30 authored Jul 17, 2023
1 parent ae7e1b5 commit 272ba8d
Show file tree
Hide file tree
Showing 10 changed files with 93 additions and 0 deletions.
8 changes: 8 additions & 0 deletions about.html
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>
9 changes: 9 additions & 0 deletions contact.html
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>
27 changes: 27 additions & 0 deletions hobbies.html
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>
Binary file added images/19bdaynitya.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/cartoon sketch.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/cooking.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/hobbies 1.webp
Binary file not shown.
Binary file added images/krishna art.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/novels.webp
Binary file not shown.
49 changes: 49 additions & 0 deletions index.html
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">
&copy; Nitya Arya All Rights Reserved </p>

</body>
</html>

0 comments on commit 272ba8d

Please sign in to comment.