From f2c30eec43fae22199ffb98809fc672016770754 Mon Sep 17 00:00:00 2001 From: Kapil Viren Ahuja Date: Thu, 23 Mar 2017 18:11:39 +0530 Subject: Everything ported to new cards. Just need images a good header plus a little VainSocial Branding. --- templates/index.html | 335 ++++++++++++++------------------------------------- 1 file changed, 89 insertions(+), 246 deletions(-) diff --git a/templates/index.html b/templates/index.html index 6c7e2ce..facb2d2 100644 --- a/templates/index.html +++ b/templates/index.html @@ -79,7 +79,7 @@

0

-

why do we have to be so cruel? Why? Why? Why?

+

why do we have to be so cruel?

@@ -101,289 +101,132 @@ - - - - - - - - - - - - - -
-
-
-
Best stories
-

This is a plain Hipster Card, see for yourself

-

When selling products it's always a good idea to go with commanding fonts that are good at showing authority and security. I feel like Raleway and Roboto do just that.

-
-
-
- - -
-
-
- - - -
+
+
+

Minions

-
News
-

Use this card and see what you can achive

-

When selling products it's always a good idea to go with commanding fonts that are good at showing authority and security. I feel like Raleway and Roboto do just that.

-
-
-
- - - -
-
-
-
-
Trending Post
+
+
+

{{ sql_val("SELECT (SUM(match.duration)/60*5) / SUM(roster.kraken_captures) FROM match JOIN roster ON roster.match_api_id=match.api_id WHERE match.created_at > NOW() - '1 day'::INTERVAL") }}

- - -
- -
-

Tobias Van Schneider is a German designer raised in Austria...

-

When selling products it's always a good idea to go with commanding fonts that are good at showing authority and security.

-
+

are needed to unleash a Kraken

+
- - - - - -
-
-
-
+ +
+
+

Crystal Sentries

-
-

When selling products it's always a good idea to go with commanding fonts that are good at showing authority and security. I feel like Raleway and Roboto do just that.

-
- +
+
+
+

{{ sql_val("SELECT SUM(participant.crystal_mine_captures) FROM participant WHERE participant.created_at > NOW() - '1 day'::INTERVAL") }}

+
+

slaughtered

+
-
+
- - - -
-
+ +
+
+

Flares

+
-

"I liked nutella, triangles and outerspace way before hipsters."

-

- Not A Hipster

-
+
+
+

{{ sql_val("SELECT SUM((participant.item_sells->>'*1038_Item_Flare*')::INT) FROM participant WHERE participant.created_at > NOW() - '1 day'::INTERVAL") }}

+
+

thrown in trash

+
-
+
- - -
-
-
-
- + +
+
+

Infusions

+ +
+
+
every
+

{{ sql_val("SELECT SUM(match.duration)/60 / (SUM((participant.item_uses->>'*1052_Item_WeaponInfusion*')::INT) + SUM((participant.item_uses->>'*1053_Item_CrystalInfusion*')::INT)) FROM participant JOIN roster ON participant.roster_api_id=roster.api_id JOIN match ON roster.match_api_id=match.api_id WHERE participant.created_at > NOW() - '1 day'::INTERVAL") }}
minutes

-
-
-

Nicecream.fm

-

Best vibes in the marketplace. Listen to the best music from '89. I feel like Nicecream and .fm do just that.

-
- -
+

hero gets high

+
+
+
- - - -
-
+
+
+

Scout Traps

+
-
Hot Article
-

- Try the new hairstyle from this Barber Shop -

-

When selling products it's always a good idea to go with commanding fonts that are good at showing authority and security. I feel like Raleway and Roboto do just that.

-
-
+
+
+

{{ sql_val("SELECT SUM((item_uses->>'*1054_Item_ScoutTrap*')::INT) FROM participant WHERE participant.created_at > NOW() - '1 day'::INTERVAL") }}

+
+

making Fold a Dangerous Place

+
+
+
- - +
-
-

Hipster Vacation

+
+

Turrets

-
From
-

2.799$

+
+

{{ sql_val("SELECT SUM(turret_kills) FROM participant WHERE hero='*SAW*' AND created_at > NOW() - '1 day'::INTERVAL") }}

-

When selling products it's always a good idea to go with commanding fonts that are good at showing authority and security.

+

pushed by SAW

-
- - - -
-
-
-
- -
-
-
-

Hipster Glasses App

-

Here can be a description about the application that is for download. I feel like this app is what I need.

-
- -
-
- - - - - - -
-
-
-
-

"I like the way you work it -No diggity, I gotta bag it up."

-

- Chet Faker

-
+
+
+

Turrets

+
+
+
+

{{ sql_val("SELECT SUM(turret_kills) FROM participant WHERE created_at > NOW() - '1 day'::INTERVAL") }}

+
+

rebuilt by workers every day

+
- - - -
-
-
-
- -
- - - -
-
-

Your friend Michael Osborn has sent you a hipster gift card.


-
- -
-
- - - -
-
-
- - - -
- -
-
Interior Design
-

Hipster Apartment sold for $1.2 mil.

-

When selling products it's always a good idea to go with commanding fonts that are good at showing authority and security. I feel like Raleway and Roboto do just that.

-
-
-
- - - -
+ + +
-

Hipster City

+

Minions

-
-
From
-

1.499$

-
+
+
+

{{ sql_val("SELECT SUM(minion_kills) FROM participant WHERE NOT winner AND created_at > NOW() - '1 day'::INTERVAL") }}
out of {{ sql_val("SELECT SUM(minion_kills) FROM participant WHERE created_at > NOW() - '1 day'::INTERVAL") }}

+
+

died for nothing

- - - -
-
+
+
- + + + +
-- cgit v1.3.1