-
Notifications
You must be signed in to change notification settings - Fork 45
Expand file tree
/
Copy pathverify.html
More file actions
38 lines (33 loc) · 1.3 KB
/
verify.html
File metadata and controls
38 lines (33 loc) · 1.3 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
---
layout: default
title: Certificate Verification
body_class: page page-verify
image: /assets/images/default-seo-thumbnail.png
---
<div class="container">
<div class="row">
<div class="content-constrained">
<div class="verification-container">
<p>Verify the authenticity of Women Coding Community certificates</p>
<div class="verification-box verification-instructions">
<h3>How to Verify</h3>
<ol>
<li>Scan the QR code on the certificate with your phone camera</li>
<li>Or enter the Certificate ID shown on the certificate</li>
<li>Click "Verify" to check authenticity</li>
</ol>
</div>
<div class="verification-box">
<div class="search-box">
<input type="text" id="certId" placeholder="Enter Certificate ID"/>
<button id="verify-btn">Verify</button>
</div>
<div class="loading" id="loading">
<p>Verifying certificate...</p>
</div>
<div id="result"></div>
</div>
</div>
</div>
</div>
</div>