Compare commits

...

1 Commits

Author SHA1 Message Date
madmaurice f673eac0b1 Minimized the foundation dependencies 2016-10-29 03:02:43 +02:00
3 changed files with 630 additions and 2423 deletions

3039
css/foundation.css vendored

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

View File

@ -9,11 +9,8 @@
<title>Zom.bi - the friendly neighborhood tech community</title>
<!-- normalize.css and modernizr.js help with browser compatibility -->
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/foundation.css">
<link rel="stylesheet" href="css/foundation.min.css">
<link rel="stylesheet" href="css/index.css">
<!-- <script src="js/vendor/modernizr.js"></script> -->
</head>
<body>
@ -139,11 +136,5 @@
</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>
</html>