Skip to content

Commit

Permalink
card-work
Browse files Browse the repository at this point in the history
  • Loading branch information
vwolfley committed Feb 24, 2024
1 parent e0be823 commit 877b771
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion chamber/discover.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<link rel="icon" type="image/png" href="favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<title>West Valley Chamber of Commerce</title>
<title>Discover | West Valley Chamber of Commerce</title>
<meta name="description" content="West Valley Chamber or Commerce - fostering a thriving community within the valley of the sun" />
<link rel="canonical" href="https://vwolfley.github.io/wdd230/chamber" />
<meta name="author" content="Vern Wolfley" />
Expand Down
10 changes: 5 additions & 5 deletions chamber/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -76,16 +76,16 @@ <h1 id="nav-title">West Valley Chamber of Commerce</h1>
</header>
<!-- Content -->
<main>
<!-- <section class="hero">
<section class="hero">
<div class="container">
<div class="hero-content">
<h2>West Valley Chamber of Commerce</h2>
<p>Lorem ipsum dolor sit amet consectetur, adipisicing elit. Nesciunt illo tenetur fuga ducimus numquam ea!</p>
<p>Fostering a thriving community within the valley of the sun.</p>
<a href="#" class="btn">Join Us</a>
</div>
</div>
</section> -->
<div class="hero-temp">
</section>
<!-- <div class="hero-temp">
<div class="hero-info">
<p class="hero-title-sm">Small</p>
<p class="hero-title-md">Medium</p>
Expand All @@ -96,7 +96,7 @@ <h2>West Valley Chamber of Commerce</h2>
<source media="(max-width: 960px )" srcset="images/hero/wdd230-org-960.webp" />
<img src="images/hero/wdd230-org-1280.webp" alt="People Working" width="1280" height="800" />
</picture>
</div>
</div> -->

<div class="info">
<section class="events">
Expand Down
8 changes: 4 additions & 4 deletions chamber/styles/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ main {
padding: 20px;
}
/* TEMP ************************* */
.hero-temp {
/* .hero-temp {
position: relative;
}
.hero-temp img {
Expand Down Expand Up @@ -193,10 +193,10 @@ main {
.hero-title-md {
display: none;
}
}
} */

/* TEMP ************************* */
/* .hero {
.hero {
background-image: url("../images/west-valley-lp.webp");
background-size: cover;
background-position: center;
Expand Down Expand Up @@ -226,7 +226,7 @@ main {
font-weight: 600;
color: var(--text-color-secondary);
margin-bottom: 20px;
} */
}

.btn {
padding: 10px 20px;
Expand Down

0 comments on commit 877b771

Please sign in to comment.