Advertisement
Guest User

Untitled

a guest
Jun 25th, 2019
163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 10.47 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en" class="animated fadeIn">
  3.  
  4. <head>
  5.     <meta charset="UTF-8">
  6.     <meta name="viewport" content="width=device-width, initial-scale=1.0">
  7.     <meta http-equiv="X-UA-Compatible" content="ie=edge">
  8.     <title>UCGT Staff</title>
  9.  
  10.     <link rel="stylesheet" href="../../CSS/animate.css">
  11.     <link rel="stylesheet" href="../../CSS/static.css">
  12.     <link href="https://fonts.googleapis.com/css?family=Saira+Semi+Condensed&display=swap" rel="stylesheet">
  13.     <link rel="shortcut icon" type="image/png" href="../../IMG/Favicon.png" />
  14. </head>
  15.  
  16. <body style="padding:0;margin:0;">
  17.  
  18.     <img src="../../IMG/BG3.jpg" id="bg">
  19.  
  20.     <section id="containerA">
  21.         <header>
  22.             <section id="headerContainer">
  23.                 <section id="outerLogoContainer">
  24.                     <a href="../../index.html">
  25.                         <figure id="logoContainer">
  26.                             <img src="../../IMG/Logo3.png" class="logo">
  27.                         </figure>
  28.                         <!--logoContainer-->
  29.                     </a>
  30.                 </section>
  31.  
  32.                 <nav>
  33.                     <a href="../../index.html">
  34.                         <section class="navButton">
  35.                             <h2>Home</h2>
  36.                         </section>
  37.                     </a>
  38.                     <a href="../staff.html">
  39.                         <section class="navButton">
  40.                             <h2><u>Staff</u></h2>
  41.                         </section>
  42.                     </a>
  43.                     <a href="../tournaments.html">
  44.                         <section class="navButton">
  45.                             <h2>Tournaments</h2>
  46.                         </section>
  47.                     </a>
  48.                     <a href="../wikia.html">
  49.                         <section class="navButton">
  50.                             <h2>Wikia</h2>
  51.                         </section>
  52.                     </a>
  53.                     <a href="../about.html">
  54.                         <section class="navButton">
  55.                             <h2>About</h2>
  56.                         </section>
  57.                     </a>
  58.                 </nav>
  59.  
  60.             </section>
  61.             <!--headerContainer-->
  62.         </header>
  63.  
  64.         <main>
  65.             <section id="mainContainer">
  66.                 <section class="mainSegment">
  67.                     <!--Eclipsis Moderators-->
  68.                     <section class="contentContainer">
  69.  
  70.                         <section class="headings">
  71.                             <h2>UCGT Staff</h2>
  72.                             <h3>Staff of the UCGT</h3>
  73.                         </section>
  74.  
  75.                         <section class="segmentContainer">
  76.                             <!--Nested Segments Start-->
  77.  
  78.                             <section class="smallSegment">
  79.                                 <!--Start-->
  80.  
  81.                                 <section class="contentContainer">
  82.  
  83.                                     <section class="headings">
  84.                                         <h2>Maddenmaster</h2>
  85.                                         <h3>Tournament Host</h3>
  86.                                         <img src="../../IMG/discIcons/Maddenmaster2.png" class="discIcon">
  87.                                     </section>
  88.  
  89.                                     <p>
  90.                                         Maddenmaster is the host and owner of the official UCGT Tournaments and discord
  91.                                         server.
  92.                                     </p>
  93.  
  94.                                 </section>
  95.                             </section>
  96.                             <!--End-->
  97.  
  98.                             <section class="smallSegment">
  99.                                 <!--Start-->
  100.  
  101.                                 <section class="contentContainer">
  102.  
  103.                                     <section class="headings">
  104.                                         <h2>Photosoup</h2>
  105.                                         <h3>Administrator</h3>
  106.                                         <img src="../../IMG/discIcons/Photosoup.png" class="discIcon">
  107.                                     </section>
  108.  
  109.                                     <p>
  110.                                         Photosoup is an Administrator in the UCGT discord server but not very active.
  111.                                     </p>
  112.  
  113.                                 </section>
  114.                             </section>
  115.                             <!--End-->
  116.  
  117.                             <section class="smallSegment">
  118.                                 <!--Start-->
  119.  
  120.                                 <section class="contentContainer">
  121.  
  122.                                     <section class="headings">
  123.                                         <h2>lansraad</h2>
  124.                                         <h3>UCGT Staff</h3>
  125.                                         <img src="../../IMG/discIcons/lansraadBlurple.png" class="discIcon">
  126.                                     </section>
  127.  
  128.                                     <p>
  129.                                         lansraad is a part of the UCGT Staff and is also the sole developer of the
  130.                                         Gateway bot for the UCGT discord server. His name is spelled LANSRAAD, not
  131.                                         IANSRAAD.
  132.                                     </p>
  133.  
  134.                                 </section>
  135.                             </section>
  136.                             <!--End-->
  137.  
  138.                             <section class="smallSegment">
  139.                                 <!--Start-->
  140.  
  141.                                 <section class="contentContainer">
  142.  
  143.                                     <section class="headings">
  144.                                         <h2>Goopy</h2>
  145.                                         <h3>UCGT Staff</h3>
  146.                                         <img src="../../IMG/discIcons/Goopy.png" class="discIcon">
  147.                                     </section>
  148.  
  149.                                     <p>
  150.                                         Goopy is a part of the UCGT Staff after recently being promoted and is the owner of this official Eclipsis Website.
  151.                                     </p>
  152.  
  153.                                 </section>
  154.                             </section>
  155.                             <!--End-->
  156.  
  157.                             <section class="smallSegment">
  158.                                 <!--Start-->
  159.  
  160.                                 <section class="contentContainer">
  161.  
  162.                                     <section class="headings">
  163.                                         <h2>UltimateVex</h2>
  164.                                         <h3>UCGT Staff</h3>
  165.                                         <img src="../../IMG/discIcons/UltimateVex.png" class="discIcon">
  166.                                     </section>
  167.  
  168.                                     <p>
  169.                                         UltimateVex is a part of the UCGT Staff and is known for being "anti-weeb", but is not very active in Eclipsis related discord servers.
  170.                                     </p>
  171.  
  172.                                 </section>
  173.                             </section>
  174.                             <!--End-->
  175.  
  176.                             <section class="smallSegment">
  177.                                 <!--Start-->
  178.  
  179.                                 <section class="contentContainer">
  180.  
  181.                                     <section class="headings">
  182.                                         <h2>rishi</h2>
  183.                                         <h3>UCGT Staff</h3>
  184.                                         <img src="../../IMG/discIcons/rishi.png" class="discIcon">
  185.                                     </section>
  186.  
  187.                                     <p>
  188.                                         Rishi is a part of the UCGT Staff after recently being promoted. He is also known as, "The jetpack that uses rockets to fly".
  189.                                     </p>
  190.  
  191.                                 </section>
  192.                             </section>
  193.                             <!--End-->
  194.  
  195.                             <section class="smallSegment">
  196.                                 <!--Start-->
  197.  
  198.                                 <section class="contentContainer">
  199.  
  200.                                     <section class="headings">
  201.                                         <h2>KinderBarrel</h2>
  202.                                         <h3>UCGT Staff</h3>
  203.                                         <img src="../../IMG/discIcons/KinderBarrel.png" class="discIcon">
  204.                                     </section>
  205.  
  206.                                     <p>
  207.                                         KinderBarrel is a part of the UCGT Staff after recently being promoted.
  208.                                     </p>
  209.  
  210.                                 </section>
  211.                             </section>
  212.                             <!--End-->
  213.  
  214.                             <section class="smallSegment">
  215.                                 <!--Start-->
  216.  
  217.                                 <section class="contentContainer">
  218.  
  219.                                     <section class="headings">
  220.                                         <h2>General Omegus</h2>
  221.                                         <h3>UCG Staff</h3>
  222.                                         <img src="../../IMG/discIcons/General_Omegus.png" class="discIcon">
  223.                                     </section>
  224.  
  225.                                     <p>
  226.                                         General Omegus is a part of the UCG Staff but is not very active.
  227.                                     </p>
  228.  
  229.                                 </section>
  230.                             </section>
  231.                             <!--End-->
  232.  
  233.  
  234.  
  235.                             <!--Nested Segments End-->
  236.                         </section>
  237.  
  238.                     </section>
  239.                     <!--contentContainer parent-->
  240.                 </section>
  241.                 <!--mainSegment parent-->
  242.  
  243.                 <!--Nested Segments End-->
  244.             </section>
  245.             <!--mainContainer-->
  246.         </main>
  247.     </section>
  248.     <!--containerA-->
  249.  
  250.     <footer>
  251.         <p>Copyright &copy; <script type="text/javascript">
  252.                 var d = new Date();
  253.                 document.write(d.getFullYear());
  254.             </script> Goopy</p>
  255.     </footer>
  256.     <script src="https://code.jquery.com/jquery-3.4.1.js"></script>
  257.     <script src="../../JS/script.js"></script>
  258. </body>
  259.  
  260. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement