diff --git a/index.html b/index.html index ea4241f6c067992e559fae64b11155f439239193..41bf2850de0ddce4f7dc087fc1a9b3ed44cad26c 100644 --- a/index.html +++ b/index.html @@ -129,12 +129,6 @@ </div> </section> -<footer> - <a href="mailto:kevin.cocchi@gmail.com">kevin.cocchi@gmail.com</a> - <span class="discord">mrsalixor#8190</span> - <div class="clear"></div> -</footer> - </body> <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script> diff --git a/ressources/DiscordLogoGrey.png b/ressources/DiscordLogoGrey.png deleted file mode 100644 index a1fb516ce4c66f741527670e4505057dd14719a6..0000000000000000000000000000000000000000 Binary files a/ressources/DiscordLogoGrey.png and /dev/null differ diff --git a/ressources/DiscordLogoWhite.png b/ressources/DiscordLogoWhite.png deleted file mode 100644 index 012e33717ae560c55dcd181bdda722050e0c9fe0..0000000000000000000000000000000000000000 Binary files a/ressources/DiscordLogoWhite.png and /dev/null differ diff --git a/styles.css b/styles.css index fee3860516208ed164666a030e77da42714b9b6e..ac10d872d093c9839dd19aad1e15df844ad2bd8e 100644 --- a/styles.css +++ b/styles.css @@ -182,38 +182,3 @@ div.name { bottom: 16px; font-size: 14px; } .container { width: 1100px; } div.subcontainer { bottom: 15px; width: 1100px; } } - -footer { - background-color: rgba(0,0,0,0.8); - color: #FFF; - margin: 30px 0 0; - padding: 20px; -} - -footer span { cursor: default; } - -footer a, footer span { - border-radius: 2px; - color: #FFF; - font-style: italic; - padding: 5px; - margin: 0 4px; - float: right; -} - -footer a:hover, footer span:hover { - background-color: rgba(255,255,255,0.7); - color: #333; -} - -footer span.discord, footer span.discord:hover { - background: url('ressources/DiscordLogoWhite.png') no-repeat; - background-size: auto 60%; - background-position: left 6px top 6px; - padding-left: 28px; -} - -footer span.discord:hover { - background-color: rgba(255,255,255,0.7); - background-image: url('ressources/DiscordLogoGrey.png'); -}