-
Notifications
You must be signed in to change notification settings - Fork 41
/
Copy pathinfo.html
25 lines (24 loc) · 995 Bytes
/
info.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
<!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 rel="stylesheet" href="style.css">
<title>Hacktober</title>
</head>
<body>
<div class="container">
<h1 style="text-align: center;" class="heading">My buddies</h1>
<div class="contacts">
<!-- --------------------------------- -->
<div class="info">
<h1>Meghsham Jade</h1>
<h4>Dedicated and efficient full-Stack Web-developer with intermediate level knowledge of full-stack web-development,OAuth and (mongoDB)database. Iam very eager to learn new things and currently learning ReactJs for further development.</h4>
<p>[email protected]</p>
</div>
<!-- --------------------------------- -->
</div>
</div>
</body>
</html>