-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPortfolio.html
More file actions
39 lines (30 loc) · 1.2 KB
/
Copy pathPortfolio.html
File metadata and controls
39 lines (30 loc) · 1.2 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Portfolio</title>
<link rel="stylesheet" href="style.css">
<link href='https://unpkg.com/boxicons@2.1.4/css/boxicons.min.css' rel='stylesheet'>
</head>
<body>
<header class="header">
<a href="#" class="logo">Pritesh.</a>
<nav class="navbar">
<!-- changed here -->
<a href="index.html"class="active"><b>Home</b></a>
<a href="About.html"><b>About</b></a>
<a href="skills.html"><b>Skills</b></a>
<a href="Contacts.html"><b>Contacts</b></a>
<!-- <a href="Contacts.html"><b>Contacts</b></a> -->
</nav>
</header>
<section class="Portfolio">
<div class="home-content">
<h1>Hi, I'm Pritesh Keshri</h1>
<h3>A Passionate Web Developer</h3>
<p>I'm currently pursuing B.E in Computer Science. Organized and Analytical. Seeking opportunities to work on a team and enhance my skills. I'm always trying to bring real value and define problems with my designs.</p>
</div>
</section>
</body>
</html>