-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproject.html
91 lines (72 loc) · 3.01 KB
/
project.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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
<!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>Project</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>
</div>
<div class="mainP">
<h1>Project</h1>
<h4>This page lists some of my projects.</h4>
<h2>Projects on <a href="https://github.com/Prateek-39" target="_blank">GitHub</a></h2>
<div class="main1">
<ul>
<li>
<div class="date">June 2023</div>
<div class="name"><a href="#">Expense-Tracker-App</a></div>
<div class="desc">Create using MERN(MongoDB ,Express ,ReactJS ,NodeJS) Application.</div>
</li>
<hr style="border-style:solid;border-color:grey; "><br />
<li>
<div class="date">May 2023</div>
<div class="name"><a href="#">Data-Visualization-App</a></div>
<div class="desc">Create using Reactjs and Javascript Libary(Recharts.js).</div>
</li>
<hr style="border-style:solid;border-color:grey; "><br />
<li>
<div>May 2023</div>
<div><a href="#">Contact-App</a></div>
<div>Create using MERN(MongoDB ,Express ,ReactJS ,NodeJS) Application.</div>
</li>
<hr style="border-style:solid;border-color:grey; "><br/>
<li>
<div >April 2023</div>
<div ><a href="https://prateek-39.github.io/ReactJS-Typer/">Typer-App</a></div>
<div >Create using Reactjs and Javascript Libary(React-speech-recognition and jsPDF).</div>
</li>
<hr style="border-style:solid;border-color:grey; "><br />
<li>
<div >April 2023</div>
<div ><a href="https://prateek-39.github.io/weather-v2/">Weather-App</a></div>
<div >Create using fronted: Reactjs and materialUI for UI component and API: openweathermap.</div>
</li>
<hr style="border-style:solid;border-color:grey;"><br />
<li>
<div >March 2023</div>
<div ><a href="https://github.com/Prateek-39/reactjs-news">News-App</a></div>
<div >Create using fronted: Reactjs and API: newsapi.</div>
</li>
<hr style="border-style:solid;border-color:grey; ">
</ul>
</div>
</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>