Compare commits

..

1 commit

Author SHA1 Message Date
madmaurice f673eac0b1 Minimized the foundation dependencies 2016-10-29 03:02:43 +02:00
3 changed files with 631 additions and 2424 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,16 +9,13 @@
<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>
<header class="header">
<a class="#header"><img src="images/logo-green.png" alt="Zom.bi"></a>
<a class="#header"><img src="images/logo-green.png"></a>
<h2 class="tagline show-for-medium">The friendly neighborhood tech community</h2>
<ul class="header-subnav show-for-medium">
<li><a href="#">Zom.bi</a></li>
@ -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>