Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
imthenachoman authored Oct 9, 2016
1 parent e5a0d5c commit 528d1b6
Show file tree
Hide file tree
Showing 7 changed files with 2,946 additions and 21 deletions.
42 changes: 21 additions & 21 deletions src/1.5/LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
The MIT License (MIT)

Copyright (c) 2015 IMTheNachoMan

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
The MIT License (MIT)
Copyright (c) 2015 IMTheNachoMan
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
1 change: 1 addition & 0 deletions src/1.5/README.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Check http://nsptiles.js.org/ for the most up to date information.
20 changes: 20 additions & 0 deletions src/1.5/cewp.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<script src="/Site%20Stuff/nSPTiles/1.5/nSPTiles.js" type="text/javascript"></script>
<link rel="stylesheet" href="/Site%20Stuff/fa/css/font-awesome.min.css">

<!-- custom styling for the tiles -->
<style type="text/css">
#nachoSlider
{
}
</style>

<!-- the DIV where I want the slider -->
<div id="nachoSlider"></div>

<script type="text/javascript">
function blah(url, type, holderID, groupName, tileID, ID)
{
if(console && console.log) console.log([url, type, holderID, groupName, tileID, ID]);
}
nSPTiles.init("nachoSlider", "test 1", {onclick:"blah"});
</script>
313 changes: 313 additions & 0 deletions src/1.5/dvwp.webpart

Large diffs are not rendered by default.

315 changes: 315 additions & 0 deletions src/1.5/dvwp_webURL.webpart

Large diffs are not rendered by default.

Loading

0 comments on commit 528d1b6

Please sign in to comment.