Untitled

mail@pastecode.io avatar
unknown
plain_text
20 days ago
1.7 kB
4
Indexable
Never
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Vote NAYEF</title>
    <style>
        body {
            font-family: Arial, sans-serif;
            background-color: #e0f7fa;
            color: #004d40;
            text-align: center;
            margin: 0;
            padding: 20px;
        }
        header {
            background-color: #004d40;
            color: #ffeb3b;
            padding: 10px 0;
        }
        .core-values {
            display: flex;
            justify-content: space-around;
            margin: 20px 0;
        }
        .value {
            background: #ffeb3b;
            padding: 10px;
            border-radius: 8px;
            width: 150px;
        }
        footer {
            margin-top: 20px;
            font-size: 0.8em;
        }
    </style>
</head>
<body>
    <header>
        <h1>NAYEF for [Position]</h1>
        <h2>Your Voice, Your Choice!</h2>
    </header>
    <img src="your-photo.jpg" alt="NAYEF" style="border-radius: 50%; width: 150px;">
    <div class="core-values">
        <div class="value"><strong>Integrity</strong><br>Honesty is our foundation.</div>
        <div class="value"><strong>Community</strong><br>Together, we thrive!</div>
        <div class="value"><strong>Innovation</strong><br>New ideas for a better tomorrow.</div>
    </div>
    <h3>Vote on [Election Date]!</h3>
    <p>Follow us on [social media links] for updates!</p>
    <footer>
        <p>Paid for by Friends of NAYEF</p>
        <p>Contact: info@nayefcampaign.com</p>
    </footer>
</body>
</html>

Leave a Comment