You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@drat.apache.org by ma...@apache.org on 2017/11/15 21:08:29 UTC

[drat] 01/04: Merge pull request #105 from ottlinger/site-dev

This is an automated email from the ASF dual-hosted git repository.

mattmann pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/drat.git

commit 60614dfc79580dd0ad9c4c10f8a8cdf60e819ea4
Merge: 1af34fe 57cffe3
Author: Chris Mattmann <ch...@gmail.com>
AuthorDate: Mon Nov 13 14:13:50 2017 -0800

    Merge pull request #105 from ottlinger/site-dev
    
    https://github.com/apache/drat/issues/98 Add page skeleton

 LICENSE                                |    7 +-
 LICENSE.txt                            |   63 +
 README.md                              |    2 +
 README.txt                             |   37 +
 assets/css/font-awesome.min.css        |    4 +
 assets/css/main.css                    | 8416 ++++++++++++++++++++++++++++++++
 assets/fonts/FontAwesome.otf           |  Bin 0 -> 124988 bytes
 assets/fonts/fontawesome-webfont.eot   |  Bin 0 -> 76518 bytes
 assets/fonts/fontawesome-webfont.svg   |  685 +++
 assets/fonts/fontawesome-webfont.ttf   |  Bin 0 -> 152796 bytes
 assets/fonts/fontawesome-webfont.woff  |  Bin 0 -> 90412 bytes
 assets/fonts/fontawesome-webfont.woff2 |  Bin 0 -> 71896 bytes
 assets/js/demo.js                      |  563 +++
 assets/js/jquery.min.js                |    5 +
 assets/js/jquery.scrollex.min.js       |    2 +
 assets/js/jquery.scrolly.min.js        |    2 +
 assets/js/main.js                      |  357 ++
 assets/js/skel.min.js                  |    2 +
 assets/js/util.js                      |  587 +++
 assets/sass/base/_page.scss            |   38 +
 assets/sass/base/_typography.scss      |  231 +
 assets/sass/components/_banner.scss    |  990 ++++
 assets/sass/components/_box.scss       |   34 +
 assets/sass/components/_button.scss    |  114 +
 assets/sass/components/_form.scss      |  312 ++
 assets/sass/components/_gallery.scss   |  616 +++
 assets/sass/components/_icon.scss      |   80 +
 assets/sass/components/_image.scss     |   61 +
 assets/sass/components/_index.scss     |   66 +
 assets/sass/components/_items.scss     |  338 ++
 assets/sass/components/_list.scss      |  210 +
 assets/sass/components/_section.scss   |   49 +
 assets/sass/components/_spotlight.scss | 1012 ++++
 assets/sass/components/_table.scss     |  137 +
 assets/sass/components/_wrapper.scss   |  120 +
 assets/sass/layout/_wrapper.scss       |   49 +
 assets/sass/libs/_functions.scss       |   34 +
 assets/sass/libs/_mixins.scss          |  398 ++
 assets/sass/libs/_skel.scss            |  587 +++
 assets/sass/libs/_vars.scss            |   80 +
 assets/sass/main.scss                  |  179 +
 images/asf_logo_wide.svg               |  279 ++
 images/banner.jpg                      |  Bin 0 -> 34992 bytes
 images/feather.svg                     |  138 +
 images/gallery/fulls/01.jpg            |  Bin 0 -> 9363 bytes
 images/gallery/fulls/02.jpg            |  Bin 0 -> 11460 bytes
 images/gallery/fulls/03.jpg            |  Bin 0 -> 10635 bytes
 images/gallery/fulls/04.jpg            |  Bin 0 -> 10148 bytes
 images/gallery/fulls/05.jpg            |  Bin 0 -> 10016 bytes
 images/gallery/fulls/06.jpg            |  Bin 0 -> 9647 bytes
 images/gallery/fulls/07.jpg            |  Bin 0 -> 9991 bytes
 images/gallery/fulls/08.jpg            |  Bin 0 -> 9891 bytes
 images/gallery/fulls/09.jpg            |  Bin 0 -> 10615 bytes
 images/gallery/fulls/10.jpg            |  Bin 0 -> 12137 bytes
 images/gallery/fulls/11.jpg            |  Bin 0 -> 12222 bytes
 images/gallery/fulls/12.jpg            |  Bin 0 -> 12752 bytes
 images/gallery/thumbs/01.jpg           |  Bin 0 -> 3196 bytes
 images/gallery/thumbs/02.jpg           |  Bin 0 -> 3948 bytes
 images/gallery/thumbs/03.jpg           |  Bin 0 -> 3378 bytes
 images/gallery/thumbs/04.jpg           |  Bin 0 -> 3476 bytes
 images/gallery/thumbs/05.jpg           |  Bin 0 -> 3310 bytes
 images/gallery/thumbs/06.jpg           |  Bin 0 -> 3019 bytes
 images/gallery/thumbs/07.jpg           |  Bin 0 -> 3667 bytes
 images/gallery/thumbs/08.jpg           |  Bin 0 -> 3405 bytes
 images/gallery/thumbs/09.jpg           |  Bin 0 -> 3612 bytes
 images/gallery/thumbs/10.jpg           |  Bin 0 -> 4301 bytes
 images/gallery/thumbs/11.jpg           |  Bin 0 -> 4141 bytes
 images/gallery/thumbs/12.jpg           |  Bin 0 -> 4342 bytes
 images/pic01.jpg                       |  Bin 0 -> 6002 bytes
 images/pic02.jpg                       |  Bin 0 -> 7726 bytes
 images/pic03.jpg                       |  Bin 0 -> 7743 bytes
 images/spotlight01.jpg                 |  Bin 0 -> 30996 bytes
 images/spotlight02.jpg                 |  Bin 0 -> 40215 bytes
 images/spotlight03.jpg                 |  Bin 0 -> 35532 bytes
 index.html                             |   97 +
 75 files changed, 16977 insertions(+), 4 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
"commits@drat.apache.org" <co...@drat.apache.org>.