Advertisement
ChrisRodman55

Partner

Aug 2nd, 2021
1,167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5.73 KB | None | 0 0
  1. !DOCTYPE html>
  2. <html lang="en">
  3.     <head>
  4.         <meta name="title" content="Rosott's - Partner" />
  5.         <meta name="description" content="The partner page of the official Rosott's website." />
  6.         <meta name="theme-color" content="#e6800b" />
  7.         <link id="favicon" rel="icon" href="https://cdn.glitch.com/afc90a7c-0c8b-41bd-891b-f963e031848b%2Flogo.png?v=1627483437813" type="image/x-icon" />
  8.         <link rel="stylesheet" href="/style.css" />
  9.         <script src="/client.js"></script>
  10.         <title>Rosott's</title>
  11.     </head>
  12.  
  13.     <body class="body">
  14.         <nav class="navbar is-transparent is-fixed-top is-primary has-shadow" role="navigation" aria-label="main navigation"
  15.        id="navbar">
  16.         <div class="navbar-brand">
  17.             <img class="navbar-item" src="https://cdn.glitch.com/afc90a7c-0c8b-41bd-891b-f963e031848b%2Flogo.png?v=1627483437813" width="220px" height="75px"
  18.                onclick="javascript: window.location.pathname ='/'" style="cursor: pointer;">
  19.             <a role="button" class="navbar-burger" aria-label="menu" aria-expanded="false" data-target="nav">
  20.                 <span aria-hidden="true"></span>
  21.                 <span aria-hidden="true"></span>
  22.                 <span aria-hidden="true"></span>
  23.             </a>
  24.         </div>
  25.  
  26.         <div id="nav" class="navbar-menu" style="background-color:#E6800B;">
  27.             <div class="navbar-start">
  28.                 <a class="navbar-item" href="/">
  29.                     Home
  30.                 </a>
  31.  
  32.                 <a class="navbar-item" href="/rules">
  33.                     Rules
  34.                 </a>
  35.  
  36.                 <a class="navbar-item" href="/info">
  37.                     Info
  38.                 </a>
  39.  
  40.                 <a class="navbar-item" href="/partner">
  41.                     Partner
  42.                 </a>
  43.  
  44.                 <a class="navbar-item" href="/staff">
  45.                     Staff
  46.                 </a>
  47.  
  48.                 <div class="navbar-item has-dropdown is-hoverable">
  49.                     <a class="navbar-link">
  50.                         More
  51.                     </a>
  52.                     <div class="navbar-dropdown">
  53.                         <a class="navbar-item" href="/apply">
  54.                             Applications
  55.                         </a>
  56.  
  57.                         <a class="navbar-item" href="/appeal">
  58.                             Appeal
  59.                         </a>
  60.  
  61.                         <a class="navbar-item" href="/trainings">
  62.                             Trainings
  63.                         </a>
  64.  
  65.                         <a class="navbar-item" href="/faqs">
  66.                             FAQs
  67.                         </a>
  68.                     </div>
  69.                 </div>
  70.             </div>
  71.  
  72.             <div class="navbar-end">
  73.                 <div class="navbar-item">
  74.                     <div class="buttons">
  75.                         <a class="button is-light is-outlined" id="discordlogin">
  76.                             Login With Discord
  77.                         </a>
  78.                     </div>
  79.                 </div>
  80.             </div>
  81.         </div>
  82.     </nav>
  83.         <div class="container">
  84.             <div class="notification is-primary">
  85.                 <h1 class="title has-text-centered" style="text-decoration: underline;">Rosott's Affiliate Applications</h1>
  86.                 <details>
  87.                     <summary>Requirements</summary>
  88.                     <ul>
  89.                         <li class="tabbed">
  90.                             Before affiliating with Rosott's one of the members of the Community Management Team must inspect such community to make sure they are abiding by our affiliation rules.
  91.                         </li>
  92.                         <li class="tabbed">
  93.                             The community applying to ally with Rosott's must have an impeccable (clean) record and maintain professionalism at all times.
  94.                         </li>
  95.                         <li class="tabbed">
  96.                             The community is to must have a minimum of 1,000 group members that are not bots.
  97.                         </li>
  98.                         <li class="tabbed">
  99.                             The community must have sufficient/adequate amount of players during sessions.
  100.                         </li>
  101.                         <li class="tabbed">
  102.                             The community must have an original game or assets under their corporation.
  103.                         </li>
  104.                         <li class="tabbed">
  105.                             The community must have a discord server that displays professional announcements, development updates, sessions, and activity.
  106.                         </li>
  107.                     </ul>
  108.                 </details>
  109.                 <details>
  110.                     <summary style="cursor: pointer;">Perks</summary>
  111.                     <ul>
  112.                         <li class="tabbed">
  113.                             Access to our Monthly Partnership newsletter which keeps you up to date with our news and events!
  114.                         </li>
  115.                         <li class="tabbed">A unique role in our <a href="https://discord.gg/c7UXRB3mJb">Discord</a> displaying your affiliation with us.</li>
  116.                         <li class="tabbed">Get our affiliation announced in our <a href="https://discord.gg/c7UXRB3mJb">Discord</a> including the important links of your community.</li>
  117.                     </ul>
  118.                 </details>
  119.                 <p class="has-text-4">
  120.                     To apply, fill out the form below. We will contact you via Discord if you are accepted.<br />
  121.                     The current estimated wait time is 1 week.
  122.                 </p>
  123.             </div>
  124.         </div>
  125.     </body>
  126. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement