Basic bootstrap design

This commit is contained in:
Las Zenow 2012-08-17 08:25:44 +02:00
parent 86f5362fc1
commit c13899c757
12 changed files with 7796 additions and 42 deletions

View file

@ -1,5 +1,22 @@
<footer>
<p><small>Chief Librarian: Las Zenow (zenow@tormail.org)</small></p>
<footer class="footer">
<hr />
<p><small>Chief Librarian: Las Zenow (zenow@tormail.org)<br />
Fork the source code from <a href="https://gitorious.org/trantor">gitorious</a></small>.</p>
</footer>
<!-- Placed at the end of the document so the pages load faster -->
<script src="/js/jquery.js"></script>
<script src="/js/bootstrap-transition.js"></script>
<script src="/js/bootstrap-alert.js"></script>
<script src="/js/bootstrap-modal.js"></script>
<script src="/js/bootstrap-dropdown.js"></script>
<script src="/js/bootstrap-scrollspy.js"></script>
<script src="/js/bootstrap-tab.js"></script>
<script src="/js/bootstrap-tooltip.js"></script>
<script src="/js/bootstrap-popover.js"></script>
<script src="/js/bootstrap-button.js"></script>
<script src="/js/bootstrap-collapse.js"></script>
<script src="/js/bootstrap-carousel.js"></script>
<script src="/js/bootstrap-typeahead.js"></script>
</body>
</html>