From bf93db1ee0b6c1d78f04c380202a0adb754bcba4 Mon Sep 17 00:00:00 2001 From: Thomas Park Date: Wed, 15 May 2013 15:53:57 -0400 Subject: flatly: refactor code, style additional components --- flatly/index.html | 900 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 900 insertions(+) create mode 100755 flatly/index.html (limited to 'flatly/index.html') diff --git a/flatly/index.html b/flatly/index.html new file mode 100755 index 00000000..ac5f029c --- /dev/null +++ b/flatly/index.html @@ -0,0 +1,900 @@ + + + + + Bootswatch: Flatly + + + + + + + + + + + + + + + + + + + + + + +
+ + + +
+
+
+

Flatly

+

Flat and clean.

+

By Jenil Gogari

+
+
+
+
+
+
+
+ +
+ + + + + +
+ + + +
+ +
+
+

h1. Heading 1

+

h2. Heading 2

+

h3. Heading 3

+

h4. Heading 4

+
h5. Heading 5
+
h6. Heading 6
+
+
+ +
+

Example body text

+

Nullam quis risus eget urna mollis ornare vel eu leo. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nullam id dolor id nibh ultricies vehicula ut id elit.

+

Vivamus sagittis lacus vel augue laoreet rutrum faucibus dolor auctor. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Donec sed odio dui.

+
+ +
+

Example addresses

+
+ Twitter, Inc.
+ 795 Folsom Ave, Suite 600
+ San Francisco, CA 94107
+ P: (123) 456-7890 +
+
+ Full Name
+ first.last@gmail.com +
+
+ +
+ +
+
+
+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.

+ Someone famous in Source Title +
+
+
+
+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.

+ Someone famous in Source Title +
+
+
+ +
+ + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ButtonLarge ButtonSmall ButtonDisabled ButtonButton with IconSplit Button
DefaultDefaultDefaultDefault Default + +
PrimaryPrimaryPrimaryPrimary Primary + +
InfoInfoInfoInfo Info + +
SuccessSuccessSuccessSuccess Success + +
WarningWarningWarningWarning Warning + +
DangerDangerDangerDanger Danger + +
InverseInverseInverseInverse Inverse + +
+ +
+ + + +
+ + +
+
+ + + + + + +
+
+ Controls Bootstrap supports +
+ +
+ +

In addition to freeform text, any HTML5 text-based input appears like so.

+
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ Some value here +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ + Something may have gone wrong +
+
+
+ +
+ + Please correct the error +
+
+
+ +
+ + Woohoo! +
+
+
+ +
+ + Woohoo! +
+
+
+ + +
+
+
+
+
+ +
+ + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
#First NameLast NameUsername
1MarkOtto@mdo
2JacobThornton@fat
3Larrythe Bird@twitter
+
+ + + +
+ + +
+
+ + + + +
+
+

Pagination

+ + +
+ +
+

Pagers

+ + + + +
+
+ + + + +
+
+ +

Tabs

+ +
+
+
+

I'm in Section A.

+
+
+

Howdy, I'm in Section B.

+
+
+

What up girl, this is Section C.

+
+
+
+ +
+ + +
+ +

Lists

+ +
+ +
+
+
+ + + + +
+
+

Labels

+ Default + Success + Warning + Important + Info + Inverse +
+
+

Badges

+ Default + Success + Warning + Important + Info + Inverse +
+
+
+ + + + +

Progress bars

+ +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ + + + + +

Alerts

+ +
+
+
+ × +

Alert block

+

Best check yo self, you're not looking too good. Nulla vitae elit libero, a pharetra augue. Praesent commodo cursus magna, vel scelerisque nisl consectetur et.

+
+
+
+
+
+
+ × + Error Change a few things up and try submitting again. +
+
+
+
+ × + Success You successfully read this important alert message. +
+
+
+
+ × + Information This alert needs your attention, but it's not super important. +
+
+
+ + +
+ +



