Skip to content

Commit 420f452

Browse files
committed
alters footer color
1 parent 542f64e commit 420f452

File tree

9 files changed

+15
-73
lines changed

9 files changed

+15
-73
lines changed

_includes/footer.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<div class="container">
55
<div class="row">
66
<div class="col-md-4">
7-
<h3><i class="fa fa-map-marker"></i> Make your reservation:</h3>
7+
<h3><i class="fa fa-map-marker" style="color: #6a4f1f;"></i> Make your reservation:</h3>
88
<p class="footer-contact">
99
{{ site.company_name }} <br>
1010
Phone: {{ site.telephone_number }} <br>
@@ -14,7 +14,7 @@ <h3><i class="fa fa-map-marker"></i> Make your reservation:</h3>
1414
<div class="col-md-4">
1515
</div>
1616
<div class="col-md-4">
17-
<h3><i class="fa fa-heart"></i> Socialize</h3>
17+
<h3><i class="fa fa-heart" style="color: #6a4f1f;"></i> Socialize</h3>
1818
<div id="social-icons">
1919
<a href="#" class="fa fa-facebook"></a>
2020
<a href="#" class="fa fa-instagram"></a>

_site/404.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ <h1>404</h1>
9595
<div class="container">
9696
<div class="row">
9797
<div class="col-md-4">
98-
<h3><i class="fa fa-map-marker"></i> Make your reservation:</h3>
98+
<h3><i class="fa fa-map-marker" style="color: #6a4f1f;"></i> Make your reservation:</h3>
9999
<p class="footer-contact">
100100
Quinta da Estalagem Nova <br>
101101
Phone: +351 963864204 <br>
@@ -105,7 +105,7 @@ <h3><i class="fa fa-map-marker"></i> Make your reservation:</h3>
105105
<div class="col-md-4">
106106
</div>
107107
<div class="col-md-4">
108-
<h3><i class="fa fa-heart"></i> Socialize</h3>
108+
<h3><i class="fa fa-heart" style="color: #6a4f1f;"></i> Socialize</h3>
109109
<div id="social-icons">
110110
<a href="#" class="fa fa-facebook"></a>
111111
<a href="#" class="fa fa-instagram"></a>

_site/about.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ <h3 class="lead"id="anchor2"> Our surroundings </h3><hr>
146146
<div class="container">
147147
<div class="row">
148148
<div class="col-md-4">
149-
<h3><i class="fa fa-map-marker"></i> Make your reservation:</h3>
149+
<h3><i class="fa fa-map-marker" style="color: #6a4f1f;"></i> Make your reservation:</h3>
150150
<p class="footer-contact">
151151
Quinta da Estalagem Nova <br>
152152
Phone: +351 963864204 <br>
@@ -156,7 +156,7 @@ <h3><i class="fa fa-map-marker"></i> Make your reservation:</h3>
156156
<div class="col-md-4">
157157
</div>
158158
<div class="col-md-4">
159-
<h3><i class="fa fa-heart"></i> Socialize</h3>
159+
<h3><i class="fa fa-heart" style="color: #6a4f1f;"></i> Socialize</h3>
160160
<div id="social-icons">
161161
<a href="#" class="fa fa-facebook"></a>
162162
<a href="#" class="fa fa-instagram"></a>

_site/blog.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ <h1 class="blog-title">
152152
<div class="container">
153153
<div class="row">
154154
<div class="col-md-4">
155-
<h3><i class="fa fa-map-marker"></i> Make your reservation:</h3>
155+
<h3><i class="fa fa-map-marker" style="color: #6a4f1f;"></i> Make your reservation:</h3>
156156
<p class="footer-contact">
157157
Quinta da Estalagem Nova <br>
158158
Phone: +351 963864204 <br>
@@ -162,7 +162,7 @@ <h3><i class="fa fa-map-marker"></i> Make your reservation:</h3>
162162
<div class="col-md-4">
163163
</div>
164164
<div class="col-md-4">
165-
<h3><i class="fa fa-heart"></i> Socialize</h3>
165+
<h3><i class="fa fa-heart" style="color: #6a4f1f;"></i> Socialize</h3>
166166
<div id="social-icons">
167167
<a href="#" class="fa fa-facebook"></a>
168168
<a href="#" class="fa fa-instagram"></a>

_site/contact.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ <h4>Find us at:</h4>
138138
<div class="container">
139139
<div class="row">
140140
<div class="col-md-4">
141-
<h3><i class="fa fa-map-marker"></i> Make your reservation:</h3>
141+
<h3><i class="fa fa-map-marker" style="color: #6a4f1f;"></i> Make your reservation:</h3>
142142
<p class="footer-contact">
143143
Quinta da Estalagem Nova <br>
144144
Phone: +351 963864204 <br>
@@ -148,7 +148,7 @@ <h3><i class="fa fa-map-marker"></i> Make your reservation:</h3>
148148
<div class="col-md-4">
149149
</div>
150150
<div class="col-md-4">
151-
<h3><i class="fa fa-heart"></i> Socialize</h3>
151+
<h3><i class="fa fa-heart" style="color: #6a4f1f;"></i> Socialize</h3>
152152
<div id="social-icons">
153153
<a href="#" class="fa fa-facebook"></a>
154154
<a href="#" class="fa fa-instagram"></a>

