-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAbout.html
More file actions
45 lines (36 loc) · 1.45 KB
/
Copy pathAbout.html
File metadata and controls
45 lines (36 loc) · 1.45 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
<!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="About">
<div class="aboutcontent">
<h1>About:-</h1>
<h3></h3>
<p>My name is Pritesh Ram Keshri.</p>
<p>I am Ranchi, Jharkhand, India.</p>
<p>My branch is Computer Science and Engineering with specialization in Artificial Intelligence and Machine Learning.</p>
<p>I have a decent knowledge about programming such as :- C, C++ and Java.</p>
<p>I am currently Learning HTML , CSS and JS.</p>
<p>My hobbies is to do Editing , Photography and Videography.</p>
<p>I like to play Cricket and Basketball.</p>
</div>
</section>
</body>
</html>