-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
28 lines (28 loc) · 970 Bytes
/
index.html
File metadata and controls
28 lines (28 loc) · 970 Bytes
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Projects</title>
<link rel="stylesheet" href="challenge.css">
<link rel="icon" type="image/x-icon" href="./favicon.png">
</head>
<body>
<div class="wrapper">
<div class="overlapped-wrapper">
<h2>Hi there!</h2>
<h4>You can contact me whenever you need help or just curious about something.</h4>
</div>
<div class="card">
<h2>Start Chatting</h2>
<img src="./image.jpg" class="profile-picture">
<h3 class="name">Dharya Dalal</h3>
<div class="status">
<div class="color"></div>
<p class="status-text">Active</p>
</div>
<button class="send-message"><a href="https://t.me/ErR0r301"><p>Send a Message</p></a></button>
</div>
</div>
</body>
</html>