Skip to content

Commit

Permalink
assets for re-com
Browse files Browse the repository at this point in the history
  • Loading branch information
Conaws committed Sep 12, 2016
1 parent 004da29 commit 0c7ea7a
Show file tree
Hide file tree
Showing 13 changed files with 10,005 additions and 1 deletion.
Binary file added resources/public/assets/.DS_Store
Binary file not shown.
6,800 changes: 6,800 additions & 0 deletions resources/public/assets/css/bootstrap.css

Large diffs are not rendered by default.

Binary file added resources/public/assets/css/chosen-sprite.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/public/assets/css/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

Large diffs are not rendered by default.

1,300 changes: 1,300 additions & 0 deletions resources/public/assets/css/re-com.css

Large diffs are not rendered by default.

Binary file not shown.
1,896 changes: 1,896 additions & 0 deletions resources/public/assets/fonts/Material-Design-Iconic-Font.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
7 changes: 6 additions & 1 deletion resources/public/cards.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
<!DOCTYPE html>
<html>
<head>
<script src="https://code.jquery.com/jquery-1.11.2.min.js"></script>
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.5/css/bootstrap.css">
<link rel="stylesheet" href="assets/css/material-design-iconic-font.min.css">
<link rel="stylesheet" href="assets/css/re-com.css">
<link href="http://fonts.googleapis.com/css?family=Roboto:300,400,500,700,400italic" rel="stylesheet" type="text/css">
<link href='http://fonts.googleapis.com/css?family=Roboto+Condensed:400,300' rel='stylesheet' type='text/css'>
<script src="https://code.jquery.com/jquery-1.11.2.min.js"></script>
<link rel="stylesheet" href="http://code.jquery.com/ui/1.11.2/themes/smoothness/jquery-ui.min.css">
<script src="http://code.jquery.com/ui/1.11.2/jquery-ui.min.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
Expand Down
2 changes: 2 additions & 0 deletions src/undead/cards.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
[undead.cards.zip]
[undead.cards.drag]
[undead.cards.setdrag]
[undead.cards.logic]
[undead.cards.auto]
[undead.cards.keys]
[undead.cards.animate]
[undead.cards.zombies]
[reagent.core :as r])
Expand Down

0 comments on commit 0c7ea7a

Please sign in to comment.