_site/feed.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="3.8.5">Jekyll</generator><link href="http://localhost:4000/feed.xml" rel="self" type="application/atom+xml" /><link href="http://localhost:4000/" rel="alternate" type="text/html" /><updated>2021-05-23T19:01:36+01:00</updated><id>http://localhost:4000/feed.xml</id><title type="html">Business Jekyll Theme</title><subtitle>Yet another Jekyll theme. It is designed for business purpose and ported by Melvin Ch'ng.
1+
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="3.8.5">Jekyll</generator><link href="http://localhost:4000/feed.xml" rel="self" type="application/atom+xml" /><link href="http://localhost:4000/" rel="alternate" type="text/html" /><updated>2021-05-23T19:07:10+01:00</updated><id>http://localhost:4000/feed.xml</id><title type="html">Business Jekyll Theme</title><subtitle>Yet another Jekyll theme. It is designed for business purpose and ported by Melvin Ch'ng.
22
</subtitle><entry><title type="html">Revolution has begun!</title><link href="http://localhost:4000/2018/03/02/hello-world.html" rel="alternate" type="text/html" title="Revolution has begun!" /><published>2018-03-02T00:00:00+00:00</published><updated>2018-03-02T00:00:00+00:00</updated><id>http://localhost:4000/2018/03/02/hello-world</id><content type="html" xml:base="http://localhost:4000/2018/03/02/hello-world.html"></content><author><name></name></author><summary type="html"></summary></entry><entry><title type="html">Alice in Wonderland, part dos</title><link href="http://localhost:4000/2018/03/01/hello-world.html" rel="alternate" type="text/html" title="Alice in Wonderland, part dos" /><published>2018-03-01T00:00:00+00:00</published><updated>2018-03-01T00:00:00+00:00</updated><id>http://localhost:4000/2018/03/01/hello-world</id><content type="html" xml:base="http://localhost:4000/2018/03/01/hello-world.html"></content><author><name></name></author><summary type="html"></summary></entry></feed>

_site/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@
146146
<div class="container">
147147
<div class="row">
148148
<div class="col-md-4">
149-
<h3><i class="fa fa-map-marker"></i> Make your reservation:</h3>
149+
<h3><i class="fa fa-map-marker" style="color: #6a4f1f;"></i> Make your reservation:</h3>
150150
<p class="footer-contact">
151151
Quinta da Estalagem Nova <br>
152152
Phone: +351 963864204 <br>
@@ -156,7 +156,7 @@ <h3><i class="fa fa-map-marker"></i> Make your reservation:</h3>
156156
<div class="col-md-4">
157157
</div>
158158
<div class="col-md-4">
159-
<h3><i class="fa fa-heart"></i> Socialize</h3>
159+
<h3><i class="fa fa-heart" style="color: #6a4f1f;"></i> Socialize</h3>
160160
<div id="social-icons">
161161
<a href="#" class="fa fa-facebook"></a>
162162
<a href="#" class="fa fa-instagram"></a>

_site/team.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ <h4>
152152
<div class="container">
153153
<div class="row">
154154
<div class="col-md-4">
155-
<h3><i class="fa fa-map-marker"></i> Make your reservation:</h3>
155+
<h3><i class="fa fa-map-marker" style="color: #6a4f1f;"></i> Make your reservation:</h3>
156156
<p class="footer-contact">
157157
Quinta da Estalagem Nova <br>
158158
Phone: +351 963864204 <br>
@@ -162,7 +162,7 @@ <h3><i class="fa fa-map-marker"></i> Make your reservation:</h3>
162162
<div class="col-md-4">
163163
</div>
164164
<div class="col-md-4">
165-
<h3><i class="fa fa-heart"></i> Socialize</h3>
165+
<h3><i class="fa fa-heart" style="color: #6a4f1f;"></i> Socialize</h3>
166166
<div id="social-icons">
167167
<a href="#" class="fa fa-facebook"></a>
168168
<a href="#" class="fa fa-instagram"></a>

assets/css/style.css

Lines changed: 0 additions & 58 deletions
Original file line numberDiff line numberDiff line change
@@ -419,64 +419,6 @@ p.blog-text{
419419
margin-bottom: 30px;
420420
}
421421

422-
/*
423-
* ==========================================================================
424-
* Services Section
425-
* ==========================================================================
426-
*/
427-
.services-section {
428-
text-align: center;
429-
padding-top: 50px;
430-
padding-bottom: 50px;
431-
}
432-
.services-section .services-header {
433-
margin-bottom: 50px;
434-
font-size: 25px;
435-
}
436-
.services-section .services-header .services-header-title {
437-
margin-bottom: 15px;
438-
}
439-
.services-section .services-row-tail {
440-
margin-top: 50px;
441-
}
442-
.services-section .services-icon {
443-
color: #1bbd9b;
444-
margin-bottom: 30px;
445-
}
446-
.services-section .services-title {
447-
margin-bottom: 15px;
448-
}
449-
.services-section .services-desc {
450-
margin-bottom: 30px;
451-
}
452-
@media (max-width: 767px) {
453-
.services-section {
454-
padding-top: 40px;
455-
padding-bottom: 40px;
456-
}
457-
.services-section .services-group {
458-
margin-bottom: 50px;
459-
}
460-
.services-section .services-row-tail {
461-
margin-top: 0;
462-
}
463-
}
464-
.services-icon .fa:hover{
465-
padding: 0 10px 0 10px;
466-
color: white;
467-
background: #1BBD9B;
468-
border-radius: 3px;
469-
transition:.4s;
470-
}
471-
.services-group{
472-
padding: 10px;
473-
background:#061F20;
474-
color: white;
475-
}
476-
.service-icon{
477-
color: white;
478-
}
479-
480422

481423
/* ----- Footer ----- */
482424
.footer-widget{

0 commit comments

Comments
 (0)