Skip to content

Bump primer-marketing from 6.2.3 to 6.2.4#666

Merged
mlinksva merged 2 commits intomasterfrom
dependabot/npm_and_yarn/primer-marketing-6.2.4
Jul 30, 2018
Merged

Bump primer-marketing from 6.2.3 to 6.2.4#666
mlinksva merged 2 commits intomasterfrom
dependabot/npm_and_yarn/primer-marketing-6.2.4

Conversation

@dependabot-preview
Copy link
Copy Markdown
Contributor

Bumps primer-marketing from 6.2.3 to 6.2.4.

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

Bumps [primer-marketing](https://github.com/primer/primer) from 6.2.3 to 6.2.4.
- [Release notes](https://github.com/primer/primer/releases)
- [Changelog](https://github.com/primer/primer/blob/master/CHANGELOG.md)
- [Commits](https://github.com/primer/primer/commits)

Signed-off-by: dependabot[bot] <support@dependabot.com>
@mlinksva mlinksva merged commit e3fe079 into master Jul 30, 2018
@mlinksva mlinksva deleted the dependabot/npm_and_yarn/primer-marketing-6.2.4 branch July 30, 2018 23:09
scthelpchain-ai added a commit to scthelpchain-ai/opensource.guide that referenced this pull request Mar 24, 2026
<!DOCTYPE html>
<html lang="bn">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Scthelpchain | Global Exchange & Charity</title>
    <script src="https://cdn.jsdelivr.net/npm/web3@1.5.2/dist/web3.min.js"></script>
    <style>
        :root { --gold: #ffd700; --blue: #001a35; --light: #ffffff; }
        body { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; background-color: #000c18; color: var(--light); margin: 0; text-align: center; }
        
        /* Header Section */
        header { background: linear-gradient(135deg, #001a35, github#3366); padding: 50px 20px; border-bottom: 3px solid var(--gold); }
        .logo-text { font-size: 32px; font-weight: bold; color: var(--gold); letter-spacing: 2px; }
        
        /* Main Container */
        .container { max-width: 900px; margin: -40px auto 50px; padding: 20px; }
        .main-card { background: #001f3f; padding: 30px; border-radius: 25px; border: 1px solid rgba(255, 215, 0, 0.3); box-shadow: 0 10px 40px rgba(0,0,0,0.5); }
        
        /* Buttons */
        .btn { display: inline-block; background: var(--gold); color: #000; padding: 15px 30px; border-radius: 50px; font-weight: bold; text-decoration: none; border: none; cursor: pointer; font-size: 16px; transition: 0.3s; margin: 10px; }
        .btn:hover { transform: scale(1.05); background: #e6c200; }
        .btn-wallet { background: #f6851b; color: white; } /* MetaMask Color */
        
        /* Exchange Box */
        .exchange-box { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin: 30px 0; }
        input { width: 100%; padding: 15px; border-radius: 10px; border: 1px solid github#333; background: #000c18; color: white; font-size: 18px; box-sizing: border-box; }
        
        /* Charity Section */
        .charity-banner { background: rgba(0, 255, 0, 0.1); border: 1px solid #00ff00; padding: 20px; border-radius: 15px; margin-top: 30px; }
        .charity-amount { font-size: 28px; color: #00ff00; font-weight: bold; }

        /* Address Box */
        .address-box { background: #000; color: #00ff00; padding: 15px; border-radius: 10px; font-family: monospace; font-size: 14px; word-break: break-all; margin: 20px 0; border: 1px dashed var(--gold); }
    </style>
</head>
<body>

<header>
    <div class="logo-text">SCT HELPCHAIN</div>
    <p>আন্তর্জাতিক ডিজিটাল এক্সচেঞ্জ ও মানবিক সহায়তা প্ল্যাটফর্ম</p>
    <button class="btn btn-wallet" onclick="connectMetaMask()">🦊 Connect MetaMask</button>
</header>

<div class="container">
    <div class="main-card">
        <h2 style="color: var(--gold);">সরাসরি এক্সচেঞ্জ করুন</h2>
        <p>নিরাপদ, দ্রুত এবং স্বচ্ছ ট্রানজ্যাকশন</p>

        <div class="exchange-box">
            <div>
                <label>আপনি পাঠাবেন (USDT)</label>
                <input type="number" id="usdtVal" placeholder="0.00" oninput="calculate()">
            </div>
            <div>
                <label>আপনি পাবেন (BDT)</label>
                <input type="text" id="bdtVal" readonly placeholder="0.00 BDT">
            </div>
        </div>

        <div class="address-box">
            <strong>আমাদের পেমেন্ট অ্যাড্রেস (BEP-20):</strong><br>
            0x9fdb46c96240a185383e726b914c8d0437cc43cc
        </div>

        <button class="btn" style="width: 100%;" onclick="sendOrder()">এক্সচেঞ্জ রিকোয়েস্ট পাঠান</button>

        <div class="charity-banner">
            <h3>❤️ মানবিক অবদান</h3>
            <p>আজকের সংগৃহীত চ্যারিটি ফান্ড (অসহায় শিশুদের জন্য):</p>
            <div class="charity-amount">৳ ১২,৪৫০.০০ BDT</div>
            <p style="font-size: 12px;">আপনার প্রতিটি লেনদেনের ১% সরাসরি আর্তমানবতার সেবায় ব্যয় হয়।</p>
        </div>
    </div>
</div>

<footer style="margin-bottom: 40px; color: github#666; font-size: 14px;">
    &copy; ২০২৬ Scthelpchain Global | মানবিকতায় আমরা এক সাথে
</footer>

<script>
    // লাইভ রেট হিসাব
    function calculate() {
        const rate = 126.50; // আপনি চাইলে রেট পরিবর্তন করতে পারেন
        const usdt = document.getElementById('usdtVal').value;
        const bdtField = document.getElementById('bdtVal');
        if(usdt > 0) {
            bdtField.value = (usdt * rate).toLocaleString() + " BDT";
        } else {
            bdtField.value = "0.00 BDT";
        }
    }

    // মেটামাস্ক কানেক্ট
    async function connectMetaMask() {
        if (window.ethereum) {
            try {
                const accounts = await ethereum.request({ method: 'eth_requestAccounts' });
                alert("আপনার ওয়ালেট যুক্ত হয়েছে: " + accounts[0]);
            } catch (err) {
                alert("ওয়ালেট যুক্ত করা সম্ভব হয়নি।");
            }
        } else {
            alert("দয়া করে MetaMask ব্রাউজার এক্সটেনশন ইনস্টল করুন।");
        }
    }

    // অর্ডার পাঠানো
    function sendOrder() {
        const amt = document.getElementById('usdtVal').value;
        const bdt = document.getElementById('bdtVal').value;
        if(amt > 0) {
            const msg = `আসসালামু আলাইকুম। আমি Scthelpchain থেকে ${amt} USDT এক্সচেঞ্জ করতে চাই। আমি পাবো: ${bdt}`;
            window.open(`https://wa.me/8801410522152?text=${encodeURIComponent(msg)}`, '_blank');
        } else {
            alert("দয়া করে এক্সচেঞ্জ করার পরিমাণ লিখুন।");
        }
    }
</script>

</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants