From aa9f6e98b203ebf7cd4537fabc4a5a123f8d131d Mon Sep 17 00:00:00 2001 From: Andrew Abogado Date: Fri, 23 Jan 2015 18:37:33 +0800 Subject: [PATCH] Add show page and link to Discover page --- assets/petclinic/app/discover.html | 32 ++-- assets/petclinic/app/show.html | 229 ++++++++++++++++++++++++++ assets/petclinic/app/styles/main.scss | 22 +++ 3 files changed, 267 insertions(+), 16 deletions(-) create mode 100644 assets/petclinic/app/show.html diff --git a/assets/petclinic/app/discover.html b/assets/petclinic/app/discover.html index 63c8646ce..86fb437ec 100644 --- a/assets/petclinic/app/discover.html +++ b/assets/petclinic/app/discover.html @@ -87,72 +87,72 @@
- Generic placeholder image + Generic placeholder image
-

Thumbnail label

+

Thumbnail label

Even the all-powerful Pointing has no control about the blind texts it is an almost unorthographic life One day however a small line of blind text by the name of Lorem Ipsum.

- Generic placeholder image + Generic placeholder image
-

Thumbnail label

+

Thumbnail label

Mountains, she had a last view back on the skyline of her hometown Bookmarksgrove, the headline of Alphabet Village and the subline of her own road, the Line Lane.

- Generic placeholder image + Generic placeholder image
-

Thumbnail label

+

Thumbnail label

Even the all-powerful Pointing has no control about the blind texts it is an almost unorthographic life One day however a small line of blind text by the name of Lorem Ipsum.

- Generic placeholder image + Generic placeholder image
-

Thumbnail label

+

Thumbnail label

Mountains, she had a last view back on the skyline of her hometown Bookmarksgrove, the headline of Alphabet Village and the subline of her own road, the Line Lane.

- Generic placeholder image + Generic placeholder image
-

Thumbnail label

+

Thumbnail label

Even the all-powerful Pointing has no control about the blind texts it is an almost unorthographic life One day however a small line of blind text by the name of Lorem Ipsum.

- Generic placeholder image + Generic placeholder image
-

Thumbnail label

+

Thumbnail label

Mountains, she had a last view back on the skyline of her hometown Bookmarksgrove, the headline of Alphabet Village and the subline of her own road, the Line Lane.

- Generic placeholder image + Generic placeholder image
-

Thumbnail label

+

Thumbnail label

Even the all-powerful Pointing has no control about the blind texts it is an almost unorthographic life One day however a small line of blind text by the name of Lorem Ipsum.

- Generic placeholder image + Generic placeholder image
-

Thumbnail label

+

Thumbnail label

Mountains, she had a last view back on the skyline of her hometown Bookmarksgrove, the headline of Alphabet Village and the subline of her own road, the Line Lane.

diff --git a/assets/petclinic/app/show.html b/assets/petclinic/app/show.html new file mode 100644 index 000000000..e5b14e57c --- /dev/null +++ b/assets/petclinic/app/show.html @@ -0,0 +1,229 @@ + + + + + Pet Clinic - Discover Pet Owners on your Neigborhood + + + + + + + + + + + + + + + + + + +
+
+
+
+

John Doe

+

Even the all-powerful Pointing has no control about the blind texts it is an almost unorthographic life One day however a small line of blind text by the name of Lorem Ipsum.

+
+ +
+
+
+ + +
+
+
+
+
+
+ + Owner Information + +
+
+ +
+ + +
+
+
+ +
+ +
+ +
+
+
+
+ + +
+ +
+ +
+
+ +
+
+ +
+ +
+ +
+
+ + +
+ +
+ +
+
+
+
+ + +
+ +
+ +
+
+ + +
+
+ + +
+
+
+
+
+
+
+
+
+
+ + +
+ +
+ + +
+
+ +
+
+

Business Hours

+

Donec sed odio dui. Etiam porta sem malesuada magna mollis euismod. Nullam id dolor id nibh ultricies vehicula ut id elit. Morbi leo risus, porta ac consectetur ac, vestibulum at eros. Praesent commodo cursus magna.

+
+
+

Our Location

+

Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Cras mattis consectetur purus sit amet fermentum. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh.

+
+
+

Questions or comments

+

Cras mattis consectetur purus sit amet fermentum.

+

+ Drop us a line +

+
+
+
+
+ + +
+
+

Tell your friends: Facebook, Twitter, Google+

+

© 2015 Pet Clinic, A Spring Framework Demonstration

+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/assets/petclinic/app/styles/main.scss b/assets/petclinic/app/styles/main.scss index 1ec870b58..09a731482 100644 --- a/assets/petclinic/app/styles/main.scss +++ b/assets/petclinic/app/styles/main.scss @@ -127,6 +127,11 @@ body { padding: 40px 0; } +.sections-browse { + background-color: $jumbotron-bg; + padding: 20px 0; +} + .section-heading { font-size: 40px; } @@ -140,6 +145,23 @@ body { margin-bottom: 30px; } +/* Show page */ +.show-hero { + background-color: $jumbotron-bg; + padding-top: 60px; + padding-bottom: 60px; + font-size: 24px; + text-align: left; + + h1 { + margin-top: 0; + } +} + +.form-control-group { + padding-top: $padding-large-vertical; +} + /* Responsive: Portrait tablets and up */ @media (max-width: 768px) { .jumbotron {