forked from Lokesh-malviya/Tester_Sarkari.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprofile.html
26 lines (24 loc) · 865 Bytes
/
profile.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Sarkari</title>
<link href="Bus_style.css" rel="stylesheet">
<link href="profile.css" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<div class="white">
<img src="busses.webp">
<div class="profile-card">
<div class="infos">
<div class="img-border">
<img src="https://thispersondoesnotexist.com/image" alt="john doe's face">
</div>
<h1 class="name">John Doe</h1>
<h3 class="specialty">Developer & Designer</h3>
<button class="contact-me-btn">Logout</button>
</div>
</div>
</div>
</html>