Compare commits
1 commit
minimizing
...
master
Author | SHA1 | Date | |
---|---|---|---|
b1abf636d9 |
3 changed files with 2424 additions and 631 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
13
index.html
13
index.html
|
@ -9,13 +9,16 @@
|
|||
|
||||
<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">
|
||||
<!-- <script src="js/vendor/modernizr.js"></script> -->
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<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>
|
||||
<ul class="header-subnav show-for-medium">
|
||||
<li><a href="#">Zom.bi</a></li>
|
||||
|
@ -136,5 +139,11 @@
|
|||
</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