Skip to content

Commit 581b9b1

Browse files
committed
Added backgrounds
1 parent 392cfe9 commit 581b9b1

16 files changed

Lines changed: 29 additions & 8 deletions

_includes/blog_detail.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
<div class="container">
44
<div class="row">
55
<div class="col-lg-4">
6-
<a href="{{ site.url }}/blog/">example42's blog</a></h2>
7-
{{ post.date | date: "%Y-%m-%d" }}
6+
<h2><a href="{{ site.url }}/blog/">example42's blog</a></h2>
7+
{{ page.date | date: "%Y-%m-%d" }}
88
</div>
99
<div class="col-lg-8">
1010
<h1>{{ page.title }}</h1>

_includes/services_ansible.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<section id="splash">
2-
<div class="content-section-a">
2+
<div class="lightback-5">
33
<div class="container">
44
<div class="row">
55
<div class="col-lg-12">

_includes/services_health.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<section id="splash">
2-
<div class="content-section-a">
2+
<div class="lightback-7">
33
<div class="container">
44
<div class="row">
55
<div class="col-lg-12">

_includes/services_instant.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<section id="splash">
2-
<div class="content-section-a">
2+
<div class="lightback-1">
33
<div class="container">
44
<div class="row">
55
<div class="col-lg-12">

_includes/services_kickstart.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<section id="splash">
2-
<div class="content-section-a">
2+
<div class="lightback-5">
33
<div class="container">
44
<div class="row">
55
<div class="col-lg-12">

_includes/services_smart.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<section id="splash">
2-
<div class="content-section-a">
2+
<div class="lightback-3">
33
<div class="container">
44
<div class="row">
55
<div class="col-lg-12">

_includes/services_training.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<section id="splash">
2-
<div class="content-section-a">
2+
<div class="lightback-6">
33
<div class="container">
44
<div class="row">
55
<div class="col-lg-12">

css/landing-page.css

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,27 @@ h6 {
8787
background-size: cover;
8888
}
8989

90+
.lightback-1 {
91+
background: url(../img/lightback-1.jpg) no-repeat center center;
92+
}
93+
.lightback-2 {
94+
background: url(../img/lightback-2.jpg) no-repeat center center;
95+
}
96+
.lightback-3 {
97+
background: url(../img/lightback-3.jpg) no-repeat center center;
98+
}
99+
.lightback-4 {
100+
background: url(../img/lightback-4.jpg) no-repeat center center;
101+
}
102+
.lightback-5 {
103+
background: url(../img/lightback-5.jpg) no-repeat center center;
104+
}
105+
.lightback-6 {
106+
background: url(../img/lightback-6.jpg) no-repeat center center;
107+
}
108+
.lightback-7 {
109+
background: url(../img/lightback-7.jpg) no-repeat center center;
110+
}
90111
@media(max-width:767px) {
91112
.intro-message {
92113
padding-bottom: 15%;

img/lightback-1.jpg

38.6 KB
Loading

img/lightback-2.jpg

23.4 KB
Loading

0 commit comments

Comments
 (0)