Sindbad~EG File Manager

Current Path : /proc/thread-self/cwd/resources/views/emails/
Upload File :
Current File : //proc/thread-self/cwd/resources/views/emails/verification.blade.php

<!DOCTYPE html>
<html>
<head>
    <title>Verificação de E-mail | Startup Academy</title>
    <style>
        body {
            font-family: Arial, sans-serif;
            background-color: #f5f5f5;
            margin: 0;
            padding: 0;
        }

        .container {
            max-width: 600px;
            margin: 0 auto;
            padding: 20px;
            background-color: #ffffff;
            border-radius: 10px;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        }

        .header {
            background-color: #F99E3F;
            color: #ffffff;
            text-align: center;
            padding: 15px;
            border-top-left-radius: 10px;
            border-top-right-radius: 10px;
        }

        h2 {
            margin-top: 0;
        }

        p {
            font-size: 16px;
            line-height: 1.6;
            margin-bottom: 20px;
        }

        .cta-button {
            display: inline-block;
            background-color: #F99E3F;
            color: #ffffff;
            font-size: 18px;
            padding: 10px 20px;
            text-decoration: none;
            border-radius: 5px;
        }

        a {
            text-decoration: none;
            color: #fff;
        }

        .cta-button:hover {
            background-color: #FFB84D;
        }

        .footer {
            text-align: center;
            color: #888888;
            font-size: 14px;
            padding: 10px;
            border-bottom-left-radius: 10px;
            border-bottom-right-radius: 10px;
        }
    </style>
</head>
<body>
    <div class="container">
        <div class="header">
            <h2>Continuar Cadastro</h2>
            <p>Startup Academy</p>
        </div>
        <p>Olá! Você está quase lá!</p>
        <p><b>Para continuar o seu cadastro</b> e acessar nossa plataforma,</p>
        <p>clique no botão abaixo:</p>
        <a class="cta-button" href="{{ $verificationUrl }}">Continuar Cadastro</a>
        <div class="footer">
            <p>Caso não tenha se cadastrado em nosso aplicativo, por favor, ignore este e-mail.</p>
            <p>Este e-mail é automático, por favor, não responda.</p>
            <p>&copy; {{ date('Y') }} Startup Academy. Todos os direitos reservados.</p>
        </div>
    </div>
</body>
</html>

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists