Skip to content

Commit

Permalink
updated copy and background images
Browse files Browse the repository at this point in the history
  • Loading branch information
enriquegonzalez committed Apr 6, 2014
1 parent 356e8f0 commit 37ffcfc
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 9 deletions.
Binary file modified .DS_Store
Binary file not shown.
17 changes: 11 additions & 6 deletions css/robert-houde-wines.css
Expand Up @@ -23,15 +23,16 @@ html .producers {
}

html .events {
background: url("../img/backgrounds/bg-vineyard-dsc01860.jpg") no-repeat center center fixed;
/*background: url("../img/backgrounds/bg-vineyard-dsc01860.jpg") no-repeat center center fixed;*/
background: url("../img/backgrounds/bg-events-yusho-course.jpg") no-repeat center center fixed;
}

html .about-us {
background: url("../img/backgrounds/bg-vineyard-dsc02468.jpg") no-repeat center center fixed;
background: url("../img/backgrounds/bg-vineyard-dsc6168.jpg") no-repeat center center fixed;
}

html .contact-us {
background: url("../img/backgrounds/bg-vineyard-dsc6168.jpg") no-repeat center center fixed;
background: url("../img/backgrounds/bg-vineyard-dsc02468.jpg") no-repeat center center fixed;
}

html .home,
Expand Down Expand Up @@ -88,7 +89,7 @@ h6 {

.section {
background-color: hsla(0, 0%, 99%, .9);
padding: 3rem;
padding: 5rem;
color: #222;
}

Expand Down Expand Up @@ -286,11 +287,11 @@ h6 {
}

.events__list__item {
margin: 5rem 0 5rem 0;
margin: 0 0 7rem 0;
}

.event__title {
font-size: 2.75rem;
font-size: 2.5rem;
font-weight: 600;
font-style: italic;
line-height: 1.5;
Expand Down Expand Up @@ -568,6 +569,10 @@ h6 {
max-width: 75em;
}

.title, .event__title {
font-size: 3rem;
}

} /* min-width 1441px, xlarge screens */

@media only screen and (min-width: 90.063rem) and (max-width: 120rem) { } /* min-width 1441px and max-width 1920px, use when QAing xlarge screen-only issues */
Expand Down
2 changes: 1 addition & 1 deletion events.html
Expand Up @@ -95,7 +95,7 @@ <h1 class="event__title">
</p>
<p><span class="event__alert"><i class="fi-torso-business"></i> Trade only</span></p>
<p class="event__rsvp">
RSVP to <a href="mailto:events@roberthoudewines.com">events@roberthoudewines.com</a>, or (917) 428-0230.
RSVP to <a href="mailto:events@roberthoudewines.com">events@roberthoudewines.com</a><br /> or (917) 428-0230.
</p>
</div>
</div>
Expand Down
Binary file added img/backgrounds/bg-events-yusho-course.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion index.html
Expand Up @@ -103,7 +103,7 @@ <h1 class="title">Events</h1>
</header>
<p>We host educational events to introduce and promote exciting properties to the top restaurants and wine shops in Chicagoland and Central Illinois areas.<br />
<a href="events.html">
<button class="button radius button--events">Attend our events</button>
<button class="button radius button--events">upcoming events</button>
</a>
</p>
</section>
Expand Down
6 changes: 5 additions & 1 deletion producers.html
Expand Up @@ -69,7 +69,11 @@ <h1 class="slabtextdone logo__text"><span class="slabtext">Robert Houde Wines</s
<section class="section section--feature">
<header>
<h1 class="title">Producers</h1>
<p class="intro">We represent Marc de Grazia selections of Italy, Terry Theise Estate selections in Champagne, Austria and Germany, Europvin selections from France and Spain, and many of our own direct European imports.</p>
<p class="intro">We represent Marc de Grazia selections of Italy, Terry Theise Estate selections in Champagne, Austria and Germany, Europvin selections from France and Spain, and many of our own direct European imports. We sell exclusively to licensed resellers, retailers and restaurateurs. Explore our selection and contact us for trade inquiries.<br />
<a href="contact-us.html">
<button class="button radius button--contact-us">Contact us</button>
</a>
</p>
</header>
</section>

Expand Down

0 comments on commit 37ffcfc

Please sign in to comment.