-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcreator.html
39 lines (30 loc) · 1.49 KB
/
creator.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 rel="stylesheet" href="style.css">
<!-- for icon -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="icon" type="image/x-icon" href='Image/icon.ico'>
<script src="https://kit.fontawesome.com/ebd26c7796.js" crossorigin="anonymous"></script>
<title>Creator</title>
</head>
<body class = "about">
<div class="container">
<div class="about-me">
<span >Hello,</span><br>
<div class="middle"><span >I am </span><span class = "name">'Pankaj'</span></div>
<span >creator of <strong>"Room of Resource"</strong></span><br>
</div>
<div class = "connect">
<!-- <span>let's connect.</span><br> -->
<div class = "icon">
<a href = "https://www.linkedin.com/in/pankaj-kumar-b31a8114b" target="_blank" class = "fa fa-linkedin "></a>
<a href = "https://twitter.com/PankajK97912115" target = "_blank" class = "fa fa-twitter"></a>
<a href = "index.html" ><span class = "fa home"><i class = "fa fa-arrow-left"></i><span class = "text">Back to</span><i class = "fa fa-home"></i></span></a>
</div>
</div>
</div>
</html>