Internal Lean Six Sigma Certification Interest Button

Determine how many people in your organization are interested in becoming Lean Six Sigma Certified.

Please this button on your internal employee resource page. You will receive an email if anyone submits the form.

You can also have them visit this page, click the button and submit the form.

Here’s the button:

Earn Your Lean Six Sigma Certification

Submit this form to be considered for enrollment as a Lean Six Sigma Certification Candidate

Submit LSS Interest Form

Here is the html that you can copy and paste onto your company’s internal resource page:


<!DOCTYPE html>
<html>
<head>
<style>
    .lss-container {
        font-family: ‘Segoe UI’, Roboto, Helvetica, Arial, sans-serif;
        max-width: 500px;
        margin: 40px auto;
        padding: 30px;
        text-align: center;
        background-color: #ffffff;
        border-radius: 12px;
        box-shadow: 0 10px 25px rgba(0,0,0,0.1);
        border: 1px solid #e1e8ed;
    }

    h1 {
        color: #1a202c;
        font-size: 24px;
        margin-bottom: 12px;
        font-weight: 700;
    }

    p {
        color: #4a5568;
        font-size: 16px;
        line-height: 1.5;
        margin-bottom: 25px;
    }

    .btn {
        display: inline-block;
        background: linear-gradient(135deg, #0061ff 0%, #60efff 100%);
        color: white;
        padding: 15px 35px;
        font-size: 18px;
        font-weight: 600;
        text-decoration: none;
        border-radius: 50px;
        transition: transform 0.2s, box-shadow 0.2s;
        box-shadow: 0 4px 15px rgba(0, 97, 255, 0.3);
    }

    .btn:hover {
        transform: translateY(-2px);
        box-shadow: 0 6px 20px rgba(0, 97, 255, 0.4);
        background: linear-gradient(135deg, #0056e0 0%, #52d9e8 100%);
    }

    .btn:active {
        transform: translateY(0);
    }
</style>
</head>
<body>

<div class=”lss-container”>
    <h1>Earn Your Lean Six Sigma Certification</h1>
    <p>Submit this form to be considered for enrollment as a Lean Six Sigma Certification Candidate</p>
    <a href=”https://forms.gle/D8pTmM1mbwg7CzyP9” class=”btn” target=”_blank”>Submit LSS Interest Form</a>
</div>

</body>
</html>


Lastly, here’s the hyperlink to the form if you’d prefer: https://forms.gle/D8pTmM1mbwg7CzyP9