forked from sujaykundu777/devlopr-jekyll
-
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.
- Loading branch information
1 parent
10b0adb
commit 946d8ff
Showing
10 changed files
with
80 additions
and
29 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
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 |
---|---|---|
@@ -0,0 +1,43 @@ | ||
--- | ||
layout: compress | ||
--- | ||
|
||
<!DOCTYPE html> | ||
<html lang="{{ page.lang | default: site.lang | default: " en " }}"> | ||
{%- include head.html -%} | ||
<body> | ||
{%- include header.html -%} | ||
<div class="container-fluid"> | ||
{{ content }} | ||
</div> | ||
<div class="col-lg-12" id="newsletter_footer"> | ||
{%- include blog_newsletter.html -%} | ||
</div> | ||
{%- include footer.html -%} | ||
<script> | ||
var options = { | ||
classname: 'my-class', | ||
id: 'my-id' | ||
}; | ||
var nanobar = new Nanobar( options ); | ||
nanobar.go( 30 ); | ||
nanobar.go( 76 ); | ||
nanobar.go(100); | ||
</script> | ||
|
||
<div hidden id="snipcart" data-api-key="Y2I1NTAyNWYtMTNkMy00ODg0LWE4NDItNTZhYzUxNzJkZTI5NjM3MDI4NTUzNzYyMjQ4NzU0"></div> | ||
<script src="https://cdn.snipcart.com/themes/v3.0.0-beta.3/default/snipcart.js" defer></script> | ||
<script src="{{site.url}}{{site.baseurl}}/assets/js/mode-switcher.js"></script> | ||
<script> | ||
if (window.netlifyIdentity) { | ||
window.netlifyIdentity.on("init", user => { | ||
if (!user) { | ||
window.netlifyIdentity.on("login", () => { | ||
document.location.href = "/admin/"; | ||
}); | ||
} | ||
}); | ||
} | ||
</script> | ||
</body> | ||
</html> |
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,5 +1,5 @@ | ||
--- | ||
layout: default | ||
layout: full-width | ||
--- | ||
|
||
<script> | ||
|
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,9 +1,12 @@ | ||
--- | ||
layout: default | ||
--- | ||
|
||
<div class="card"> | ||
<div class="col-md-8 offset-md-2 offset-md-right"> | ||
{{ content }} | ||
</div> | ||
</div> | ||
layout: default | ||
--- | ||
<div class="row justify-content-center"> | ||
<div class="col-lg-12"> | ||
<div class="card"> | ||
<div class="col-md-8 offset-md-2"> | ||
{{ content }} | ||
</div> | ||
</div> | ||
</div> | ||
</div> |
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 |
---|---|---|
|
@@ -415,7 +415,7 @@ header { | |
} | ||
|
||
#blog-post-container{ | ||
margin-top: -20px; | ||
margin-top: 20px; | ||
margin-left: -35px; | ||
} | ||
|
||
|
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