Skip to content

Commit 9adfc8b

Browse files
committed
Changes to website style
1 parent a114d0d commit 9adfc8b

File tree

4 files changed

+24
-6
lines changed

4 files changed

+24
-6
lines changed

_includes/css/agency.css

+22-6
Original file line numberDiff line numberDiff line change
@@ -61,13 +61,19 @@ ul.events{
6161
list-style-type: none;
6262
}
6363

64+
/*lindsay change*/
6465
.eventSub{
65-
color: #553982;
66+
color: #696969;
6667
margin-left:2em;
6768
font-style:italic;
6869
margin-bottom: 1em;
6970
}
7071

72+
/*lindsay change*/
73+
section#contact h3.section-subheading {
74+
color:#FFFFFF;
75+
}
76+
7177
.eventTitle{
7278
font-size:150%;
7379
}
@@ -190,8 +196,11 @@ fieldset[disabled] .btn-xl.active {
190196
background-color: #222;
191197
}
192198

199+
/*Lindsay changes*/
193200
.navbar-default .navbar-brand {
194-
font-family: "Kaushan Script","Helvetica Neue",Helvetica,Arial,cursive;
201+
font-family: 'Pacifico', "Helvetica Neue",Helvetica,Arial,cursive;
202+
/* text-transform: uppercase;
203+
*//* font-style: italic;*/
195204
color: #{{ site.color.primary }};
196205
}
197206

@@ -256,8 +265,9 @@ fieldset[disabled] .btn-xl.active {
256265
transition: padding .3s;
257266
}
258267

268+
/*lindsaychange*/
259269
.navbar-default .navbar-brand {
260-
font-size: 2em;
270+
font-size: 2.5em;
261271
-webkit-transition: all .3s;
262272
-moz-transition: all .3s;
263273
transition: all .3s;
@@ -272,16 +282,19 @@ fieldset[disabled] .btn-xl.active {
272282
background-color: #222;
273283
}
274284

285+
/*note here*/
286+
/*Lindsay Changes*/
275287
.navbar-default.navbar-shrink .navbar-brand {
276-
font-size: 1.5em;
288+
font-size: 1.75em;
277289
}
278290
}
279291

292+
/*lindsaychange*/
280293
header {
281294
text-align: center;
282295
color: #fff;
283296
background-attachment: scroll;
284-
background-image: url({{ site.titleBackground }});
297+
background-image: url(img/header1.jpg);
285298
background-position: center center;
286299
background-repeat: none;
287300
-webkit-background-size: cover;
@@ -668,9 +681,10 @@ aside.clients img {
668681
margin: 50px auto;
669682
}
670683

684+
/*lindsaychange*/
671685
section#contact {
672686
background-color: #222;
673-
background-image: url(img/map-image.png);
687+
background-image: url(img/newbackground.png);
674688
background-position: center;
675689
background-repeat: no-repeat;
676690
}
@@ -701,6 +715,7 @@ section#contact .form-control:focus {
701715
box-shadow: none;
702716
}
703717

718+
704719
section#contact::-webkit-input-placeholder {
705720
text-transform: uppercase;
706721
font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
@@ -729,6 +744,7 @@ section#contact:-ms-input-placeholder {
729744
color: #bbb;
730745
}
731746

747+
732748
section#contact .text-danger {
733749
color: #e74c3c;
734750
}

_includes/head.html

+2
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818
<link href='https://fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic,700italic' rel='stylesheet' type='text/css'>
1919
<link href='https://fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700' rel='stylesheet' type='text/css'>
2020
<link rel="shortcut icon" type="image/png" href="{{ site.github.url }}/img/logos/logo_icon_dark.png">
21+
<!-- Lindsay Changes -->
22+
<link href="https://fonts.googleapis.com/css?family=Pacifico" rel="stylesheet">
2123

2224
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
2325
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->

img/header1.jpg

70.6 KB
Loading

img/newbackground.png

756 KB
Loading

0 commit comments

Comments
 (0)