Skip to content

Instantly share code, notes, and snippets.

@elyrly
Created July 19, 2014 21:01
Show Gist options
  • Save elyrly/9009195f962a67033add to your computer and use it in GitHub Desktop.
Save elyrly/9009195f962a67033add to your computer and use it in GitHub Desktop.
login
choose-party.html
<!DOCTYPE html>
<html>
<head>
<script src="http://code.jquery.com/jquery-1.11.0.min.js"></script>
<meta charset="utf-8">
<title>Choose Party Page</title>
<!-- Sets initial viewport load and disables zooming -->
<meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no, minimal-ui">
<!-- Makes your prototype chrome-less once bookmarked to your phone's home screen -->
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<!-- Include the compiled Ratchet CSS -->
<link href="ratchet-v2.0.2/css/ratchet.css" rel="stylesheet">
<link rel="stylesheet" href="http://goratchet.com/dist/css/ratchet.min.css">
<link rel="stylesheet" href="http://goratchet.com/dist/css/ratchet-theme-ios.min.css">
<link rel="stylesheet" href="http://goratchet.com/examples/app-ios-mail/css/app.css">
<script src="http://goratchet.com/dist/js/ratchet.min.js"></script>
<!-- Include the compiled Ratchet JS -->
<script src="ratchet-v2.0.2/js/ratchet.js"></script>
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="http://getbootstrap.com/dist/css/bootstrap.min.css">
<!-- Optional theme -->
<link rel="stylesheet" href="http://getbootstrap.com/assets/css/docs.min.css">
<!-- Latest compiled and minified JavaScript -->
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
</head>
<body>
<!--ALL class code - Shana -->
<!-- Make sure all your bars are the first things in your <body> -->
<!-- <header class ="bar bar-nav">
<div id = "nav-bar" class ="title">
<div id = "app-name"> IMPARTIAL </div>
</div>
<button id = "profile-button"> <span id = "icon-profile" class="icon icon-person"></span> </button>
<button id="stats-button"><span class="glyphicon glyphicon-stats"></span></button>
</header>
-->
<!-- Wrap all non-bar HTML in the .content div (this is actually what scrolls) -->
<div class="content">
  
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment