-
Notifications
You must be signed in to change notification settings - Fork 0
/
Certificates.html
120 lines (61 loc) · 2.37 KB
/
Certificates.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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
<!DOCTYPE html>
<head>
<title>Certificates</title>
<link rel="icon" href="Images/HITARTH (PROFILE).jpg">
<link rel="stylesheet" href="Certificates.css">
</head>
<body>
<div class='navbar'>
<a href="index.html">
<span>Home</span>
</a>
<a href="Projects.html">
<span>Projects</span>
</a>
<a href="Certificates.html">
<span>Certificates</span>
</a>
<a href="Documents/Hitarth Pathak.pdf">
<span>Resume</span>
</a>
</div>
<div class="certificates">
<h1>Certificates</h1>
<div class="certificates-box">
<div class="certificate">
<h3>Front-End Web Development (Certificate)</h3>
<div class="certificate-img">
<img src="Images/Front-End Web Development (Certificate).jpg" alt="Image Not Available">
<p>(open image in new tab)</p>
</div>
</div>
<div class="certificate">
<h3>Rajasthan State Certificate In Information Technology (Certificate)</h3>
<div class="certificate-img">
<img src="Images/Rajasthan State Certificate In Information Technology (Certificate).jpg"
alt="Image Not Available">
<p>(open image in new tab)</p>
</div>
</div>
<div class="certificate">
<h3>National Service Scheme (Certificate)</h3>
<div class="certificate-img">
<img src="Images/National Service Scheme (Certificate).jpg" alt="Image Not Available">
<p>(open image in new tab)</p>
</div>
</div>
<div class="certificate">
<h3>Scouting (Certificate)</h3>
<div class="certificate-img">
<img src="Images/Scouting (Certificate).jpg" alt="Image Not Available">
<p>(open image in new tab)</p>
</div>
</div>
</div>
</div>
<div class='footer'>
<span>© Copyright 2024</span>
<span>Hitarth Pathak</span>
</div>
</body>
</html>