-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathe-kyc.html
More file actions
51 lines (46 loc) · 1.89 KB
/
e-kyc.html
File metadata and controls
51 lines (46 loc) · 1.89 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>E-KYC — Preetham P</title>
<meta name="description" content="E-KYC of Japanese Identification Cards for Rakuten Mobile — case study.">
<link rel="stylesheet" href="styles.css">
</head>
<body>
<header class="site-header">
<div class="container header-inner">
<a class="logo" href="index.html">Your Name</a>
<nav class="site-nav" aria-label="Primary">
<button id="menu-toggle" class="menu-toggle" aria-label="Toggle navigation">☰</button>
<ul class="nav-links" id="nav-links">
<li><a href="index.html#about">About</a></li>
<li><a href="projects.html">Projects</a></li>
<li><a href="index.html#experience">Experience</a></li>
<li><a href="index.html#education">Education</a></li>
<li><a href="index.html#publications">Publications</a></li>
<li><a href="index.html#contact">Contact</a></li>
</ul>
</nav>
<button id="theme-toggle" class="theme-toggle" aria-label="Toggle theme">🌙</button>
</div>
</header>
<main>
<section class="section">
<div class="container">
<h1>E-KYC of Japanese Identification Cards for Rakuten Mobile</h1>
<ul class="list">
<li>Led E-KYC model development and deployment for Japanese ID cards, contributing to saving and platform cost reduction.</li>
<li>Received GDSD Key Achievement and MEP Awards (Oct’21) for this contributions.</li>
</ul>
</div>
</section>
</main>
<footer class="site-footer">
<div class="container">
<p>© <span id="year"></span> Your Name. All rights reserved.</p>
</div>
</footer>
<script src="script.js"></script>
</body>
</html>