Advertisement
ChrisRodman55

Appeals

Aug 2nd, 2021
875
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 3.10 KB | None | 0 0
  1. <html lang="en">
  2.  
  3. <head>
  4.     <meta name="title" content="Rosott's - Appeal">
  5.     <meta name="description" content="The appeal 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="block">
  84.      
  85.    </div>
  86. </body>
  87.  
  88. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement