diff options
| author | Kapil Viren Ahuja <k.v.ahuja@gmail.com> | 2017-03-23 18:20:41 +0530 |
|---|---|---|
| committer | Kapil Viren Ahuja <k.v.ahuja@gmail.com> | 2017-03-23 18:20:41 +0530 |
| commit | a8e7bdaccfa665498cebbc5c9af668801ad2ed3e (patch) | |
| tree | a3251b3e82a2ef6fe660637e4ce3b0b3ec30ae55 | |
| parent | f2c30eec43fae22199ffb98809fc672016770754 (diff) | |
| download | minionlivesmatter-a8e7bdaccfa665498cebbc5c9af668801ad2ed3e.tar.gz minionlivesmatter-a8e7bdaccfa665498cebbc5c9af668801ad2ed3e.zip | |
UI improvements on top
| -rw-r--r-- | templates/index.html | 30 |
1 files changed, 4 insertions, 26 deletions
diff --git a/templates/index.html b/templates/index.html index facb2d2..94d2e4b 100644 --- a/templates/index.html +++ b/templates/index.html @@ -5,7 +5,7 @@ <link rel="icon" type="image/png" href="assets/img/favicon.ico"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> - <title>Hipster as F*** Cards by Creative Tim</title> + <title>Vainsocial Fun - Minion Lives Matter</title> <meta content='width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0' name='viewport' /> <meta name="viewport" content="width=device-width" /> @@ -30,19 +30,7 @@ <div class="container"> <div class="container"> - <h1>Minion Lives Matter</h1> - - - <div class="card-box col-md-4 col-sm-6"> - <div class="card card-with-border card-just-text" data-background="color" data-color="black" > - <div class="content"> - <h4 class="title">"{{ sql_val("SELECT COUNT(*) FROM match WHERE created_at > NOW() - '1 day'::INTERVAL") }} matches are taken into account."</h4> - <p class="description">Using VainSocial.com players' data in last 24 hours.</p> - </div> - </div> <!-- end card --> - </div> - - <div class="card-box col-md-4 col-sm-6"> + <div class="card-box col-md-12 col-sm-12"> <div class="card card-just-text card-with-border" data-background="image" data-src="assets/img/music-3.jpg"> <div class="content"> <div class="filter filter-red"></div> @@ -53,16 +41,6 @@ <div class="filter"></div> </div> <!-- end card --> </div> - - - <div class="card-box col-md-4 col-sm-6"> - <div class="card card-with-border card-just-text" data-background="color" data-color="black" > - <div class="content"> - <h4 class="title">"Since you opened this page"</h4> - <p class="description">- Hipster Quote</p> - </div> - </div> <!-- end card --> - </div> </div> @@ -72,14 +50,14 @@ <div class="card-box col-md-4 col-sm-6"> <div class="card text-center" data-background="image" data-src="assets/img/city-2.png"> - <h4 class="title title-modern">Minion Died</h4> + <h4 class="title title-modern">Minions</h4> <div class="content"> <div class="price"> <h6></h6> <h4 id="minions-killed-now">0</h4> </div> - <p class="description">why do we have to be so cruel?</p> + <p class="description">Died.</p> </div> <div class="filter"></div> </div> <!-- end card --> |
