Open jodygarnett opened 9 months ago
From email discussion I was able to look up the original approved wireframes, and do some research on the image sizes expected for the graphical design:
When editing a sponsors page - and adding a logo the image produces a warning indicating:
Reviewing the logos produced by get interactive show a distinctive "hotspot" where the logos are arranged within a tile.
Example of this used with sponsor logo provided by GetInteractive:
You can see how much whitespace is built in to the logo. This makes sense as a graphic designer is comfortable in a paint program and can make allowances for "unbalanced logos" (that have a mix of light and dark content).
Here is the wireframe showing intended multi-column layout:
Notes on the theme to discuss with @cvvergara, any actual changes would be actioned here https://trac.osgeo.org/osgeo/ticket/3000
I am just looking at theme to determine design constraints for visual logos.
wp-content/themes/roots/templates/atomic/organism-sponsors-list.php
<li class="col-sm-2 list-item sponsors-item grayscale">
<?php if ($url): ?><a href="<?php echo $url ?>"><?php endif; ?>
<?php gi_load_template('templates/atomic/atom-image.php', array(
'src' => $logo['url'],
'title' => $sponsor->post_title,
'width' => 195,
'height' => 80
)); ?>
<?php if ($url): ?></a><?php endif; ?>
</li>
wp-content/themes/roots/templates/atomic/organism-sponsors.php
<li>
<?php if ($sponsorUrl): ?><a href="<?php echo $sponsorUrl; ?>" target="<?php echo $target; ?>"><?php endif; ?>
<?php
echo gi_load_template('templates/atomic/atom-image.php', array(
'src' => $sponsorImage['url'],
'title' => $sponsor->post_title,
'width' => $size,
'height' => $size
));
?>
<?php if ($sponsorUrl): ?></a><?php endif; ?>
</li>
wp-content/themes/roots/archive-sponsor.php
<section class="block diamond-sponsors">
<div class="container">
<h2>Diamond sponsors <?php echo $currentYear; ?></h2>
<div class="row">
<?php gi_load_template('templates/atomic/organism-sponsors.php', array('sponsorType' => 'diamond', 'size' => 400, 'target' => '_blank')); ?>
</div>
</div>
</section>
I have produced the following guidelines to visually recreate the sponsor logos following GetInteractive design examples:
Heatmap:
Guidelines:
I have made the decision to allocate more vertical room to square logos, the chance for visual conflict is low as the sponsor logos are being arranged in a square grid.
For any sponsors with concerns about fairness:
Here are our top sponsors with this visual change in mind:
I have uploaded assets here: https://github.com/OSGeo/osgeo/tree/master/marketing/website
@cvvergara the main website is updated, if you can restore columns as part of https://trac.osgeo.org/osgeo/ticket/3000 then this issue can be closed.
@jodygarnett Sorry for the delay, I am sick, will do that tomorrow
Please take care, volunteer activity so only we do as are able.
From email I have asked marketing committee for go-ahead to make an emergency quick-fix for the sponsors page:
Problem
So some pages of the website have run into problems (with updates and changes) and need some emergency graphic design decisions.
The https://www.osgeo.org/sponsors/ page is a bit broken right now, with logos displaying in a single column, and square logos ending up with too much visual weight making for an inconsistent visual.
Notes:
Sponsor Page Quick-fix Proposal
Planning
If we do get a budget for 2024 we should assemble a work package of outstanding requests (review emergency fix, mastodon social logos, committee page template etc...)
I strongly wish to avoid doing isolated quick fixes, it is so easy to do small changes that make sense for one objective, and damage the effectiveness of an individual page. Example: some sponsors get color logos, having logos moving in the footer, etc...