Re: website: update logo/mascot/colors

2018-01-02 Thread Brad Fitzpatrick
On Tue, Jan 2, 2018 at 3:33 PM, Mathieu Lonjaret  wrote:

> you mean, as in something like
> https://camlistore-review.googlesource.com/c/camlistore/+/10006 , but
> more finely-grained?


Something like that. But that one could use "Keep" for now. Later I imagine
something like Google Photo's sharing / "Copy to my Library" functionality.

-- 
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 camlistore+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: website: update logo/mascot/colors

2018-01-02 Thread Brad Fitzpatrick
Also, if/when we have a "Save" button (e.g. when viewing a friend's photos
via their shared Perkeep data notifying your instance), the button should
be titled "Keep" instead of "Save" to copy it to your instance.



On Tue, Jan 2, 2018 at 3:28 PM, Mathieu Lonjaret <mathieu.lonja...@gmail.com
> wrote:

> 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 <b...@danga.com> 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 <w...@willnorris.com> 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, <nore...@camlistore.org> wrote:
> >>>
> >>>
> >>>
> >>>
> >>> https://camlistore.googlesource.com/camlistore/+/
> 9427d6eef40018f465ca3309df52adb820b9c4e5
> >>>
> >>> commit 9427d6eef40018f465ca3309df52adb820b9c4e5
> >>> Author: Brad Fitzpatrick <b...@danga.com>
> >>> 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"}}
> >>>  
> >>> - src='/static/camli-header.jpg'
> >>> title="Perkeep" border='0' />
> >>> + src='/static/camli-header.png'
> >>> title="Perkeep" border='0' />
> >>>  
> >>>  {{end}}
> >>>
> >>>
> >>> --
> >>> You received this message because you are

Re: website: update logo/mascot/colors

2018-01-02 Thread Mathieu Lonjaret
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 <b...@danga.com> 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 <w...@willnorris.com> 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, <nore...@camlistore.org> wrote:
>>>
>>>
>>>
>>>
>>> https://camlistore.googlesource.com/camlistore/+/9427d6eef40018f465ca3309df52adb820b9c4e5
>>>
>>> commit 9427d6eef40018f465ca3309df52adb820b9c4e5
>>> Author: Brad Fitzpatrick <b...@danga.com>
>>> 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"}}
>>>  
>>> ->> title="Perkeep" border='0' />
>>> +>> title="Perkeep" border='0' />
>>>  
>>>  {{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 camlistore-commits+unsubscr...@googlegroups.com.
>>> 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 camlistore+unsubscr...@googlegroups.com.
> 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 camlistore+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: website: update logo/mascot/colors

2018-01-02 Thread Will Norris
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, <nore...@camlistore.org> wrote:

>
>
> https://camlistore.googlesource.com/camlistore/+/
> 9427d6eef40018f465ca3309df52adb820b9c4e5
>
> commit 9427d6eef40018f465ca3309df52adb820b9c4e5
> Author: Brad Fitzpatrick <b...@danga.com>
> 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"}}
>  
> - title="Perkeep" border='0' />
> + title="Perkeep" border='0' />
>  
>  {{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 camlistore-commits+unsubscr...@googlegroups.com.
> 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 camlistore+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.