%PDF- %PDF-
Direktori : /var/www/html/camillo/camillo-api-master/resources/views/pdf/ |
Current File : /var/www/html/camillo/camillo-api-master/resources/views/pdf/qrcode.blade.php |
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> {{--<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.5.0/css/all.css" integrity="sha384-B4dIYHKNBt8Bc12p+WXckhzcICo0wtJAoU8YZTY5qE0Id1GSseTk6S+L3BlXeVIU" crossorigin="anonymous">--}} <style> body{ font-family: "Nunito", sans-serif; } article{ margin-top: 400px; } h4, h2{ color:#E94B4B; } h4{ font-size: 32px; position: absolute; font-weight: normal; top:255px; left: 0; } h2{ font-size: 48px; position: absolute; top:260px; left: 0; } p{ font-size: 24px; position: absolute; line-height: 40px; top:400px; width: 550px; left: 0; } #logo{ width: 180px; position: absolute; top: 0; left: 0px; } #coda{ position: absolute; right: 0; top: 0; width: 354px; height: 322px; } #qr_code{ position: absolute; left: -32px; top: 660px; } footer{ position: absolute; left: 0; top: 950px; } </style> </head> <body> <figure> <img src="{{public_path("img/camillo_logo_classico.png")}}" id="logo" /> <img src="{{public_path("img/coda.png")}}" id="coda" /> </figure> <h4>Nido d'infanzia</h4> <h2>{{$institute->name}}</h2> <p>Ciao! Ecco il Qr Code con cui puoi segnare la presenza dei tuoi bambini a scuola tramite Camillo! Accedi all’app, selezione l’icona del Qr Code e scansiona il risultato sottostante, Camillo ti dirà se hai fatto bene o devi riprovare.</p> <figure> <img src="{{storage_path("app/public/$qr_file_name")}}" id="qr_code" /> </figure> <footer> <strong>Segui le orme di Camillo su</strong> camillo.online<br /> scrivi@camillo.online - <strong>numero verde</strong> 800 035 850 <br /> <img src="{{public_path("img/social_icons.png")}}" /> </footer> </body> </html>