-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathquestion.html
133 lines (129 loc) · 5.91 KB
/
question.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
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
<!DOCTYPE html>
<html>
<head>
<title>quizZone by aabunnaim</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link
href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH"
crossorigin="anonymous"
/>
<link rel="stylesheet" href="./style/style.css" />
<link rel="stylesheet" href="assets/css/main.css" />
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
<script src="https://kit.fontawesome.com/3b65cadd71.js" crossorigin="anonymous"></script>
</head>
<body class="is-preload">
<!-- Wrapper -->
<div id="wrapper">
<!-- Header -->
<header id="header">
<a href="index.html" class="logo"><strong>quizZone</strong> <span>by Abu Naim</span></a>
<nav>
<a href="#menu">Menu</a>
</nav>
</header>
<!-- Menu -->
<nav id="menu">
<ul class="links" id="forAdmin">
<li><a href="index.html">Home</a></li>
<li><a href="leaderboard.html">Leaderboard</a></li>
<li><a href="./profile.html">Profile</a></li>
<li><a href="aboutUs.html">About Us</a></li>
<li><a href="contactUs.html">Contact Us</a></li>
<li></li>
</ul>
<ul class="actions stacked" id="xyz"></ul>
</nav>
<!-- Main -->
<div id="main" class="alt">
<!-- One -->
<section id="one">
<div class="inner">
<header id="question" class="major" style="width: 50%; margin: auto; margin-top: 60px"></header>
<form
method="post"
action=""
style="width: 50%; margin: auto; margin-bottom: 100px; margin-top: 30px;"
id="answer_op"
>
</form>
<ul id="question_pagination" class="pagination" style="display: flex; justify-content: center; column-gap: 20px">
<p>Total Page:</p>
</ul>
<!-- Button trigger modal -->
<!-- Modal -->
<div class="modal fade" id="exampleModal" tabindex="-1" aria-labelledby="exampleModalLabel" aria-hidden="true" >
<div class="modal-dialog modal-dialog-centered">
<div class="modal-content bg-dark m-5">
<div class="modal-header">
<h5 class="modal-title">Give Your Feedback</h5>
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
</div>
<div class="modal-body" style="display: flex; flex-direction: column; row-gap: 10px;">
<div class="mt-3 mb-3 text-center" style="font-size: 30px;">
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star"></i>
</div>
<input type="text" class="mt-3 mb-3">
<div class="modal-footer">
<button type="button" class="button small primary" data-bs-dismiss="modal">Close</button>
<button type="button" class="button small primary" data-bs-dismiss="modal">Submit</button>
</div>
</div>
</div>
</div>
<span class="image main"><img src="images/pic11.jpg" alt="" /></span>
</div>
</section>
</div>
<!-- Footer -->
<footer id="footer">
<div class="inner" style="display: flex; justify-content: space-between; align-items: center;">
<div class="footer-contact">
<h3>QUIZZONE</h3>
<p><i class="fa-solid fa-location-dot"></i> Level-4, 34, Awal Centre, Banani, Dhaka</p>
<p><i class="fa-solid fa-envelope"></i> Email: <a href="">[email protected]</a></p>
<p><i class="fa-solid fa-phone"></i> Helpline : 01322810881 , 01322-901103 <small>(Available : 10AM - 5PM)</small></p>
</div>
<div class="social-media-links">
<h4>Social Media Links</h4>
<div style="display:flex; column-gap: 30px;">
<a href="https://www.facebook.com/aabunnaim/" class="icon brands alt fa-facebook-f"></a>
<a href="https://www.instagram.com/aabunnaim/" class="icon brands alt fa-instagram"></a>
<a href="https://github.com/abunaim1" class="icon brands alt fa-github"></a>
<a href="#" class="icon brands alt fa-linkedin-in"></a>
</div>
<p style="margin-top: 20px;">Download App</p>
<a href=""><img style="width: 150px; border-radius: 8px;" src="./images/downloadAPP.png" alt="">
</a>
</div>
</div>
<hr>
<p style="text-align: center;">© All rights reserved to Abu Naim</p>
</footer>
</div>
<!-- Scripts -->
<script
src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz"
crossorigin="anonymous"
></script>
<script src="https://kit.fontawesome.com/3b65cadd71.js" crossorigin="anonymous"></script>
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
<script src="./js/question.js"></script>
<script src="./js/auth.js"></script>
<script src="./js/rate.js"></script>
</body>
</html>