Skip to content

Instantly share code, notes, and snippets.

@daniellevass
Created October 12, 2015 18:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save daniellevass/7a204a8a76a5e8fe5bfa to your computer and use it in GitHub Desktop.
Save daniellevass/7a204a8a76a5e8fe5bfa to your computer and use it in GitHub Desktop.
app_evie

Homework Reminder

Today

Have a go at laying out the different screens that you want in your app using bootstrap (this will make your life SO much easier)

Firstly: take a look at what bootstrap will do for you (open in a new tab)- http://getbootstrap.com/ - look at the CSS / Components / JavaScript tabs!

Secondly: create a new jsbin website - to use it we can include it like so:

<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">

<!-- Latest compiled and minified JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>

<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>

Imgur

Next Week

Have a look at making all your other screens with popups (check the bootstrap documentation).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment