diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2017-03-25 21:34:41 +0100 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2017-03-25 21:34:41 +0100 |
| commit | de5ea300b86454a64d5e930f51a18622b60f59df (patch) | |
| tree | cb95b09590cf6e5945bcabd494ad6039b5f93b9a | |
| parent | d065a79f147341f2bc3a9cf2c96a4e8c94b98b6a (diff) | |
| download | minionlivesmatter-de5ea300b86454a64d5e930f51a18622b60f59df.tar.gz minionlivesmatter-de5ea300b86454a64d5e930f51a18622b60f59df.zip | |
add introduction card
| -rw-r--r-- | templates/index.html | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/templates/index.html b/templates/index.html index 4b96767..e4b141b 100644 --- a/templates/index.html +++ b/templates/index.html @@ -29,7 +29,7 @@ <div class="wrapper"> <div class="container"> - <div class="card-box col-md-12 col-sm-12"> + <div class="card-box col-md-6 col-sm-6"> <div class="card card-just-text card-with-border" data-background="image" data-src="assets/images/minion-top.jpg"> <div class="content"> <div class="filter filter-red"></div> @@ -40,6 +40,20 @@ <div class="filter"></div> </div> <!-- end card --> </div> + + <div class="card-box col-md-6 col-sm-6"> + <div class="card card-just-text"> + <div class="content"> + <div class="filter"></div> + <h4 class="title title-modern"></h4> + <p class="description"> + Poor Minions! No one thinks about the Minions. + We are raising awareness about how ruthless NPCs are treated in Vainglory. The killing needs to stop! + </p> + </div> + <div class="filter"></div> + </div> <!-- end card --> + </div> </div> |
