And once we have an animated Keepy, we can use it to replace pudgy in the web UI. Actually there probably are a couple of non-animated places in the web UI where we can already do that.
On 3 January 2018 at 00:24, Brad Fitzpatrick <[email protected]> wrote: > I sent you the file offlist for now (which Ashley said's cool). I'll let > Ashley publish publicly when she's ready. > > We have no further changes planned, so all yours. > > One thing I want to do at some point is animate the top bar (for certain > pages) so Keepy walks back and forth across the grass and collects files & > importer logos that fall from the sky onto the grass, collecting them under > its wings. Obviously low priority. :) > > > > On Tue, Jan 2, 2018 at 3:01 PM, Will Norris <[email protected]> wrote: >> >> This is great :) Is there a source file (PSD, AI, etc) that can be >> checked in also? I'm thinking about elements for a favicon, etc. This is >> actually perfect timing as I was prepping a CL to update the website to work >> better on mobile, as well as cleanup some of the HTML and CSS. I wasn't >> sure how much effort to put in giving that I knew that new branding was >> coming soon. Do you have additional changes I should hold off for, or do >> you mind me jumping in at this point? >> >> On Tue, Jan 2, 2018 at 12:48 PM, <[email protected]> wrote: >>> >>> >>> >>> >>> https://camlistore.googlesource.com/camlistore/+/9427d6eef40018f465ca3309df52adb820b9c4e5 >>> >>> commit 9427d6eef40018f465ca3309df52adb820b9c4e5 >>> Author: Brad Fitzpatrick <[email protected]> >>> Date: Tue Jan 2 12:45:55 2018 -0800 >>> >>> website: update logo/mascot/colors >>> >>> This is Keepy the Perkeep Parakeet, from Ashley McNamara, >>> @ashleymcnamara. >>> >>> The CSS & HTML changes are my fault. We can revise later. >>> >>> For the rename, issue #981 >>> >>> Change-Id: Ifaf4e4d9a92b5d6d79473f0e9aec9db8f51aa7b1 >>> >>> diff --git a/website/static/all.css b/website/static/all.css >>> index eff04bc..2778b22 100644 >>> --- a/website/static/all.css >>> +++ b/website/static/all.css >>> @@ -98,7 +98,7 @@ h1.rootHeading em { >>> h2, >>> h2>a { >>> color: #fff; >>> - background: url(camli-bar-background.png); >>> + background: #699023; >>> padding: 4px 8px; >>> } >>> h2 { >>> @@ -156,10 +156,10 @@ div#page.wide table.dir td.name { >>> height: 43px; >>> width: 788; >>> text-align: center; >>> - background: url(camli-bar-background.png); >>> + background: #699023; >>> margin-left: auto; >>> margin-right: auto; >>> - margin-top: 1em; >>> + margin-top: 0em; >>> margin-bottom: 1em; >>> } >>> >>> diff --git a/website/static/camli-header.png >>> b/website/static/camli-header.png >>> index edaecda..df1d507 100644 >>> Binary files a/website/static/camli-header.png and >>> b/website/static/camli-header.png differ >>> diff --git a/website/tmpl/page.html b/website/tmpl/page.html >>> index 64098f2..c3c3d39 100644 >>> --- a/website/tmpl/page.html >>> +++ b/website/tmpl/page.html >>> @@ -34,7 +34,7 @@ >>> >>> {{define "banner"}} >>> <div id='header'> >>> -<a href="/"><img width='788' height='161' src='/static/camli-header.jpg' >>> title="Perkeep" border='0' /></a> >>> +<a href="/"><img width='788' height='161' src='/static/camli-header.png' >>> title="Perkeep" border='0' /></a> >>> </div> >>> {{end}} >>> >>> >>> -- >>> You received this message because you are subscribed to the Google Groups >>> "Camlistore Commits" group. >>> To unsubscribe from this group and stop receiving emails from it, send an >>> email to [email protected]. >>> For more options, visit https://groups.google.com/d/optout. >> >> > > -- > You received this message because you are subscribed to the Google Groups > "Camlistore" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "Camlistore" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
