INN / umbrella-inndev

Umbrella repository for inn.org
GNU General Public License v2.0
0 stars 1 forks source link

Update homepage image, text, and link #141

Open MirandaEcho opened 4 years ago

MirandaEcho commented 4 years ago

Photo: 2019-06-12_INNDays_1026

Text: Bringing the brightest nonprofit newsrooms together for intensive business training, June 16 and 17

Button: "Learn More" that links to: https://inn.org/inn-days-2020/

No other homepage edits. Do the thing on staging, we'll have them review, and then move it live.

benlk commented 4 years ago

Who's the photo credit for this?

benlk commented 4 years ago

And for the alt text of this photo, what's the context of the photo?

Photograph of TKTK PERSON speaking at TKTK EVENT on TKTK DATE about TKTK TOPIC. Photo by TKTK PHOTOG for TKTK ORG.

benlk commented 4 years ago

The above questions are obsoleted by the questions in https://github.com/INN/inn/pull/121, and should be answered in that issue, please.

MirandaEcho commented 4 years ago

Edits requested:

Let me know if the centering isn't possible.

benlk commented 4 years ago

Screen Shot 2020-02-20 at 23 53 05

benlk commented 4 years ago

Script I used to quickly generate the images:

#! /usr/bin/env bash
for WIDTH in 400 800 1200 2000
do
    convert RN-Elizabeth-Glenn-uses-thermometer-at-IHS.jpg -resize ${WIDTH}x${WIDTH} RN-Elizabeth-Glenn-uses-thermometer-at-IHS-${WIDTH}.jpg
done

But preferentially we'd make it so this can be managed using the WordPress admin rather than tracking these images in git.