-
Notifications
You must be signed in to change notification settings - Fork 2
/
Help.html
512 lines (488 loc) · 20.8 KB
/
Help.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
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
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Mailtrack/Help</title>
<link rel="stylesheet" href="styles/nav.css">
<link rel="stylesheet" href="styles/footer.css">
<script src="https://kit.fontawesome.com/6614217c3b.js" crossorigin="anonymous"></script>
<link rel="icon" type="image/x-icon" href="https://mailtrap.io/wp-content/uploads/2021/04/cropped-favicon-196x196-1-270x270.png">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-Zenh87qX5JnK2Jl0vWa8Ck2rdkQ2Bzep5IDxbcnCeuOxjzrPF/et3URy9Bv1WTRi" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/js/bootstrap.bundle.min.js" integrity="sha384-OERcA2EqjJCMA+/3y+gxIOqMEjwtxJY7qPCqsdltbNJuaOe923+mo//f6V8Qbsw3" crossorigin="anonymous"></script>
<style>
.head{
margin: auto;
text-align: center;
}
.head>div>h1{
margin-top: 100px
}
.head>div{
margin-bottom:30px;
}
input{
height: 40px;
border-radius: 50px;
width: 400px;
padding: 5px;
max-width: 100%;
}
.head>div>button{
height: 40px;
border-radius: 50px;
width: 150px;
background-color: #00d084;
}
.cards{
display: grid;
grid-template-columns: repeat(3,1fr);
gap: 10px;
text-align: center;
background-color: #f0f9fa;
justify-content: space-evenly;
margin: auto;
}
.cards>div{
margin: auto;
margin-top: 20px;
width: 400px;
height: 200px;
border-radius: 10px;
background-color: white;
margin-bottom: 20px;
padding: 2%;
}
h3{
color:#00d084
}
@media all and (min-width:300px) and (max-width:600px){
.cards{
display: grid;
grid-template-columns: repeat(1,1fr);
}
}
@media all and (min-width:601px) and (max-width:900px){
.cards{
display: grid;
grid-template-columns: repeat(2,1fr);
}
}
</style>
</head>
<body>
<!-- nav start -->
<div class="fixed-top" id="nav_body">
<!-- nav bar starts from here -->
<div class="sticky-top" id="nav">
<div>
<div id="logo"><a id="changelocation" href="index.html"><img id="nav_img" src="navbarimg/logo.png" alt=""></a></div>
</div>
<!-- Logo has been attached -->
<!-- first dropdown box starts first menu option-->
<div id="visable">
<div class="dropdown">
<button class="btn btn-secondary dropdown-toggle" type="button" id="dropdownMenu2" data-bs-toggle="dropdown" aria-expanded="false">
Email Testing
</button>
<ul id="list_items" class="dropdown-menu" aria-labelledby="dropdownMenu2">
<!-- <li>1automation for Email Testing</li> -->
<div id="QA_Automation">
<a href="QA_Automation.html">
<div><img src="navbarimg/qa_automation_icon_menu.svg" alt=""></div>
<div>
<li><h4>QA Automation</h4></li>
<p>Automation for Email Testing</p>
</div>
</a>
</div>
<div id="HTML_Check">
<a href="QA_Automation.html">
<div><img src="navbarimg/check_html_icon_menu.svg" alt=""></div>
<div>
<li><h4>HTML Check</h4></li>
<p>Find HTML/CSS issues</p>
</div>
</a>
</div>
<div id="Fake_SMTP_Server">
<a href="QA_Automation.html">
<div><img src="navbarimg/fake_smtp_server_icon_menu.svg" alt=""></div>
<div>
<li><h4>Fake SMTP Server</h4></li>
<p>Your own SMTP server</p>
</div>
</a>
</div>
<div id="Sandbox_API">
<a href="QA_Automation.html">
<div><img src="navbarimg/api_icon_menu.svg" alt=""></div>
<div>
<li><h4>Sandbox API</h4></li>
<p>Integrate with your application</p>
</div>
</a>
</div>
</ul>
</div>
<!-- first dropdown box ends -->
<!-- second option in nav-bar starting -->
<div id="second_option">
<a href="Email_API.html">
<button type="button" id="dropdownMenu2">
Email API
</button>
</a>
</div>
<!-- second option in nav-bar ending -->
<!-- third option in nav-bar starting -->
<div id="second_option">
<a href="Pricing.html">
<button type="button" id="dropdownMenu2">
Pricing
</button>
</a>
</div>
<!-- third option in nav-bar ending -->
<!-- fourth option in nav-bar startyin -->
<div class="dropdown">
<button class="btn btn-secondary dropdown-toggle" type="button" id="dropdownMenu2" data-bs-toggle="dropdown" aria-expanded="false">
Resources
</button>
<ul id="list_items" class="dropdown-menu" aria-labelledby="dropdownMenu2">
<!-- <li>1automation for Email Testing</li> -->
<div id="API">
<a href="API.html">
<div><img src="navbarimg/check_html_icon_menu.svg" alt=""></div>
<div>
<li><h4>API</h4></li>
<p>Intergrate with existing resources</p>
</div>
</a>
</div>
<div id="Case_studies">
<a href="Case_studies.html">
<div><img height="40px" width="40px" src="navbarimg/file-case.png" alt=""></div>
<div>
<li><h4>Case Studies</h4></li>
<p>Success stories of our Customers</p>
</div>
</a>
</div>
<div id="Blog">
<a href="Case_studies.html">
<div><img height="40px" width="40px" src="navbarimg/blog.png" alt=""></div>
<div>
<li><h4>Blog</h4></li>
<p>The best content about emails</p>
</div>
</a>
</div>
<div id="Help">
<a href="Help.html">
<div><img height="40px" width="40px" src="navbarimg/info-center.png" alt=""></div>
<div>
<li><h4>Help</h4></li>
<p>How-to's and Knowledge base</p>
</div>
</a>
</div>
</ul>
</div>
<!-- fourth option in nav-bar ending -->
<div id="user-signup">
<!-- login button starts -->
<div>
<button id="login"><a href="Log_in.html">Log In</a></button>
</div>
<!-- login buttion ends -->
<!-- signup button starts-->
<div>
<button id="signup"><a href="Sign_up.html">Sign Up</a></button>
</div>
<!-- signup button ends -->
</div>
</div>
<!-- I -->
<!-- N -->
<!-- V -->
<!-- E -->
<!-- S -->
<!-- invisible button starts -->
<div id="inv_opt">
<button id="bar" class="btn btn-primary" type="button" data-bs-toggle="offcanvas" data-bs-target="#offcanvasRight" aria-controls="offcanvasRight"><i class="fa-solid fa-bars"></i></button>
<div class="offcanvas offcanvas-end" tabindex="-1" id="offcanvasRight" aria-labelledby="offcanvasRightLabel">
<div class="offcanvas-header">
<h5 class="offcanvas-title" id="offcanvasRightLabel"></h5>
<button type="button" class="btn-close" data-bs-dismiss="offcanvas" aria-label="Close"></button>
</div>
<div class="offcanvas-body">
<!-- added ones -->
<div>
<div class="dropdown">
<button class="btn btn-secondary dropdown-toggle" type="button" id="dropdownMenu2" data-bs-toggle="dropdown" aria-expanded="false">
Email Testing
</button>
<ul id="list_items" class="dropdown-menu" aria-labelledby="dropdownMenu2">
<!-- <li>1automation for Email Testing</li> -->
<div id="QA_Automation">
<a href="QA_Automation.html">
<div><img src="navbarimg/qa_automation_icon_menu.svg" alt=""></div>
<div>
<li><h4>QA Automation</h4></li>
<p>Automation for Email Testing</p>
</div>
</a>
</div>
<div id="HTML_Check">
<a href="QA_Automation.html">
<div><img src="navbarimg/check_html_icon_menu.svg" alt=""></div>
<div>
<li><h4>HTML Check</h4></li>
<p>Find HTML/CSS issues</p>
</div>
</a>
</div>
<div id="Fake_SMTP_Server">
<a href="QA_Automation.html">
<div><img src="navbarimg/fake_smtp_server_icon_menu.svg" alt=""></div>
<div>
<li><h4>Fake SMTP Server</h4></li>
<p>Your own SMTP server</p>
</div>
</a>
</div>
<div id="Sandbox_API">
<a href="QA_Automation.html">
<div><img src="navbarimg/api_icon_menu.svg" alt=""></div>
<div>
<li><h4>Sandbox API</h4></li>
<p>Integrate with your application</p>
</div>
</a>
</div>
</ul>
</div>
<!-- first dropdown box ends -->
<!-- second option in nav-bar starting -->
<div id="second_option">
<a href="Email_API.html">
<button type="button" id="dropdownMenu2">
Email API
</button>
</a>
</div>
<!-- second option in nav-bar ending -->
<!-- third option in nav-bar starting -->
<div id="second_option">
<a href="Pricing.html">
<button class="Pricing" type="button" id="dropdownMenu2">
Pricing
</button>
</a>
</div>
<!-- third option in nav-bar ending -->
<!-- fourth option in nav-bar startyin -->
<div class="dropdown">
<button class="btn btn-secondary dropdown-toggle" type="button" id="dropdownMenu2" data-bs-toggle="dropdown" aria-expanded="false">
Resources
</button>
<ul id="list_items" class="dropdown-menu" aria-labelledby="dropdownMenu2">
<!-- <li>1automation for Email Testing</li> -->
<div id="API">
<a href="API.html">
<div><img src="navbarimg/check_html_icon_menu.svg" alt=""></div>
<div>
<li><h4>API</h4></li>
<p>Intergrate with existing resources</p>
</div>
</a>
</div>
<div id="Case_studies">
<a href="Case_studies.html">
<div><img height="40px" width="40px" src="navbarimg/file-case.png" alt=""></div>
<div>
<li><h4>Case Studies</h4></li>
<p>Success stories of our Customers</p>
</div>
</a>
</div>
<div id="Blog">
<a href="Case_studies.html">
<div><img height="40px" width="40px" src="navbarimg/blog.png" alt=""></div>
<div>
<li><h4>Blog</h4></li>
<p>The best content about emails</p>
</div>
</a>
</div>
<div id="Help">
<a href="Help.html">
<div><img height="40px" width="40px" src="navbarimg/info-center.png" alt=""></div>
<div>
<li><h4>Help</h4></li>
<p>How-to's and Knowledge base</p>
</div>
</a>
</div>
</ul>
</div>
<!-- fourth option in nav-bar ending -->
<div class="secondappend" id="user-signup">
<!-- login button starts -->
<div>
<button id="login"><a href="Log_in.html">Log In</a></button>
</div>
<!-- login buttion ends -->
<!-- signup button starts-->
<div>
<button id="signup"><a href="Sign_up.html">Sign Up</a></button>
</div>
<!-- signup button ends -->
</div>
</div>
<!-- ended ones -->
</div>
</div>
</div>
<!-- invisible button ends -->
</div>
</div>
<!-- nav end -->
<!-- main part Start-->
<div id="container">
<div class="head">
<div>
<h1>How can we help?</h1>
</div>
<div>
<input type="text" placeholder="Search the Knowledge base">
<button style="border: 30px;">Search</button>
</div>
</div>
<div class="cards">
<div>
<h2>Getting started</h2>
<p>Start working with Mailtrap</p>
<h3>1 article ></h3>
</div>
<div>
<h2>New User Management</h2>
<p>Centralized user management to configure permissions</p>
<h3>5 article ></h3>
</div>
<div>
<h2>SSO</h2>
<p>Set of article how to setup Mailtrap's SSO</p>
<h3>6 article ></h3>
</div>
<div>
<h2>Automation</h2>
<p>Automated email testing</p>
<h3>2 article ></h3>
</div>
<div>
<h2>Collaboration and reporting</h2>
<p>Sharing your inboxes and projects with your team</p>
<h3>2 article ></h3>
</div>
<div>
<h2>Email testing</h2>
<p>Testing and debugging email template</p>
<h3>8 article ></h3>
</div>
<div>
<h2>Prevacy & Security</h2>
<p>Authentication and data protection</p>
<h3>3 articles ></h3>
</div>
<div>
<h2>Sending emails to mailtrap</h2>
<p>Integrating Mailtrap with your email system</p>
<h3>2 article ></h3>
</div>
<div>
<h2>Troubleshooting</h2>
<p>A list of possible errors and ways to fix them</p>
<h3>1 article ></h3>
</div>
<div>
<h2>FAQ</h2>
<p>Frequently asked questions</p>
<h3>1 article ></h3>
</div>
<div>
<h2>Email API</h2>
<p>You can now send real emails to your end users with mailtrap.</p>
<h3>2 articles ></h3>
</div>
<div>
<h2>Sending Emails</h2>
<p>Everything you need to get started with Mailtrap Sending</p>
<h3>7 articles ></h3>
</div>
<div>
<h2>Configuration</h2>
<p></p>
<h3>4 articles ></h3>
</div>
<div>
<h2>Analytics</h2>
<p>Understanding the common metrics behind your email sending</p>
<h3>3 articles ></h3>
</div>
</div>
</div>
<!-- main part end -->
<!-- footer start -->
<div id="fotter" >
<div id="fotterchild">
<div id="grandchild">
<div id="firstcell">
<a href="https://railsware.com/">
<img id="fotterimg" width="200px" src="https://mailtrap.io/wp-content/uploads/2021/04/mailtrap-new-logo.svg" alt="">
</a>
</div>
<div class="list_items" id="secondcell" >
<div><h4>Mailtrap</h4></div>
<div>Pricing</div>
<div>Changelog</div>
<div>Status</div>
<div>Terms of Service</div>
<div>Privacy Policy</div>
<div>Navigational Information</div>
<div>DPA</div>
</div>
<div class="list_items" id="thirdcell">
<div><h4>Railsware Experience</h4></div>
<div>Mailtrap Blog</div>
<div>Coupler.io</div>
<div>Smart Checklist for Jira</div>
<div>Careers - Railsware Hiring</div>
</div>
<div class="list_items" id="fourthcell">
<div><h4>Contact</h4></div>
<div>
<div>mail:</div>
<div>support@mailtrack.io</div>
</div>
<div class="list_items" id="icons">
<div>
<img height="40px" width="40px" src="loginimgs/facebook-0be93f551b662821a339.svg" alt="">
</div>
<div>
<img height="40px" width="40px" src="loginimgs/twitter-57fa29ba21896247fdc6.svg" alt="">
</div>
<div>
<img height="40px" width="40px" src="loginimgs/linkedin-604440460898fa41700c.svg" alt="">
</div>
</div>
<div>© Railsware Products Studio LLC</div>
</div>
</div>
</div>
</div>
</body>
</html>
<script src="scripts/Help.js"></script>