-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
azadorozhniy
committed
Apr 8, 2015
1 parent
c81518c
commit c12c604
Showing
5 changed files
with
37 additions
and
0 deletions.
There are no files selected for viewing
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<html> | ||
<head> | ||
<title>Awesome Memory Game</title> | ||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<!-- Better approach is to use stylus or sass but here is just prototype --> | ||
<link type="text/css" rel="stylesheet" href="/assets/css/boostrap.css"/> | ||
<link type="text/css" rel="stylesheet" href="/assets/css/styles.css"/> | ||
</head> | ||
<body> | ||
{{{body}}} | ||
|
||
{{> scripts}} | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{{!< default}} | ||
<div class="mind-game"></div> | ||
<script type="text/javascript" src="/dist/bundle.js"></script> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
{{!< default}} | ||
<div class="jumbotron vertical-center"> | ||
<div class="container "> | ||
<div class="row"> | ||
<div class="col-lg-8 col-md-7 col-sm-6"> | ||
<h1>Ommomom - Awesome Memory Game</h1> | ||
|
||
<p class="lead">Train your memory with your favorite photos!</p> | ||
</div> | ||
<div class="col-lg-4 col-md-5 col-sm-6"> | ||
<a href="/auth/eyeem" class="btn btn-default btn-lg "> | ||
Login with EyeEm | ||
</a> | ||
</div> | ||
</div> | ||
</div> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
<script type="text/javascript"> | ||
</script> |