Skip to content

Commit baefe58

Browse files
committed
Adds php-vcr logo and changes header style.
1 parent 5653fc2 commit baefe58

File tree

5 files changed

+14
-11
lines changed

5 files changed

+14
-11
lines changed

_includes/header.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<div class="w-container">
33
<div class="w-row">
44
<div class="w-col w-col-4 company-column">
5-
<a class="company" href="/">PHP-VCR </a>
5+
<a class="company" href="/"><img class="logo" src="img/php-vcr-logo.png" width="150" alt="PHP-VCR"></a>
66
</div>
77
<div class="w-col w-col-8 nav-column">
88
<a class="nav-link" href="/#page-nav-What" target="_self">What?</a>

css/_phpvcr.webflow.scss

+11-8
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
body {
22
padding-top: 50px;
3-
background-image: url(../img/phpvcr-bg.jpg);
3+
background-image: url('../img/phpvcr-bg.jpg');
44
font-family: Arial, Helvetica, sans-serif;
55
color: #848999;
66
font-size: 12px;
@@ -78,7 +78,7 @@ img {
7878
-o-transition: all 200ms ease;
7979
transition: all 200ms ease;
8080
}
81-
.button:hover.nav:hover {
81+
.button.nav:hover {
8282
background-color: #9299ad;
8383
}
8484
.button.copy {
@@ -93,7 +93,7 @@ img {
9393
-o-transition: all 500ms ease;
9494
transition: all 500ms ease;
9595
}
96-
.button:hover.copy:hover {
96+
.button.copy:hover {
9797
background-color: rgba(107, 112, 128, 0.93);
9898
}
9999
.button.header-button {
@@ -114,8 +114,8 @@ img {
114114
margin-bottom: 0px;
115115
padding-top: 5px;
116116
padding-bottom: 5px;
117-
background-color: rgba(236, 230, 216, 0.94);
118-
box-shadow: rgba(56, 55, 51, 0.22) 0px 1px 6px -1px, rgba(255, 255, 255, 0.49) 0px -1px 9px 0px inset;
117+
background-color: rgba(46, 50, 61, 0.94);
118+
box-shadow: rgba(56, 55, 51, 0.92) 0px 1px 6px -1px;
119119
}
120120
.section.hero {
121121
padding-top: 20px;
@@ -125,6 +125,7 @@ img {
125125
.section.grey {
126126
margin-bottom: 3px;
127127
padding-top: 78px;
128+
padding-bottom: 8px;
128129
background-color: #ece6d8;
129130
text-align: center;
130131
}
@@ -135,13 +136,12 @@ img {
135136
padding-bottom: 20px;
136137
text-align: center;
137138
}
138-
a.company {
139+
.company {
139140
display: inline-block;
140141
font-family: Montserrat, sans-serif;
141142
color: #2e323d;
142143
font-size: 31px;
143144
font-weight: 700;
144-
text-decoration: none;
145145
}
146146
.nav-link {
147147
margin-right: 11px;
@@ -312,7 +312,7 @@ a.company {
312312
padding-bottom: 12px;
313313
border-radius: 10px;
314314
background-color: rgba(236, 230, 216, 0.94);
315-
box-shadow: rgba(56, 55, 51, 0.22) 0px -1px 6px -1px, rgba(255, 255, 255, 0.49) 0px -1px 9px 0px inset;
315+
box-shadow: rgba(56, 55, 51, 0.21) 0px -1px 6px -1px, rgba(255, 255, 255, 0.49) 0px -1px 9px 0px inset;
316316
}
317317
.article {
318318
padding-left: 25px;
@@ -334,6 +334,9 @@ a.company {
334334
color: white;
335335
text-align: left;
336336
}
337+
.logo {
338+
margin-top: -5px;
339+
}
337340
@media (max-width: 991px) {
338341
.button.nav {
339342
margin-left: 11px;

css/main.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/main.css.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

img/php-vcr-logo.png

11.8 KB
Loading

0 commit comments

Comments
 (0)