diff --git a/cardiologists.aspx b/cardiologists.aspx index 4a0e032..f9583cc 100644 --- a/cardiologists.aspx +++ b/cardiologists.aspx @@ -49,14 +49,14 @@ -
+
-
+

Our Cardiologists
are World Renowed
and Neighborhood Based.

-

With multiple locations in Northern Virginia, our
top pediatric cardiologists are always close to you.

+ Meet Our Virginia Cardiologists
@@ -65,16 +65,37 @@
-

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.

+
+

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.

+
+
+
+

We're at the heart of the matter,
close to your child.

+
+
-
-
-

Meet Your Doctors

+
+
+

Meet Your Doctors

+
+
+
+ + Charles Berul + +
+
+

Middle aligned media

+

Lorem ipsum dolor sit amet, consectetur adipisicing elit. Magni sit suscipit numquam, libero adipisci, vitae aspernatur fuga eius odio, veniam porro repudiandae nam dolorem error excepturi dolor doloribus minima voluptates.

+
+
+
+
@@ -85,7 +106,7 @@

› Northern Virginia Magazine

› We're a leader in clinical research

› U.S. News & World Report

-

Why Children's?

+

Why Children's?

@@ -93,11 +114,21 @@

Let's Talk

-

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

+
+

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

+ (703) 531-1555 +

Or we can call you. Submit your info below.

+
+ + + + +
+ BACK TO TOP +
-
+ - + \ No newline at end of file diff --git a/cardiologists.aspx~HEAD b/cardiologists.aspx~HEAD new file mode 100644 index 0000000..b13041e --- /dev/null +++ b/cardiologists.aspx~HEAD @@ -0,0 +1,77 @@ + + + + + + + + + + + + + + + + + + + + + +
+ +
+
+
+
+ +
+
+ +
+
+ +
+
+ +
+
+
+ + + + + \ No newline at end of file diff --git a/lib/js/cardiologists.js b/lib/js/cardiologists.js new file mode 100644 index 0000000..247a4a6 --- /dev/null +++ b/lib/js/cardiologists.js @@ -0,0 +1,27 @@ + function postContactToGoogle() { + var uName = $('#userName').val(); + var uPhone = $('#userPhone').val(); + var uZipcode = $('#userZipcode').val(); + + $.ajax({ + url: "https://docs.google.com/forms/d/1pf_-jg-bMcKUJ44xU6Tqr_juF1L-4VwgNseiX9MQZG0/formResponse", + data: { "entry_916599135": uName, + "entry_354822211": uPhone, "entry_272965353": + uZipcode}, + type: "POST", + dataType: "xml", + statusCode: { + 0: function () { + //window.location.replace("http://childrensnational.org"); + }, + 200: function () { + //window.location.replace("http://childrensnational.org"); + } + } + }); + } + +$( "#ss-form" ).submit(function( event ) { + postContactToGoogle(); + event.preventDefault(); +}); diff --git a/styles/css/one-column.css b/styles/css/one-column.css index dd7c3b5..076d7b3 100644 --- a/styles/css/one-column.css +++ b/styles/css/one-column.css @@ -1,4 +1,4 @@ -body{ color: #877369; background-color: #e8e8e8; background-image: url('../../files/images/background-pattern.png'); } +body{ color: #877369; font-size: 16px; background-color: #e8e8e8; background-image: url('../../files/images/background-pattern.png'); } @font-face { font-family: CampaignFont; src: url('../fonts/cnat-font1.woff'); } @font-face { font-family: LightCampaignFont; src: url('../fonts/cnat-font4.woff'); } @@ -142,23 +142,26 @@ body > .container { padding: 80px 15px 0; } } .content-wrap{ - margin-top: 90px; + margin-top: 110px; } .row p { - color: #fff; font-family: Arial,sans-serif; - font-size: 18px; + font-size: 1.125em; font-weight: 300; } +.row-1, .row-4, .paw-box{ + color: #fff; +} + .row { padding: 50px 0;} .row h3 { float:right; color: #ffffff; text-transform: uppercase; - font-size: 56px; + font-size: 3.5em; font-family: SolidCampaignFont,Helvetica,Arial,sans-serif; margin: 0 0; } @@ -166,7 +169,7 @@ body > .container { padding: 80px 15px 0; } .header-text-right{ display: block; - font-size: 16px; + font-size: 1em; text-transform: uppercase; color: #da291c; } @@ -186,27 +189,34 @@ body > .container { padding: 80px 15px 0; } background-position: center center; background-repeat: no-repeat; background-size: cover; + z-index: 999; } .row h1 { - font-size: 48px; + font-size: 3em; font-weight: 300; text-transform: uppercase; color: #ffffff; font-family: LightCampaignFont,Helvetica,Arial,sans-serif; + overflow: hidden; } .row1-caption { - float:right; - z-index: 10; - color: #fff; - text-align: left; + margin-top: 180px; +} + +.banner-subtitle{ + margin-top: 90px; } p.new-color { color: #777777; } +.row-2 .box-left{ + padding-top: 110px; +} + .row-3 { background-image: url('../../files/images/city.jpg'); background-color: rgba(6,32,51,.8); @@ -223,9 +233,34 @@ p.new-color { .contact-row h1 { text-transform: none; color: #da291c; - font-size: 46px; + font-size: 2.875em; } .contact-row p { font-family: LightCampaignFont,Helvetica,Arial,sans-serif; - font-size: 24px; } \ No newline at end of file + font-size: 1.5em; +} + +.paw-box { + height: 220px; + background-color: #F00; + position: relative; + top: -80px; + border-radius: 0 70px; + z-index: -100; + padding: 60px 40px; +} + +.campaign-media{ + background-color: white; + border: 2px solid red; +} + +.doc-text-box h4{ + padding-top: 10px; +} + +p.doc-desc { + font-size: .675em; + line-height: 1; +} \ No newline at end of file diff --git a/styles/css/one-column.css~HEAD b/styles/css/one-column.css~HEAD new file mode 100644 index 0000000..5ddfd49 --- /dev/null +++ b/styles/css/one-column.css~HEAD @@ -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 diff --git a/testing b/testing new file mode 100644 index 0000000..9a2c773 --- /dev/null +++ b/testing @@ -0,0 +1 @@ +testing \ No newline at end of file