-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathqs.html
More file actions
175 lines (170 loc) · 4.53 KB
/
qs.html
File metadata and controls
175 lines (170 loc) · 4.53 KB
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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
<!DOCTYPE html>
<html>
<head>
<title></title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="qs.css">
</head>
<body>
<header>
<img class="logo" src="logo.png" alt="logo" >
<nav >
<ul class="nav_links">
<li><a href="afterlogin.html"><b>HOME</b></a></li>
<li><a href="#"><b>SERVICES</b></a></li>
<li><a href="creatacount.html"><b>ABOUT US</b></a></li>
<li><a href="#"><b>CONTACT US</b></a></li>
</ul>
</nav>
</header>
<div>
<section class="sec1">
<ul class="nav_liks2">
<li><a href="afterlogin.html"><section class="b"> <i class="fa fa-home fa-2x "></i><b>Home</b></section></a></li>
<li><a href="#"><section class="b"><i class="fa fa-book fa-2x "></i><b>courses</b></section></a></li>
<li><a href="qs.html"><section class="b"><i class="fa fa-file fa-2x "></i><b>Questions</b></section></a></li>
<li><a href="#"><section class="b"><i class="fa fa-users fa-2x "></i><b>Teatchers</b></section></a></li>
<li><a href="profil.html"><section class="b"><i class="fa fa-user fa-2x "></i><b>Profile</b></section></a></li>
<li><a href="#"><section class="b"><i class="fa fa-cog fa-2x "></i><b>Settings</b></section></a> </li><br>
<li><button class="bb"></button></li>
</ul>
<button class="help"><b>help ?</b></button>
</section>
<div class="body">
<div class="ask">
<h1>Top Questions:</h1>
<button> Ask Question</button>
</div>
<div class="question">
<hr>
<section class="countent">
<section class="icons">
<section class="icon">
<img src="true.png" alt="">
<h5>Answered</h5>
</section>
<section class="icon">
<div class="img">
<h1>2</h1>
</div>
<h5>Answeres</h5>
</section>
<section class="icon" style="width: 100px;">
<div class="img">
<h1>3</h1>
</div>
<h5>Views</h5>
</section>
<div class="text">
<h2>how To center elements in css ?</h2>
<section class="keys">
<button>web-dev</button>
<button>html</button>
<button>css</button>
<button>layout</button>
</section>
</div>
</section>
</section>
</div>
<div class="question">
<hr>
<section class="countent">
<section class="icons">
<section class="icon">
<img src="false.jpg" alt="">
<h5>Answered</h5>
</section>
<section class="icon">
<div class="img">
<h1>5</h1>
</div>
<h5>Answeres</h5>
</section>
<section class="icon" style="width: 100px;">
<div class="img">
<h1>15</h1>
</div>
<h5>Views</h5>
</section>
<div class="text">
<h2>What is the difference between Stateful And Stateless Widgets?</h2>
<section class="keys">
<button>flutter</button>
<button>class</button>
<button>OOP</button>
<button>mobile-dev</button>
</section>
</div>
</section>
</section>
</div>
<div class="question">
<hr>
<section class="countent">
<section class="icons">
<section class="icon">
<img src="false.jpg" alt="">
<h5>Answered</h5>
</section>
<section class="icon">
<div class="img">
<h1>0</h1>
</div>
<h5>Answeres</h5>
</section>
<section class="icon" style="width: 100px;">
<div class="img">
<h1>0</h1>
</div>
<h5>Views</h5>
</section>
<div class="text">
<h2>Where can i find courses of algebra to build an AI model?</h2>
<section class="keys">
<button>AI</button>
<button>math</button>
<button>Algebra</button>
<button>courses</button>
</section>
</div>
</section>
</section>
</div>
<div class="question">
<hr>
<section class="countent">
<section class="icons">
<section class="icon">
<img src="true.png" alt="">
<h5>Answered</h5>
</section>
<section class="icon">
<div class="img">
<h1>1</h1>
</div>
<h5>Answeres</h5>
</section>
<section class="icon" style="width: 100px;">
<div class="img">
<h1>5</h1>
</div>
<h5>Views</h5>
</section>
<div class="text">
<h2>How to become a good developer ?</h2>
<section class="keys">
<button>dev</button>
<button>beginers</button>
<button>coding</button>
</section>
</div>
</section>
</section>
</div>
</div>
</div>
</body>
</html>