Skip to content

Commit

Permalink
Added backgrounds
Browse files Browse the repository at this point in the history
  • Loading branch information
alvagante committed Dec 28, 2024
1 parent 392cfe9 commit 581b9b1
Show file tree
Hide file tree
Showing 16 changed files with 29 additions and 8 deletions.
4 changes: 2 additions & 2 deletions _includes/blog_detail.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<div class="container">
<div class="row">
<div class="col-lg-4">
<a href="{{ site.url }}/blog/">example42's blog</a></h2>
{{ post.date | date: "%Y-%m-%d" }}
<h2><a href="{{ site.url }}/blog/">example42's blog</a></h2>
{{ page.date | date: "%Y-%m-%d" }}
</div>
<div class="col-lg-8">
<h1>{{ page.title }}</h1>
Expand Down
2 changes: 1 addition & 1 deletion _includes/services_ansible.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<section id="splash">
<div class="content-section-a">
<div class="lightback-5">
<div class="container">
<div class="row">
<div class="col-lg-12">
Expand Down
2 changes: 1 addition & 1 deletion _includes/services_health.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<section id="splash">
<div class="content-section-a">
<div class="lightback-7">
<div class="container">
<div class="row">
<div class="col-lg-12">
Expand Down
2 changes: 1 addition & 1 deletion _includes/services_instant.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<section id="splash">
<div class="content-section-a">
<div class="lightback-1">
<div class="container">
<div class="row">
<div class="col-lg-12">
Expand Down
2 changes: 1 addition & 1 deletion _includes/services_kickstart.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<section id="splash">
<div class="content-section-a">
<div class="lightback-5">
<div class="container">
<div class="row">
<div class="col-lg-12">
Expand Down
2 changes: 1 addition & 1 deletion _includes/services_smart.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<section id="splash">
<div class="content-section-a">
<div class="lightback-3">
<div class="container">
<div class="row">
<div class="col-lg-12">
Expand Down
2 changes: 1 addition & 1 deletion _includes/services_training.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<section id="splash">
<div class="content-section-a">
<div class="lightback-6">
<div class="container">
<div class="row">
<div class="col-lg-12">
Expand Down
21 changes: 21 additions & 0 deletions css/landing-page.css
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,27 @@ h6 {
background-size: cover;
}

.lightback-1 {
background: url(../img/lightback-1.jpg) no-repeat center center;
}
.lightback-2 {
background: url(../img/lightback-2.jpg) no-repeat center center;
}
.lightback-3 {
background: url(../img/lightback-3.jpg) no-repeat center center;
}
.lightback-4 {
background: url(../img/lightback-4.jpg) no-repeat center center;
}
.lightback-5 {
background: url(../img/lightback-5.jpg) no-repeat center center;
}
.lightback-6 {
background: url(../img/lightback-6.jpg) no-repeat center center;
}
.lightback-7 {
background: url(../img/lightback-7.jpg) no-repeat center center;
}
@media(max-width:767px) {
.intro-message {
padding-bottom: 15%;
Expand Down
Binary file added img/lightback-1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/lightback-2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/lightback-3.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/lightback-4.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/lightback-5.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/lightback-6.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/lightback-7.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/lightback.afphoto
Binary file not shown.

0 comments on commit 581b9b1

Please sign in to comment.