-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathHome.html
More file actions
32 lines (28 loc) · 1.31 KB
/
Home.html
File metadata and controls
32 lines (28 loc) · 1.31 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Ruhee Jain| Portfolio</title>
<link href="home.css" rel="stylesheet">
</head>
<body>
<div id="container" >
<ul id="nav">
<li> <a href="Home.html"> HOME </a> </li>
<li> <a href="About.html"> ABOUT </a> </li>
<li> <a href="skills.html"> SKILLS </a> </li>
<li> <a href="contact.html"> CONTACT </a> </li>
</ul>
<div class="header" >
<h1> Hey! I'm Ruhee Jain</h1>
<h2> 50% water and 50% code! </h2>
</div>
<div class="content">
<h2> About Ruhee Jain </h2>
<p> I am currently in second year of college at GTBIT,Delhi pursuing a bachelors degree in Information Technology. Following my passion towards programming I'm a regular practictioner of coding algorithms. Having a never ending appetite for learning I'm trying my hands and brain on technologies like Web Development and ML.</p>
<h2> My Mission </h2>
<p> I aim to join a dynamic and progressive organisation offering ample opportunities of diversified exposure where I can apply and enhance my professional skills. As we all know that knowledge limited to oneself is never useful, so my ultimate goal is to learn, practice and grow along with others in the Tech World. I want to leave my impact by contributing to the Tech World !</p>
</div>
</div>
</body>
</html>