diff --git a/benchcoach/static/css/gamecard.css b/benchcoach/static/css/gamecard.css
new file mode 100644
index 0000000..107338b
--- /dev/null
+++ b/benchcoach/static/css/gamecard.css
@@ -0,0 +1,152 @@
+@import url("../../css/paper.css");
+@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
+@import url('../fonts/vera/bitstreamvera.css');
+@import url('../fonts/verdana/verdanapro.css');
+@import url('../fonts/m+1m/m+1m.css');
+@import url('../fonts/dinpro/dinpro.css');
+@import url('../fonts/refrigerator/refigerator.css');
+@import url('https://fonts.googleapis.com/css2?family=Pacifico&display=swap');
+
+@page { size: B5; }
+
+* {
+ -moz-box-sizing: border-box;
+ -webkit-box-sizing: border-box;
+ box-sizing: border-box;
+}
+body {
+ font-family: "VerdanaPro";
+ /*font-family: -apple-system;*/
+ /*font-weight: bold;*/
+ font-size: 10px;
+}
+.whole-card {
+ margin:0;
+ padding:0;
+ height: 12.5cm;
+ width: 17.5cm;
+ outline: solid black;
+ margin: auto;
+ display: flex;
+}
+
+.half-card {
+ margin:0;
+ padding: .1in;
+ height: 100%;
+ width: 50%;
+}
+
+card-left {
+ float: left;
+}
+card-right {
+ float: right;
+}
+
+.content {
+ height: 100%;
+ width: 100%;
+ /* padding: .1in; */
+ outline: solid grey;
+}
+
+table {
+ border-collapse: collapse;
+ empty-cells: show;
+ font-size:11px;
+ table-layout: fixed;
+ white-space: nowrap;
+ text-overflow: ellipsis;
+ overflow-x: hidden;
+ width: 100%;
+}
+
+th, tr, td {
+ /* box-sizing: content-box; */
+ border: 0.5px solid black;
+ height: 17px;
+ text-overflow: ellipsis;
+ overflow-x: hidden;
+}
+
+.gametitle {
+ font-weight: normal;
+ text-transform: uppercase;
+ font-stretch: condensed;
+}
+
+.homeaway {
+ text-transform: uppercase;
+ font-stretch: normal;
+ font-weight: bolder;
+}
+
+.numbercell {
+ font-family: "m+1m";
+ text-align: center;
+ font-stretch: condensed;
+ font-size: 10px;
+}
+
+.statscell {
+ font-family: "m+1m";
+ text-align: center;
+ font-stretch: extra-condensed;
+ font-size: 9px;
+ width: 60px;
+}
+
+tr:nth-child(even) {background-color: #f2f2f2;}
+
+th{
+ background: black;
+ color: white;
+ border: none;
+}
+
+.customcol{
+ width: 120px;
+ text-transform: uppercase;
+}
+
+.condensedNameCell{
+ width: 70px;
+ text-transform: uppercase;
+ font-stretch: condensed;
+}
+
+.square {
+ height: 14px;
+ width: 14px;
+}
+
+.available-status-code-1{
+ background-color: #B7E1CD;
+}
+
+.available-status-code-0{
+ background-color: #F4C7C3;
+}
+
+.available-status-code-2{
+ background-color: #ACC9FE;
+}
+
+.starting{
+ font-weight: bold;
+}
+.grid-container {
+ display: flex;
+ grid-template-columns: auto auto auto;
+ /*background-color: #2196F3;*/
+ /*padding: 10px;*/
+}
+
+.grid-item {
+ /*background-color: rgba(255, 255, 255, 0.8);*/
+ /*border: 1px solid rgba(0, 0, 0, 0.8);*/
+ /*padding: 20px;*/
+ font-size: 30px;
+ text-align: center;
+}
diff --git a/benchcoach/static/fonts/dinpro/dinpro.css b/benchcoach/static/fonts/dinpro/dinpro.css
new file mode 100644
index 0000000..849372c
--- /dev/null
+++ b/benchcoach/static/fonts/dinpro/dinpro.css
@@ -0,0 +1,123 @@
+@font-face {
+ font-family: "DINPro";
+ font-weight: 800;
+ src: url("DINPro-Black.otf") format("opentype");
+}
+@font-face {
+ font-family: "DINPro";
+ font-weight: 800;
+ font-style: italic;
+ src: url("DINPro-BlackItalic.otf") format("opentype");
+}
+@font-face {
+ font-family: "DINPro";
+ font-weight: bold;
+ src: url("DINPro-Bold.otf") format("opentype");
+}
+@font-face {
+ font-family: "DINPro";
+ font-weight: bold;
+ font-style: italic;
+ src: url("DINPro-BoldItalic.otf") format("opentype");
+}
+@font-face {
+ font-family: "DINPro";
+ font-stretch: condensed;
+ src: url("DINPro-Cond.otf") format("opentype");
+}
+@font-face {
+ font-family: "DINPro";
+ font-stretch: condensed;
+ font-weight: 800;
+ src: url("DINPro-CondBlack.otf") format("opentype");
+}
+@font-face {
+ font-family: "DINPro";
+ font-stretch: condensed;
+ font-weight: 800;
+ font-style: italic;
+ src: url("DINPro-CondBlackIta.otf") format("opentype");
+}
+@font-face {
+ font-family: "DINPro";
+ font-stretch: condensed;
+ font-weight: bold;
+ src: url("DINPro-CondBold.otf") format("opentype");
+}
+@font-face {
+ font-family: "DINPro";
+ font-stretch: condensed;
+ font-weight: bold;
+ font-style: italic;
+ src: url("DINPro-CondBoldIta.otf") format("opentype");
+}
+@font-face {
+ font-family: "DINPro";
+ font-stretch: condensed;
+ font-style: italic;
+ src: url("DINPro-CondIta.otf") format("opentype");
+}
+@font-face {
+ font-family: "DINPro";
+ font-stretch: condensed;
+ font-weight: 300;
+ src: url("DINPro-CondLight.otf") format("opentype");
+}
+@font-face {
+ font-family: "DINPro";
+ font-stretch: condensed;
+ font-weight: 300;
+ font-style: italic;
+ src: url("DINPro-CondLightIta.otf") format("opentype");
+}
+@font-face {
+ font-family: "DINPro";
+ font-stretch: condensed;
+ font-: Medi;
+ font-style: italic;
+ src: url("DINPro-CondMediIta.otf") format("opentype");
+}
+@font-face {
+ font-family: "DINPro";
+ font-stretch: condensed;
+ font-: Medium;
+ src: url("DINPro-CondMedium.otf") format("opentype");
+}
+@font-face {
+ font-family: "DINPro";
+ font-style: italic;
+ src: url("DINPro-Italic.otf") format("opentype");
+}
+@font-face {
+ font-family: "DINPro";
+ font-weight: 300;
+ src: url("DINPro-Light.otf") format("opentype");
+}
+@font-face {
+ font-family: "DINPro";
+ font-weight: 300;
+ font-style: italic;
+
+ src: url("DINPro-LightItalic.otf") format("opentype");
+}
+@font-face {
+ font-family: "DINPro";
+ font-: Medium;
+
+
+ src: url("DINPro-Medium.otf") format("opentype");
+}
+@font-face {
+ font-family: "DINPro";
+ font-: Medium;
+ font-style: italic;
+
+ src: url("DINPro-MediumItalic.otf") format("opentype");
+}
+@font-face {
+ font-family: "DINPro";
+ font-style: normal;
+ font-weight: normal;
+
+ src: url("DINPro.otf") format("opentype");
+}
diff --git a/benchcoach/static/fonts/m+1m/m+1m.css b/benchcoach/static/fonts/m+1m/m+1m.css
new file mode 100644
index 0000000..c8f1fb9
--- /dev/null
+++ b/benchcoach/static/fonts/m+1m/m+1m.css
@@ -0,0 +1,38 @@
+@font-face {
+ font-family: 'm+1m';
+ src: url('mplus-1m-bold-webfont.woff') format('woff');
+ font-weight: bold;
+ font-style: normal;
+
+}
+
+@font-face {
+ font-family: 'm+1m';
+ src: url('mplus-1m-light-webfont.woff') format('woff');
+ font-weight: 300;
+ font-style: normal;
+
+}
+
+@font-face {
+ font-family: 'm+1m';
+ src: url('mplus-1m-medium-webfont.woff') format('woff');
+ font-weight: 500;
+ font-style: normal;
+
+}
+
+@font-face {
+ font-family: 'm+1m';
+ src: url('mplus-1m-regular-webfont.woff') format('woff');
+ font-weight: normal;
+ font-style: normal;
+
+}
+
+@font-face {
+ font-family: 'm+1m';
+ src: url('mplus-1m-thin-webfont.woff') format('woff');
+ font-weight: 100;
+ font-style: normal;
+}
diff --git a/benchcoach/static/fonts/m+1m/mplus-1m-bold-webfont.woff b/benchcoach/static/fonts/m+1m/mplus-1m-bold-webfont.woff
new file mode 100644
index 0000000..4caef46
Binary files /dev/null and b/benchcoach/static/fonts/m+1m/mplus-1m-bold-webfont.woff differ
diff --git a/benchcoach/static/fonts/m+1m/mplus-1m-light-webfont.woff b/benchcoach/static/fonts/m+1m/mplus-1m-light-webfont.woff
new file mode 100644
index 0000000..0ed6554
Binary files /dev/null and b/benchcoach/static/fonts/m+1m/mplus-1m-light-webfont.woff differ
diff --git a/benchcoach/static/fonts/m+1m/mplus-1m-medium-webfont.woff b/benchcoach/static/fonts/m+1m/mplus-1m-medium-webfont.woff
new file mode 100644
index 0000000..bf9c839
Binary files /dev/null and b/benchcoach/static/fonts/m+1m/mplus-1m-medium-webfont.woff differ
diff --git a/benchcoach/static/fonts/m+1m/mplus-1m-regular-webfont.woff b/benchcoach/static/fonts/m+1m/mplus-1m-regular-webfont.woff
new file mode 100644
index 0000000..f588a6a
Binary files /dev/null and b/benchcoach/static/fonts/m+1m/mplus-1m-regular-webfont.woff differ
diff --git a/benchcoach/static/fonts/m+1m/mplus-1m-thin-webfont.woff b/benchcoach/static/fonts/m+1m/mplus-1m-thin-webfont.woff
new file mode 100644
index 0000000..65cd24b
Binary files /dev/null and b/benchcoach/static/fonts/m+1m/mplus-1m-thin-webfont.woff differ
diff --git a/benchcoach/static/fonts/refrigerator/refigerator.css b/benchcoach/static/fonts/refrigerator/refigerator.css
new file mode 100644
index 0000000..673671a
--- /dev/null
+++ b/benchcoach/static/fonts/refrigerator/refigerator.css
@@ -0,0 +1,26 @@
+@font-face {
+ font-family: "refigerator";
+ font-weight: bold;
+ src: url("refrigerator-deluxe-bold.otf") format("opentype");
+}
+@font-face {
+ font-family: "refigerator";
+ font-weight: extrabold;
+ src: url("refrigerator-deluxe-extrabold.otf") format("opentype");
+}
+@font-face {
+ font-family: "refigerator";
+ font-weight: heavy;
+ src: url("refrigerator-deluxe-heavy.otf") format("opentype");
+}
+@font-face {
+ font-family: "refigerator";
+ font-weight: light;
+ src: url("refrigerator-deluxe-light.otf") format("opentype");
+}
+@font-face {
+ font-family: "refigerator";
+ font-weight: normal;
+ font-style: normal;
+ src: url("refrigerator-deluxe.otf") format("opentype");
+}
diff --git a/benchcoach/static/fonts/vera/Vera-Bold-Italic-webfont.woff b/benchcoach/static/fonts/vera/Vera-Bold-Italic-webfont.woff
new file mode 100644
index 0000000..fb1260d
Binary files /dev/null and b/benchcoach/static/fonts/vera/Vera-Bold-Italic-webfont.woff differ
diff --git a/benchcoach/static/fonts/vera/Vera-Bold-webfont.woff b/benchcoach/static/fonts/vera/Vera-Bold-webfont.woff
new file mode 100644
index 0000000..ec47bbc
Binary files /dev/null and b/benchcoach/static/fonts/vera/Vera-Bold-webfont.woff differ
diff --git a/benchcoach/static/fonts/vera/Vera-Italic-webfont.woff b/benchcoach/static/fonts/vera/Vera-Italic-webfont.woff
new file mode 100644
index 0000000..3e9531b
Binary files /dev/null and b/benchcoach/static/fonts/vera/Vera-Italic-webfont.woff differ
diff --git a/benchcoach/static/fonts/vera/Vera-webfont.woff b/benchcoach/static/fonts/vera/Vera-webfont.woff
new file mode 100644
index 0000000..3425711
Binary files /dev/null and b/benchcoach/static/fonts/vera/Vera-webfont.woff differ
diff --git a/benchcoach/static/fonts/vera/VeraMono-Bold-Italic-webfont.woff b/benchcoach/static/fonts/vera/VeraMono-Bold-Italic-webfont.woff
new file mode 100644
index 0000000..a3df515
Binary files /dev/null and b/benchcoach/static/fonts/vera/VeraMono-Bold-Italic-webfont.woff differ
diff --git a/benchcoach/static/fonts/vera/VeraMono-Bold-webfont.woff b/benchcoach/static/fonts/vera/VeraMono-Bold-webfont.woff
new file mode 100644
index 0000000..e7d57e4
Binary files /dev/null and b/benchcoach/static/fonts/vera/VeraMono-Bold-webfont.woff differ
diff --git a/benchcoach/static/fonts/vera/VeraMono-Italic-webfont.woff b/benchcoach/static/fonts/vera/VeraMono-Italic-webfont.woff
new file mode 100644
index 0000000..3f04533
Binary files /dev/null and b/benchcoach/static/fonts/vera/VeraMono-Italic-webfont.woff differ
diff --git a/benchcoach/static/fonts/vera/VeraMono-webfont.woff b/benchcoach/static/fonts/vera/VeraMono-webfont.woff
new file mode 100644
index 0000000..1cd4e47
Binary files /dev/null and b/benchcoach/static/fonts/vera/VeraMono-webfont.woff differ
diff --git a/benchcoach/static/fonts/vera/bitstreamvera.css b/benchcoach/static/fonts/vera/bitstreamvera.css
new file mode 100644
index 0000000..3672c63
--- /dev/null
+++ b/benchcoach/static/fonts/vera/bitstreamvera.css
@@ -0,0 +1,68 @@
+@font-face {
+ font-family: 'Bitstream Vera Sans';
+ src: url('Vera-Bold-webfont.woff') format('woff');
+ font-weight: bold;
+ font-style: normal;
+}
+
+@font-face {
+ font-family: 'Bitstream Vera Sans';
+ src: url('Vera-Bold-Italic-webfont.woff') format('woff');
+ font-weight: bold;
+ font-style: oblique;
+
+}
+
+@font-face {
+ font-family: 'Bitstream Vera Sans';
+ src: url('Vera-Italic-webfont.woff') format('woff');
+ font-weight: normal;
+ font-style: oblique;
+
+}
+
+@font-face {
+ font-family: 'Bitstream Vera Sans';
+ src: url('Vera-webfont.woff') format('woff');
+ font-weight: normal;
+ font-style: normal;
+
+}
+
+@font-face {
+ font-family: 'Bitstream Vera Sans Mono';
+ src: url('VeraMono-Bold-webfont.woff') format('woff');
+ font-weight: bold;
+ font-style: normal;
+
+}
+
+@font-face {
+ font-family: 'Bitstream Vera Sans Mono';
+ src: url('VeraMono-Bold-Italic-webfont.woff') format('woff');
+ font-weight: bold;
+ font-style: italic;
+
+}
+
+@font-face {
+ font-family: 'Bitstream Vera Sans Mono';
+ src: url('VeraMono-Italic-webfont.woff') format('woff');
+ font-weight: normal;
+ font-style: italic;
+
+}
+
+@font-face {
+ font-family: 'Bitstream Vera Sans Mono';
+ src: url('VeraMono-webfont.woff') format('woff');
+ font-weight: normal;
+ font-style: normal;
+}
+
+@font-face {
+ font-family: 'Bitstream Vera Sans Mono';
+ src: url('VeraMono-webfont.woff') format('woff');
+ font-weight: 800;
+ font-style: normal;
+}
diff --git a/benchcoach/static/fonts/verdana/VerdanaPro-Black.ttf b/benchcoach/static/fonts/verdana/VerdanaPro-Black.ttf
new file mode 100644
index 0000000..52067f9
Binary files /dev/null and b/benchcoach/static/fonts/verdana/VerdanaPro-Black.ttf differ
diff --git a/benchcoach/static/fonts/verdana/VerdanaPro-BlackItalic.ttf b/benchcoach/static/fonts/verdana/VerdanaPro-BlackItalic.ttf
new file mode 100644
index 0000000..b8445ef
Binary files /dev/null and b/benchcoach/static/fonts/verdana/VerdanaPro-BlackItalic.ttf differ
diff --git a/benchcoach/static/fonts/verdana/VerdanaPro-Bold.ttf b/benchcoach/static/fonts/verdana/VerdanaPro-Bold.ttf
new file mode 100644
index 0000000..887539d
Binary files /dev/null and b/benchcoach/static/fonts/verdana/VerdanaPro-Bold.ttf differ
diff --git a/benchcoach/static/fonts/verdana/VerdanaPro-BoldItalic.ttf b/benchcoach/static/fonts/verdana/VerdanaPro-BoldItalic.ttf
new file mode 100644
index 0000000..952d29c
Binary files /dev/null and b/benchcoach/static/fonts/verdana/VerdanaPro-BoldItalic.ttf differ
diff --git a/benchcoach/static/fonts/verdana/VerdanaPro-CondBlack.ttf b/benchcoach/static/fonts/verdana/VerdanaPro-CondBlack.ttf
new file mode 100644
index 0000000..b097f5c
Binary files /dev/null and b/benchcoach/static/fonts/verdana/VerdanaPro-CondBlack.ttf differ
diff --git a/benchcoach/static/fonts/verdana/VerdanaPro-CondBlackItalic.ttf b/benchcoach/static/fonts/verdana/VerdanaPro-CondBlackItalic.ttf
new file mode 100644
index 0000000..8c48bd2
Binary files /dev/null and b/benchcoach/static/fonts/verdana/VerdanaPro-CondBlackItalic.ttf differ
diff --git a/benchcoach/static/fonts/verdana/VerdanaPro-CondBold.ttf b/benchcoach/static/fonts/verdana/VerdanaPro-CondBold.ttf
new file mode 100644
index 0000000..471c96a
Binary files /dev/null and b/benchcoach/static/fonts/verdana/VerdanaPro-CondBold.ttf differ
diff --git a/benchcoach/static/fonts/verdana/VerdanaPro-CondBoldItalic.ttf b/benchcoach/static/fonts/verdana/VerdanaPro-CondBoldItalic.ttf
new file mode 100644
index 0000000..96b32f4
Binary files /dev/null and b/benchcoach/static/fonts/verdana/VerdanaPro-CondBoldItalic.ttf differ
diff --git a/benchcoach/static/fonts/verdana/VerdanaPro-CondItalic.ttf b/benchcoach/static/fonts/verdana/VerdanaPro-CondItalic.ttf
new file mode 100644
index 0000000..9e95137
Binary files /dev/null and b/benchcoach/static/fonts/verdana/VerdanaPro-CondItalic.ttf differ
diff --git a/benchcoach/static/fonts/verdana/VerdanaPro-CondLight.ttf b/benchcoach/static/fonts/verdana/VerdanaPro-CondLight.ttf
new file mode 100644
index 0000000..8513024
Binary files /dev/null and b/benchcoach/static/fonts/verdana/VerdanaPro-CondLight.ttf differ
diff --git a/benchcoach/static/fonts/verdana/VerdanaPro-CondLightItalic.ttf b/benchcoach/static/fonts/verdana/VerdanaPro-CondLightItalic.ttf
new file mode 100644
index 0000000..c8b7e30
Binary files /dev/null and b/benchcoach/static/fonts/verdana/VerdanaPro-CondLightItalic.ttf differ
diff --git a/benchcoach/static/fonts/verdana/VerdanaPro-CondRegular.ttf b/benchcoach/static/fonts/verdana/VerdanaPro-CondRegular.ttf
new file mode 100644
index 0000000..c2ccf32
Binary files /dev/null and b/benchcoach/static/fonts/verdana/VerdanaPro-CondRegular.ttf differ
diff --git a/benchcoach/static/fonts/verdana/VerdanaPro-CondSemiBold.ttf b/benchcoach/static/fonts/verdana/VerdanaPro-CondSemiBold.ttf
new file mode 100644
index 0000000..9d299a7
Binary files /dev/null and b/benchcoach/static/fonts/verdana/VerdanaPro-CondSemiBold.ttf differ
diff --git a/benchcoach/static/fonts/verdana/VerdanaPro-CondSemiBoldItalic.ttf b/benchcoach/static/fonts/verdana/VerdanaPro-CondSemiBoldItalic.ttf
new file mode 100644
index 0000000..7b7bd70
Binary files /dev/null and b/benchcoach/static/fonts/verdana/VerdanaPro-CondSemiBoldItalic.ttf differ
diff --git a/benchcoach/static/fonts/verdana/VerdanaPro-Italic.ttf b/benchcoach/static/fonts/verdana/VerdanaPro-Italic.ttf
new file mode 100644
index 0000000..595646b
Binary files /dev/null and b/benchcoach/static/fonts/verdana/VerdanaPro-Italic.ttf differ
diff --git a/benchcoach/static/fonts/verdana/VerdanaPro-Light.ttf b/benchcoach/static/fonts/verdana/VerdanaPro-Light.ttf
new file mode 100644
index 0000000..31962b2
Binary files /dev/null and b/benchcoach/static/fonts/verdana/VerdanaPro-Light.ttf differ
diff --git a/benchcoach/static/fonts/verdana/VerdanaPro-LightItalic.ttf b/benchcoach/static/fonts/verdana/VerdanaPro-LightItalic.ttf
new file mode 100644
index 0000000..632f35e
Binary files /dev/null and b/benchcoach/static/fonts/verdana/VerdanaPro-LightItalic.ttf differ
diff --git a/benchcoach/static/fonts/verdana/VerdanaPro-Regular.ttf b/benchcoach/static/fonts/verdana/VerdanaPro-Regular.ttf
new file mode 100644
index 0000000..78394be
Binary files /dev/null and b/benchcoach/static/fonts/verdana/VerdanaPro-Regular.ttf differ
diff --git a/benchcoach/static/fonts/verdana/VerdanaPro-SemiBold.ttf b/benchcoach/static/fonts/verdana/VerdanaPro-SemiBold.ttf
new file mode 100644
index 0000000..e1a54ca
Binary files /dev/null and b/benchcoach/static/fonts/verdana/VerdanaPro-SemiBold.ttf differ
diff --git a/benchcoach/static/fonts/verdana/VerdanaPro-SemiBoldItalic.ttf b/benchcoach/static/fonts/verdana/VerdanaPro-SemiBoldItalic.ttf
new file mode 100644
index 0000000..bd9e631
Binary files /dev/null and b/benchcoach/static/fonts/verdana/VerdanaPro-SemiBoldItalic.ttf differ
diff --git a/benchcoach/static/fonts/verdana/verdanapro.css b/benchcoach/static/fonts/verdana/verdanapro.css
new file mode 100644
index 0000000..2dccbc7
--- /dev/null
+++ b/benchcoach/static/fonts/verdana/verdanapro.css
@@ -0,0 +1,123 @@
+@font-face {
+ font-family: 'VerdanaPro';
+ src: url('VerdanaPro-Black.ttf') format('truetype');
+ font-weight: 800;
+ font-style: normal;
+}
+@font-face {
+ font-family: 'VerdanaPro';
+ src: url('VerdanaPro-BlackItalic.ttf') format('truetype');
+ font-weight: 800;
+ font-style: italic;
+}
+@font-face {
+ font-family: 'VerdanaPro';
+ src: url('VerdanaPro-Bold.ttf') format('truetype');
+ font-weight: bold;
+ font-style: normal;
+}
+@font-face {
+ font-family: 'VerdanaPro';
+ src: url('VerdanaPro-BoldItalic.ttf') format('truetype');
+ font-weight: bold;
+ font-style: italic;
+}
+@font-face {
+ font-family: 'VerdanaPro';
+ src: url('VerdanaPro-CondBlack.ttf') format('truetype');
+ font-stretch: condensed;
+ font-weight: 800;
+}
+@font-face {
+ font-family: 'VerdanaPro';
+ src: url('VerdanaPro-CondBlackItalic.ttf') format('truetype');
+ font-stretch: condensed;
+ font-weight: 800;
+ font-style: italic;
+}
+@font-face {
+ font-family: 'VerdanaPro';
+ src: url('VerdanaPro-CondBold.ttf') format('truetype');
+ font-stretch: condensed;
+ font-weight: bold;
+}
+@font-face {
+ font-family: 'VerdanaPro';
+ src: url('VerdanaPro-CondBoldItalic.ttf') format('truetype');
+ font-stretch: condensed;
+ font-weight: bold;
+ font-style: italic;
+}
+@font-face {
+ font-family: 'VerdanaPro';
+ src: url('VerdanaPro-CondItalic.ttf') format('truetype');
+ font-stretch: condensed;
+ font-style: italic;
+}
+@font-face {
+ font-family: 'VerdanaPro';
+ src: url('VerdanaPro-CondLight.ttf') format('truetype');
+ font-stretch: condensed;
+ font-weight: 300;
+}
+@font-face {
+ font-family: 'VerdanaPro';
+ src: url('VerdanaPro-CondLightItalic.ttf') format('truetype');
+ font-stretch: condensed;
+ font-weight: 300;
+ font-style: italic;
+}
+@font-face {
+ font-family: 'VerdanaPro';
+ src: url('VerdanaPro-CondRegular.ttf') format('truetype');
+ font-stretch: condensed;
+ font-style: normal;
+}
+@font-face {
+ font-family: 'VerdanaPro';
+ src: url('VerdanaPro-CondSemiBold.ttf') format('truetype');
+ font-stretch: condensed;
+ font-weight: 600;
+}
+@font-face {
+ font-family: 'VerdanaPro';
+ src: url('VerdanaPro-CondSemiBoldItalic.ttf') format('truetype');
+ font-stretch: condensed;
+ font-weight: 600;
+ font-style: italic;
+}
+@font-face {
+ font-family: 'VerdanaPro';
+ src: url('VerdanaPro-Italic.ttf') format('truetype');
+ font-style: italic;
+ font-weight: normal;
+}
+@font-face {
+ font-family: 'VerdanaPro';
+ src: url('VerdanaPro-Light.ttf') format('truetype');
+ font-weight: 300;
+}
+@font-face {
+ font-family: 'VerdanaPro';
+ src: url('VerdanaPro-LightItalic.ttf') format('truetype');
+ font-weight: 300;
+ font-style: italic;
+}
+@font-face {
+ font-family: 'VerdanaPro';
+ src: url('VerdanaPro-Regular.ttf') format('truetype');
+ font-style: normal;
+ font-weight: normal;
+}
+@font-face {
+ font-family: 'VerdanaPro';
+ src: url('VerdanaPro-SemiBold.ttf') format('truetype');
+ font-weight: 600;
+ font-style: normal;
+}
+@font-face {
+ font-family: 'VerdanaPro';
+ src: url('VerdanaPro-SemiBoldItalic.ttf') format('truetype');
+ font-weight: 600;
+ font-style: italic;
+}
diff --git a/teamsnap/templates/lineup/gamecard.html b/teamsnap/templates/lineup/gamecard.html
new file mode 100644
index 0000000..9f3b97a
--- /dev/null
+++ b/teamsnap/templates/lineup/gamecard.html
@@ -0,0 +1,191 @@
+{% load static %}
+
+
+
+
+
+ Title
+
+
+
+
+
+
+
+
+
+ |
+ {{ event.data.formatted_title }} {{ event.data.start_date|date:'m/d/Y g:i A' }}
+ {# G#01 at Browns 05/01/2021 12:30 PM#}
+ |
+ {{ event.data.game_type }} |
+
+
+
+
+
+
+ |
+ |
+
+ |
+
+ |
+
+ |
+ 1
+ |
+ 2
+ |
+ 3
+ |
+ 4
+ |
+ 5
+ |
+ 6
+ |
+ 7
+ |
+ X
+ |
+
+
+
+ {% for member in members_startinglineup %}
+
+ | {{ member.lineup_entry.sequence | add:"1" }} |
+ {{ member.member.last_name }} |
+ {{ member.member.jersey_number }} |
+ {{ member.lineup_entry.label }} |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+
+ {% endfor %}
+
+
+
+
+ {% for member in members_startingpositiononly %}
+
+ |
+ {{ member.member.last_name }} |
+ {{ member.member.jersey_number }} |
+ {{ member.lineup_entry.label }} |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+
+ {% endfor %}
+
+
+
+
+
+
+
+
+
+ |
+ |
+ Available |
+ AVG/OBP/SLG:PA |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+
+
+
+ {% for member in members %}
+
+ |
+ {{ member.member.jersey_number }} |
+ {{ member.member.last_name }} |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+
+ {% endfor %}
+
+
+
+
+
+
+
+
+
+
+
+
+
+ |
+ {{ event.data.start_date|date:"D, F j, Y g:i A" }}
+ |
+
+
+ |
+ {{ event.data.location_name }}
+ |
+
+
+ |
+
+ |
+
+
+
+
+
+

+
+
+ VS.
+
+
+

+
+
+
+
+
+
+
+
+