Skip to content

Commit

Permalink
Added initial files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaurikaa8527 authored Jul 12, 2021
1 parent 12d5d7f commit 7cce1d1
Show file tree
Hide file tree
Showing 4 changed files with 131 additions and 0 deletions.
30 changes: 30 additions & 0 deletions ContactMe.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Contact Me</title>
</head>
<body>
<h3>Contact me via any of the following mediums:</h3>
<h4>Email: [email protected]</h4>
<h4><a href="https://www.linkedin.com/in/gaurikaakathpalia/">Linkedin</a></h4>
<h4><a href="https://www.instagram.com/gaurikaagossips/">Instagram</a></h4>
<h4><a href="https://twitter.com/Gaurikaa2">Twitter</a></h4>
<h4><a href="https://t.me/Gaurikaa85">Telegram</a></h4>
<br>
<h2>OR</h2>
<br>
<h3>Give in your details we'll contact you:</h3>
<form class="" action="Thankyou.html" method="post" enctype="text/plain">
<label>Your Name: </label>
<input type="text" name="Your Name: " value=""><br>
<label>Your Contact Number: </label>
<input type="number" name="Your Contact Number: " value=""><br>
<label>Your Email: </label>
<input type="email" name="Your Email: " value=""><br>
<label>Your Message:</label><br>
<textarea name="Your Message" rows="10" cols="50"></textarea><br>
<input type="submit" name="" value="Save">
</form>
</body>
</html>
11 changes: 11 additions & 0 deletions Thankyou.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Tank you</title>
</head>
<body>
<h1 style align="center">Thank you for your information, We'll contact you soon!</h1>
<a href="index.html">Back to home</a>
</body>
</html>
90 changes: 90 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,90 @@
<!DOCTYPE html>
<html lang="en" dir="ltr">

<head>
<meta charset="utf-8">
<title>Gaurikaa's Portfolio</title>
</head>

<body>
<table>
<tr>
<td><img src="C:\Web Development\images\profilepicturefinal.png" style="align:center;" width="450" height="450" alt="Gaurikaa Profile Picture"></td>
<td>
<h1>Gaurikaa Kathpalia</h1>
<p><em>Pre-final year student at <strong><a href="https://www.igdtuw.ac.in/">Indira Gandhi Delhi Technical University for Women</a></strong>.</em></p>
</td>
</tr>
</table>


<p>Hi! I'm Gaurikaa, I love playing as well as <a href="https://github.com/Gaurikaa8527/Roll-a-Ball.git">buillding games</a>. I also make <a
href="https://www.snapchat.com/unlock/?type=SNAPCODE&uuid=75a915c640914b7ba4584c91901ab142&metadata=01">Snapchat lenses</a> sometimes. I code in C++.
I'm a sucker for ginger tea & pasta🍝☕.</p>
<hr>
<h3>Education</h3>
<table cellspacing="10">
<tr>
<td>
<li><strong>Graduation</strong></li>
<li><strong>Senior Secondary</strong></li>
<li><strong>High School</strong></li>
</td>
<td>
<ul style="list-style-type:none">
<li><em>2019 - present</em></li>
<li><em>2019</em></li>
<li><em>2017</em></li>
</ul>
</td>
</tr>
</table>
<hr>
<br>
<h3>My Hobbies</h3>
<ol>
<li>I like public Speaking and I take productivity and sometimes gossips sessions on <a
href="https://l.instagram.com/?u=https%3A%2F%2Favalon-voices.app.link%2F9leaFoUQWgb&e=ATP4lrN9wGZqKylMEx3HhK1sRRUceg8V6tmEXqST9d6NgAZhFuVgE665oTm38f4wbsMdeeVALF1vHeUj8yigRQ&s=1">Scenes by Avalon</a> app.</li>
<li>I also like to draw sometimes.</li>
<li>Other thank these, videos games have my heart for sure!</li>
</ol>
<br>
<hr>
<h3>Work Experience/Training</h3>
<table cellspacing="10">
<tr>
<td><em>July 2020 - Present</em></td>
<td>Executive Training Manager at <em>BloodConnect Foundation</em></td>
</tr>
<tr>
<td><em>April 2020 - Present</em></td>
<td>Campus Representative at <em>Beyond Overthinkng</em></td>
</tr>
</table>
<br>
<hr>
<h3>My Skills</h3>
<table cellspacing="10">
<tr>
<td>C++</td>
<td>⭐⭐⭐⭐</td>
</tr>
<tr>
<td>Python</td>
<td>⭐⭐⭐</td>
</tr>
<tr>
<td>Unity 3D</td>
<td>⭐⭐⭐</td>
</tr>
<tr>
<td>Public Speaking</td>
<td>⭐⭐⭐⭐⭐</td>
</tr>
</table>
<br>
<hr>
<h3><a href="ContactMe.html">Contact me</a></h3>
</body>

</html>
Binary file added profilepicturefinal.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7cce1d1

Please sign in to comment.