Advertisement
ChrisRodman55

Staff

Aug 2nd, 2021
1,311
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 2.88 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3.  
  4. <head>
  5.     <meta name="title" content="Rosott's - Staff">
  6.     <meta name="description" content="The staff page of the official Rosott's website." />
  7.     <meta name="theme-color" content="#e6800b">
  8.     <link id="favicon" rel="icon" href="https://cdn.glitch.com/afc90a7c-0c8b-41bd-891b-f963e031848b%2Flogo.png?v=1627483437813" type="image/x-icon" />
  9.     <link rel="stylesheet" href="/style.css">
  10.     <script src="/client.js"> </script>
  11.     <title>Rosott's</title>
  12. </head>
  13.  
  14. <body class="body">
  15.     <nav class="navbar is-transparent is-fixed-top is-primary has-shadow" role="navigation" aria-label="main navigation"
  16.    id="navbar">
  17.     <div class="navbar-brand">
  18.         <img class="navbar-item" src="https://cdn.glitch.com/afc90a7c-0c8b-41bd-891b-f963e031848b%2Flogo.png?v=1627483437813" width="220px" height="75px"
  19.            onclick="javascript: window.location.pathname ='/'" style="cursor: pointer;">
  20.         <a role="button" class="navbar-burger" aria-label="menu" aria-expanded="false" data-target="nav">
  21.             <span aria-hidden="true"></span>
  22.             <span aria-hidden="true"></span>
  23.             <span aria-hidden="true"></span>
  24.         </a>
  25.     </div>
  26.  
  27.     <div id="nav" class="navbar-menu" style="background-color:#E6800B;">
  28.         <div class="navbar-start">
  29.             <a class="navbar-item" href="/">
  30.                 Home
  31.             </a>
  32.  
  33.             <a class="navbar-item" href="/rules">
  34.                 Rules
  35.             </a>
  36.  
  37.             <a class="navbar-item" href="/info">
  38.                 Info
  39.             </a>
  40.  
  41.             <a class="navbar-item" href="/partner">
  42.                 Partner
  43.             </a>
  44.  
  45.             <a class="navbar-item" href="/staff">
  46.                 Staff
  47.             </a>
  48.  
  49.             <div class="navbar-item has-dropdown is-hoverable">
  50.                 <a class="navbar-link">
  51.                     More
  52.                 </a>
  53.                 <div class="navbar-dropdown">
  54.                     <a class="navbar-item" href="/apply">
  55.                         Applications
  56.                     </a>
  57.  
  58.                     <a class="navbar-item" href="/appeal">
  59.                         Appeal
  60.                     </a>
  61.  
  62.                     <a class="navbar-item" href="/trainings">
  63.                         Trainings
  64.                     </a>
  65.  
  66.                     <a class="navbar-item" href="/faqs">
  67.                         FAQs
  68.                     </a>
  69.                 </div>
  70.             </div>
  71.         </div>
  72.  
  73.         <div class="navbar-end">
  74.             <div class="navbar-item">
  75.                 <div class="buttons">
  76.                     <a class="button is-light is-outlined" id="discordlogin">
  77.                         Login With Discord
  78.                     </a>
  79.                 </div>
  80.             </div>
  81.         </div>
  82.     </div>
  83. </nav>
  84.     <div class="block">
  85.     </div>
  86. </body>
  87.  
  88. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement