All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 0/4] Brand new website
@ 2014-03-02 18:21 Maxime Hadjinlian
  2014-03-02 18:21 ` [Buildroot] [PATCH 1/4] docs: Move README file to root Maxime Hadjinlian
                   ` (6 more replies)
  0 siblings, 7 replies; 15+ messages in thread
From: Maxime Hadjinlian @ 2014-03-02 18:21 UTC (permalink / raw)
  To: buildroot

This series updates our current website.
It also take the occasion to move the README file that was in the docs
subdirectory to the root of the project.
First by getting Bootstrap and JQuery into it, then reworking the HTML and the
content a bit.

Maxime Hadjinlian (4):
  docs: Move README file to root
  website: Add Bootstrap and JQuery framework
  website: Add Buildroot javascript
  website: new website !

 docs/README => README                      |    0
 docs/about.html                            |   11 +-
 docs/contribute.html                       |   39 +
 docs/css/bootstrap-responsive.css          | 1092 +++++
 docs/css/bootstrap-responsive.min.css      |    9 +
 docs/css/bootstrap.css                     | 6039 ++++++++++++++++++++++++++++
 docs/css/bootstrap.min.css                 |  882 ++++
 docs/css/bootswatch.less                   |  181 +
 docs/css/variables.less                    |  301 ++
 docs/developer.html                        |   47 -
 docs/docs.html                             |    4 +-
 docs/download.html                         |   46 +-
 docs/footer.html                           |   24 +-
 docs/header.html                           |  104 +-
 docs/images/glyphicons-halflings-white.png |  Bin 0 -> 8777 bytes
 docs/images/glyphicons-halflings.png       |  Bin 0 -> 12799 bytes
 docs/images/logo.png                       |  Bin 129459 -> 117499 bytes
 docs/images/menuconfig.png                 |  Bin 9087 -> 8604 bytes
 docs/index.html                            |   34 +-
 docs/js/bootstrap.js                       | 2159 ++++++++++
 docs/js/bootstrap.min.js                   |    6 +
 docs/js/buildroot.js                       |   64 +
 docs/js/jquery-1.10.2.min.js               |    6 +
 docs/lists.html                            |   40 -
 docs/news.html                             |  113 +-
 docs/sponsors.html                         |    2 +-
 docs/stylesheet.css                        |   75 -
 docs/support.html                          |   45 +
 28 files changed, 11007 insertions(+), 316 deletions(-)
 rename docs/README => README (100%)
 create mode 100644 docs/contribute.html
 create mode 100644 docs/css/bootstrap-responsive.css
 create mode 100644 docs/css/bootstrap-responsive.min.css
 create mode 100644 docs/css/bootstrap.css
 create mode 100644 docs/css/bootstrap.min.css
 create mode 100644 docs/css/bootswatch.less
 create mode 100644 docs/css/variables.less
 delete mode 100644 docs/developer.html
 create mode 100644 docs/images/glyphicons-halflings-white.png
 create mode 100644 docs/images/glyphicons-halflings.png
 create mode 100644 docs/js/bootstrap.js
 create mode 100644 docs/js/bootstrap.min.js
 create mode 100644 docs/js/buildroot.js
 create mode 100644 docs/js/jquery-1.10.2.min.js
 delete mode 100644 docs/lists.html
 delete mode 100644 docs/stylesheet.css
 create mode 100644 docs/support.html

--
1.8.5.3

^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2014-03-03 20:54 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-03-02 18:21 [Buildroot] [PATCH 0/4] Brand new website Maxime Hadjinlian
2014-03-02 18:21 ` [Buildroot] [PATCH 1/4] docs: Move README file to root Maxime Hadjinlian
2014-03-02 20:41   ` Thomas Petazzoni
2014-03-02 22:54     ` Maxime Hadjinlian
2014-03-02 18:21 ` [Buildroot] [PATCH 2/4] website: Add Bootstrap and JQuery framework Maxime Hadjinlian
2014-03-02 18:21 ` [Buildroot] [PATCH 3/4] website: Add Buildroot javascript Maxime Hadjinlian
2014-03-02 18:21 ` [Buildroot] [PATCH 4/4] website: new website ! Maxime Hadjinlian
2014-03-03 10:41   ` Thomas De Schampheleire
2014-03-02 20:38 ` [Buildroot] [PATCH 0/4] Brand new website Thomas De Schampheleire
2014-03-02 20:40   ` Thomas Petazzoni
2014-03-02 22:55     ` Maxime Hadjinlian
2014-03-03  7:53 ` Thomas Petazzoni
2014-03-03 11:12   ` Thomas De Schampheleire
2014-03-03 20:52 ` Thomas Petazzoni
2014-03-03 20:54   ` Thomas De Schampheleire

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.