-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #42 from ClubCedille/antoinebou12-patch-1
gabriel demers
- Loading branch information
Showing
23 changed files
with
138 additions
and
274 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
<!-- Start of Blog Item --> | ||
<div class="blog-item"> | ||
<img loading="lazy" src="{{ image_src }}" alt="blog" class="img-fluid rounded"> | ||
<img loading="lazy" src="@@image_src" alt="blog" class="img-fluid rounded"> | ||
|
||
<div class="blog-item-content bg-white p-5"> | ||
<div class="blog-item-meta bg-gray pt-2 pb-1 px-3"> | ||
<span class="text-black text-capitalize d-inline-block mr-3"><i class="ti-time mr-1"></i> {{ date }}</span> | ||
<span class="text-black text-capitalize d-inline-block mr-3"><i class="ti-time mr-1"></i>@@date</span> | ||
</div> | ||
|
||
<h3 class="mt-3 mb-3"><a href="{{ link }}">{{ title }}</a></h3> | ||
<p class="mb-4">{{ summary }}</p> | ||
<h3 class="mt-3 mb-3"><a href="@@link">@@title</a></h3> | ||
<p class="mb-4">@@summary</p> | ||
|
||
<a href="{{ link }}" class="btn btn-small btn-main btn-round-full">Lire</a> | ||
<a href="@@link" class="btn btn-small btn-main btn-round-full">Lire</a> | ||
</div> | ||
</div> | ||
<!-- End of Blog Item --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,34 @@ | ||
// Intro Section | ||
|
||
.intro-item{ | ||
.intro-item { | ||
|
||
i{ | ||
font-size:60px; | ||
i { | ||
font-size: 60px; | ||
line-height: 60px; | ||
} | ||
|
||
} | ||
|
||
.color-one{ | ||
.color-one { | ||
color: $primary-color; | ||
} | ||
.color-two{ | ||
|
||
.color-two { | ||
color: #00d747; | ||
} | ||
.color-three{ | ||
color:#9262ff; | ||
|
||
.color-three { | ||
color: #9262ff; | ||
} | ||
.color-four{ | ||
color:#088ed3; | ||
|
||
.color-four { | ||
color: #088ed3; | ||
} | ||
|
||
.intro { | ||
.container { | ||
.row { | ||
margin: 0 -32px 32px 0px; | ||
} | ||
} | ||
} |
Oops, something went wrong.