From 59b2a2ccfb4220a9a4b6cfff4906a8213e9e4563 Mon Sep 17 00:00:00 2001 From: cnmcwebteam Date: Fri, 20 Mar 2015 16:04:28 -0400 Subject: [PATCH 1/8] init --- cardiologists.aspx | 77 +++++++++++++++++++ styles/css/one-column.css | 158 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 235 insertions(+) create mode 100644 cardiologists.aspx create mode 100644 styles/css/one-column.css diff --git a/cardiologists.aspx b/cardiologists.aspx new file mode 100644 index 0000000..b13041e --- /dev/null +++ b/cardiologists.aspx @@ -0,0 +1,77 @@ + + + + + + + + + + + + + + + + + + + + + +
+ +
+
+
+
+ +
+
+ +
+
+ +
+
+ +
+
+
+ + + + + \ No newline at end of file diff --git a/styles/css/one-column.css b/styles/css/one-column.css new file mode 100644 index 0000000..5ddfd49 --- /dev/null +++ b/styles/css/one-column.css @@ -0,0 +1,158 @@ +body{ color: #877369; background-color: #e8e8e8; background-image: url('../../files/images/background-pattern.png'); } + +@font-face { font-family: CampaignFont; src: url('../fonts/cnat-font1.woff'); } + +.better-font { font-family: CampaignFont,Helvetica,Arial,sans-serif; } + +.red-bar{ height: 5px; background: #E54F3F; } + +.head-line-text { font-size: 34px; margin-bottom: 20px; margin-top: 0; } + +.red-title{ color:#EE3123; } + +.phone-number-lg{ margin-bottom: 0; font-size: 28px; font-weight: bold; } + +.logo-mobile{ margin-top: 5px; } + +.phone-number-sm{ margin: 5px auto 0; font-size: 28px; font-weight: bold; border-top: 2px solid #CBCBCB; padding-top: 5px; } + +.phone-number-sm .header-appt-phone{ font-size: 22px; } + +.pitch-line{ font-size:16px } + +.app-btn { margin: 25px 0 0 0; } + +.header-appt-phone{ color: #877369; } + +.footer a span{ font-size: 26px; color: #EE3123; } + +.image-wrapper{ padding: 6px; margin-bottom: 20px; /*background-color: #ffffff; border: 1px solid #cacaca;*/ } + +.row-2 .panel-heading{ padding: 20px 0 0 0; } + +.row-2 .panel-title{ font-size:1.5em; text-align: center; color:#EE3123; } + +.row-2 .panel-title h3{ display: inline-block; } + +.row-2 hr{ border-top: 1px solid #D1D2D2; } + +.cnhs-less-padding-left{ padding-left: 5px; } +.cnhs-less-padding-right{ padding-right: 5px; } + + +/*@media (min-width:768px) and (max-width: 992px){ .head-line-text{ font-size: 1.5em; margin-bottom: 10px;} } +@media (min-width:768px) and (max-width: 992px){ .pitch-line{ font-size: 1em; } } +@media (min-width:768px) and (max-width: 992px){ .app-btn{ font-size: 1.125em; margin-top: 5px; } }*/ + +/* override section*/ + +.btn-cnhs { + background: #ee3123; /* Old browsers */ + background: -moz-linear-gradient(top, #ee3123 0, #d32621 100%); /* FF3.6+ */ + background: -webkit-gradient(linear, left top, left bottom, color-stop(0,#ee3123), color-stop(100%,#d32621)); /* Chrome,Safari4+ */ + background: -webkit-linear-gradient(top, #ee3123 0,#d32621 100%); /* Chrome10+,Safari5.1+ */ + background: -o-linear-gradient(top, #ee3123 0,#d32621 100%); /* Opera 11.10+ */ + background: -ms-linear-gradient(top, #ee3123 0,#d32621 100%); /* IE10+ */ + background: linear-gradient(to bottom, #ee3123 0,#d32621 100%); /* W3C */ + filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee3123', endColorstr='#d32621',GradientType=0 ); /* IE6-9 */ + background-repeat: repeat-x; + border-color: #B92C28; +} + +.btn-cnhs:hover, .btn-cnhs:focus { background-color: #D00600; } + +a:hover{ text-decoration: none; } + +.navbar-brand { height: 100%; } + +.navbar-static-top, .navbar-fixed-top, .navbar-fixed-bottom{ box-shadow: #888 0px 0px 20px; } + +.row{ margin-top: 15px; margin-bottom: 40px; } + +.panel{ box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.19); border: 1px solid #DBD6D4; } + +@media (min-width: 992px){ .panel{ min-height: 350px;} .panel-cardiology{ min-height: 320px;} } + +a.list-group-item-cardiology { +color: #746661; +} + +.list-group-item-cardiology { + background-color: #e3e0df; + position: relative; + display: block; + padding: 10px 15px; + margin-bottom: -1px; + border: 1px solid #746661; +} + +.modal-title-cardiology { + margin: 0; + line-height: 1.5em; + color: #ffffff; + font-family: CampaignFont,Helvetica,Arial,sans-serif; + font-size: 22px; +} + +.glue{ + display: inline-block; +} + +/* Sticky footer styles +-------------------------------------------------- */ +html { position: relative; min-height: 100%; } +body { margin-bottom: 80px; } +.footer { position: absolute; bottom: 0; width: 100%; height: 80px; background-color: #FBFBFB; border-top: 1px solid #e3e1e2; box-shadow: inset 0 1px 27px 0 rgba(0,0,0,.15); padding-top: 20px; } + +/* Custom page CSS +-------------------------------------------------- */ +/* Not required for template or sticky footer method. */ + +body > .container { padding: 80px 15px 0; } +.top-nav{ + background-color: #ffffff; + background-image: linear-gradient(to bottom,#fff 0,#ffffff 100%); + background-image: -webkit-linear-gradient(top,#FFF 0,#ffffff 100%); + background-image: -o-linear-gradient(top,#fff 0,#ffffff 100%); + background-image: -webkit-gradient(linear,left top,left bottom,from(#FFF),to(#ffffff)); + background-image: linear-gradient(to bottom,#FFF 0,#ffffff 100%); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffffff', GradientType=0); + filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); + background-repeat: repeat-x; + border-radius: 4px; + -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),0 1px 5px rgba(0, 0, 0, 0.075); + box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),0 1px 5px rgba(0, 0, 0, 0.075); +} + +.provider-listing{ + font-family: Arial; + font-size: 12px; +} + + +/*CAMPAIGN SPECIFIC OVERRIDES GO BELOW*/ + +.content-wrap{ + margin-top: 90px; +} + +.row-1{ + min-height: 1080px; + background-image: url('http://cdn.wonderfulengineering.com/wp-content/uploads/2014/07/background-wallpapers-32.jpg'); + background-repeat: no-repeat; +} + +.header-text-right{ + display: block; + font-size: .6em; + text-transform: uppercase; + color: #F00; +} + +.phone-number-box { + text-align: justify; + font-size: 1.5em; + line-height: 1; + position: relative; + padding: 20px; +} \ No newline at end of file From 99c40ee578c149e5cf1e2c7a9e68c55d4a8ecae1 Mon Sep 17 00:00:00 2001 From: cnmcwebteam Date: Mon, 23 Mar 2015 17:17:42 -0400 Subject: [PATCH 2/8] good to go --- cardiologists.aspx | 50 +- ...diologists.aspx => cardiologists.aspx~HEAD | 50 +- {lib/files => files}/images/cardio-row1.jpg | Bin {lib/files => files}/images/city.jpg | Bin lib/.gitattributes | 22 - lib/.gitignore | 43 - lib/NorthernVirginia.aspx | 227 - lib/WorldRenowned.aspx | 198 - lib/bootstrap/css/bootstrap-theme.css | 470 -- lib/bootstrap/css/bootstrap-theme.css.map | 1 - lib/bootstrap/css/bootstrap-theme.min.css | 5 - lib/bootstrap/css/bootstrap.css | 6332 ----------------- lib/bootstrap/css/bootstrap.css.map | 1 - lib/bootstrap/css/bootstrap.min.css | 5 - .../fonts/glyphicons-halflings-regular.eot | Bin 20335 -> 0 bytes .../fonts/glyphicons-halflings-regular.svg | 229 - .../fonts/glyphicons-halflings-regular.ttf | Bin 41280 -> 0 bytes .../fonts/glyphicons-halflings-regular.woff | Bin 23320 -> 0 bytes lib/bootstrap/js/bootstrap.js | 2320 ------ lib/bootstrap/js/bootstrap.min.js | 7 - lib/bootstrap/js/npm.js | 13 - lib/default.aspx | 199 - lib/expertcare.aspx | 155 - lib/favicon.ico | Bin 4286 -> 0 bytes lib/files/images/Cardiology-campaign-new.jpg | Bin 152338 -> 0 bytes lib/files/images/Cardiology-campaign.jpg | Bin 127027 -> 0 bytes lib/files/images/baby-just-right.jpg | Bin 136914 -> 0 bytes lib/files/images/baby-just-right2.jpg | Bin 150937 -> 0 bytes lib/files/images/background-pattern.png | Bin 32139 -> 0 bytes lib/files/images/banner-lg.jpg | Bin 228752 -> 0 bytes lib/files/images/banner-sm.jpg | Bin 25595 -> 0 bytes lib/files/images/card-logo-lg.jpg | Bin 12285 -> 0 bytes lib/files/images/isabel-bear.jpg | Bin 119640 -> 0 bytes lib/files/images/logo-lg.png | Bin 10984 -> 0 bytes lib/files/images/logo-sm.jpg | Bin 17265 -> 0 bytes lib/files/images/testing-image.png | Bin 1425322 -> 0 bytes lib/files/images/testing-image.png.bak | Bin 1050505 -> 0 bytes lib/lib/js/campaign.js | 6 - lib/lib/js/jquery.min.js | 4 - lib/styles/css/expertcare.css | 22 - lib/styles/css/one-column.css | 231 - lib/styles/fonts/childrens-national.woff | Bin 2600 -> 0 bytes lib/styles/fonts/cnat-font1.woff | Bin 24384 -> 0 bytes lib/styles/fonts/cnat-font2.woff | Bin 27316 -> 0 bytes lib/styles/fonts/cnat-font3.woff | Bin 26268 -> 0 bytes styles/css/one-column.css | 111 +- .../css/one-column.css~HEAD | 30 +- {lib/styles => styles}/fonts/cnat-font4.woff | Bin 48 files changed, 171 insertions(+), 10560 deletions(-) rename lib/cardiologists.aspx => cardiologists.aspx~HEAD (56%) rename {lib/files => files}/images/cardio-row1.jpg (100%) rename {lib/files => files}/images/city.jpg (100%) delete mode 100644 lib/.gitattributes delete mode 100644 lib/.gitignore delete mode 100644 lib/NorthernVirginia.aspx delete mode 100644 lib/WorldRenowned.aspx delete mode 100644 lib/bootstrap/css/bootstrap-theme.css delete mode 100644 lib/bootstrap/css/bootstrap-theme.css.map delete mode 100644 lib/bootstrap/css/bootstrap-theme.min.css delete mode 100644 lib/bootstrap/css/bootstrap.css delete mode 100644 lib/bootstrap/css/bootstrap.css.map delete mode 100644 lib/bootstrap/css/bootstrap.min.css delete mode 100644 lib/bootstrap/fonts/glyphicons-halflings-regular.eot delete mode 100644 lib/bootstrap/fonts/glyphicons-halflings-regular.svg delete mode 100644 lib/bootstrap/fonts/glyphicons-halflings-regular.ttf delete mode 100644 lib/bootstrap/fonts/glyphicons-halflings-regular.woff delete mode 100644 lib/bootstrap/js/bootstrap.js delete mode 100644 lib/bootstrap/js/bootstrap.min.js delete mode 100644 lib/bootstrap/js/npm.js delete mode 100644 lib/default.aspx delete mode 100644 lib/expertcare.aspx delete mode 100644 lib/favicon.ico delete mode 100644 lib/files/images/Cardiology-campaign-new.jpg delete mode 100644 lib/files/images/Cardiology-campaign.jpg delete mode 100644 lib/files/images/baby-just-right.jpg delete mode 100644 lib/files/images/baby-just-right2.jpg delete mode 100644 lib/files/images/background-pattern.png delete mode 100644 lib/files/images/banner-lg.jpg delete mode 100644 lib/files/images/banner-sm.jpg delete mode 100644 lib/files/images/card-logo-lg.jpg delete mode 100644 lib/files/images/isabel-bear.jpg delete mode 100644 lib/files/images/logo-lg.png delete mode 100644 lib/files/images/logo-sm.jpg delete mode 100644 lib/files/images/testing-image.png delete mode 100644 lib/files/images/testing-image.png.bak delete mode 100644 lib/lib/js/campaign.js delete mode 100644 lib/lib/js/jquery.min.js delete mode 100644 lib/styles/css/expertcare.css delete mode 100644 lib/styles/css/one-column.css delete mode 100644 lib/styles/fonts/childrens-national.woff delete mode 100644 lib/styles/fonts/cnat-font1.woff delete mode 100644 lib/styles/fonts/cnat-font2.woff delete mode 100644 lib/styles/fonts/cnat-font3.woff rename lib/styles/css/campaign.css => styles/css/one-column.css~HEAD (89%) rename {lib/styles => styles}/fonts/cnat-font4.woff (100%) diff --git a/cardiologists.aspx b/cardiologists.aspx index b13041e..4a0e032 100644 --- a/cardiologists.aspx +++ b/cardiologists.aspx @@ -33,6 +33,7 @@
+ + +
- +
+

As experts in pediatric cardiology, Children's National has established a worldwide reputation for care and innovation. But our availability--being there for your child--is what matters the most. And while we're strongle established in the D.C. area, we're also right in your neck of the woods: Northern Virginia.

+

Explore our locations and get acquainted with doctors that are just right for kids, and just right for you.

+
-
- -
-
- + + +
+
+

Meet Your Doctors

+
+
+ + +
+
+

› The combined years of training

+

› We perform the most pediatric surgeries

+

› Northern Virginia Magazine

+

› We're a leader in clinical research

+

› U.S. News & World Report

+

Why Children's?

+
+
+ + +
+
+

Let's Talk

+

We're here to help. Call or schedule an appointment:

+
+ +