-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathanswer.html
80 lines (75 loc) · 2.59 KB
/
answer.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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="answer.css" >
<title>Answer</title>
<link rel = "icon" href = "https://qph.cf2.quoracdn.net/main-qimg-4d340b8b704ccfc33ac16dd261b6c121-lq" type = "image/x-icon">
</head>
<body>
<div id="container">
<div id="left">
<p>Questions</p>
<hr>
<button class="btn">Questions for you</button>
<br>
<button class="btn">Answer requests</button>
<br>
<button class="btn">Answer drafts</button>
</div>
<div id="mid">
<div >
<p>Questions for you</p>
<hr>
<h3>Why do some people accept and follow the worst of us?</h3>
<p> <span No answer yet ·></span> Last followed 1m</p>
<div>
<button>Answer</button>
<button>Follow</button>
<button>Pass</button>
</div>
<hr>
<h3>Can a B.Sc (PCM) candidate apply for the BOE exam?</h3>
<p> <span No answer yet ·></span> Last followed 1m</p>
<div>
<button>Answer</button>
<button>Follow</button>
<button>Pass</button>
</div>
<hr>
<h3>Metaverse: What consequences does it hold for our life and times?</h3>
<p> <span No answer yet ·></span> Last followed 1m</p>
<div>
<button>Answer</button>
<button>Follow</button>
<button>Pass</button>
</div>
<hr>
<p style="text-align:center;" >More</p>
<hr>
</div>
<div id="mid-down">
<div>
<h3>Add 5 topics you know about</h3>
<p>You’ll get better questions if you add more specific topics.</p>
<button class="topic_button">Add topics</button>
</div>
<div>
<img style="height: 100px ; width: 100px; text-align: right;" src="https://qsf.fs.quoracdn.net/-4-ans_frontend_assets.images.static_about_page.light_mode.GatherAroundAQuestion_LM.png-26-a377318c55ce1d10.png">
</div>
</div>
</div>
<div id="right">
<div>
<p style="font-weight:400;">Topics you know about</p>
<hr>
</div>
<div id="right-btm">
<img style="height: 50px; width:50px ;" src="https://qsf.fs.quoracdn.net/-4-ans_frontend_assets.images.empty_states.dormant_lightmode.png-26-c4532c98034818a0.png">
<h3 style="color: grey;">No topics yet</h3>
<p>You’ll get better questions if you add more specific topics.</p>
<button class="topic_button">Add topics</button>
</div>
</div>
</div>
</body>
</html>