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.
Merge pull request sujaykundu777#100 from sujaykundu777/feature-relea…
…se-may Feature release may
- Loading branch information
Showing
18 changed files
with
159 additions
and
44 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,10 +20,7 @@ urls: | |
url : /shop | ||
- text: Contact | ||
url : /contact | ||
- text: Styleguide | ||
url: /styleguide | ||
- text: Get Started | ||
url: /get-started | ||
|
||
|
||
# Edit Author details (For multi authors check _data/authors.yml) | ||
|
||
|
@@ -95,7 +92,8 @@ wakatime_username: sujaykundu777 | |
# mailchimp embedded form url (newsletter): | ||
mailchimp_form_url: https://sujaykundu.us10.list-manage.com/subscribe/post?u=50bab1c85eae24ecfb0f68361&id=3a2dd721d0 | ||
|
||
# formspree (contact form) | ||
# contact form - (choose formspress or getform) | ||
getform_endpoint: 83b703c3-9e47-4df4-ac55-e24d7eb02abc | ||
formspree_email: [email protected] | ||
|
||
# syntax highlighter | ||
|
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
4 changes: 3 additions & 1 deletion
4
_includes/contact_me_form.html → _includes/contact-formspree.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
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,27 @@ | ||
<!-- Getform form https://getform.io --> | ||
|
||
<!-- Add the getform-endpoint in config.yml --> | ||
<form action="https://getform.io/f/{{site.getform_endpoint}}" enctype="multipart/form-data" method="POST" target="_blank"> | ||
<div class="form-group"> | ||
<label for="contact_form_name">Your Name :</label> | ||
<input type="text" class="form-control" name="name" id="contact_form_name" placeholder="Enter Your Name"> | ||
</div> | ||
<div class="form-group"> | ||
<label for="contact_form_email">Your Email :</label> | ||
<input type="email" class="form-control" name="email" id="contact_form_email" placeholder="Enter Your Email"> | ||
</div> | ||
<div class="form-group"> | ||
<label for="contact_form_message"> Your Message :</label> | ||
<textarea name="message" class="form-control" id="contact_form_message" placeholder="Enter Your Message"></textarea> | ||
</div> | ||
<div class="form-group"> | ||
<label for="contact-form-file"> Attachments :</label> | ||
<input type="file" name="file" class="form-control" id="contact-form-file" placeholder="Attach files"/> | ||
</div> | ||
<button type="submit" value="Send" class="btn btn-lg btn-dark">Submit</button> | ||
<!-- <input type="text" name="name" placeholder="Enter Name"> | ||
<input type="email" name="email" placeholder="Enter Email"> | ||
<input type="text" name="message" placeholder="Enter Message"> | ||
<input type="file" name="file"> | ||
<button type="submit">Send</button> --> | ||
</form> |
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 |
---|---|---|
@@ -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
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
Oops, something went wrong.