{{!-- welcome.handlebars --}}
<!DOCTYPE html>
<html>
    <head>
        <meta charset="utf-8">
        <meta http-equiv="x-ua-compatible" content="ie=edge">
        <title>Welcome Email</title>
    </head>

    <!-- Complete Email template -->

    <body style="background-color:grey">
        <table align="center" border="0" cellpadding="0" cellspacing="0"
            width="550" bgcolor="white" style="border:2px solid black">
            <tbody>
                <tr>
                    <td align="center" style="background-color: #4cb96b;
                            height: 50px;">

                            <p style="color:white;
                                    font-weight:bold;">
                                Training Management System
                            </p>
                    </td>
                </tr>

                <tr style="height: 300px;">
                    <td align="center" style="border: none;
                            border-bottom: 2px solid #4cb96b;
                            padding-right: 20px;padding-left:20px">

                        <p style="font-weight: bolder;font-size: 25px;
                                letter-spacing: 0.025em;
                                color:black;text-align: left;">
                            Hello {{user}}!
                            <br> 
                        </p>
                        <h2 style="text-align: left;
                                align-items: center;">
                            Welcome to Training Management System
                        </h2>
                    </td>
                </tr>

                <tr style="display: inline-block;">
                    <td style="height: 150px;
                            padding: 20px;
                            border: none;
                            border-bottom: 2px solid #361B0E;
                            background-color: white;">
                        
                        <h2 style="text-align: left;
                                align-items: center;">
                            You have successfully registered on Training Management System.
                    </h2>
                        <p class="data"
                        style="text-align: justify-all;
                                align-items: center;
                                font-size: 15px;
                                padding-bottom: 12px;">
                            Click on the following button to verify your email.
                        </p>
                        <p>
                            <a href="{{client_url}}verify-account/{{code}}"
                            style="text-decoration: none;
                                    color:black;
                                    border: 2px solid #4cb96b;
                                    padding: 10px 30px;
                                    font-weight: bold;">
                            Verify
                        </a>
                        </p>
                    </td>
                </tr>

                <tr style="border: none; background-color: #4cb96b; height: 40px; color:white; padding-bottom: 20px; text-align: center;">
                    
                    <td height="40px" align="center">
                        <p style="color:white;
                        line-height: 1.5em;">
                        TMS
                        </p>
                    </td>
                </tr>

                <tr>
                    <td style="font-family:'Open Sans', Arial, sans-serif;
                            font-size:11px; line-height:18px;
                            color:#999999;"
                        valign="top"
                        align="center">
                                    ©{{year}} All Rights Reserved.<br>
                    </td>
                </tr>
            </tbody>
        </table>
        
    </body>

</html>