diff --git a/.gitignore b/.gitignore index 36bc8ad8..e126fe31 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ .DS_Store node_modules -out \ No newline at end of file +out diff --git a/docpad.js b/docpad.js index dd1e4a0a..c0e0c699 100644 --- a/docpad.js +++ b/docpad.js @@ -7,27 +7,27 @@ module.exports = { // Conference info conf: { - name: "Conference name", - description: "Conference description", - date: "November 15", + name: "Uai Python", + description: "Evento de Python em Minas Gerais", + date: "Agosto", // If your event is free, just comment this line - price: "$100", - venue: "Coco Bongo", - address: "Boulevard Kukulcan, 30", - city: "Cancún", - state: "Quintana" + //price: "$100", + venue: "Local a definir", + address: "UFMG", + city: "Belo horizonte", + state: "Minas Gerais, Brasil", }, // The Call To Action button at the header, // If you don't want this, just remove the callToAction property. callToAction: { - text: "Register now!", - link: "http://eventick.com.br/" + text: "Pré-Inscrição!", + link: "http://eepurl.com/bdiTfL" }, // "Fork me on GitHub", if you don't want this, just remove the forkButton property forkButton: { - repository: "https://github.com/braziljs/conf-boilerplate" + repository: "https://github.com/python-mg/conf-boilerplate" }, // Site info @@ -52,13 +52,13 @@ module.exports = { // Labels which you can translate to other languages labels: { - about: "About", - location: "Location", - speakers: "Speakers", - schedule: "Schedule", - sponsors: "Sponsors", - partners: "Partners", - contact: "Contact" + about: "Sobre o evento", + location: "Localização", + speakers: "Palestrantes", + schedule: "Agenda", + sponsors: "Patrocinadores", + partners: "Parceiros", + contact: "Contato" }, // The entire schedule @@ -169,19 +169,15 @@ module.exports = { // List of Sponsors sponsors: [ - { - name: "Eventick", - logo: "themes/yellow-swan/img/sponsor.png", - url: "http://eventick.com.br/" - } + ], // List of Partners partners: [ { - name: "BrazilJS", - logo: "themes/yellow-swan/img/partner.png", - url: "http://braziljs.org/" + name: "Eventick", + logo: "themes/yellow-swan/img/sponsor.png", + url: "http://eventick.com.br/" } ], diff --git a/logo/uaipython-logo.png b/logo/uaipython-logo.png new file mode 100644 index 00000000..5746b91d Binary files /dev/null and b/logo/uaipython-logo.png differ diff --git a/logo/uaipython-logoex.png b/logo/uaipython-logoex.png new file mode 100644 index 00000000..06388478 Binary files /dev/null and b/logo/uaipython-logoex.png differ diff --git a/src/documents/themes/yellow-swan/css/theme.less b/src/documents/themes/yellow-swan/css/theme.less index c80ae012..0ee244fa 100644 --- a/src/documents/themes/yellow-swan/css/theme.less +++ b/src/documents/themes/yellow-swan/css/theme.less @@ -17,12 +17,12 @@ h1, h2, h3, h4, h5, h6 {color:#2b2b2b;} /* ============================================================================= NAVIGATION ========================================================================== */ -nav {background: #2b2b2b;} -.nav-link {color:#e7e7e7;} +nav {background:#FFFFFF;padding:20px 0;border-bottom:2px solid #be2e2b;} +.nav-link {color:#222222;} .nav-link:active, .nav-link:hover, .nav-link:focus, -.nav-link.current {color:#fff;} +.nav-link.current {color:#be2e2b;} /* ============================================================================= HEADER @@ -33,22 +33,24 @@ nav {background: #2b2b2b;} background-repeat: no-repeat; background-position: center bottom; background-size: 100% auto; + padding:210px 0; + background-size:cover; } .logo-link, .tagline, .call-action-area .price { color:#fff; text-shadow: 1px 2px 1px rgba(0,0,0,.3); } .tagline {font-weight: normal;} -.call-action-area .price {color:#fddd52;} +.call-action-area .price {color:#FFFFFF;} .call-action-area .call-action-link, .btn { background-color: #fddd52; - background-image: -moz-linear-gradient(top, #fddd52 30%, #f0a303 150%); - background-image: -webkit-linear-gradient(top, #fddd52 30%, #f0a303 150%); - filter: progid:dximagetransform.microsoft.gradient(startColorstr='#fddd52', endColorstr='#f0a303'); - background-image: linear-gradient(top, #fddd52 30%, #f0a303 150%); - color:#2b2b2b; + background-image: -moz-linear-gradient(top, #be2e2b 30%, #be2e2b 150%); + background-image: -webkit-linear-gradient(top, #be2e2b 30%, #be2e2b 150%); + filter: progid:dximagetransform.microsoft.gradient(startColorstr='#be2e2b', endColorstr='#be2e2b'); + background-image: linear-gradient(top, #be2e2b 30%, #be2e2b 150%); + color:#FFFFFF; text-shadow: 0 1px 0 rgba(255,255,255,.5); - box-shadow: 0 2px 3px 0 rgba(0,0,0,.4), inset 0 -2px 3px 0 #cc7f0a, inset 0 1px 0 0 #fff9b1; + box-shadow: 0 2px 3px 0 rgba(0,0,0,.4), inset 0 -2px 3px 0 #be2e2b, inset 0 1px 0 0 #be2e2b; border-radius: 40px; } @@ -66,7 +68,7 @@ nav {background: #2b2b2b;} /* ============================================================================= CONTENT ========================================================================== */ -.content a {color:#f0a303;} +.content a {color:#be2e2b;} .content a:hover, .content a:focus { color:#fddd52; text-decoration: underline; @@ -146,8 +148,6 @@ nav {background: #2b2b2b;} border-radius: 4px; } .form input[type=text]:focus, .form input[type=email]:focus, .form textarea:focus {border-color:#aaa;outline:0;} - - /* ============================================================================= Media Queries ========================================================================== */ diff --git a/src/documents/themes/yellow-swan/img/cover.jpg b/src/documents/themes/yellow-swan/img/cover.jpg index 40494d3c..17d7f898 100644 Binary files a/src/documents/themes/yellow-swan/img/cover.jpg and b/src/documents/themes/yellow-swan/img/cover.jpg differ diff --git a/src/documents/themes/yellow-swan/img/favicon.ico b/src/documents/themes/yellow-swan/img/favicon.ico index 18c8908b..4e5d7f85 100644 Binary files a/src/documents/themes/yellow-swan/img/favicon.ico and b/src/documents/themes/yellow-swan/img/favicon.ico differ diff --git a/src/documents/themes/yellow-swan/img/logo-python-mg.png b/src/documents/themes/yellow-swan/img/logo-python-mg.png new file mode 100644 index 00000000..24711c88 Binary files /dev/null and b/src/documents/themes/yellow-swan/img/logo-python-mg.png differ diff --git a/src/files/CNAME b/src/files/CNAME new file mode 100644 index 00000000..073ada08 --- /dev/null +++ b/src/files/CNAME @@ -0,0 +1 @@ +2015.uaipython.org