forked from abhipariharr/Project_Codify
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaskques.html
130 lines (118 loc) · 6.57 KB
/
askques.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Ask Question</title>
<link rel="stylesheet" href="askques.css">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
</head>
<body>
<!-- Navbar -->
<nav class="navbar navbar-expand-lg" style="background-color: #ADD8E6;">
<div class="container-fluid">
<a class="navbar-brand" href="index.html">
<img src="Images/logo.png" alt="Logo" width="115" height="55">
</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse"
data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false"
aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ms-auto mb-2 mb-lg-0" style="font-size: 18px; font-weight: 500;">
<li class="nav-item head">
<a class="nav-link me-3 " aria-current="page" href="index.html">Home</a>
</li>
<li class="nav-item head">
<a class="nav-link active me-3" aria-current="page" href="askques.html">Ask Question</a>
</li>
<li class="nav-item head">
<a class="nav-link me-3" aria-current="page" href="">Notes</a>
</li>
<li class="nav-item head">
<a class="nav-link me-3" aria-current="page" href="contact.html">Contact us</a>
</li>
<li class="nav-item head">
<a class="nav-link me-3" aria-current="page" href="">Blog</a>
</li>
</ul>
<form class="d-flex head">
<a href="login.html" class="btn btn-outline-success" style="font-size: 18px; font-weight: 500;" role="button">Login</a>
</form>
</div>
</div>
</nav>
<!-- Navbar end -->
<div class=" text-center my-4"
style="border-bottom: 3px solid #ADD8E6; width: 100%; font-style: italic; color: #3d5c66;">
<h5 class="mb-4">Welcome Future Developers</h5>
</div>
<!-- center -->
<div class="container my-4">
<h2 class="text-center fw-bold fst-italic text-primary mt-4">Ask Here</h2>
<div class="row justify-content-center">
<div class="col-12 col-md-10 col-lg-12 col-xl-12">
<textarea name="Ask" placeholder="Write you question here ............." id="Ask" class="form-control mt-4" style="border:1px solid;" rows="16"></textarea>
</div>
</div>
</div>
<div class="button-container mt-2">
<div class="input-group mb-1 file-input" style="border: 1px solid black; border-radius: 5px;">
<input type="file" class="form-control" id="inputGroupFile02">
</div>
<div class="btn submit-btn btn-secondary">Submit</div>
</div>
<!-- footer start -->
<footer style="background-color: #ADD8E6; padding: 40px 0; margin-top: 20px;">
<div class="container">
<div class="row text-md-start align-items-start">
<!-- Company Info -->
<div class="col-12 col-md-3 mb-4 mb-md-0">
<img src="Images/logo.png" width="80" height="36" alt="Company Logo" class="mb-3">
<p style="text-align: justify;">Introducing our groundbreaking web application, meticulously crafted to address all your coding doubts, challenges, and learning needs. This innovative platform offers a host of features designed to make your coding journey smoother and more interactive. </p>
</div>
<!-- Company Links -->
<div class="col-12 col-md-3 mb-4 mb-md-0">
<h5>Company</h5>
<ul class="links list-unstyled">
<li><a href="#" class="footer-link d-block mb-2">About</a></li>
<li><a href="#" class="footer-link d-block mb-2">Legal</a></li>
<li><a href="#" class="footer-link d-block mb-2">Work Here</a></li>
<li><a href="#" class="footer-link d-block mb-2">Cookie Policy</a></li>
<li><a href="#" class="footer-link d-block mb-2">Privacy Policy</a></li>
<li><a href="#" class="footer-link d-block mb-2">Terms of Service</a></li>
</ul>
</div>
<!-- social Links -->
<div class="col-12 col-md-3 mb-4 mb-md-0">
<h5>Company</h5>
<ul class="links list-unstyled">
<li><a href="#" class="footer-link d-block mb-2">Instagram</a></li>
<li><a href="#" class="footer-link d-block mb-2">Twitter</a></li>
<li><a href="#" class="footer-link d-block mb-2">Reddit</a></li>
<li><a href="#" class="footer-link d-block mb-2">Facebook</a></li>
<li><a href="#" class="footer-link d-block mb-2">LinkedIn</a></li>
<li><a href="#" class="footer-link d-block mb-2">YouTube</a></li>
</ul>
</div>
<!-- About Us Links -->
<div class="col-12 col-md-3">
<h5>About Us</h5>
<ul class="links list-unstyled">
<li><a href="#" class="footer-link d-block mb-2">Careers</a></li>
<li><a href="#" class="footer-link d-block mb-2">Our Team</a></li>
<li><a href="contact.html" class="footer-link d-block mb-2">Contact Us</a></li>
<li><a href="#" class="footer-link d-block mb-2">News Room</a></li>
<li><a href="#" class="footer-link d-block mb-2">Security and Compliance</a></li>
</ul>
</div>
</div>
</div>
</footer>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js"
integrity="sha384-0pUGZvbkm6XF6gxjEnlmuGrJXVbNuzT9qBBavbLwCsOGabYfZo0T0to5eqruptLy"
crossorigin="anonymous"></script>
</body>
</html>