diff --git a/Client/Pages/Demo.razor b/Client/Pages/Demo.razor
index ac52b13..84f6432 100644
--- a/Client/Pages/Demo.razor
+++ b/Client/Pages/Demo.razor
@@ -26,3 +26,4 @@
Go to demo
@**@
+
\ No newline at end of file
diff --git a/Client/Pages/Download.razor b/Client/Pages/Download.razor
index 4c6c582..5579f09 100644
--- a/Client/Pages/Download.razor
+++ b/Client/Pages/Download.razor
@@ -170,7 +170,7 @@ else
}
-
+
@code {
[CascadingParameter]
public MainLayout Layout { get; set; }
diff --git a/Client/Pages/Features.razor b/Client/Pages/Features.razor
index 851c566..f43d839 100644
--- a/Client/Pages/Features.razor
+++ b/Client/Pages/Features.razor
@@ -106,6 +106,9 @@
+
+
+
@@ -141,6 +144,15 @@
+
+
+
+
+
+
+
+
+
Organize your directory from anywhere.
@@ -160,8 +172,13 @@
+
+
+
+
-
+
+
Create reusable access levels to assign to your users.
@@ -183,6 +200,13 @@
+
+
+
+
+
+
+
diff --git a/Client/Shared/UI/Adsense/DisplayAd.razor b/Client/Shared/UI/Adsense/DisplayAd.razor
index 207b625..c0efd9d 100644
--- a/Client/Shared/UI/Adsense/DisplayAd.razor
+++ b/Client/Shared/UI/Adsense/DisplayAd.razor
@@ -9,4 +9,8 @@
data-full-width-responsive="true">
\ No newline at end of file
+
+@if (Debugger.IsAttached)
+{
+ Display Ad Shown Here
+}
\ No newline at end of file
diff --git a/Client/Shared/UI/Adsense/InArticleAd.razor b/Client/Shared/UI/Adsense/InArticleAd.razor
new file mode 100644
index 0000000..4a197e0
--- /dev/null
+++ b/Client/Shared/UI/Adsense/InArticleAd.razor
@@ -0,0 +1,15 @@
+
+
+
+@if (Debugger.IsAttached)
+{
+ In-Article Ad Shown Here
+}
\ No newline at end of file
diff --git a/Client/Shared/UI/Adsense/InFeedAd.razor b/Client/Shared/UI/Adsense/InFeedAd.razor
new file mode 100644
index 0000000..09035e1
--- /dev/null
+++ b/Client/Shared/UI/Adsense/InFeedAd.razor
@@ -0,0 +1,15 @@
+
+
+
+@if (Debugger.IsAttached)
+{
+ In-Feed Ad Shown Here
+}
\ No newline at end of file
diff --git a/Client/_Imports.razor b/Client/_Imports.razor
index f888be2..a12a912 100644
--- a/Client/_Imports.razor
+++ b/Client/_Imports.razor
@@ -1,5 +1,7 @@
@using System.Net.Http
@using System.Net.Http.Json
+@using System.Diagnostics
+
@using Microsoft.AspNetCore.Components.Forms
@using Microsoft.AspNetCore.Components.Routing
@using Microsoft.AspNetCore.Components.Web
@@ -9,6 +11,7 @@
@using blazam.org
@using blazam.org.Shared
@using blazam.org.Shared.UI
+@using blazam.org.Shared.UI.Adsense
@using MudBlazor