Skip to content

Commit

Permalink
Added sample exam preparation project
Browse files Browse the repository at this point in the history
  • Loading branch information
VGGeorgiev committed Dec 3, 2014
1 parent a4e65fd commit 0e8b900
Show file tree
Hide file tree
Showing 12 changed files with 7,041 additions and 0 deletions.
1 change: 1 addition & 0 deletions 4. Consuming-Remote-Data/server/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
node_modules/
29 changes: 29 additions & 0 deletions 7. ExamPreparation-Bookmarks/Vlado/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
<!DOCTYPE html>
<html>
<head>
<title></title>
</head>
<body>
<header>
<ul>
<li><a href="#/">Home</a></li>
<li><a href="#/students">Students</li>
<li><a href="#/schools">Schools</li>
<li><a href="#/contacts">Contacts</li>
</ul>
</header>
<div id="wrapper">

</div>
<script src="https://code.jquery.com/jquery-1.11.0.min.js"></script>
<script src="libs/q.js"></script>
<script src="libs/sammy.js"></script>
<script src="libs/mustache.js"></script>

<script src="scripts/ajax-requester.js"></script>
<script src="scripts/data-persister.js"></script>
<script src="scripts/ui-controls.js"></script>
<script src="scripts/controller.js"></script>
<script src="scripts/app.js"></script>
</body>
</html>
Loading

0 comments on commit 0e8b900

Please sign in to comment.