-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathIndex.html
More file actions
60 lines (55 loc) · 2.62 KB
/
Copy pathIndex.html
File metadata and controls
60 lines (55 loc) · 2.62 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Naval Nehra</title>
<link rel="stylesheet" href="css/styles.css">
<link rel="favicon" href="favicon.ico">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Merriweather&family=Montserrat&family=Sacramento&display=swap" rel="stylesheet">
</head>
<body>
<div class="upper">
<img id="uc" src="images/cloud.png" alt="cloud">
<h1>I'm Naval Nehra</h1>
<h2 class="programmer">a <span class="pro">pro</span>grammer</h2>
<img id="bc"src="images/cloud.png" alt="bottom-cloud">
<img src="images/mountain.png" alt="mountain">
</div>
<div class="middle-container">
<div class="profile">
<img class="pics" src="images/profilePic.png" alt="My-pics">
<h2>Hello.</h2>
<p class="intro">I am web Developer. I have good problem solving skills and ready for new challenges for something new. I love to play and watch Cricket and Listing Geeta and musics</p>
</div>
<hr>
<div class="skills">
<h2>My Skills.</h2>
<div class="skill-row">
<img class="skill-img" id="code" src="images/code.png" alt="code">
<h3>Developer</h3>
<p>Learn and develope. I build an advanced notepad with java and an E-voting website with java-Script. I have Knowledge of Java, C++, Sql, JS, HTML, CSS</p>
</div>
<div class="skill-row">
<img class="skill-img" id="ps" src="images/problem-solving.png" alt="ps">
<h3>Problem Solving</h3>
<p>Problem solving boost me for my next goal. Its something on that i can spend hours in line. I have solved more-than 250+ problem on leetcode</p>
</div>
</div>
<hr>
<div class="contact-me">
<h2>Get In Touch</h2>
<h3>If you are developer or programmer.</h3>
<p class="contact-message">Love to code or Geeta? Then just meet and spend some time to listen geeta discuss about it an code it</p>
<a class="btn" href="mailto:nehranvl2017@gmail.com@">CONTACT ME</a>
</div>
</div>
<div class="bottom-container">
<a class="footer-link" href="https://www.linkedin.com/in/naval-nehra-0a686217a/">LinkedIn</a>
<a class="footer-link" href="https://twitter.com/home">Twitter</a>
<a class="footer-link" href="https://leetcode.com/navwe/">LeetCode</a>
<p class="copy-right">© 2022 Navwe.</p>
</div>
</body>
</html>