Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
63 changes: 63 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<title>Look!</title>
<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro" rel="stylesheet">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css">
<link href="style.css" rel="stylesheet">
</head>

<body>

<div class="container">


<!-- Landing Screen -->
<div class="jumbotron landing">
<img class="col-xs-offset-3" src="look.png">
<p>
<button type="button" class="btn btn-warning btn-circle"><i class="fa fa-fw fa-warning faa-flash animated"></i></button>
<button type="button" class="btn btn-danger btn-circle"><i class="fa fa-fw fa-map-marker faa-bounce animated"></i></button>
</p>
</div>

<!-- Explore -->
<div class="jumbotron explore">
<h1>Explore</h1>
<p>
<!-- Embed google maps API -->
</p>
</div>

<!-- Create -->
<div class="jumbotron create">
<h1>Create</h1>
<p>
<button type="button" class="btn btn-info btn-circle"><i class="fa fa-fw fa-thumbs-up faa-vertical animated"></i></button>
</p>
<p>
<!-- Embed camera feed and AR API -->
</p>
<p class="create_btns">
<button type="button" class="btn btn-danger btn-circle"><i class="fa fa-fw fa-map-marker faa-bounce animated"></i></button>
<button type="button" class="btn btn-danger btn-circle"><i class="fa fa-fw fa-map-marker faa-bounce animated"></i></button>
<button type="button" class="btn btn-danger btn-circle"><i class="fa fa-fw fa-map-marker faa-bounce animated"></i></button>
<button type="button" class="btn btn-danger btn-circle"><i class="fa fa-fw fa-map-marker faa-bounce animated"></i></button>
<button type="button" class="btn btn-danger btn-circle"><i class="fa fa-fw fa-map-marker faa-bounce animated"></i></button>
</p>
</div>



<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<!-- Latest compiled and minified JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js" integrity="sha384-0mSbJDEHialfmuBBQP6A4Qrprq5OVfW37PRR3j5ELqxss1yVqOtnepnHVP9aJ7xS" crossorigin="anonymous"></script>
</body>
</html>
Binary file added look.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading