From d60b09a31b811523907bcc9cdd83e609539b2ee4 Mon Sep 17 00:00:00 2001 From: Lars Henrik Mai Date: Mon, 28 Apr 2014 10:00:10 +0200 Subject: add design mockup available at http://localhost:4567/designs/cyborg/index.html when the middleman server has started --- source/designs/cyborg/normal.html | 107 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 107 insertions(+) create mode 100644 source/designs/cyborg/normal.html (limited to 'source/designs/cyborg/normal.html') diff --git a/source/designs/cyborg/normal.html b/source/designs/cyborg/normal.html new file mode 100644 index 0000000..d411772 --- /dev/null +++ b/source/designs/cyborg/normal.html @@ -0,0 +1,107 @@ + + + + + + + + + + + + Carousel Template for Bootstrap + + + + + + + + + + + + + + + + + +
+ + +
+ + + +

What changes

+

Note the lack of the <meta name="viewport" content="width=device-width, initial-scale=1.0">, which disables the zooming aspect of sites in mobile devices. In addition, we reset our container's width and are basically good to go.

+ +

Regarding navbars

+

As a heads up, the navbar component is rather tricky here in that the styles for displaying it are rather specific and detailed. Overrides to ensure desktop styles display are not as performant or sleek as one would like. Just be aware there may be potential gotchas as you build on top of this example when using the navbar.

+ +

Non-responsive grid system

+
+
One third
+
One third
+
One third
+
+ +
+ + + + + + + + + -- cgit v1.2.1