-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
37 lines (37 loc) · 1.7 KB
/
about.html
File metadata and controls
37 lines (37 loc) · 1.7 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
<!DOCTYPE html>
<html>
<head>
<title>About Me</title>
<meta charset="UTF-8">
<link rel="stylesheet" href="main.css">
<meta name="author" content="Antarikshya Mitra">
<meta name="description" content="This page contains the details about me.">
<link rel="icon" href="icon.png">
</head>
<body>
<h1>About Me</h1>
<hr>
<h3>My Details--</h3>
<ul>
<li> <b>Name-</b> Antarikshya Mitra </li>
<li> <b>Age-</b>20</li>
<li><b>Gender-</b>Male</li>
<li> Education Qualifications-</li>
<ol>
<li><em>B.Tech</em> in CST from <strong><a href="https://www.iiests.ac.in/"> IIEST</a></strong> </li>
<li><em>WBCHSE</em> from <strong><a href="https://becollegemodelschool.org"> B.E College Model School </a></strong></li>
<li><em>WBBSE</em> from <strong> <a href="https://www.heritageacademyhighschool.com"> Heritage Academy High School</a></strong></li>
</ol>
<li>Address-<address>14/2/1/1 Natabar Paul Road <br> Kadamtala, Howrah-711101<br>West Bengal, India</address></li>
</ul>
<hr>
<ul>
<li><a href="icon.png" download>Download HTML Icon</a></li>
<li><a href="mailto:mailtoantarikshyamitra@gmail.com">Contact email </a> </li>
<li><a href="tel:8444001324">Telephone No:</a></li>
<li><a href="https://www.google.com/" target="_blank">Google</a></li>
</ul>
<<<<©Antarikshya Mitra>>>> <br>
<a href="index.html">Go back to Previous Page</a>
</body>
</html>