Skip to content

Commit

Permalink
updating to MVC style
Browse files Browse the repository at this point in the history
  • Loading branch information
webbushka committed Feb 21, 2013
1 parent 9f6ed3d commit bc88e44
Show file tree
Hide file tree
Showing 18 changed files with 1,548 additions and 109 deletions.
1 change: 1 addition & 0 deletions .gitignore
@@ -0,0 +1 @@
/js/.DS_Store
4 changes: 2 additions & 2 deletions README.md
@@ -1,4 +1,4 @@
profipsum
Profipsum
=========

ipsum for people profiles
_ipsum for people profiles_
46 changes: 25 additions & 21 deletions index.html
Expand Up @@ -15,30 +15,34 @@
<!-- <link rel="stylesheet" href="css/normalize.css"> -->
<link href="css/bootstrap.min.css" rel="stylesheet" media="screen">
<link rel="stylesheet" href="css/main.css">
<script src="js/vendor/modernizr-2.6.2.min.js"></script>
<script src="js/3p/modernizr-2.6.2.min.js"></script>
</head>
<body>
<section>
<h1>Profipsum</h1>
<h4>your profile content ipsum</h4>
<input placeholder="how many profiles you want?" class="qty" type="text"/>
<button class="btn btn-primary">Generate</button>
<div class="success alert alert-success">
<p><strong>sometimes you win, sometimes you die, you almost almost almost never lose</strong></p>
</div>
<div class="results">
</div>
</section>

<footer>
&nbsp;
</footer>
<noscript>JavaScript Moron!</noscript>

<!-- scripts -->
<script src="js/vendor/jquery-1.9.0.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/plugins.js"></script>
<script src="js/main.js"></script>
<!-- 3P Components -->
<!-- <script src="js/3p/jquery-1.9.0.min.js"></script>
<script src="js/3p/bootstrap.min.js"></script>
<script src="js/3p/hogan.min.js"></script>
<script src="js/3p/underscore-min.js"></script>
<script src="js/3p/eventemitter2.js"></script>
<script src="js/plugins.js"></script> -->

<!-- Templates generated from Hulk -->
<!--<script src="js/templates.js"></script>-->

<!-- Operations -->
<!-- <script src="js/operations/profipsumOperation.js"></script> -->

<!-- Controllers -->
<!-- <script src="js/controllers/profipsumController.js"></script> -->

<!-- Presenters -->
<!-- <script src="js/presenters/profipsumPresenters.js"></script> -->

<!-- Application Bootstrap -->
<!-- <script src="js/app.bootstrap.js"></script> -->

<script src="js/main-ck.js"></script>
</body>
</html>
File renamed without changes.
File renamed without changes.

0 comments on commit bc88e44

Please sign in to comment.