Minimized the foundation dependencies
This commit is contained in:
parent
9af3877609
commit
f673eac0b1
3 changed files with 630 additions and 2423 deletions
3039
css/foundation.css
vendored
3039
css/foundation.css
vendored
File diff suppressed because it is too large
Load diff
3
css/foundation.min.css
vendored
3
css/foundation.min.css
vendored
File diff suppressed because one or more lines are too long
11
index.html
11
index.html
|
@ -9,11 +9,8 @@
|
||||||
|
|
||||||
<title>Zom.bi - the friendly neighborhood tech community</title>
|
<title>Zom.bi - the friendly neighborhood tech community</title>
|
||||||
|
|
||||||
<!-- normalize.css and modernizr.js help with browser compatibility -->
|
<link rel="stylesheet" href="css/foundation.min.css">
|
||||||
<link rel="stylesheet" href="css/normalize.css">
|
|
||||||
<link rel="stylesheet" href="css/foundation.css">
|
|
||||||
<link rel="stylesheet" href="css/index.css">
|
<link rel="stylesheet" href="css/index.css">
|
||||||
<!-- <script src="js/vendor/modernizr.js"></script> -->
|
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
|
@ -139,11 +136,5 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- include before </body> tag -->
|
|
||||||
<!-- <script src="js/vendor/jquery.js"></script>
|
|
||||||
<script src="js/foundation.min.js"></script>
|
|
||||||
<script>
|
|
||||||
$(document).foundation();
|
|
||||||
</script> -->
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in a new issue