Skip to content

Commit

Permalink
head url changes
Browse files Browse the repository at this point in the history
  • Loading branch information
sujaykundu777 committed Feb 10, 2020
1 parent a991414 commit 95f9629
Show file tree
Hide file tree
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.
3 changes: 0 additions & 3 deletions _includes/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,3 @@
</p>

</footer>
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js" integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy" crossorigin="anonymous"></script>
28 changes: 12 additions & 16 deletions _includes/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -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">

Expand All @@ -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>
Expand All @@ -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>
Expand Down
15 changes: 15 additions & 0 deletions bower_components/font-awesome/.bower.json
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 bower_components/font-awesome/.github/ISSUE_TEMPLATE/bug-report.md
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
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
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. ☺)
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.
Loading

0 comments on commit 95f9629

Please sign in to comment.