PATH:
home
/
lab2454c
/
tripvare.com
/
resources
/
views
/
emails
/
applicants
<!DOCTYPE html> <html lang='en'> <head> <meta charset='UTF-8' /> <meta http-equiv='X-UA-Compatible' content='IE=edge,chrome=1'> <meta name='viewport' content='with=device-width, initial-scale=1.0'> <style> body { background-color: #edf2f7; } #card { position: relative; width: 570px; display: block; margin: 40px auto 20px; text-align: left; font-family: 'Source Sans Pro', sans-serif; } #upper-side { padding: 2em; background-color: #13aff0; display: block; color: #fff; border-top-right-radius: 8px; border-top-left-radius: 8px; } #checkmark { font-weight: lighter; fill: #fff; margin: -3.5em auto auto 20px; } #status { text-transform: uppercase; letter-spacing: 2px; font-size: 1em; margin-top: -.2em; margin-bottom: 0; } #lower-side { padding: 2em 2em 2em 2em; background: #fff; display: block; } #lower-side h2 { font-family: 'Source Sans Pro', sans-serif; text-align: center; color: #3d4852; font-size: 19px; font-weight: bold; margin-top: 50px; } #message { color: #757575; letter-spacing: 1px; } #contBtn { text-transform: uppercase; text-decoration: none; background: #13aff0; color: #fff; margin: 10px auto; display: inline-block; padding: .8em 2em; -webkit-box-shadow: 0px 15px 30px rgba(50, 50, 50, 0.21); -moz-box-shadow: 0px 15px 30px rgba(50, 50, 50, 0.21); box-shadow: 0px 15px 30px rgba(50, 50, 50, 0.21); border-radius: 25px; -webkit-transition: all .4s ease; -moz-transition: all .4s ease; -o-transition: all .4s ease; transition: all .4s ease; } #contBtn:hover { -webkit-box-shadow: 0px 15px 30px rgba(50, 50, 50, 0.41); -moz-box-shadow: 0px 15px 30px rgba(50, 50, 50, 0.41); box-shadow: 0px 15px 30px rgba(50, 50, 50, 0.41); -webkit-transition: all .4s ease; -moz-transition: all .4s ease; -o-transition: all .4s ease; transition: all .4s ease; background-color: #f56d23; } .rt-container p { font-family: 'Source Sans Pro', sans-serif; color: #3d4852; font-size: 19px; } .rt-container .footer p { text-align: center } </style> </head> <body> <section> <div class='rt-container'> <h2 style="font-family: 'Source Sans Pro', sans-serif; text-align:center; color:#3d4852; font-size:19px; font-weight:bold; margin-top:50px;">{{config('app.name')}}</h2> <div class='col-rt-12'> <div class='Scriptcontent'> <div id='card' class='animated fadeIn'> <div id='lower-side'>{!! $mail_content !!}</div> </div> </div> </div> <div class="footer"> <p>© {{date('Y').' '.config('app.name') }}. All rights reserved.</p> </div> </div> </section> </body> </html>
[-] account_activation.blade.php
[edit]
[+]
..
[-] welcome.blade.php
[edit]