mirror of
https://github.com/TotalFreedomMC/Website.git
synced 2024-12-22 08:15:14 +00:00
Replaced text with logo
This commit is contained in:
parent
e3a2eff59d
commit
ca3eca704d
4 changed files with 19 additions and 33 deletions
20
css/main.css
20
css/main.css
File diff suppressed because one or more lines are too long
15
index.html
15
index.html
|
@ -3,19 +3,19 @@
|
|||
<head>
|
||||
<!--
|
||||
Copyright 2017 Aggelos Sarris and contributors
|
||||
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
|
||||
|
||||
-->
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
@ -270,13 +270,14 @@
|
|||
<div class="footer-copyright">
|
||||
<div class="container">
|
||||
<hr>
|
||||
TotalFreedom © 2010 - <span id="curYear"></span> <a class="grey-text text-lighten-4 right" href="https://aggelosqq.com" target="_blank">Made by aggelosQQ</a>
|
||||
TotalFreedom © 2010 - <span id="curYear"></span>
|
||||
<a class="grey-text text-lighten-4 right" href="https://aggelosqq.com" target="_blank"><img src="https://aggelosqq.com/images/watermarks/agg-white.svg" width="120" style="margin-top: -25px;" /></a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div id="note">
|
||||
<!-- <div id="note">
|
||||
<h6>Got an idea you would love to see implemented on the page? <a href="https://github.com/TotalFreedom/Website/issues" target="_blank">Please post your suggestions here</a>!</h6>
|
||||
</div>
|
||||
</div> -->
|
||||
</footer>
|
||||
</div>
|
||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.min.js"></script>
|
||||
|
|
|
@ -469,7 +469,7 @@
|
|||
<div class="footer-copyright">
|
||||
<div class="container">
|
||||
<hr> TotalFreedom © 2010 - <span id="curYear"></span>
|
||||
<a class="grey-text text-lighten-4 right" href="https://aggelosqq.github.io" target="_blank">Made by aggelosQQ</a>
|
||||
<a class="grey-text text-lighten-4 right" href="https://aggelosqq.com" target="_blank"><img src="https://aggelosqq.com/images/watermarks/agg-white.svg" width="120" style="margin-top: -25px;" /></a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
|
||||
|
||||
*/
|
||||
|
||||
@import 'mixins';
|
||||
|
@ -60,7 +60,7 @@ body {
|
|||
margin-top: 5px;
|
||||
margin-bottom: 5px;
|
||||
font-weight: 200;
|
||||
}
|
||||
}
|
||||
.button-collapse {
|
||||
margin-top: 5px;
|
||||
margin-bottom: 10px
|
||||
|
@ -234,14 +234,14 @@ h3.discord-widget-title {
|
|||
width: 200px;
|
||||
@include transition(all .2s ease);
|
||||
margin-bottom: 10px;
|
||||
|
||||
|
||||
&:hover {
|
||||
background: rgba(100, 100, 100, .1);
|
||||
color: #fff;
|
||||
transform: translateY(-5px)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
h3 {
|
||||
font-weight: 100;
|
||||
}
|
||||
|
@ -354,7 +354,10 @@ small {
|
|||
|
||||
|
||||
|
||||
|
||||
footer.page-footer .footer-copyright {
|
||||
height: auto!important;
|
||||
margin-bottom: -15px;
|
||||
}
|
||||
|
||||
|
||||
@media only screen and (max-width: 991px) {
|
||||
|
@ -406,4 +409,4 @@ small {
|
|||
font-weight: 500;
|
||||
font-size: 1em;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue