Compare commits
1 commit
master
...
minimizing
Author | SHA1 | Date | |
---|---|---|---|
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>
|
||||
|
||||
<!-- 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>
|
||||
|
|
Loading…
Reference in a new issue