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
a991414
commit 95f9629
Showing
7,564 changed files
with
225,608 additions
and
19 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
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 |
---|---|---|
|
@@ -76,7 +76,12 @@ | |
|
||
<link rel="stylesheet" href="{{site.url}}{{site.baseurl}}/assets/css/main.css" /> | ||
<link rel="stylesheet" href="{{site.url}}{{site.baseurl}}/assets/css/custom-style.css" /> | ||
|
||
<link rel="stylesheet" href="{{site.url}}/bower_components/lightgallery/dist/css/lightgallery.min.css"/> | ||
<link rel="stylesheet" href="https://cdn.snipcart.com/themes/v3.0.0-beta.3/default/snipcart.css" /> | ||
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/instantsearch.min.css"> | ||
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/instantsearch-theme-algolia.min.css"> | ||
<link rel="stylesheet" href="{{site.url}}/bower_components/bootstrap/dist/css/bootstrap.min.css" /> | ||
<link rel="stylesheet" href="{{site.url}}/bower_components/font-awesome/web-fonts-with-css/css/fontawesome-all.min.css" /> | ||
<!-- Fonts--> | ||
<link href="https://fonts.googleapis.com/css?family=Quicksand&display=swap" rel="stylesheet"> | ||
|
||
|
@@ -91,6 +96,8 @@ | |
<script src="{{site.url}}/bower_components/lightgallery/dist/js/lightgallery-all.min.js"></script> | ||
<script src="https://cdnjs.cloudflare.com/ajax/libs/picturefill/3.0.2/picturefill.min.js"></script> | ||
<script src="{{site.url}}/bower_components/imagesloaded/imagesloaded.pkgd.min.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/instantsearch.min.js"></script> | ||
<script src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.20.1/moment.min.js"></script> | ||
|
||
<!-- Github Button --> | ||
<script async defer src="https://buttons.github.io/buttons.js"></script> | ||
|
@@ -99,26 +106,15 @@ | |
crossorigin="anonymous"></script> | ||
|
||
<!-- Bootstrap --> | ||
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" | ||
integrity="sha384-WskhaSGFgHYWDcbwN70/dfYBj47jz9qbsMId/iRN3ewGhXQFZCSftd1LZCfmhktB" crossorigin="anonymous"> | ||
<!-- <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" | ||
integrity="sha384-WskhaSGFgHYWDcbwN70/dfYBj47jz9qbsMId/iRN3ewGhXQFZCSftd1LZCfmhktB" crossorigin="anonymous"> --> | ||
|
||
<!-- Font Awesome --> | ||
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.1.0/css/all.css" | ||
integrity="sha384-lKuwvrZot6UHsBSfcMvOkWwlCMgc0TaWr+30HWe3a4ltaBwTZhyTEggF5tJv8tbt" crossorigin="anonymous"> | ||
<!-- <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.1.0/css/all.css" | ||
integrity="sha384-lKuwvrZot6UHsBSfcMvOkWwlCMgc0TaWr+30HWe3a4ltaBwTZhyTEggF5tJv8tbt" crossorigin="anonymous"> --> | ||
|
||
<!-- lightgallery--> | ||
<link rel="stylesheet" href="{{site.url}}/bower_components/lightgallery/dist/css/lightgallery.min.css"/> | ||
|
||
<!-- Snipcart --> | ||
<link rel="stylesheet" href="https://cdn.snipcart.com/themes/v3.0.0-beta.3/default/snipcart.css" /> | ||
|
||
<!-- Including InstantSearch.js library and styling --> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/instantsearch.min.js"></script> | ||
<script src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.20.1/moment.min.js"></script> | ||
<link rel="stylesheet" type="text/css" | ||
href="https://cdn.jsdelivr.net/npm/[email protected]/dist/instantsearch.min.css"> | ||
<link rel="stylesheet" type="text/css" | ||
href="https://cdn.jsdelivr.net/npm/[email protected]/dist/instantsearch-theme-algolia.min.css"> | ||
|
||
|
||
<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 |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{ | ||
"name": "font-awesome", | ||
"homepage": "https://github.com/FortAwesome/Font-Awesome", | ||
"version": "5.1.0", | ||
"_release": "5.1.0", | ||
"_resolution": { | ||
"type": "version", | ||
"tag": "5.1.0", | ||
"commit": "4092d1e1a3f562626f51c31301df6164c01cd7b5" | ||
}, | ||
"_source": "https://github.com/FortAwesome/Font-Awesome.git", | ||
"_target": "5.1.0", | ||
"_originalSource": "font-awesome", | ||
"_direct": true | ||
} |
29 changes: 29 additions & 0 deletions
29
bower_components/font-awesome/.github/ISSUE_TEMPLATE/bug-report.md
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,29 @@ | ||
### Describe the problem | ||
|
||
<!--- What happened? What are you seeing? How did you arrive here? --> | ||
|
||
### What did you expect? | ||
|
||
<!--- How would you like this to work instead? --> | ||
|
||
### What version and implementation are you using? | ||
|
||
Version: <!--- Give us the version number here --> | ||
Browser and version: <!--- If applicable give us the browser specs --> | ||
|
||
- [ ] SVG with JS | ||
- [ ] Web Fonts with CSS | ||
- [ ] SVG Sprites | ||
- [ ] On the Desktop | ||
|
||
### Reproducible test case | ||
|
||
<!--- Insert a URL to your test case - use codepen.io, jsfiddle.net, jsbin.com, codesandbox.io, or whatever --> | ||
|
||
<!--- Describe any details about the test case that we need to know like "whatever you do, don't click the red button" --> | ||
|
||
### Bug report checklist | ||
|
||
- [ ] I have filled out as much of the above information as I can | ||
- [ ] I have included a test case because my odds go _way_ up that the team can fix this when I do | ||
- [ ] I have [searched for existing issues](https://github.com/FortAwesome/Font-Awesome/issues) and to the best of my knowledge this is not a duplicate |
25 changes: 25 additions & 0 deletions
25
bower_components/font-awesome/.github/ISSUE_TEMPLATE/feature-request.md
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,25 @@ | ||
### Describe the problem you'd like to see solved or task you'd like to see made easier | ||
|
||
<!--- What steps or tasks are you trying to complete along the way? --> | ||
|
||
### Is this in relation to an existing part of Font Awesome or something new? | ||
|
||
<!--- If so, what part of Font Awesome? --> | ||
|
||
### What is 1 thing that we can do when building this feature that will guarantee that it is awesome? | ||
|
||
<!--- e.g. make finding icons while I'm designing super fast --> | ||
|
||
### Why would other Font Awesome users care about this? | ||
|
||
<!--- e.g. because everyone wants icons that fly --> | ||
|
||
### On a scale of 1 (sometime in the future) to 10 (absolutely right now), how soon would you recommend we make this feature? | ||
|
||
<!--- e.g. 5 - "while we're young" --> | ||
|
||
### Feature request checklist | ||
|
||
- [ ] This is a single feature (i.e. not a re-write of all of Font Awesome) | ||
- [ ] The title starts with "Feature request: " and is followed by a clear feature name (Ex: `Feature request: moar cowbell`) | ||
- [ ] I have [searched for existing issues](https://github.com/FortAwesome/Font-Awesome-Pro/issues) and to the best of my knowledge this is not a duplicate |
15 changes: 15 additions & 0 deletions
15
bower_components/font-awesome/.github/ISSUE_TEMPLATE/icon-request.md
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,15 @@ | ||
### What can it be used for? | ||
|
||
<!--- describe how this could be used / the use case for this icon --> | ||
|
||
### Example image (optional) | ||
|
||
<!--- insert the example image here if necessary --> | ||
|
||
### Icon request checklist | ||
|
||
- [ ] This is a single icon or matched pair (Ex: `lock` / `unlock`) | ||
- [ ] The title starts with "Icon request: " and is followed by the requested icon name (Ex: `Icon request: magical-unicorn`) | ||
- [ ] I have [searched for existing issues](https://github.com/FortAwesome/Font-Awesome/issues) and to the best of my knowledge this is not a duplicate | ||
- [ ] I have included at least one example image if it could be helpful (optional) | ||
- [ ] The request is for a concrete object (it's harder to make an icon to represent happiness, it's easier to make a smiley face. ☺) |
6 changes: 6 additions & 0 deletions
6
bower_components/font-awesome/.github/PULL_REQUEST_TEMPLATE.md
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,6 @@ | ||
<!--- WARNING Pull Requests made to this repository cannot be merged --> | ||
|
||
I understand that: | ||
|
||
- [ ] I'm submitting this PR for reference only. It shows an example of what I'd like to see changed but | ||
I understand that it will not be merged and I will not be listed as a contributor on this project. |
Oops, something went wrong.