diff options
author | Malf Furious <m@lfurio.us> | 2016-06-08 23:50:42 -0400 |
---|---|---|
committer | Malf Furious <m@lfurio.us> | 2016-06-08 23:50:42 -0400 |
commit | 6c9c352c91814775c6b56c43dd4837a8f3718e86 (patch) | |
tree | fe5715fc6ebeb0fea23864f9637796b0dad897ef /examples | |
parent | 3f58919204a6d21111b6ff00ccec1e2a9dfac040 (diff) | |
download | scrott-6c9c352c91814775c6b56c43dd4837a8f3718e86.tar.gz scrott-6c9c352c91814775c6b56c43dd4837a8f3718e86.zip |
Start design for group view
Diffstat (limited to 'examples')
-rw-r--r-- | examples/example.html | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/examples/example.html b/examples/example.html index e1e5618..778f6d8 100644 --- a/examples/example.html +++ b/examples/example.html @@ -1,5 +1,3 @@ -<!DOCTYPE html> - <html lang="en"> <body> <!--NAVBAR--> @@ -52,15 +50,6 @@ <div class="container"> <div class="well well-lg"> <div class="row"> - <div class="col-md-4"> - <h1>Save the World <span class="glyphicon glyphicon-globe"></span><!--Denoting this pad as globally visible--></h1> - <img src="assets/img/sonic.png" alt="Sonic" class="img-circle" height="50" /> - <span class="glyphicon glyphicon-plus"></span> - <img src="assets/img/tails.png" alt="Miles" class="img-circle" height="50" /> - <img src="assets/img/amy.png" alt="Amy" class="img-circle" height="50" /> - <img src="assets/img/knuckles.png" alt="Knuckles" class="img-circle" height="50" /> - </div> - <div class="col-md-8"> <legend class="text-center">Issue Progress</legend> <div class="progress"> |