1
+ <!DOCTYPE html>
2
+ <html class =" yoti-html" >
3
+
4
+ <head >
5
+ <meta charset =" utf-8" >
6
+ <meta name =" viewport" content =" width=device-width, initial-scale=1, shrink-to-fit=no" >
7
+ <title >{{ $title } } </title >
8
+ <link rel =" stylesheet" type =" text/css" href =" assets/css/index.css" >
9
+ <link href =" https://fonts.googleapis.com/css?family=Roboto:400,700" rel =" stylesheet" >
10
+ </head >
11
+
12
+ <body class =" yoti-body" >
13
+ <main >
14
+ <section class =" yoti-top-section" >
15
+ <div class =" yoti-logo-section" >
16
+ <a href =" https://www.yoti.com" target =" _blank" >
17
+ <
img class =
" yoti-logo-image" src =
" assets/images/logo.png" srcset =
" assets/images/[email protected] 2x" alt =
" Yoti" />
18
+ </a >
19
+ </div >
20
+
21
+ <h1 class =" yoti-top-header" >{{ $title } } </h1 >
22
+
23
+ <div class =" yoti-sdk-integration-section" >
24
+ <div id =" yoti-share-button" ></div >
25
+ </div >
26
+
27
+ <div class =" yoti-login-or-separator" >or</div >
28
+
29
+ <div class =" yoti-login-dialog" >
30
+ <h2 class =" yoti-login-dialog-header" >Login with your email:</h2 >
31
+
32
+ <input class =" yoti-input" type =" text" placeholder =" Name" />
33
+
34
+ <input class =" yoti-input" type =" text" placeholder =" Email address" />
35
+
36
+ <div class =" yoti-login-actions" >
37
+ <span class =" yoti-login-forgot-button" >forgot password?</span >
38
+
39
+ <button class =" yoti-login-button" >login</button >
40
+ </div >
41
+ </div >
42
+ </section >
43
+
44
+ <section class =" yoti-sponsor-app-section" >
45
+ <h3 class =" yoti-sponsor-app-header" >The Yoti app is free to download and use:</h3 >
46
+
47
+ <div class =" yoti-store-buttons-section" >
48
+ <a href =" https://itunes.apple.com/us/app/yoti/id983980808?ls=1&mt=8" class =" yoti-app-button-link" >
49
+ <
img src =
" assets/images/app-store-badge.png" srcset =
" assets/images/[email protected] 2x" alt =
" Download on the App Store" />
50
+ </a >
51
+
52
+ <a href =" https://play.google.com/store/apps/details?id=com.yoti.mobile.android.live" class =" yoti-app-button-link" >
53
+ <
img src =
" assets/images/google-play-badge.png" srcset =
" assets/images/[email protected] 2x" alt =
" Yoti" alt =
" get it on Google Play" />
54
+ </a >
55
+ </div >
56
+ </section >
57
+ </main >
58
+
59
+ <script src =" https://www.yoti.com/share/client/" ></script >
60
+ <script >
61
+ window .Yoti .Share .init (@json ($buttonConfig , JSON_PRETTY_PRINT ));
62
+ </script >
63
+ </body >
64
+
65
+ </html >
0 commit comments