Enhanced the staff page

This commit is contained in:
aggelosQQ 2017-07-05 00:28:22 +03:00
parent 7cef05b81e
commit 9b4b2993c4
3 changed files with 21 additions and 7 deletions

View file

@ -29,6 +29,8 @@ body {
border-radius: 10px; } border-radius: 10px; }
.admins li { .admins li {
display: inline-block; display: inline-block;
font-family: 'Catamaran';
font-weight: 400;
padding: 10px; padding: 10px;
background: rgba(100, 100, 100, 0.2); background: rgba(100, 100, 100, 0.2);
margin: 5px; margin: 5px;
@ -56,7 +58,8 @@ h2 {
.brand-logo { .brand-logo {
font-size: 2em; font-size: 2em;
font-weight: 200; } font-weight: 200;
margin-top: 0px; }
.typed-cursor { .typed-cursor {
display: none; } display: none; }
@ -66,4 +69,7 @@ h2 {
width: 95%; } width: 95%; }
.admins li { .admins li {
display: block; display: block;
border-radius: 0; } } border-radius: 0;
font-size: 1.2em; }
nav .brand-logo {
font-size: 1.6em; } }

View file

@ -31,6 +31,8 @@ body {
border-radius: 10px; border-radius: 10px;
li { li {
display: inline-block; display: inline-block;
font-family: 'Catamaran';
font-weight: 400;
padding: 10px; padding: 10px;
background: rgba(100, 100, 100, .2); background: rgba(100, 100, 100, .2);
margin: 5px; margin: 5px;
@ -61,7 +63,8 @@ h2 {
} }
.brand-logo { .brand-logo {
font-size: 2em; font-size: 2em;
font-weight: 200 font-weight: 200;
margin-top: 0px;
} }
.typed-cursor { .typed-cursor {
display: none; display: none;
@ -72,6 +75,10 @@ h2 {
} }
.admins li { .admins li {
display: block; display: block;
border-radius: 0 border-radius: 0;
font-size: 1.2em;
}
nav .brand-logo {
font-size: 1.6em;
} }
} }

View file

@ -9,7 +9,8 @@
<meta name="kewords" content="TF,minecraft,totalfreedom,free op,server,worldedit,freebuild"> <meta name="kewords" content="TF,minecraft,totalfreedom,free op,server,worldedit,freebuild">
<meta name="description" content="TotalFreedom is the first Free OP Minecraft server, which is up and running since 2012! play.totalfreedom.me"> <meta name="description" content="TotalFreedom is the first Free OP Minecraft server, which is up and running since 2012! play.totalfreedom.me">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.7/css/materialize.min.css"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.7/css/materialize.min.css">
<link href="https://fonts.googleapis.com/css?family=Catamaran:200" rel="stylesheet"> <link href="https://fonts.googleapis.com/css?family=Catamaran:200,300,400" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Raleway:100,200,300,400,500,600" rel="stylesheet">
<link rel="stylesheet" href="css/component.min.css"> <link rel="stylesheet" href="css/component.min.css">
<link rel="stylesheet" href="css/global.css"> <link rel="stylesheet" href="css/global.css">
<link rel="stylesheet" href="css/staff.css"> <link rel="stylesheet" href="css/staff.css">
@ -19,7 +20,7 @@
<body> <body>
<nav class="transparent z-depth-0" id="menu"> <nav class="transparent z-depth-0" id="menu">
<div class="nav-wrapper z-depth-0"> <div class="nav-wrapper z-depth-0">
<a href="#" id="brand-top" class="brand-logo">TotalFreedom Staff Members</a> <a href="#" data-activates="mobile" class="button-collapse"><i class="fa fa-bars"></i></a> <a href="#" id="brand-top" class="brand-logo"><span class="hide-on-med-and-down">TotalFreedom</span> Staff Members</a>
<a href="#" data-activates="mobile" class="button-collapse"><i class="fa fa-bars"></i></a> <a href="#" data-activates="mobile" class="button-collapse"><i class="fa fa-bars"></i></a>
<ul class="right hide-on-med-and-down cl-effect-14" id="cl-effect-14"> <ul class="right hide-on-med-and-down cl-effect-14" id="cl-effect-14">
<li><a href="index.html">Back to Home</a></li> <li><a href="index.html">Back to Home</a></li>
@ -30,7 +31,7 @@
</div> </div>
</nav> </nav>
<br> <br>
<h2 class="page-title hide-on-large-only">Staff</h2> <!-- <h2 class="page-title hide-on-large-only">Staff</h2> -->
<div class="admins"> <div class="admins">
<h2 class="rank">TotalFreedom Developers</h2> <h2 class="rank">TotalFreedom Developers</h2>
<ul id="developers"></ul> <ul id="developers"></ul>