Skip to content

Commit d59bf8e

Browse files
committed
Update the area funding screens with new areas
1 parent 400b2fa commit d59bf8e

File tree

2 files changed

+7
-9
lines changed

2 files changed

+7
-9
lines changed

MilwaukeeMakerspaceApi/Views/Info/Balances.cshtml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
body {
1313
background-color: #000;
1414
color: #fff;
15-
font-size: 2.4vw;
15+
font-size: 2.2vw;
1616
font-family: helvetica;
1717
font-weight: normal;
1818
overflow: hidden;
@@ -66,7 +66,7 @@
6666
Forge: $@Model.forge<br />
6767
Glass Fusing: $@Model.glass_fusing<br />
6868
Ham Radio $@Model.ham_radio<br />
69-
Hand Tools $Model.hand_tools<br />
69+
Hand Tools $@Model.hand_tools<br />
7070
Hand Wood Carving: $@Model.hand_wood_carving<br />
7171
Jewelry: $@Model.jewelry<br />
7272
Lampworking: $@Model.lampworking<br />

MilwaukeeMakerspaceApi/Views/Info/Index.cshtml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
body {
1313
background-color: #000;
1414
color: #fff;
15-
font-size: 2.0vw;
15+
font-size: 1.9vw;
1616
font-family: helvetica;
1717
font-weight: normal;
1818
overflow: hidden;
@@ -57,7 +57,7 @@
5757
<body>
5858
<div class='wrapper'>
5959
<h2 style='margin: -0.23em 0 -0.1em 0;'>Member Count</h2>
60-
<table style='margin: 0.1em 5em; width: 35em;'>
60+
<table style='margin: 0.1em 5em; width: 45em;'>
6161
<tr>
6262
<td rowspan='2'>
6363
<h1>@Model.members</h1>
@@ -73,7 +73,7 @@
7373
</tr>
7474
</table>
7575
<h2 style='margin: 0.3em 0 0.1em 0;'>This Month's Area Funding</h2>
76-
<table style='line-height: 1.5em;'>
76+
<table style='line-height: 1.45em;'>
7777
<tr>
7878
<td>
7979
Total Funds: $@Model.total<br />
@@ -87,28 +87,26 @@
8787
Cosplay: $@Model.cosplay<br />
8888
Craft Lab: $@Model.craft<br />
8989
Dalek Asylum: $@Model.dalek<br />
90-
Electronic Lab: $@Model.electronic<br />
9190
</td>
9291
<td>
92+
Electronic Lab: $@Model.electronic<br />
9393
Fine Art Printing: $@Model.print<br />
9494
Finishing: $@Model.finishing<br />
9595
Forge: $@Model.forge<br />
9696
Glass Fusing: $@Model.glass_fusing<br />
9797
Ham Radio $@Model.ham_radio<br />
98-
Hand Tools $Model.hand_tools<br />
9998
Hand Wood Carving: $@Model.hand_wood_carving<br />
10099
Jewelry: $@Model.jewelry<br />
101100
Lampworking: $@Model.lampworking<br />
102101
Laser Cutters: $@Model.laser<br />
103-
Leather Working: $@Model.leather<br />
104102
</td>
105103
<td>
104+
Leather Working: $@Model.leather<br />
106105
Long Arm: $@Model.long_arm<br />
107106
Metal Shop: $@Model.metal<br />
108107
Models and Miniatures: $@Model.models<br />
109108
Neon Glass: $@Model.neon<br />
110109
Paint Room: $@Model.paint<br />
111-
Soda/Snack Fund: $@Model.soda<br />
112110
Stained Glass: $@Model.stained_glass<br />
113111
Tiger Lily: $@Model.tiger_lily<br />
114112
Vacuum Former: $@Model.vacuum<br />

0 commit comments

Comments
 (0)