Skip to content

Commit 44333cd

Browse files
committed
clean tile background. so long dirty couch
1 parent b5eac08 commit 44333cd

5 files changed

Lines changed: 5 additions & 10 deletions

File tree

css/style.scss

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,10 @@ section {
171171
font-size: 16px;
172172
}
173173
a, a:link, a:visited, a:hover, a:active {
174+
font-weight: bold;
174175
color: $grey_text;
176+
}
177+
a:hover {
175178
text-decoration: underline;
176179
}
177180
}
@@ -186,10 +189,8 @@ section {
186189
}
187190

188191
#the_guild {
189-
background-image: url("../img/wide-couch.jpg");
190-
background-size: cover;
192+
background-image: url("../img/FLANNEL.jpg");
191193
@media (max-width: $screen-sm-min) {
192-
background-image: url("../img/tall-couch.jpg");
193194
padding-bottom: 10px;
194195
.headshots li {
195196
.photo-frame {
@@ -217,7 +218,6 @@ section {
217218
.head-title {
218219
width: 80%;
219220
padding: 10%;
220-
background: rgba(0, 0, 0, 0.39);
221221
color: white;
222222
font-weight: bold;
223223
font-size: 16px;
@@ -230,13 +230,11 @@ section {
230230
margin-left: auto;
231231
margin-right: auto;
232232
margin-bottom: -20px;
233-
@include box-shadow(0px 0px 18px 4px #000);
234233
border-radius: 50%;
235234
@include size(230px, 230px);
236235
}
237236
.circle {
238237
position: absolute;
239-
@include box-shadow(inset 0 0 4px #fff);
240238
@include size(230px, 230px);
241239
z-index: 5;
242240
border-radius: 50%;

img/FLANNEL.jpg

14.6 KB
Loading

img/tall-couch.jpg

-609 KB
Binary file not shown.

img/wide-couch.jpg

-609 KB
Binary file not shown.

index.html

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,7 @@ <h1>OUR TRADE</h1>
3030
Jackpine is a collective of skilled product designers and developers.
3131
We design, prototype, and ship beautiful apps for mobile and the web.
3232
We work hand in hand with our clients to craft practical solutions for real problems.
33-
<strong>
34-
Curious?
35-
<a href="#lets_chat">Get in touch!</a>
36-
</strong>
33+
<a href="#lets_chat">Curious? Get in touch!</a>
3734
We want to hear what you're doing and what we can do for you.
3835
</p>
3936
<img id="spruce_bough" src="img/spruce_bough.jpg">

0 commit comments

Comments
 (0)