Skip to content

Commit

Permalink
Re-format images (#32)
Browse files Browse the repository at this point in the history
* Remove placeholder images

* Create two sized-versions of each sponsor image so that we serve the right sized images at the right time.

* Use the new image in the sponsors section

* Resize large workshop avatars to the standard 300x300

* Misc. fixes to the CSS

* Compress more sponsor images

* Compress remaining images

* Add a better Optimal logo.

* Compress JPGs
  • Loading branch information
ndorfin authored and mermop committed Sep 6, 2017
1 parent 1bbc559 commit b49a631
Show file tree
Hide file tree
Showing 54 changed files with 16 additions and 399 deletions.
14 changes: 7 additions & 7 deletions data/sponsors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ sponsorship_levels:
name: "Ruby sponsors"
sponsors:
- name: "Loyalty"
logo: "loyalty.png"
logo: "sponsor_loyalty_770.png"
website: "https://www.loyalty.co.nz"
description_paragraphs:
- "Loyalty New Zealand is New Zealand’s expert in loyalty and runs the most comprehensive coalition loyalty programme in New Zealand, Fly Buys. We love to enable smarter business for our clients using customer insights and data analytics under our brand Lab360."
- "We are proud to sponsor Kiwi Ruby to support our talented Technology team and help promote diversity in the local Ruby community, because we love to give."
- name: "Trineo"
logo: "trineo.png"
logo: "sponsor_trineo_770.png"
website: "https://www.trineo.co.nz"
description_paragraphs:
- "Trineo is a highly capable team with expertise in building software and experiences that drive value for businesses around the world. Every day we wrangle complex problems in data brokering, consumer/employee identity management, CRM and modern system integration on the web."
Expand All @@ -35,13 +35,13 @@ sponsorship_levels:
name: "Gold sponsors"
sponsors:
- name: "Youdo"
logo: "youdo.png"
logo: "sponsor_youdo_500.png"
website: "https://www.youdo.co.nz"
description_paragraphs:
- "YouDo is a Wellington software house with a country wide customer base. We have been at the forefront of a number of energy industry and fintech innovations since our inception 10 years ago."
- "Ruby at YouDo is an integral part of our web, mobile and data science applications. Ruby’s beauty and elegance allows us to build complex solutions in a highly interactive environment."
- name: "AddressFinder"
logo: "addressfinder.png"
logo: "sponsor_addressfinder_500.png"
website: "http://blog.addressfinder.nz/post/162066941338/kiwi-ruby"
description_paragraphs:
- "AddressFinder is your cost-effective solution for collecting and verifying NZ and Australian addresses. Within a few keystrokes users get a predictive dropdown of suggested addresses. The selected address autocompletes all the address fields accurately."
Expand All @@ -51,7 +51,7 @@ sponsorship_levels:
description_paragraphs:
- "Flux Federation is the engine that powers Powershop in NZ, Australia and the UK. With a team of 100+ developers and designers (and the odd office dog) we deliver marvellous products and experiences for energy teams and their customers, all around the world."
- name: "Optimal Workshop"
logo: "optimal.png"
logo: "sponsor_optimal_workshop_500.png"
website: "http://www.optimalworkshop.com"
description_paragraphs:
- "Optimal Workshop is a user research platform that makes life easier for anyone trying to design things better. Their tree testing, card sorting, first-click, survey and qualitative research tools enable organisations, big and small, to test, benchmark and make evidence-based design decisions."
Expand All @@ -60,14 +60,14 @@ sponsorship_levels:
name: "Silver sponsors"
sponsors:
- name: "Boost"
logo: "boost-tall.png"
logo: "sponsor_boost_tall_500.png"
website: "https://www.boost.co.nz"
- supporter:
logo_size: 5
name: "Supporters"
sponsors:
- name: "The Last Pickle"
logo: "the-last-pickle.png"
logo: "sponsor_the-last-pickle_500.png"
website: "http://thelastpickle.com/"
- diversity:
logo_size: 5
Expand Down
24 changes: 4 additions & 20 deletions source/assets/public/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,6 @@ html {
font-size: 52.5%;
}

*, *:after, *:before {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

body {
font-smoothing: antialiased;
text-rendering: optimizeLegibility;
Expand Down Expand Up @@ -156,7 +150,7 @@ body {
}

.breakpoint-phone .nav__room {
paddingtop: 4em;
padding-top: 4em;
}

.nav--mobile__show {
Expand Down Expand Up @@ -427,8 +421,8 @@ strong {
padding: 10px 15px;
padding: 1rem 1.5rem;
display: inline-block;
-webkit-transition: background 0.2s linear;
transition: background 0.2s linear;
-webkit-transition: background-color 0.2s linear;
transition: background-color 0.2s linear;
}
.button:hover {
background-color: #03A280;
Expand Down Expand Up @@ -529,11 +523,6 @@ strong {

/* Talks, Speakers & Workshops */

.c-talk-list,
.c-speaker-list,
.c-workshop-list {
}

.c-speaker:nth-child(odd),
.c-workshop:nth-child(odd) {
clear:left;
Expand All @@ -556,7 +545,7 @@ strong {
margin-left: auto;
margin-right: auto;
margin-bottom: 2rem;
max-width: 16rem;
max-width: 15rem;
}
.breakpoint-phone .c-speaker__avatar {
max-width: 14rem;
Expand Down Expand Up @@ -664,9 +653,6 @@ p.c-workshop__detail {
margin-bottom: 1rem;
}

.c-workshop__presenter-details {
}

.c-workshop__presenter-bio p {
font-size: 1.3rem;
line-height: 1.4;
Expand Down Expand Up @@ -723,8 +709,6 @@ p.c-workshop__detail {
padding-top: 3rem;
}

.c-price-list__item {
}
.breakpoint-phone .c-price-list__item {
margin-bottom: 4rem;
}
Expand Down
Binary file modified source/images/gembirb-up.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
88 changes: 1 addition & 87 deletions source/images/gembirb-up.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit b49a631

Please sign in to comment.