+ + +
+ + + +
+ + + + + + + + + + + + + -- cgit v1.2.3 From 5a8fb4bf1b64d06e5ca148eb4619a1c692d2dded Mon Sep 17 00:00:00 2001 From: Thomas Park Date: Wed, 15 May 2013 16:41:43 -0400 Subject: add new theme flatly to site --- Gruntfile.js | 2 +- amelia/index.html | 1 + api/themes.json | 13 +++++++++ cerulean/index.html | 1 + cosmo/index.html | 1 + cyborg/index.html | 1 + default/index.html | 1 + flatly/index.html | 1 + index.html | 77 ++++++++++++++++++++++++++-------------------------- journal/index.html | 1 + readable/index.html | 1 + simplex/index.html | 1 + slate/index.html | 1 + spacelab/index.html | 1 + spruce/index.html | 1 + superhero/index.html | 1 + united/index.html | 1 + 17 files changed, 67 insertions(+), 39 deletions(-) (limited to 'flatly/index.html') diff --git a/Gruntfile.js b/Gruntfile.js index da9170fe..ed538f2b 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -16,7 +16,7 @@ module.exports = function (grunt) { ' * @license <%= pkg.license %>' + ' */' }, swatch: { - amelia:{}, cerulean:{}, cosmo:{}, cyborg:{}, journal:{}, readable:{}, + amelia:{}, cerulean:{}, cosmo:{}, cyborg:{}, flatly:{}, journal:{}, readable:{}, simplex:{}, slate:{}, spacelab:{}, spruce:{}, superhero:{}, united:{} }, clean: { diff --git a/amelia/index.html b/amelia/index.html index 609657dd..bd2e49f4 100755 --- a/amelia/index.html +++ b/amelia/index.html @@ -62,6 +62,7 @@
  • Cerulean
  • Cosmo
  • Cyborg
  • +
  • Flatly
  • Journal
  • Readable
  • Simplex
  • diff --git a/api/themes.json b/api/themes.json index 1023e179..602f43e0 100644 --- a/api/themes.json +++ b/api/themes.json @@ -55,6 +55,19 @@ "lessVariables": "http://bootswatch.com/cyborg/variables.less" }, + { + "name": "Flatly", + "description": "Flat and clean.", + "thumbnail": "http://bootswatch.com/flatly/thumbnail.png", + "preview": "http://bootswatch.com/flatly/", + "css": "http://bootswatch.com/flatly/bootstrap.css", + "css-min": "http://bootswatch.com/flatly/bootstrap.min.css", + "cssMin": "http://bootswatch.com/flatly/bootstrap.min.css", + "less": "http://bootswatch.com/flatly/bootswatch.less", + "less-variables": "http://bootswatch.com/flatly/variables.less", + "lessVariables": "http://bootswatch.com/flatly/variables.less" + }, + { "name": "Journal", "description": "Crisp like a new sheet of paper.", diff --git a/cerulean/index.html b/cerulean/index.html index 102cd50b..9e9c799d 100755 --- a/cerulean/index.html +++ b/cerulean/index.html @@ -62,6 +62,7 @@
  • Cerulean
  • Cosmo
  • Cyborg
  • +
  • Flatly
  • Journal
  • Readable
  • Simplex
  • diff --git a/cosmo/index.html b/cosmo/index.html index dd446adb..ec2c5abe 100755 --- a/cosmo/index.html +++ b/cosmo/index.html @@ -62,6 +62,7 @@
  • Cerulean
  • Cosmo
  • Cyborg
  • +
  • Flatly
  • Journal
  • Readable
  • Simplex
  • diff --git a/cyborg/index.html b/cyborg/index.html index 141f1b2a..2ca4dfcf 100755 --- a/cyborg/index.html +++ b/cyborg/index.html @@ -62,6 +62,7 @@
  • Cerulean
  • Cosmo
  • Cyborg
  • +
  • Flatly
  • Journal
  • Readable
  • Simplex
  • diff --git a/default/index.html b/default/index.html index 6ecb8ac7..3d3cc7f0 100755 --- a/default/index.html +++ b/default/index.html @@ -62,6 +62,7 @@
  • Cerulean
  • Cosmo
  • Cyborg
  • +
  • Flatly
  • Journal
  • Readable
  • Simplex
  • diff --git a/flatly/index.html b/flatly/index.html index ac5f029c..f0f25070 100755 --- a/flatly/index.html +++ b/flatly/index.html @@ -62,6 +62,7 @@
  • Cerulean
  • Cosmo
  • Cyborg
  • +
  • Flatly
  • Journal
  • Readable
  • Simplex
  • diff --git a/index.html b/index.html index b8148638..c74e9486 100644 --- a/index.html +++ b/index.html @@ -58,6 +58,7 @@
  • Cerulean
  • Cosmo
  • Cyborg
  • +
  • Flatly
  • Journal
  • Readable
  • Simplex
  • @@ -140,7 +141,7 @@
    - Amelia + Amelia

    Amelia

    Sweet and cheery.

    @@ -170,7 +171,7 @@
    - Cerulean + Cerulean

    Cerulean

    A calm, blue sky.

    @@ -196,7 +197,7 @@
    - Cosmo + Cosmo

    Cosmo

    An ode to Metro.

    @@ -222,7 +223,7 @@
    - Cyborg + Cyborg

    Cyborg

    Jet black and electric blue.

    @@ -249,7 +250,34 @@
    - Journal + Flatly +
    +

    Flatly

    +

    Flat and clean.

    + +
    +
    +
    + +
    +
    + Journal

    Journal

    Crisp like a new sheet of paper.

    @@ -276,7 +304,7 @@
    - Readable + Readable

    Readable

    Optimized for legibility.

    @@ -303,7 +331,7 @@
    - Simplex + Simplex

    Simplex

    Mini and minimalist.

    @@ -330,7 +358,7 @@
    - Slate + Slate

    Slate

    Shades of gunmetal gray.

    @@ -357,7 +385,7 @@
    - Spacelab + Spacelab

    Spacelab

    Silvery and sleek.

    @@ -384,34 +412,7 @@
    - Spruce -
    -

    Spruce

    -

    Camping in the woods.

    - -
    -
    -
    - -
    -
    - Superhero + Superhero

    Superhero

    Batman meets... Aquaman?

    @@ -438,7 +439,7 @@
    - United + United

    United

    Ubuntu orange and unique font.

    diff --git a/journal/index.html b/journal/index.html index d2d80d14..d58081c9 100755 --- a/journal/index.html +++ b/journal/index.html @@ -62,6 +62,7 @@
  • Cerulean
  • Cosmo
  • Cyborg
  • +
  • Flatly
  • Journal
  • Readable
  • Simplex
  • diff --git a/readable/index.html b/readable/index.html index 57fe5c8d..6dfaff72 100755 --- a/readable/index.html +++ b/readable/index.html @@ -62,6 +62,7 @@
  • Cerulean
  • Cosmo
  • Cyborg
  • +
  • Flatly
  • Journal
  • Readable
  • Simplex
  • diff --git a/simplex/index.html b/simplex/index.html index d1f1d51a..656d24a4 100755 --- a/simplex/index.html +++ b/simplex/index.html @@ -62,6 +62,7 @@
  • Cerulean
  • Cosmo
  • Cyborg
  • +
  • Flatly
  • Journal
  • Readable
  • Simplex
  • diff --git a/slate/index.html b/slate/index.html index a75f7cf1..fb34cab5 100755 --- a/slate/index.html +++ b/slate/index.html @@ -62,6 +62,7 @@
  • Cerulean
  • Cosmo
  • Cyborg
  • +
  • Flatly
  • Journal
  • Readable
  • Simplex
  • diff --git a/spacelab/index.html b/spacelab/index.html index 671c6a5e..777f68c7 100755 --- a/spacelab/index.html +++ b/spacelab/index.html @@ -62,6 +62,7 @@
  • Cerulean
  • Cosmo
  • Cyborg
  • +
  • Flatly
  • Journal
  • Readable
  • Simplex
  • diff --git a/spruce/index.html b/spruce/index.html index f39b5b4d..9c9b6905 100755 --- a/spruce/index.html +++ b/spruce/index.html @@ -62,6 +62,7 @@
  • Cerulean
  • Cosmo
  • Cyborg
  • +
  • Flatly
  • Journal
  • Readable
  • Simplex
  • diff --git a/superhero/index.html b/superhero/index.html index 184529f1..07cbf067 100755 --- a/superhero/index.html +++ b/superhero/index.html @@ -62,6 +62,7 @@
  • Cerulean
  • Cosmo
  • Cyborg
  • +
  • Flatly
  • Journal
  • Readable
  • Simplex
  • diff --git a/united/index.html b/united/index.html index 9a0ff758..ffcb9c2d 100755 --- a/united/index.html +++ b/united/index.html @@ -62,6 +62,7 @@
  • Cerulean
  • Cosmo
  • Cyborg
  • +
  • Flatly
  • Journal
  • Readable
  • Simplex
  • -- cgit v1.2.3