diff --git a/qcbadge/Controllers/HomeController.cs b/qcbadge/Controllers/HomeController.cs index 756a9e9..cf8f1da 100644 --- a/qcbadge/Controllers/HomeController.cs +++ b/qcbadge/Controllers/HomeController.cs @@ -10,11 +10,9 @@ namespace qcbadge.Controllers { public IActionResult Index(string s) { - - if ((String.Compare(Startup.scode, s, true) == 0)) { - ViewData["Message"] = "Code Good"; + ViewData["Message"] = ""; return View(); } else { return StatusCode(401); } diff --git a/qcbadge/Views/Home/Index.cshtml b/qcbadge/Views/Home/Index.cshtml index d324da6..a0476a2 100644 --- a/qcbadge/Views/Home/Index.cshtml +++ b/qcbadge/Views/Home/Index.cshtml @@ -1,5 +1,672 @@ @{ - ViewData["Title"] = "Home Page"; + ViewData["Title"] = "World View"; }

@ViewData["Message"]

+ + +
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+
+
+
+ +
+
+
+
+ +
+
+
+
+ +
+
+
+
+ +
+
+
+
+ +
+
+
+
+
+
+
+ + +
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+
+
+
+
+
+ +
+
+ +
+
+ +
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+ +
+
+
+
+ +
+
+
+
+ +
+
+
+
+ +
+
+
+
+ +
+
+
+
+ +
+
+
+
+ +
+
+
+
+
+
+
+ +
+
+
+
+
+ +
+
+ +
+
+
+ +
+
+
+
+
+ +
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+ +
+
+
+
+
+ +
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+ +
+
+ +
+
+
+
+
+ +
+
+
+
+ +
+
+
+
+ +
+
+
+ +
+
+
+
+
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+ +
+
+
+
+
+ +
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+ +
+
+
+
+
+ +
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+ +
+
+
+
+
+ +
+
+
+
+ +
+
+ +
+
+ +
+
+
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+
+
+
+
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+
+
+
+
+
+ +
+
+
+
+
+ +
+
+
+
+
+ +
+
+
+
+
+
+ +
+
+ +
+
+
+ +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ +
+
+
+
+
+ +
+
+
+
+
+
+ +
+
+
+
+
+ +
+
+
+
+ +
+
+
+
+ +
+
+ +
+
+
+
+
+
+
+
+
+
+
+ +
+
+
+
+
+ +
+
+
+
+
+
+ +
+
+
+
+
+ +
+
+ +
+
+ +
+
+
+
+
+ +
+
+
+
+
+
+
+
+
+
+
+
+ +
+
+
+
+
+ +
+
+
+
+
+
+ +
+
+
+
+ +
+
+
+
+ +
+
+
+
+
+ +
+
+
+
+ +
+
+
+
+ +
+
+
+
+
+
+
+
+
+
+
+ +
+
+
+
+
+ +
+
+
+ +
+
+ +
+
+
+
+
+ +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ +
+
+ +
+
+
+
+ +
+
+
+
+ +
+
+
+
+ +
+
+
+
+ +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file diff --git a/qcbadge/Views/Shared/_Layout.cshtml b/qcbadge/Views/Shared/_Layout.cshtml index fc0d298..f3a820e 100644 --- a/qcbadge/Views/Shared/_Layout.cshtml +++ b/qcbadge/Views/Shared/_Layout.cshtml @@ -3,7 +3,7 @@ - @ViewData["Title"] + QC Badge - @ViewData["Title"] diff --git a/qcbadge/qcbadge.csproj b/qcbadge/qcbadge.csproj index da3b1d8..beb92f7 100644 --- a/qcbadge/qcbadge.csproj +++ b/qcbadge/qcbadge.csproj @@ -8,6 +8,16 @@ $(PackageTargetFallback);portable-net45+win8+wp8+wpa81; 96719452-ec83-4ff8-b4ca-8e67a417ce96 + + + + + + + + + + @@ -21,8 +31,5 @@ - - - diff --git a/qcbadge/wwwroot/css/site.css b/qcbadge/wwwroot/css/site.css index ea4cd7c..9569736 100644 --- a/qcbadge/wwwroot/css/site.css +++ b/qcbadge/wwwroot/css/site.css @@ -1,4 +1,4 @@ -div.mainold { +mainold { background-color: lightgrey; width: 600px; border: 5px solid black; @@ -7,7 +7,7 @@ text-align: left; } -div.disclaim { +disclaim { background-color: lightgrey; width: 600px; border: 5px solid black; @@ -16,7 +16,30 @@ div.disclaim { text-align: left; } + body { + font-size: 36pt; background-color: Gainsboro; align-content: center; } + +.square { + float: left; + position: relative; + width: 4.545%; + padding-bottom: 4.545%; /* = width for a 1:1 aspect ratio */ + margin: 0%; + background-color: #f4f4f4; + overflow: hidden; +} + +.content { + position: absolute; + height: 100%; /* = 100% - 2*10% padding */ + width: 100%; /* = 100% - 2*5% padding */ + padding: 0% 0%; +} + +img { + width: 100%; +} \ No newline at end of file diff --git a/qcbadge/wwwroot/images/clear.png b/qcbadge/wwwroot/images/clear.png new file mode 100644 index 0000000..b98336f Binary files /dev/null and b/qcbadge/wwwroot/images/clear.png differ diff --git a/qcbadge/wwwroot/images/down.png b/qcbadge/wwwroot/images/down.png new file mode 100644 index 0000000..75a7b76 Binary files /dev/null and b/qcbadge/wwwroot/images/down.png differ diff --git a/qcbadge/wwwroot/images/left.png b/qcbadge/wwwroot/images/left.png new file mode 100644 index 0000000..521683a Binary files /dev/null and b/qcbadge/wwwroot/images/left.png differ diff --git a/qcbadge/wwwroot/images/lowerleft.png b/qcbadge/wwwroot/images/lowerleft.png new file mode 100644 index 0000000..d248668 Binary files /dev/null and b/qcbadge/wwwroot/images/lowerleft.png differ diff --git a/qcbadge/wwwroot/images/lowerright.png b/qcbadge/wwwroot/images/lowerright.png new file mode 100644 index 0000000..633fbfe Binary files /dev/null and b/qcbadge/wwwroot/images/lowerright.png differ diff --git a/qcbadge/wwwroot/images/right.png b/qcbadge/wwwroot/images/right.png new file mode 100644 index 0000000..8629b7d Binary files /dev/null and b/qcbadge/wwwroot/images/right.png differ diff --git a/qcbadge/wwwroot/images/up.png b/qcbadge/wwwroot/images/up.png new file mode 100644 index 0000000..37aefe3 Binary files /dev/null and b/qcbadge/wwwroot/images/up.png differ