-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
23 lines (22 loc) · 718 Bytes
/
about.html
File metadata and controls
23 lines (22 loc) · 718 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!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">
<title>Admin</title>
<link rel="stylesheet" href="css/about.css">
</head>
<body>
<div class="profile-card">
<div class="card-header">
<div class="pic">
<img src="images/mayur.png" alt="">
</div>
<div class="name">Mayur Kukreja</div>
<div class="desc">Software Developer | Youtuber</div>
<a href="https://www.youtube.com/channel/UCwWOal_fbxUQdX-UvE0n_SA" class="contact-btn">Subscribe</a>
</div>
</div>
</body>
</html>