-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhelp.html
More file actions
78 lines (69 loc) · 2.77 KB
/
Copy pathhelp.html
File metadata and controls
78 lines (69 loc) · 2.77 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
<!doctype html>
<html>
<head>
<!-- Bootstrap required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
<title>Help - Stitch Kit</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<style>
.blu{
color:black;
background-color:#ADD8E6;
}
</style>
</head>
<body style="background-color:#00E68C;">
<header>
<div class='container-fluid'>
<div class='container'>
<img src="/stitchkit.png" class="img-fluid">
</div>
</div>
</header>
<div class='container-fluid'>
<div class='row my-2'>
<div class='col-1'>
<a href="/index.html"><img class='text-right my-2' style="width:2rem" src='chevron-circle-left-solid.svg'></a>
</div>
<div class='col-11'>
<a href="/index.html" class="btn btn-outline-primary btn-lg btn-block text-justify font-weight-bold blu" role="button">Back To Main Page</a>
</div>
</div>
<h1>Adding Stitch Kit to your home screen</h1>
<p>
Adding Stitch Kit to your phone's home screen will make it easier to bring it up in the future without having to remember a URL. Follow the screenshots below for either iOS (iPhone and iPad) or Android.
</p>
<h2>iOS</h2>
<p>For iOS you should first bring up the application in the <b>Safari</b> web browser. Do not use any other browser.</p>
<h3><b>Step 1: Tap the Share button</b></h3>
<img src="/ios1.png" class="img-fluid"><P>
<h3><b>Step 2: Tap Add to Home Screen</b></h3>
<img src="/ios2.png" class="img-fluid"><P>
<h3><b>Step 3: Tap Add</b></h3>
<img src="/ios3.png" class="img-fluid"><P>
<h3><b>Step 4: Launch using the icon</b></h3>
<img src="/ios4.png" class="img-fluid"><P><P>
<hr><hr>
<h2>Android</h2>
<p>For Android you should first bring up the application in the <b>Chrome</b> web browser. You may use <b>Firefox</b>, but Chrome is recommended. Do not use any other browser.</p>
<h3><b>Step 1: Tap the Menu button</b></h3>
<img src="/android1.png" class="img-fluid"><P>
<h3><b>Step 2: Tap Add to Home Screen</b></h3>
<img src="/android2.png" class="img-fluid"><P>
<h3><b>Step 3: Tap Add</b></h3>
<img src="/android3.png" class="img-fluid"><P>
<h3><b>Step 4: Launch using the icon</b></h3>
<img src="/android4.png" class="img-fluid"><P><P>
</div>
<footer class="fixed-bottom">
<hr>
<div class='small text-muted'>
Copyright © 2019 <a class='text-muted' title='https://ensadi.com' href='https://ensadi.com/home' target='_blank'>Ensadi LLC
<a class='text-muted' href="/about.html">(About)</a>
</div>
</footer>
</body>
</html>