Skip to content

Commit

Permalink
Added the missing pages
Browse files Browse the repository at this point in the history
  • Loading branch information
byBlurr committed Feb 10, 2021
1 parent a329a00 commit fa16663
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 6 deletions.
4 changes: 4 additions & 0 deletions LorisAngel.Webpanel/Pages/Announcements.razor
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
@page "/announcements"

<h1>Announcements Page</h1>
<p>This page will have changelogs and announcements posted by us</p>
4 changes: 4 additions & 0 deletions LorisAngel.Webpanel/Pages/Report.razor
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
@page "/report"

<h1>Bug Report Page</h1>
<p>A page for reporting bugs</p>
4 changes: 4 additions & 0 deletions LorisAngel.Webpanel/Pages/Shop.razor
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
@page "/shop"

<h1>Shop Page</h1>
<p>Will have things to buy using the currency earned with the bot</p>
4 changes: 4 additions & 0 deletions LorisAngel.Webpanel/Pages/Support.razor
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
@page "/support"

<h1>Support Page</h1>
<p>This page will have FAQs and maybe a ticket system?</p>
9 changes: 5 additions & 4 deletions LorisAngel.Webpanel/Shared/MainLayout.razor
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@

<div style="background-image:none;background-color:#2C2F33;" class="main">
<div style="background-image:none;background-color:#2C2F33;" class="top-row px-4">
<a href="support" target="_blank"><span style="color:#793786;" class="oi oi-question-mark" aria-hidden="true"></span></a>
<a href="report" target="_blank"><span style="color:#793786;" class="oi oi-bug" aria-hidden="true"></span></a>
<a href="https://top.gg/bot/729696788097007717/vote" target="_blank"><span style="color:#793786;" class="oi oi-thumb-up" aria-hidden="true"></span></a>
<a href="https://github.com/byBlurr/LorisAngel" target="_blank"><span style="color:#793786;" class="oi oi-wrench" aria-hidden="true"></span></a>
<a href="support"><span style="color:#99AAB5;" class="oi oi-question-mark" aria-hidden="true"></span></a>
<a href="report"><span style="color:#99AAB5;" class="oi oi-bug" aria-hidden="true"></span></a>
<a href="https://top.gg/bot/729696788097007717/vote" target="_blank"><span style="color:#99AAB5;" class="oi oi-thumb-up" aria-hidden="true"></span></a>
<a href="https://github.com/byBlurr/LorisAngel" target="_blank"><span style="color:#99AAB5;" class="oi oi-wrench" aria-hidden="true"></span></a>
<a href="announcements"><span style="color:#e74a48;" class="oi oi-bullhorn" aria-hidden="true"></span></a>
</div>

<div style="color:#FFFFFF;" class="content px-4">
Expand Down
4 changes: 2 additions & 2 deletions LorisAngel.sln
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29613.14
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LorisAngel.Common", "LorisAngel.Common\LorisAngel.Common.csproj", "{C2E395D1-0AEC-46EB-95E5-2A91F86AC6A6}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LorisAngel.Common", "LorisAngel.Common\LorisAngel.Common.csproj", "{C2E395D1-0AEC-46EB-95E5-2A91F86AC6A6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LorisAngel.Webpanel", "LorisAngel.Webpanel\LorisAngel.Webpanel.csproj", "{D43AAD38-3EA9-4F79-B553-BF4D4CA79F03}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LorisAngel.Webpanel", "LorisAngel.Webpanel\LorisAngel.Webpanel.csproj", "{D43AAD38-3EA9-4F79-B553-BF4D4CA79F03}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LorisAngel.Bot", "LorisAngel.Bot\LorisAngel.Bot.csproj", "{D0DF8EF2-9BCA-4A87-A6CE-C8A44C7E6B93}"
EndProject
Expand Down

0 comments on commit fa16663

Please sign in to comment.