From 645e4293e952c1ec2623f7f20566747f5e094bd2 Mon Sep 17 00:00:00 2001 From: tumbling-dice Date: Sat, 10 Sep 2016 16:58:48 +0900 Subject: [PATCH] =?UTF-8?q?:sushi:=20jumbotron=E3=81=A8=E3=82=B0=E3=83=AD?= =?UTF-8?q?=E3=83=BC=E3=83=90=E3=83=AB=E3=83=8A=E3=83=93=E3=82=B2=E3=83=BC?= =?UTF-8?q?=E3=82=B7=E3=83=A7=E3=83=B3=E3=82=92=E3=82=B3=E3=83=B3=E3=83=9D?= =?UTF-8?q?=E3=83=BC=E3=83=8D=E3=83=B3=E3=83=88=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/components/global-nav.tag | 30 ++++++++++++++++++++++++++++++ public/components/jumbotron.tag | 5 +++++ public/index.html | 32 +++++++++----------------------- 3 files changed, 44 insertions(+), 23 deletions(-) create mode 100644 public/components/global-nav.tag create mode 100644 public/components/jumbotron.tag diff --git a/public/components/global-nav.tag b/public/components/global-nav.tag new file mode 100644 index 0000000..033eb7a --- /dev/null +++ b/public/components/global-nav.tag @@ -0,0 +1,30 @@ + + + + + + + + + + + diff --git a/public/components/jumbotron.tag b/public/components/jumbotron.tag new file mode 100644 index 0000000..45c99a6 --- /dev/null +++ b/public/components/jumbotron.tag @@ -0,0 +1,5 @@ + +
+ +
+
diff --git a/public/index.html b/public/index.html index 0e5b8f3..dbcbdfb 100644 --- a/public/index.html +++ b/public/index.html @@ -11,41 +11,27 @@ - - +
-
+

Navbar example

This example is a quick exercise to illustrate how the default, static and fixed to top navbar work. It includes the responsive CSS and HTML, so it also adapts to your viewport and device.

To see the difference between static and fixed top navbars, just scroll.

View navbar docs »

-
+
- + + + +