Return-Path: X-Original-To: apmail-accumulo-dev-archive@www.apache.org Delivered-To: apmail-accumulo-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 1520310AE8 for ; Thu, 6 Mar 2014 01:23:27 +0000 (UTC) Received: (qmail 8775 invoked by uid 500); 6 Mar 2014 01:23:25 -0000 Delivered-To: apmail-accumulo-dev-archive@accumulo.apache.org Received: (qmail 8733 invoked by uid 500); 6 Mar 2014 01:23:25 -0000 Mailing-List: contact dev-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@accumulo.apache.org Delivered-To: mailing list dev@accumulo.apache.org Received: (qmail 8708 invoked by uid 99); 6 Mar 2014 01:23:24 -0000 Received: from minotaur.apache.org (HELO minotaur.apache.org) (140.211.11.9) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Mar 2014 01:23:24 +0000 Received: from localhost (HELO mail-la0-f45.google.com) (127.0.0.1) (smtp-auth username ctubbsii, mechanism plain) by minotaur.apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Mar 2014 01:23:24 +0000 Received: by mail-la0-f45.google.com with SMTP id hr17so1262800lab.4 for ; Wed, 05 Mar 2014 17:23:22 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=5qeTBDPd1a2SjcnZMh3eTyDhwZELAJ6mgNrtEGXdCYg=; b=Lpj8vySTAQkXLowhsc+KbYVhBJV4BCvCY2IJ/cMWalnc1mXHLdXAY2WAUpgDfBYECA iJZS8u5i4MqHH2SwC3l6tDtH20tciD4IjCPe2jfEKsdbYIbEFRD8fby4AeZwtiz7V4vz 7mI8KtWtp/rsnv4jGB40uU0/J/QRT40t00YmyuXs2QTKxUzFjXWfruJ+y957xmhRpiOd L+LjFLgOGQysLmgKgm6/g+cR7cTNGokYIVZFR2xDjcsMT/7fgaJf9c7JFFGrG9lBM2Tj fQ86YjCPm9mcO1bnLtKc4K8RRvBjBvZxJ50ah9xWZzCJKmEoGFBytxbFpggIBq7ww8wn oxxA== MIME-Version: 1.0 X-Received: by 10.152.205.11 with SMTP id lc11mr5797339lac.29.1394069002723; Wed, 05 Mar 2014 17:23:22 -0800 (PST) Received: by 10.114.177.201 with HTTP; Wed, 5 Mar 2014 17:23:22 -0800 (PST) In-Reply-To: <5317B411.1090204@gmail.com> References: <5317B411.1090204@gmail.com> Date: Wed, 5 Mar 2014 20:23:22 -0500 Message-ID: Subject: Re: Accumulo site Bootstrapped From: Christopher To: Accumulo Dev List Content-Type: text/plain; charset=UTF-8 +1 for what's been done so far, and for revamped site with 1.6.0 release. Rollout sub-menus might be nice. That nav bar is pretty busy. -- Christopher L Tubbs II http://gravatar.com/ctubbsii On Wed, Mar 5, 2014 at 6:32 PM, Josh Elser wrote: > Def needs a little more TLC, but using something like Bootstrap instead of > rolling our own is definitely the way to go. > > Would be happy to help out here -- maybe we can get a revamped site for > 1.6.0? That'd be pretty boss. > > > On 3/5/14, 5:40 PM, Bill Havanki wrote: >> >> Some folks in the IRC room were discussing how nice the Spark [1] and Hue >> [2] sites look compared to ours. While babysitting integration tests, I >> decided to prototype a rework of our site using Twitter Bootstrap [3], the >> front-end framework that both of those other sites use. >> >> Here are the pages that I converted. >> >> * http://people.apache.org/~bhavanki/accumulo-bootstrapped/ >> * >> >> http://people.apache.org/~bhavanki/accumulo-bootstrapped/notable_features.html >> * http://people.apache.org/~bhavanki/accumulo-bootstrapped/source.html >> >> You can navigate between those pages using the left nav menu, but try >> anywhere else and you'll jump out to the production site. >> >> The pages use Bootstrap's own theme, with only very slight modifications >> to >> be close to our own theme. (I actually disabled around 90% of >> accumulo.css.) I kept the page organization like production, although we >> have many other whizbang options with Bootstrap. Some bits I left messy, >> like the nav items for the user manuals, but you should get the idea >> anyway. >> >> Beyond just how it looks, Bootstrap gives you many other capabilities, >> especially responsive display for mobile and tablets, so there's benefit >> to >> a switch beyond just pretty looking boxes. >> >> [1] spark.apache.org >> [2] gethue.com >> [3] getbootstrap.com >> >