DPDK website maintenance
 help / color / mirror / Atom feed
From: Thomas Monjalon <thomas.monjalon@6wind.com>
To: Harry van Haaren <harry.van.haaren@intel.com>
Cc: web@dpdk.org
Subject: Re: [dpdk-web] [PATCH] download: add icons to main 3 links
Date: Fri, 19 Feb 2016 16:41:24 +0100	[thread overview]
Message-ID: <3007148.IAHfjgh8Jf@xps13> (raw)
In-Reply-To: <4769307.x4D9cxKz1O@xps13>

2016-02-19 16:36, Thomas Monjalon:
> 2016-02-19 14:35, Harry van Haaren:
> > This patch integrates icons from the Google material icon set
> > for the download, quick-start, and web-browsing links.
> 
> I agree on the idea.
> 
> > The links are layed out using panes horizontally, and re-ordered:
> > Download | Quick Start | Older versions and Web interface
> 
> "Web interface" does not well describe the cgit link.
> What about this kind of title? "Other Versions & git"
> 
> > Defines a new .well CSS attribute for panes behind icons.
> 
> What means "well"? Why not button?
> 
> > Signed-off-by: Harry van Haaren <harry.van.haaren@intel.com>
> > ---
> > 
> > There are multiple ways to link to the Google icons, this patch
> > includes the stylesheet, as it its the most flexible for using
> > multiple icons.
> > 
> > Other options are to save the SVG code directly in the page
> > (cannot resize icon easily) or save the .svg to a file and
> > display it (requires adding each icon to be used manually).
> > Unless you feel strongly against including the stylesheet,
> > this is the most effective solution.
> 
> Yes the stylesheet include looks good.
> 
> > +.well {
> > +	background-color: rgba(0, 35, 60, 0.07);
> > +	text-align: center;
> > +	padding-top: 1em;
> > +	padding-bottom: 1em;
> > +	margin-left: 0.7em;
> > +	margin-right: 0.7em;
> > +	box-shadow: inset 2px 2px 2px rgba(0,0,0,0.3);
> > +	border-radius: 0.7em 0.7em 0.7em 0.7em;
> > +	color : #00233b;
> > +}
> 
> I think the orange hover effect is missing.

I forgot to say that a margin is missing below the big buttons.
 
> Thanks Harry for bringing some fresh air :)

  reply	other threads:[~2016-02-19 15:42 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-02-19 14:35 Harry van Haaren
2016-02-19 15:36 ` Thomas Monjalon
2016-02-19 15:41   ` Thomas Monjalon [this message]
2016-02-19 15:57   ` [dpdk-web] [PATCH v2] " Harry van Haaren
2016-02-19 17:00     ` [dpdk-web] [PATCH v3] add icons in download page Thomas Monjalon
2016-02-21  9:17       ` [dpdk-web] [PATCH v4 1/2] " Thomas Monjalon
2016-02-21  9:17         ` [dpdk-web] [PATCH v4 2/2] indent apps and tools Thomas Monjalon
2016-02-22 11:51           ` Van Haaren, Harry
2016-02-22 11:50         ` [dpdk-web] [PATCH v4 1/2] add icons in download page Van Haaren, Harry
2016-02-24 12:51           ` Thomas Monjalon

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3007148.IAHfjgh8Jf@xps13 \
    --to=thomas.monjalon@6wind.com \
    --cc=harry.van.haaren@intel.com \
    --cc=web@dpdk.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).