|
| 1 | +<!doctype html> |
| 2 | +<html lang="zh-CN"> |
| 3 | +<head> |
| 4 | + <meta charset="utf-8"> |
| 5 | + <meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover"> |
| 6 | + <meta name="theme-color" content="#ffffff"> |
| 7 | + <meta name="apple-itunes-app" content="app-id=6753987304"> |
| 8 | + <meta name="description" content="好友邀请你使用 PythonIDE。复制邀请码,下载 App 后输入即可建立邀请关系。"> |
| 9 | + <meta property="og:type" content="website"> |
| 10 | + <meta property="og:title" content="PythonIDE 邀请"> |
| 11 | + <meta property="og:description" content="下载 App 后输入邀请码,即可建立邀请关系。"> |
| 12 | + <meta property="og:image" content="https://pythonide.xin/assets/brand-mark.svg"> |
| 13 | + <link rel="icon" href="/assets/brand-mark.svg" type="image/svg+xml"> |
| 14 | + <link rel="stylesheet" href="/referral/referral.css"> |
| 15 | + <script defer src="/referral/referral.js"></script> |
| 16 | + <title>PythonIDE 邀请</title> |
| 17 | +</head> |
| 18 | +<body> |
| 19 | + <div class="page"> |
| 20 | + <header class="site-header"> |
| 21 | + <nav class="nav" aria-label="PythonIDE"> |
| 22 | + <a class="brand" href="/" aria-label="PythonIDE"> |
| 23 | + <img class="brand-mark" src="/assets/brand-mark.svg" alt=""> |
| 24 | + <span>PythonIDE</span> |
| 25 | + </a> |
| 26 | + <div class="nav-links" aria-label="Primary"> |
| 27 | + <a class="nav-link" href="/i/" aria-current="page" data-t="navInvite">邀请</a> |
| 28 | + <a class="nav-link" href="/activity/" data-t="navRules">规则</a> |
| 29 | + <a class="nav-download" href="#" data-download data-t="download">下载 App</a> |
| 30 | + </div> |
| 31 | + <div class="language-toggle" aria-label="Language"> |
| 32 | + <button type="button" data-lang="zh" aria-pressed="true">中</button> |
| 33 | + <button type="button" data-lang="en" aria-pressed="false">EN</button> |
| 34 | + </div> |
| 35 | + </nav> |
| 36 | + </header> |
| 37 | + |
| 38 | + <main class="main"> |
| 39 | + <div class="invite-layout"> |
| 40 | + <section class="invite-hero" aria-labelledby="invite-title"> |
| 41 | + <p class="eyebrow reveal" id="invite-title" data-t="invitedTitle">好友邀请你使用 PythonIDE</p> |
| 42 | + <div class="invite-code" data-invite-code aria-label="邀请码">PY8K29</div> |
| 43 | + <p class="summary reveal" data-t="invitedSummary">下载 App 后输入邀请码,即可建立邀请关系。</p> |
| 44 | + |
| 45 | + <div class="actions reveal"> |
| 46 | + <a class="button primary" href="#" data-download> |
| 47 | + <svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true"> |
| 48 | + <path d="M12 3v12m0 0 4-4m-4 4-4-4M5 21h14"></path> |
| 49 | + </svg> |
| 50 | + <span data-t="download">下载 App</span> |
| 51 | + </a> |
| 52 | + <button class="button secondary" type="button" data-copy-code data-copy-feedback="已复制"> |
| 53 | + <svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true"> |
| 54 | + <path d="M8 8h10v12H8zM6 16H5a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v1"></path> |
| 55 | + </svg> |
| 56 | + <span data-t="copyCode">复制邀请码</span> |
| 57 | + </button> |
| 58 | + </div> |
| 59 | + |
| 60 | + <div class="divider" aria-hidden="true"></div> |
| 61 | + |
| 62 | + <section aria-labelledby="how-title"> |
| 63 | + <h1 class="section-title" id="how-title" data-t="howWorks">如何生效</h1> |
| 64 | + <div class="steps" data-array="steps"></div> |
| 65 | + </section> |
| 66 | + |
| 67 | + <a class="inline-link reveal" href="/activity/"> |
| 68 | + <span data-t="viewRules">查看活动规则</span> |
| 69 | + <span aria-hidden="true">›</span> |
| 70 | + </a> |
| 71 | + </section> |
| 72 | + |
| 73 | + <div class="vertical-divider desktop-only" aria-hidden="true"></div> |
| 74 | + |
| 75 | + <aside class="rules-hero desktop-only" aria-label="邀请活动规则"> |
| 76 | + <h2 class="activity-title reveal" data-t="ruleTitle">邀请活动规则</h2> |
| 77 | + <div class="activity-summary"> |
| 78 | + <section class="activity-block" aria-labelledby="reward-title"> |
| 79 | + <h3 class="section-title" id="reward-title" data-t="rewardTitle">奖励档位</h3> |
| 80 | + <div class="surface reward-list" data-array="rewards"></div> |
| 81 | + </section> |
| 82 | + |
| 83 | + <section class="activity-block" aria-labelledby="valid-title"> |
| 84 | + <h3 class="section-title" id="valid-title" data-t="validTitle">什么是有效邀请</h3> |
| 85 | + <div class="rule-list" data-array="valid"></div> |
| 86 | + </section> |
| 87 | + |
| 88 | + <section class="activity-block" aria-labelledby="other-title"> |
| 89 | + <h3 class="section-title" id="other-title" data-t="otherTitle">其他活动</h3> |
| 90 | + <div class="surface other-list" data-array="other"></div> |
| 91 | + </section> |
| 92 | + </div> |
| 93 | + <p class="note reveal" data-t="note">奖励达到后请按 App 内邀请明细与后台记录联系兑换。为防止刷量,截图不能作为有效邀请依据。</p> |
| 94 | + </aside> |
| 95 | + </div> |
| 96 | + </main> |
| 97 | + |
| 98 | + <footer class="footer" data-t="footer">活动解释权与兑换记录以后台数据为准</footer> |
| 99 | + </div> |
| 100 | +</body> |
| 101 | +</html> |
0 commit comments