diff --git a/.gitignore b/.gitignore index 9491a2f..e8fe624 100644 --- a/.gitignore +++ b/.gitignore @@ -360,4 +360,13 @@ MigrationBackup/ .ionide/ # Fody - auto-generated XML schema -FodyWeavers.xsd \ No newline at end of file +FodyWeavers.xsd + +/CatherineLynwood/wwwroot/videos/ +/CatherineLynwood/wwwroot/audio/ +*.mp4 +*.mov +*.avi +*.mp3 +*.wav +*.m4a \ No newline at end of file diff --git a/CatherineLynwood/Views/Reckoning/Index.cshtml b/CatherineLynwood/Views/Reckoning/Index.cshtml index 532f109..9c3131a 100644 --- a/CatherineLynwood/Views/Reckoning/Index.cshtml +++ b/CatherineLynwood/Views/Reckoning/Index.cshtml @@ -192,7 +192,7 @@ openTimer = setTimeout(() => { openCaseFile(); - }, 5000); + }, 3000); } function onAssetLoaded() { diff --git a/CatherineLynwood/Views/Reckoning/IndexMobile.cshtml b/CatherineLynwood/Views/Reckoning/IndexMobile.cshtml index cec81a3..e84b3cb 100644 --- a/CatherineLynwood/Views/Reckoning/IndexMobile.cshtml +++ b/CatherineLynwood/Views/Reckoning/IndexMobile.cshtml @@ -24,21 +24,23 @@ class="img-polaroid" alt="The Alpha Flame: Reckoning book cover" display-width-percentage="50"> + The Alpha Flame: Reckoning - Book Cover -
+ Jones, Sophie - Person of Interest
- + Mrs Patterson's Front Room
diff --git a/CatherineLynwood/Views/Shared/Components/BuyPanel/Default.cshtml b/CatherineLynwood/Views/Shared/Components/BuyPanel/Default.cshtml index 77027a3..4fb5d0e 100644 --- a/CatherineLynwood/Views/Shared/Components/BuyPanel/Default.cshtml +++ b/CatherineLynwood/Views/Shared/Components/BuyPanel/Default.cshtml @@ -37,7 +37,7 @@
- @foreach (var link in group.Links.OrderBy(x => x.Text)) + @foreach (var link in group.Links.OrderBy(x => x.Price)) {
- @foreach (var link in group.Links.OrderBy(x => x.Text)) + @foreach (var link in group.Links.OrderBy(x => x.Price)) {