Skip to content

Commit

Permalink
abhinav
Browse files Browse the repository at this point in the history
  • Loading branch information
abhinavMoulik authored and abhinavMoulik committed Dec 15, 2016
1 parent 2712ccf commit 138a0f1
Show file tree
Hide file tree
Showing 25 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en" manifest="cache.appcache">
<head>
<meta charset="utf-8">
<title>Make and Play Udacity 2048</title>
<title>Get the Danteh</title>

<link href="style/main.css" rel="stylesheet" type="text/css">
<link href='http://fonts.googleapis.com/css?family=Source+Code+Pro:400,600,700' rel='stylesheet' type='text/css'>
Expand All @@ -25,7 +25,7 @@
<body>
<div class="container">
<div class="heading">
<h1 class="title">Make 2048</h1>
<h1 class="title">Get Danteh</h1>
<div class="scores-container">
<div class="score-container">0</div>
<div class="best-container">0</div>
Expand Down
28 changes: 14 additions & 14 deletions style/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
html, body {
margin: 0;
padding: 0;
background: #9cc2d2;
background: url('../tile-sets/mine.jpg');
color: #354b59;
font-family: "Clear Sans", "Helvetica Neue", Arial, sans-serif;
font-family: "Whitney SSm A","Whitney SSm B","Helvetica Neue",Helvetica,Arial,sans-serif;
Expand All @@ -24,7 +24,7 @@ span.tile-text {

input {
display: inline-block;
background: #8f7a66;
background: #black;
border-radius: 3px;
padding: 0 20px;
text-decoration: none;
Expand Down Expand Up @@ -310,7 +310,7 @@ hr {
margin-right: 15px;
float: left;
border-radius: 3px;
background: rgba(238, 228, 218, 0.35); }
background: rgb(black);(238, 228, 218, 0.35); }
.grid-cell:last-child {
margin-right: 0; }

Expand Down Expand Up @@ -405,45 +405,45 @@ hr {
font-size: 16px;
color: #354b59;}
.tile.tile-2 .tile-inner {
background: url('../tile-sets/udacity/2.png');
background: url('../tile-sets/presidents/2.png');
background-size: 100%;
color: rgba(0,0,0,0);
box-shadow: 0 0 30px 10px rgba(243, 215, 116, 0), inset 0 0 0 1px rgba(255, 255, 255, 0); }
.tile.tile-4 .tile-inner {
background: url('../tile-sets/udacity/4.png');
background: url('../tile-sets/presidents/4.png');
background-size: 100%;
color: rgba(0,0,0,0);
box-shadow: 0 0 30px 10px rgba(243, 215, 116, 0), inset 0 0 0 1px rgba(255, 255, 255, 0); }
.tile.tile-8 .tile-inner {
background: url('../tile-sets/udacity/8.png');
background: url('../tile-sets/presidents/8.png');
background-size: 100%;
color: rgba(0,0,0,0);
font-weight: medium;
font-size: 11px;
}
.tile.tile-16 .tile-inner {
background: url('../tile-sets/udacity/16.png');
background: url('../tile-sets/presidents/16.png');
background-size: 100%;
color: rgba(0,0,0,0);
font-weight: medium;
font-size: 10px;
}
.tile.tile-32 .tile-inner {
background: url('../tile-sets/udacity/32.png');
background: url('../tile-sets/presidents/32.png');
background-size: 100%;
color: rgba(0,0,0,0);
font-size: 14px;
}
.tile.tile-64 .tile-inner {
background: url('../tile-sets/udacity/64.png');
background: url('../tile-sets/presidents/64.png');
background-size: 100%;
color: rgba(0,0,0,0);
font-size: 14px;

}
.tile.tile-128 .tile-inner {
font-weight: medium;
background: url('../tile-sets/udacity/128.png');
background: url('../tile-sets/presidents/128.png');
background-size: 100%;
color: rgba(0,0,0,0);
box-shadow: 0 0 30px 10px rgba(243, 215, 116, 0.2381), inset 0 0 0 1px rgba(255, 255, 255, 0.14286);
Expand All @@ -452,7 +452,7 @@ hr {
.tile.tile-128 .tile-inner {
font-size: 12px; } }
.tile.tile-256 .tile-inner {
background: url('../tile-sets/udacity/256.png');
background: url('../tile-sets/presidents/256.png');
background-size: 100%;
color: rgba(0,0,0,0);
box-shadow: 0 0 30px 10px rgba(243, 215, 116, 0.31746), inset 0 0 0 1px rgba(255, 255, 255, 0.19048);
Expand All @@ -461,7 +461,7 @@ hr {
.tile.tile-256 .tile-inner {
font-size: 16px; } }
.tile.tile-512 .tile-inner {
background: url('../tile-sets/udacity/512.png');
background: url('../tile-sets/presidents/512.png');
background-size: 100%;
color: rgba(0,0,0,0);
box-shadow: 0 0 30px 10px rgba(243, 215, 116, 0.39683), inset 0 0 0 1px rgba(255, 255, 255, 0.2381);
Expand All @@ -470,7 +470,7 @@ hr {
.tile.tile-512 .tile-inner {
font-size: 13px; } }
.tile.tile-1024 .tile-inner {
background: url('../tile-sets/udacity/1024.png');
background: url('../tile-sets/presidents/1024.png');
background-size: 100%;
color: rgba(0,0,0,0);
box-shadow: 0 0 30px 10px rgba(243, 215, 116, 0.47619), inset 0 0 0 1px rgba(255, 255, 255, 0.28571);
Expand All @@ -479,7 +479,7 @@ hr {
.tile.tile-1024 .tile-inner {
font-size: 10px; } }
.tile.tile-2048 .tile-inner {
background: url('../tile-sets/udacity/2048.png');
background: url('../tile-sets/presidents/2048.png');
background-size: 100%;
color: rgba(0,0,0,0);
box-shadow: 0 0 30px 10px rgba(243, 215, 116, 0.55556), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
Expand Down
Binary file added tile-sets/mine.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed tile-sets/presidents/1024.jpeg
Binary file not shown.
Binary file added tile-sets/presidents/1024.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed tile-sets/presidents/128.jpg
Binary file not shown.
Binary file added tile-sets/presidents/128.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed tile-sets/presidents/16.jpg
Binary file not shown.
Binary file added tile-sets/presidents/16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed tile-sets/presidents/2.jpg
Binary file not shown.
Binary file added tile-sets/presidents/2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed tile-sets/presidents/2048.jpg
Binary file not shown.
Binary file added tile-sets/presidents/2048.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed tile-sets/presidents/256.jpg
Binary file not shown.
Binary file added tile-sets/presidents/256.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed tile-sets/presidents/32.jpg
Binary file not shown.
Binary file added tile-sets/presidents/32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed tile-sets/presidents/4.jpg
Binary file not shown.
Binary file added tile-sets/presidents/4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed tile-sets/presidents/512.jpg
Binary file not shown.
Binary file added tile-sets/presidents/512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed tile-sets/presidents/64.jpg
Binary file not shown.
Binary file added tile-sets/presidents/64.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed tile-sets/presidents/8.jpg
Binary file not shown.
Binary file added tile-sets/presidents/8.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 138a0f1

Please sign in to comment.