-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
34 lines (34 loc) · 1.17 KB
/
index.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
<!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>Document</title>
<link rel="stylesheet" href="./css/main.css">
</head>
<body>
<main>
<div id="online">Online</div>
<img src="https://medicine.at.brown.edu/wp-content/uploads/2015/10/anongifts.jpg" alt="profile pic placeholder">
<section id="name">
<h1><strong>Test</strong></h1>
</section>
<section id="job-title">
<p><span id="stars">★ ★ ★ ★</span> ☆</p>
<p><strong>Test123</strong></p>
</section>
<section id="description">
<p>I know something is wrong, so ill look at the code soon</p>
</section>
<section id="price">
<p id="price1"><strong>5 minutes free</strong></p>
<p id="price2">then $5.99/min</p>
</section>
<section id="bottom">
<p class="contact" id="phone">📱</p>
<p class="contact" id="message">💬</p>
</section>
</main>
</body>
</html>