-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy pathReport-a-bug.html
More file actions
254 lines (213 loc) · 13.1 KB
/
Copy pathReport-a-bug.html
File metadata and controls
254 lines (213 loc) · 13.1 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
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Report a bug</title>
<!-- icon -->
<link rel="icon" href="./assets/img/reportlayer.png" type="image/x-icon">
<!-- bootstrap web file -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
<!-- Font Awesome -->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.11.2/css/all.css">
<link rel="stylesheet" href="fontawesome-free-5.13.0-web/css/all.css">
<!-- Google Fonts Roboto -->
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap">
<!-- bootstrap file -->
<link rel="stylesheet" href="css/bootstrap.min.css">
<!-- my css file -->
<link rel="stylesheet" href="./assets/css/report.css">
</head>
<body>
<header>
<!-- Navbar section -->
<nav class="navbar navbar-expand-md navbar-light bg-dark fixed-top">
<a class="navbar-brand"><img src="./assets/img/logo.png"></a>
<button type="button" class="navbar-toggler bg-light" data-toggle="collapse" data-target="#nav">
<span class="navbar-toggler-icon"></span>
</button>
<div class="navbar-collapse collapse justify-content-between" id="nav">
<ul class="navbar-nav">
<li class="nav-item" >
<a class="nav-link text-light text-change font-weight-bold px-3" href="#">About Us</a>
</li>
<li class="nav-item">
<a class="nav-link text-light text-change font-weight-bold px-3" href="#">Contact Us</a>
</li>
<li class="nav-item">
<a class="nav-link text-light text-change font-weight-bold px-3" href="#">Support</a>
</li>
<li class="nav-item">
<a class="nav-link text-light text-change font-weight-bold px-3" href="#">Documentation</a>
</li>
<li class="nav-item">
<a class="nav-link text-light text-change font-weight-bold px-3" href="#">Blog</a>
</li>
</ul>
<!-- signin/signup -->
<form class="form-inline ml-3">
<a class="nav-link s-in text-light font-weight-bold px-3" href="#">Sign In</a>
<div class="input-group">
<a href="./post.html" class="btn btn-primary menu">Sign Up</a>
</div>
</form>
</div>
</nav>
</header>
<section class="">
<h2 class="tops">Report a Bug </h2>
<hr>
<div class="row">
<div class="col-12">
<div class="card mx-5 mt-5 mb-5">
<div class="card-body">
<h4>Before You Start</h4>
<p>This page is for reporting bugs in implementations of Micro-Api, as distributed on the <a href="">New-Justice-League</a> page and the <a href=""> HNGi7</a> page. This site is not for development Support, but for the developers to contribute and be involved with our Micro-Api's engineers in fixing and improving our API.</p>
<p class="mt-3">Do not submit a bug if you need technical support or have a question about how to use a product. Instead please review the community free support options.</p>
<p class="mt-3 mb-3">Refer to the <a href="#">Bug Submission FAQ's</a> to answer questions you have related to the bug database and the bug Submission Process. </p>
</div>
</div>
</div>
<div class="col-12">
<div class="">
<h4 class="ml-5 mb-3">Following these steps may resolve the problem.</h4>
<p class="ml-5">Before submitting the report consider taking a look at our <a href="Bug reports">Bug reports </a>article. Detailed information helps us better </p>
</div>
</div>
<div class="col-md-4 col-xs-12">
<div class="card mx-5 mb-5 mt-3" style="max-width: 18rem;">
<div class="card-header">Bug where the API is requesting for a key</div>
<div class="card-body">
<div class="card-text"> Lorem ipsum dolor sit amet consectetur adipisicing elit. Itaque architecto alias quidem? Tempora aspernatur, in, dolorum officia eum iste temporibus deserunt eaque ad exercitationem quidem deleniti! Eaque tempora accusantium eveniet!</div>
<button class="btn btn-success btn-sm mx-auto mt-3">Answers</button>
</div>
</div>
</div>
<div class="col-md-4 col-xs-12">
<div class="card mx-5 mt-3 mb-5" style="max-width: 18rem;">
<div class="card-header">Bug where the API is requesting for a key</div>
<div class="card-body">
<div class="card-text"> Lorem ipsum dolor sit amet consectetur adipisicing elit. Itaque architecto alias quidem? Tempora aspernatur, in, dolorum officia eum iste temporibus deserunt eaque ad exercitationem quidem deleniti! Eaque tempora accusantium eveniet!</div>
<button class="btn btn-success btn-sm mx-auto mt-3">Answers</button>
</div>
</div>
</div>
<div class="col-md-4 col-xs-12">
<div class="card mx-5 mb-5 mt-3" style="max-width: 18rem;">
<div class="card-header">Bug where the API is requesting for a key</div>
<div class="card-body">
<div class="card-text"> Lorem ipsum dolor sit amet consectetur adipisicing elit. Itaque architecto alias quidem? Tempora aspernatur, in, dolorum officia eum iste temporibus deserunt eaque ad exercitationem quidem deleniti! Eaque tempora accusantium eveniet!</div>
<button class="btn btn-success btn-sm mx-auto mt-3">Answers</button>
</div>
</div>
</div>
<div class="d-flex mx-auto">
<button class="btn btn-outline-success waves-button-input" style="border-radius: 20px;"> See More</button>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-3">
</div>
<div class="col-md-6">
<div class="d-block">
<h4 class="mt-5 text-center">Start a Report.</h4>
<form class="mt-5" action="post">
<div class="form-group">
<label for="exampleInputEmail">Email address</label>
<input type="email" class="form-control" id="exampleInputEmail" aria-describedby="emailHelp" placeholder="Enter email">
<small id="emailHelp" class="form-text text-muted">We'll never share your email with anyone else.</small>
</div>
<div class="form-group">
<label for="exampleInputEmail">Git hub username</label>
<input type="email" class="form-control" id="exampleInputEmail" aria-describedby="emailHelp" placeholder="Enter Git username">
<small id="emailHelp" class="form-text text-muted">We'll respond to your pull request with your github username.</small>
</div>
<div class="form-group">
<label for="exampleformControlTexrarea1"> Write your Bug issues here</label>
<textarea class="form-control" name="" id="exampleFormControlTextarea1" cols="30" rows="10"></textarea>
</div>
<div class="form-group">
<label for="exampleFormControlFile1">Upload your Report</label>
<input type="file" class="form-control-file" id="exampleFormControlFile1">
</div>
<button type="submit" class="btn btn-success mb-5">Submit Report</button>
</form>
</div>
</div>
<div class="col-3"></div>
</div>
</div>
<!-- Footer -->
<section>
<footer id="as-footer" style="background-color:black;">
<div class="container-fluid text-center">
<div class="row">
<div class="col-sm-12 col-md-4">
<div class="as-footer-box mt-4">
<img src="./assets/img/logo.png" alt="">
</div>
</div>
<div class="col-sm-12 col-md-2">
<div class="as-footer-box mt-4">
<h3 class="mt-3">Products</h3>
<ul class="list-unstyled">
<li><a class="api" href="#">Authentication Api</a></li>
<li><a class="other" href="#">Excel Api</a></li>
<li><a class="other" href="#">SMS Api</a></li>
<li><a class="other" href="#">Vibes Api</a></li>
</ul>
</div>
</div>
<div class="col-sm-12 col-md-2">
<div class="as-footer-box mt-4">
<h3 class="mt-3">Collaboration</h3>
<ul class="list-unstyled">
<li><a class="other" href="#">Comments</a></li>
<li><a class="othe" href="#">Track Changes</a></li>
<li><a class="other" href="#">Help Center</a></li>
</ul>
</div>
</div>
<div class="col-sm-12 col-md-2">
<div class="as-footer-box mt-4">
<h3 class="mt-3">Support</h3>
<ul class="list-unstyled">
<li><a class="api" href="#">MicroApi GitHub</a></li>
<li><a class="ap" href="#">Documentation</a></li>
<li><a class="other" href="#">Help Center</a></li>
</ul>
</div>
</div>
<div class="col-sm-12 col-md-2">
<div class="as-footer-box mt-4">
<h3 class="mt-3">Explore</h3>
<ul class="list-unstyled">
<li><a class="other" href="#">Contact Us</a></li>
<li><a class="other" href="#"> About Us</a></li>
<li><a class="oth" href="#">Blog</a></li>
</ul>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-12">
<div class="as_copy text-center mt-4 ">
<p><a href="#">All rights Reserved @MicroApi</p>
</div>
</div>
</div>
</div>
</footer>
</section>
<!-- JS, Popper.js, and jQuery -->
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.min.js" integrity="sha384-OgVRvuATP1z7JjHLkuOU7Xw704+h835Lr+6QL9UvYjZE3Ipu6Tp75j7Bh/kR0JKI" crossorigin="anonymous"></script>
<!-- MDB core JavaScript -->
<script type="text/javascript" src="js/mdb.min.js"></script>
<!-- bootstrap 4 js -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.6/js/bootstrap.min.js" integrity="sha384-vBWWzlZJ8ea9aCX4pEW3rVHjgjt7zpkNpZk+02D9phzyeVkE+jo0ieGizqPLForn" crossorigin="anonymous"></script>
</body>
</html>