Compare commits

..

1 commit

Author SHA1 Message Date
b1abf636d9 Missing alt for img. 2016-10-29 03:08:52 +02:00
3 changed files with 2424 additions and 631 deletions

3027
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,13 +9,16 @@
<title>Zom.bi - the friendly neighborhood tech community</title> <title>Zom.bi - the friendly neighborhood tech community</title>
<link rel="stylesheet" href="css/foundation.min.css"> <!-- 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/index.css"> <link rel="stylesheet" href="css/index.css">
<!-- <script src="js/vendor/modernizr.js"></script> -->
</head> </head>
<body> <body>
<header class="header"> <header class="header">
<a class="#header"><img src="images/logo-green.png"></a> <a class="#header"><img src="images/logo-green.png" alt="Zom.bi"></a>
<h2 class="tagline show-for-medium">The friendly neighborhood tech community</h2> <h2 class="tagline show-for-medium">The friendly neighborhood tech community</h2>
<ul class="header-subnav show-for-medium"> <ul class="header-subnav show-for-medium">
<li><a href="#">Zom.bi</a></li> <li><a href="#">Zom.bi</a></li>
@ -136,5 +139,11 @@
</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>