diff --git a/prototypes/templates/cup-table.css b/prototypes/templates/cup-table.css new file mode 100644 index 0000000..c949494 --- /dev/null +++ b/prototypes/templates/cup-table.css @@ -0,0 +1,37 @@ +.container { + border: solid 2px darkblue; + padding: 5px; +} + +.row { + text-align: center; +} + +.match { + text-align: center; +} + +.half { + display: inline-block; + width: 49%; +} + +.player { + border: solid 1px black; + width: 90%; + max-width: 150px; + display: inline-block; +} + +.line { + width: 1px; + border: solid 1px black; + display: inline-block; +} + +.brace { + width: 50%; + border: solid 1px black; + border-bottom: 0; + display: inline-block; +} diff --git a/prototypes/templates/cup-table.html b/prototypes/templates/cup-table.html new file mode 100644 index 0000000..51e3cf7 --- /dev/null +++ b/prototypes/templates/cup-table.html @@ -0,0 +1,174 @@ + + + + + Cap table + + + +
+ +
+
Winner!
+
+ + +
+
+
+
|
+
+
+
 
+
+
+
+
Player 1
+
+ +
+
Player 2
+
+
+
+
+ + +
+
+
+
+
|
+
+
+
 
+
+
+
+
Player 1
+
+ +
+
Player 2
+
+
+
+
+ +
+
+
+
|
+
+
+
 
+
+
+
+
Player 1
+
+ +
+
Player 2
+
+
+
+
+ +
+ + +
+
+ +
+
+
+
|
+
+
+
 
+
+
+
+
Player 1
+
+ +
+
Player 2
+
+
+
+
+ +
+
+
+
|
+
+
+
 
+
+
+
+
Player 1
+
+ +
+
Player 2
+
+
+
+
+ +
+ +
+ +
+
+
+
|
+
+
+
 
+
+
+
+
Player 1
+
+ +
+
Player 2
+
+
+
+
+ +
+
+
+
|
+
+
+
 
+
+
+
+
Player 1
+
+ +
+
Player 2
+
+
+
+
+ +
+ +
+
+ + + \ No newline at end of file