-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcreate.html
More file actions
298 lines (250 loc) · 13.5 KB
/
create.html
File metadata and controls
298 lines (250 loc) · 13.5 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>One Scan / Create</title>
<link rel="icon" href="https://onescan.github.io/sc/system/image/logo-transparent.png">
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
<meta name="description" content="">
<meta name="keywords" content="">
<meta name="author" content="">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<!-- CSS -->
<link rel="stylesheet" href="https://onescan.github.io/app/style/bootstrap.min.css">
<link rel="stylesheet" href="https://onescan.github.io/app/style/font-awesome.min.css">
<link rel="stylesheet" href="https://onescan.github.io/app/style/aos.css">
<link rel="stylesheet" href="https://onescan.github.io/app/style/owl.carousel.min.css">
<link rel="stylesheet" href="https://onescan.github.io/app/style/owl.theme.default.min.css">
<link rel="stylesheet" href="https://onescan.github.io/app/style/templatemo-digital-trend.css">
</head>
<body>
<!-- MENU BAR -->
<nav class="navbar navbar-expand-lg">
<div class="container">
<a class="navbar-brand" href="https://onescan.github.io/app/index.html">
One Scan
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false"
aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a href="https://onescan.github.io/app/create.html" class="nav-link smoothScroll">Create</a>
</li>
<li class="nav-item">
<a href="https://onescan.github.io/app/design-library.html" class="nav-link smoothScroll">Design</a>
</li>
<li class="nav-item">
<a href="https://onescan.github.io/app/index.html#about" class="nav-link smoothScroll">About</a>
</li>
<li class="nav-item">
<a href="https://onescan.github.io/app/faq.html" class="nav-link">FAQ</a>
</li>
<li class="nav-item">
<a href="https://onescan.github.io/app/contact.html" class="nav-link contact">Contact</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- DIY CREATE -->
<section class="project-detail section-padding-half">
<div class="container">
<div class="row">
<div class="col-lg-9 mx-auto col-md-10 col-12 mt-lg-5 text-center" data-aos="fade-up" align="center">
<!-- ANIMATED TITLE DESIGN TURNED-OFF-->
<!--<h2 class="diy-title">
<span class="diy-title-word diy-title-word-1">C</span>
<span class="diy-title-word diy-title-word-2">R</span>
<span class="diy-title-word diy-title-word-3">E</span>
<span class="diy-title-word diy-title-word-4">A</span>
<span class="diy-title-word diy-title-word-2">T</span>
<span class="diy-title-word diy-title-word-4">E</span>
<br/>
<span class="diy-title-word diy-title-word-1">Y</span>
<span class="diy-title-word diy-title-word-2">O</span>
<span class="diy-title-word diy-title-word-3">U</span>
<span class="diy-title-word diy-title-word-4">R</span>
<span class="diy-title-word diy-title-word-2">S</span>
<span class="diy-title-word diy-title-word-4">E</span>
<span class="diy-title-word diy-title-word-2">L</span>
<span class="diy-title-word diy-title-word-2">F</span>
</h2>-->
<div align="center">
<img src="https://onescan.github.io/app/image/create.png" class="img-fluid" alt="create" data-aos="fade-up">
</div>
</div>
</div>
</div>
</section>
<script type="text/javascript">
//DOWNLOAD LINK JS FOR TEMPLATE
function download(obj) {
if (obj == 'Select document') return;
window.location = 'https://github.com/OneScan/app/tree/main/design/' + obj;
}
</script>
<!-- PROJECT DETAIL -->
<section class="project-detail section-padding">
<div class="container">
<!--STEP 1-->
<div class="row">
<div class="col-lg-6 col-md-6 col-12 mb-5">
<img src="https://onescan.github.io/app/image/step1.png" class="img-fluid" alt="step 1" data-aos="fade-up">
</div>
<div class="col-lg-5 col-md-6 mr-lg-auto mt-lg-5 col-12" data-aos="fade-up" data-aos-delay="200">
<br/>
<h2 class="step">1. Select Design</h2>
<p class="mt-3 mb-4">Download & open the HTML file of your Smart Card</p>
<ul class="list-detail">
<li><span>Visit <a href="https://onescan.github.io/app/design-library.html" style="color: #667CE0">Design Library</a> to see live options.</span></li>
<li><span>Select the option from the dropdown below.</span></li>
<li><span>We update our Design Libray once in each month. If you don't like any of our existing one you can wait or Email us your requirements. It will be ready with in 48 Hours.</span></li>
<li><span><a href="https://onescan.github.io/app/contact.html">Having trouble? Contact US.</a></span></li>
</ul>
<br/>
<div class="select">
<select name="download" class="mySelectArrow" onChange="download(this.value)">
<option>Select Smart Card Design</option>
<option value="standard01.zip" class="drp-dwn">Standard 01</option>
</select>
</div>
</div>
</div>
<!--STEP 2-->
<div class="row">
<div class="col-lg-6 col-md-6 col-12 mb-5">
<img src="https://onescan.github.io/app/image/step2.png" class="img-fluid" alt="step 2" data-aos="fade-up">
</div>
<div class="col-lg-5 col-md-6 mr-lg-auto mt-lg-5 col-12" data-aos="fade-up" data-aos-delay="200">
<br/>
<h2 class="step">2. Modify .HTML</h2>
<p class="mt-3 mb-4">Open the downloaded HTML file in a text editor.</p>
<ul class="list-detail">
<li><span>Replace the <em style="color:darkgrey">< !--NAME/DESIGNATION/LINK/..-- ></em> with your name, designation, links ...</span></li>
<li><span>FYI you can also change number of button / button name.</span></li>
<li><span>Save your edits.</span></li>
<li><span><a href="https://onescan.github.io/app/contact.html">Having trouble? Contact US.</a></span></li>
</ul>
<br/>
</div>
</div>
<!--STEP 3-->
<div class="row">
<div class="col-lg-6 col-md-6 col-12 mb-5">
<img src="https://onescan.github.io/app/image/step3.png" class="img-fluid" alt="step 3" data-aos="fade-up">
</div>
<div class="col-lg-5 col-md-6 mr-lg-auto mt-lg-5 col-12" data-aos="fade-up" data-aos-delay="200">
<br/>
<h2 class="step">3. Upload</h2>
<p class="mt-3 mb-4">You have 3 options. 1. Upload in your own server, 2. Upload in our GitHub.
3. Send your file, we will upload in our server for you.</p>
<ul class="list-detail">
<li><span>OPTION 1# Upload in your own server and proceed to next step.</span></li>
<li><span>OPTION 2# First go to our SMART CARD server. Open a file (Naming convention: mr-dexter).
You can check <a href="https://onescan.github.io/sc/domain-check.html" style="color: #667CE0">HERE</a> if the name you want is available. And wait up-to 12 hours.
<a href="https://github.com/OneScan/sc" style="color: #667CE0">Upload Address</a>. <a href="https://youtu.be/SMMYQpK8uyg" style="color: #667CE0">Tutorial Video</a>.</span></li>
<li><span>OPTION 3# Email us your HTML file. We will do everything else for you. You will get all updates within 12 hours.</span></li>
<li><span><a href="https://onescan.github.io/app/contact.html">Having trouble? Contact US.</a></span></li>
</ul>
<br/>
</div>
</div>
<!--STEP 4-->
<div class="row">
<div class="col-lg-6 col-md-6 col-12 mb-5">
<img src="https://onescan.github.io/app/image/step4.png" class="img-fluid" alt="step 4" data-aos="fade-up">
</div>
<div class="col-lg-5 col-md-6 mr-lg-auto mt-lg-5 col-12" data-aos="fade-up" data-aos-delay="200">
<br/>
<h2 class="step">4. Create QR</h2>
<p class="mt-3 mb-4">Create & Download your QR code.</p>
<ul class="list-detail">
<li><span>OPTION 1# Paste your smart card URL below & create your QR code.</span></li>
<li><span>OPTION 2# Your URL is <em style="color:darkgrey">https://onescan.github.io/sc/name_of_your_folder/</em>.<br/>
Create QR code using this URL.</span></li>
<li><span><a href="https://onescan.github.io/app/contact.html">Having trouble? Contact US.</a></span></li>
<section class="user-input">
<input type="text" name="input_text" id="input_text" autocomplete="off" placeholder="QR URL">
<button class="qr-button" type="submit">GET QR</button>
<div class="qr-code"></div>
</section>
</ul>
<br/>
</div>
</div>
<!--STEP 5-->
<div align="center">
<img src="https://onescan.github.io/app/image/wo-hoo.png" class="img-fluid" alt="wo-hoo!!!" data-aos="fade-up">
</div>
<!--
<div class="col-lg-12 col-12">
<div class="embed-responsive embed-responsive-16by9 my-5 py-5" data-aos="fade-up">
<iframe class="embed-responsive-item" width="800" height="450" src="YOUTUBE LINK" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
</div>
-->
</div>
</section>
<footer class="site-footer">
<div class="container">
<div class="row">
<div class="col-lg-5 mx-lg-auto col-md-8 col-10">
<h1 class="text-white" data-aos="fade-up" data-aos-delay="100">We <strong>Save Planet</strong> by reducing paper waste</h1>
</div>
<div class="col-lg-3 col-md-6 col-12" data-aos="fade-up" data-aos-delay="200">
<h4 class="my-4">Contact Info</h4>
<!--
<p class="mb-1">
<i class="fa fa-phone mr-2 footer-icon"></i>
+1234567890
</p>
-->
<p>
<a href="mailto:onescan.info@gmail.com">
<i class="fa fa-envelope mr-2 footer-icon"></i>
onescan.info@gmail.com
</a>
</p>
</div>
<div class="col-lg-3 col-md-6 col-12" data-aos="fade-up" data-aos-delay="300">
<h4 class="my-4">Location</h4>
<p class="mb-1">
<i class="fa fa-home mr-2 footer-icon"></i>
Manitoba, Canada
</p>
</div>
<div class="col-lg-4 mx-lg-auto text-center col-md-8 col-12" data-aos="fade-up" data-aos-delay="400">
<p class="copyright-text">Copyright © 2022 One Scan
<br>
<a rel="nofollow noopener" href="https://onescan.github.io/app/index.html">Made with love by One Scan</a></p>
</div>
<div class="col-lg-4 mx-lg-auto col-md-6 col-12" data-aos="fade-up" data-aos-delay="500">
<ul class="footer-link">
<li><a href="https://onescan.github.io/app/privacy.html">Privacy</a></li>
<li><a href="https://onescan.github.io/app/join-us.html">Join us</a></li>
<li><a href="https://onescan.github.io/app/team.html">Team</a></li>
</ul>
</div>
<div class="col-lg-3 mx-lg-auto col-md-6 col-12" data-aos="fade-up" data-aos-delay="600">
<ul class="social-icon">
<li><a href="#" class="fa fa-instagram"></a></li>
<li><a href="https://www.linkedin.com/company/one-scan" class="fa fa-linkedin"></a></li>
<li><a href="https://github.com/OneScan" class="fa fa-github"></a></li>
</ul>
</div>
</div>
</div>
</footer>
<!-- SCRIPTS -->
<script src="https://onescan.github.io/app/js/jquery.min.js"></script>
<script src="https://onescan.github.io/app/js/bootstrap.min.js"></script>
<script src="https://onescan.github.io/app/js/aos.js"></script>
<script src="https://onescan.github.io/app/js/owl.carousel.min.js"></script>
<script src="https://onescan.github.io/app/js/custom.js"></script>
<script src="https://onescan.github.io/app/js/qr.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/qrcodejs/1.0.0/qrcode.min.js" integrity="sha512-CNgIRecGo7nphbeZ04Sc13ka07paqdeTu0WR1IM4kNcpmBAUSHSQX0FslNhTDadL4O5SAGapGt4FodqL8My0mA==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
</body>
</html>