Skip to main content

option-certificate

<ins class="diffins">Share Certificate</ins>
Certificate No: {{ certNumber }}
CERTIFIED SHARES
        <div class="header">
            <div class="title">Share Certificate</div>
            <div class="subtitle">JETUP PROJECTS</div>
        </div>
        
        <div class="logo">
            <!-- Placeholder for logo -->
            <img src="https://via.placeholder.com/200x80?text=JETUP+LOGO" alt="JETUP Logo">
        </div>
        
        <div class="content">
            This certifies that <strong>{{ name }} {{ surname }}</strong> is the registered holder of <strong>{{ shares }}</strong> shares of the capital stock of the company known as <strong>{{ projectName }}</strong>, transferable only on the books of the Corporation by the holder hereof in person or by duly authorized Attorney upon surrender of this Certificate properly endorsed.
        </div>
        
        <div class="details">
            <table>
                <tr>
                    <td><strong>Shareholder Name:</strong></td>
                    <td>{{ name }} {{ surname }}</td>
                </tr>
                <tr>
                    <td><strong>Number of Shares:</strong></td>
                    <td>{{ shares }}</td>
                </tr>
                <tr>
                    <td><strong>Project Name:</strong></td>
                    <td>{{ projectName }}</td>
                </tr>
                <tr>
                    <td><strong>Issue Date:</strong></td>
                    <td>{{ date }}</td>
                </tr>
            </table>
        </div>
        
        <div class="signatures">
            <div class="signature">
                <div class="signature-line"></div>
                <div>Authorized Signatory</div>
            </div>
            
            <div class="signature">
                <div class="signature-line"></div>
                <div>Corporate Secretary</div>
            </div>
        </div>
        
        <div class="seal">
            PLACE CORPORATE SEAL HERE
        </div>
    </div>
</div>