Skip to content

Commit

Permalink
Packaged all dependencies, used html5 boilerplate.
Browse files Browse the repository at this point in the history
  • Loading branch information
George Bratsos committed Jun 26, 2015
1 parent f114723 commit 2205445
Show file tree
Hide file tree
Showing 15 changed files with 470 additions and 3,711 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
node_modules/*
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,12 @@ description will be added soon
- refactor javascript so that it becomes a library/object that can be customized
- have variables that can be initialized by user input
- add events (?)
- remove dependencies or create a npm package to include them
- refactor class and id names
- add support for zurb
- add Zurb Foundation's template
- add Bootstrap' template
- create git-site for the library
- replace lorem ipsum text with proper readme/guidelines
- add support for most browsers
- use latest javascript dependencies
- make it responsive or at least adaptive
- replace images (plus, minus) with html/css (buttons maybe)
- Find and add https://github.com/rochal/jQuery-slimScroll/ npm package
- add tests (?)
12 changes: 12 additions & 0 deletions browserconfig.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Please read: http://msdn.microsoft.com/en-us/library/ie/dn455106.aspx -->
<browserconfig>
<msapplication>
<tile>
<square70x70logo src="tile.png"/>
<square150x150logo src="tile.png"/>
<wide310x150logo src="tile-wide.png"/>
<square310x310logo src="tile.png"/>
</tile>
</msapplication>
</browserconfig>
4 changes: 2 additions & 2 deletions css/floativ.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
.floativ-container {
background: #fff;
box-shadow: 0 0 12px #A6A5A6;
position: relative
position: relative;
overflow: auto;
margin: auto;
}
Expand All @@ -34,4 +34,4 @@

.floativ-body {
margin-left: 0!important;
}
}
Loading

0 comments on commit 2205445

Please sign in to comment.