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.
