From fb941b4866a4327fd96e3c006bd48775d91ae86e Mon Sep 17 00:00:00 2001 From: FWirtz Date: Sat, 6 Jan 2018 23:35:51 +0100 Subject: [PATCH 1/9] Make colors pop more --- hackhpi_assets/style.css | 26 +++++++++++--------------- 1 file changed, 11 insertions(+), 15 deletions(-) diff --git a/hackhpi_assets/style.css b/hackhpi_assets/style.css index 0ac263a..16815e6 100644 --- a/hackhpi_assets/style.css +++ b/hackhpi_assets/style.css @@ -21,7 +21,7 @@ body { } .text-colored { - color:rgb(117, 173, 225); + color:#0081cb; } h1 { @@ -67,7 +67,7 @@ h5 { } a { - color:rgb(117, 173, 225); + color:#00b0ff; text-decoration: none; } @@ -92,7 +92,7 @@ a:hover { } header.triangle:after { - border-color: rgb(75, 134, 199) transparent transparent transparent; + border-color: #0081cb transparent transparent transparent; } @@ -130,7 +130,7 @@ nav#main-nav { } nav#main-nav.fixed { - background:rgb(24, 103, 189); + background:#0081cb; position:fixed; top:0px; } @@ -206,7 +206,7 @@ nav#main-nav .container ul li a.live:before { header { color:#fff; - background:rgb(117, 173, 225); + background:#0081cb; position: relative; } @@ -282,10 +282,10 @@ header .container { header .bg-overlay-gradient { /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0a8148+0,82b823+100 */ - background: rgb(24, 103, 189); /* Old browsers */ - background: -moz-linear-gradient(45deg, rgb(24, 103, 189) 0%, rgb(117, 173, 225) 100%); /* FF3.6-15 */ - background: -webkit-linear-gradient(45deg, rgb(24, 103, 189) 0%, rgb(117, 173, 225) 100%); /* Chrome10-25,Safari5.1-6 */ - background: linear-gradient(45deg, rgb(24, 103, 189) 0%, rgb(117, 173, 225) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ + background: #0081cb; /* Old browsers */ + background: -moz-linear-gradient(45deg, #0081cb 0%, #00b0ff 100%); /* FF3.6-15 */ + background: -webkit-linear-gradient(45deg, #0081cb 0%, #00b0ff 100%); /* Chrome10-25,Safari5.1-6 */ + background: linear-gradient(45deg, #0081cb 0%, #00b0ff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a8148', endColorstr='#82b823',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */ width:100%; height:100%; @@ -485,7 +485,7 @@ section .row > div > * + *, .btn { padding:0px 25px 0px 25px; - background:rgb(117, 173, 225); + background:#0081cb; color:#fff; font-size:18px; border-radius:4px; @@ -535,7 +535,7 @@ section .row > div > * + *, } footer { - background: rgb(24, 103, 189); + background: #0081cb; color:#fff; padding:50px 0px; font-size:18px; @@ -555,10 +555,6 @@ footer ul { padding:0px; } -footer ul li { - -} - footer ul li a:hover { opacity:1; text-decoration: none; From 8d2d6f95f5f7f78dc2c12b4685c9b6854bfd8621 Mon Sep 17 00:00:00 2001 From: FWirtz Date: Sat, 6 Jan 2018 23:38:30 +0100 Subject: [PATCH 2/9] Rename files --- hhpi2016.html => 2016.html | 0 hhpi2017.html => 2017.html | 2 +- index.html | 2 +- readme.md | 3 ++- 4 files changed, 4 insertions(+), 3 deletions(-) rename hhpi2016.html => 2016.html (100%) rename hhpi2017.html => 2017.html (99%) diff --git a/hhpi2016.html b/2016.html similarity index 100% rename from hhpi2016.html rename to 2016.html diff --git a/hhpi2017.html b/2017.html similarity index 99% rename from hhpi2017.html rename to 2017.html index b536e52..e517131 100644 --- a/hhpi2017.html +++ b/2017.html @@ -51,7 +51,7 @@
- Looking for the HackHPI 2016 website? Click here + Looking for the HackHPI 2016 website? Click here