Update for Preperation For 2020 Edition

This commit is contained in:
Massimo Di Lullo 2019-10-24 21:28:26 -04:00
parent 740a38dcec
commit dfae04416c
9 changed files with 21 additions and 12 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 15 KiB

View File

@ -25,7 +25,7 @@
<!-- Navigation --> <!-- Navigation -->
<nav class="navbar fixed-top navbar-dark navbar-expand-lg" role="navigation"> <nav class="navbar fixed-top navbar-dark navbar-expand-lg" role="navigation">
<!-- Needs to be a LOGO --> <!-- Needs to be a LOGO -->
<a class="navbar-brand" href="./index.html"><img class="img-logo" src="../../static/img/logo.jpg" alt="Montreal Game Jam Logo" /></a> <a class="navbar-brand" href="./index.html"><img class="img-logo" src="../../static/img/logo.png" alt="Montreal Game Jam Logo" /></a>
<button type="button" class="navbar-toggler" data-toggle="collapse" aria-controls="navbarSupportedContent20" data-target="#main-navbar-collapse"> <button type="button" class="navbar-toggler" data-toggle="collapse" aria-controls="navbarSupportedContent20" data-target="#main-navbar-collapse">
<div class="burger-icon"><span></span><span></span><span></span></div> <div class="burger-icon"><span></span><span></span><span></span></div>
</button> </button>
@ -67,7 +67,8 @@
<div class="col-sm-10 col-md-8 col-lg-4 col-xl-3 title-splash-screen"> <div class="col-sm-10 col-md-8 col-lg-4 col-xl-3 title-splash-screen">
<h1>Montreal Game Jam 2020</h1> <h1>Montreal Game Jam 2020</h1>
<h6>January 31 - February 02 | ÉTS</h6> <h6>January 31 - February 02 | ÉTS</h6>
<a class="btn btn-info" href="https://www.eventbrite.ca/e/billets-montreal-game-jam-2019-52792314233">RSVP</a> <!--<a class="btn btn-info" href="https://www.eventbrite.ca/e/billets-montreal-game-jam-2019-52792314233">Buy Ticket</a>-->
<a class="btn btn-info">Bientôt ouvert</a>
</div> </div>
</div> </div>
</header> </header>

View File

@ -25,7 +25,7 @@
<!-- Navigation --> <!-- Navigation -->
<nav class="navbar fixed-top navbar-dark navbar-expand-lg" role="navigation"> <nav class="navbar fixed-top navbar-dark navbar-expand-lg" role="navigation">
<!-- Needs to be a LOGO --> <!-- Needs to be a LOGO -->
<a class="navbar-brand" href="./index.html"><img class="img-logo" src="../../static/img/logo.jpg" alt="Montreal Game Jam Logo" /></a> <a class="navbar-brand" href="./index.html"><img class="img-logo" src="../../static/img/logo.png" alt="Montreal Game Jam Logo" /></a>
<button type="button" class="navbar-toggler" data-toggle="collapse" aria-controls="navbarSupportedContent20" data-target="#main-navbar-collapse"> <button type="button" class="navbar-toggler" data-toggle="collapse" aria-controls="navbarSupportedContent20" data-target="#main-navbar-collapse">
<div class="burger-icon"><span></span><span></span><span></span></div> <div class="burger-icon"><span></span><span></span><span></span></div>
</button> </button>
@ -67,7 +67,8 @@
<div class="col-sm-10 col-md-8 col-lg-4 col-xl-3 title-splash-screen"> <div class="col-sm-10 col-md-8 col-lg-4 col-xl-3 title-splash-screen">
<h1>Montréal Game Jam 2020</h1> <h1>Montréal Game Jam 2020</h1>
<h6>31 Janvier - 02 Février | ÉTS</h6> <h6>31 Janvier - 02 Février | ÉTS</h6>
<a class="btn btn-info" href="https://www.eventbrite.ca/e/billets-montreal-game-jam-2019-52792314233">RSVP</a> <!--<a class="btn btn-info" href="https://www.eventbrite.ca/e/billets-montreal-game-jam-2019-52792314233">Achetez un billet</a>-->
<a class="btn btn-info">Bientôt ouvert</a>
</div> </div>
</div> </div>
</header> </header>

View File

@ -50,7 +50,7 @@ body {
.business-header .title-splash-screen { .business-header .title-splash-screen {
color: white; color: white;
text-align: center; text-align: center;
border: 4px solid #30d7f9; border: 4px solid #0B419E;
padding: 40px; padding: 40px;
text-transform: uppercase; text-transform: uppercase;
} }
@ -62,7 +62,7 @@ body {
border-radius: 0; border-radius: 0;
font-size: 1.5rem; font-size: 1.5rem;
padding: 10px 50px; padding: 10px 50px;
background-color: #535cd5; background-color: #9C0010;
-webkit-filter: brightness(100%); -webkit-filter: brightness(100%);
filter: brightness(100%); filter: brightness(100%);
-webkit-transition: all 0.75s ease; -webkit-transition: all 0.75s ease;
@ -81,7 +81,7 @@ body {
margin-top: 25px; margin-top: 25px;
margin-bottom: 0; margin-bottom: 0;
padding-top: 25px; padding-top: 25px;
border-top: 4px solid #30d7f9; border-top: 4px solid #0B419E;
font-weight: bold; font-weight: bold;
} }
@ -130,7 +130,7 @@ nav.navbar {
width: 30px; width: 30px;
height: 30px; height: 30px;
position: relative; position: relative;
margin: 0px; margin: 0;
-webkit-transform: rotate(0deg); -webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg); -moz-transform: rotate(0deg);
-o-transform: rotate(0deg); -o-transform: rotate(0deg);
@ -205,11 +205,11 @@ section {
} }
section:nth-of-type(odd), footer { section:nth-of-type(odd), footer {
background-color: #CCDCE8; background-color: rgba(240, 240, 240, 1);
} }
section:nth-of-type(even) { section:nth-of-type(even) {
background-color: #E3E6E8; background-color: white;
} }
section .content-section { section .content-section {
@ -219,7 +219,8 @@ section .content-section {
} }
section .content-section h2 { section .content-section h2 {
color: #535cd5; color: #062251;
font-weight: 800;
text-transform: uppercase; text-transform: uppercase;
font-size: 1.3rem; font-size: 1.3rem;
padding-bottom: 5px; padding-bottom: 5px;
@ -263,6 +264,12 @@ section .img-container .mission-img {
min-width: 200px; min-width: 200px;
height: 230px; height: 230px;
margin-bottom: 15px !important; margin-bottom: 15px !important;
background-color: transparent;
border: none;
}
.card {
color:#020E26;
} }
.card .card-body { .card .card-body {
@ -274,7 +281,7 @@ section .img-container .mission-img {
font-size: 1.2rem; font-size: 1.2rem;
font-weight: bold; font-weight: bold;
color: white; color: white;
background-color: #535cd5; background-color: #0B419E;
opacity: 0; opacity: 0;
-webkit-transition: all 0.75s ease; -webkit-transition: all 0.75s ease;
-moz-transition: all 0.75s ease; -moz-transition: all 0.75s ease;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 248 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 222 KiB

BIN
static/img/logo.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 762 KiB

BIN
static/img/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 952 B