-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
39 lines (37 loc) · 1.78 KB
/
index.html
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 http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="https://fonts.googleapis.com/css?family=EB+Garamond:400,400italic" rel="stylesheet">
<link rel="stylesheet" href="./style.css">
<title>Portfolio</title>
</head>
<body>
<div class="header">
<h1>Prateek Patidar</h1>
<div class="header1">
<a href="./index.html">Home</a>
<a href="./project.html">Project</a>
</div>
<h2 class="slogan">Developer</h2>
</div>
<div class="main">
<img src="./Prateek.png" alt="Prateek Profile Photo">
<h3 style=" letter-spacing: 2px">Welcome to my portfolio website. <br /></h3>
<h3 style=" letter-spacing: 2px;">
My name is Prateek Patidar and I am currently pursuing bachelors in Electronics and Instrumentation Engineering.
This platform serves as a showcase of my skills,expertise and passion for creating innovative solutions through code.<br/>
As you explore my portfolio, you'll find a collection of projects that demonstrate my proficiency in various programming languages,frameworks and technologies. Links to my recent <a href="./project.html">projects </a>.<br />
In addition to technical expertise,I'm passionate about learning new things and an Enthusiast with strong passion for problem solving. <br/>
</div>
<div class="footer">
<div class="contact">
<a href="https://github.com/Prateek-39" target="_blank">GitHub</a>
<a href="mailto: [email protected]" target="_blank">Email</a>
</div>
<h4>Prateek Patidar © 2023</h4>
</div>
</body>
</html>