diff --git a/.DS_Store b/.DS_Store
index abc8a1bac0a9d1e3febd010c8c63bd24d9c8e97b..edba6e3e6be05a34a8cea0f5f21daeb0a847cfa2 100644
Binary files a/.DS_Store and b/.DS_Store differ
diff --git a/CI-ColorWebs/.DS_Store b/CI-ColorWebs/.DS_Store
index 632f4dd3c8300dc3fac2b29f559c54785367e903..5c2685a23c94c847d70c093ac3da9c3608529981 100644
Binary files a/CI-ColorWebs/.DS_Store and b/CI-ColorWebs/.DS_Store differ
diff --git a/CI-ColorWebs/CI-ColorWebs.csproj b/CI-ColorWebs/CI-ColorWebs.csproj
index 932f26ceeaece7675fa7d8ca2b42cc6f4021dcaf..6a46cf4ec4144831d4a88b30390e1484e058787c 100644
--- a/CI-ColorWebs/CI-ColorWebs.csproj
+++ b/CI-ColorWebs/CI-ColorWebs.csproj
@@ -7,4 +7,10 @@
<RootNamespace>CI_ColorWebs</RootNamespace>
</PropertyGroup>
+ <ItemGroup>
+ <None Update="Pages\circlebackground.jpg">
+ <DependentUpon>Privacy.cshtml</DependentUpon>
+ </None>
+ </ItemGroup>
+
</Project>
diff --git a/CI-ColorWebs/Pages/.DS_Store b/CI-ColorWebs/Pages/.DS_Store
new file mode 100644
index 0000000000000000000000000000000000000000..90ddc986bf51253f89fa39e515aa57690dc88f72
Binary files /dev/null and b/CI-ColorWebs/Pages/.DS_Store differ
diff --git a/CI-ColorWebs/Pages/Index.cshtml b/CI-ColorWebs/Pages/Index.cshtml
index 1c1aee17766a8d3acd75c3658a1e14c6273ac067..2fe2567000193a0eadfba3d29104c5a2c219a879 100644
--- a/CI-ColorWebs/Pages/Index.cshtml
+++ b/CI-ColorWebs/Pages/Index.cshtml
@@ -3,12 +3,19 @@
@{
ViewData["Title"] = "Home page";
}
+<style>
+ body {
+ background-image: url("https://c8.alamy.com/comp/2D1P4N9/background-with-dotted-pattern-at-the-cornerswhite-backdrop-with-black-dotscirclesraster-modern-optical-pop-art-texture-for-posters-business-cards-2D1P4N9.jpg");
+ background-position: 50% 50%;
+ background-repeat: repeat;
+ }
+</style>
<script>src = 'site.js'</script>
<div class="text-center">
<h1 class="display-4">Welcome</h1>
- <p>Learn about <a href="https://docs.microsoft.com/aspnet/core">building Web apps with ASP.NET Core</a>.</p>
<h2>
<button id="genNew">Generate New Random Color</button>
+ <br>
<span id="color"></span>
<span id="color2"></span>
<span id="color3"></span>
@@ -18,13 +25,14 @@
<canvas width = "700"></canvas>
</h2>
<h3>
- <p>View your pallete visualized through AI art:</p>
- <span id="linkai"></span>
+ <p>View your pallete visualized through AI art:</p>
+ <span id="linkai"></span>
</h3>
- <h8>
- <p>(Keep in mind AI art is not perfect and it may take a couple of tries before you get a result you like)</p>
- </h8>
-
+<h8>
+ <p>(Keep in mind AI art is not perfect and it may take a couple of tries before you get a result you like)</p>
+</h8>
</div>
+
+
diff --git a/CI-ColorWebs/Pages/Privacy.cshtml b/CI-ColorWebs/Pages/Privacy.cshtml
index a92998a63302e7e5ab328ff0f67aa5c55d5a7fb9..04909b26385dccebddc4d990e2182f3c685ec314 100644
--- a/CI-ColorWebs/Pages/Privacy.cshtml
+++ b/CI-ColorWebs/Pages/Privacy.cshtml
@@ -4,5 +4,22 @@
ViewData["Title"] = "Privacy Policy";
}
<h1>@ViewData["Title"]</h1>
-
-<p>Use this page to detail your site's privacy policy.</p>
\ No newline at end of file
+<style>
+ body {
+ background-image: url("https://c8.alamy.com/comp/2D1P4N9/background-with-dotted-pattern-at-the-cornerswhite-backdrop-with-black-dotscirclesraster-modern-optical-pop-art-texture-for-posters-business-cards-2D1P4N9.jpg");
+ background-position: 50% 50%;
+ background-repeat: repeat;
+ }
+</style>
+<p>
+ The privacy of our visitors at the Color-Website is very important to us. We want you to understand the type of information we collect when you visit our site and how we use this information.
+ <h1 class = "PrivacyHeader">Log File Data</h1>
+ In common with other websites, log files are stored on the web server saving details such as your IP address, browser type, referring page and time of visit. This information is not used to track individual visitors to this website.
+ <h2 class = "PrivacyHeader">Cookies & Your Personal Data</h2>
+ Cookies are small digital signature files that are stored by your web browser that allow your preferences to be recorded when visiting the website. Also they may be used to track your return visits to the website.
+ We might use cookies to store your preferences when you visit the Color-Website. This helps us to improve your experience as a visitor by tracking your interests, and lets us identify repeat visitors.
+ <br>
+ » We don't collect any personal information from you unless you supply it and we need it
+ <br>
+ » We won't share your personal information with anyone else.</p>
+
\ No newline at end of file
diff --git a/CI-ColorWebs/Pages/Shared/_Layout.cshtml b/CI-ColorWebs/Pages/Shared/_Layout.cshtml
index 035863a85a65424cba633ebffbc0468ee0ed96e7..5a3b8470d0629dd6439a829c7d0857877951cc07 100644
--- a/CI-ColorWebs/Pages/Shared/_Layout.cshtml
+++ b/CI-ColorWebs/Pages/Shared/_Layout.cshtml
@@ -41,6 +41,12 @@
@RenderBody()
</main>
</div>
+<br>
+<br>
+<br>
+<br>
+<br>
+<br>
<footer class="border-top footer text-muted">
<div class="container">
diff --git a/CI-ColorWebs/Pages/TruePalette.cshtml b/CI-ColorWebs/Pages/TruePalette.cshtml
index cd25c1d14ed252b43adf1f7e9758477cb76c9b1a..5b4c688c709aed8a99847816f24fa1032be9a4a6 100644
--- a/CI-ColorWebs/Pages/TruePalette.cshtml
+++ b/CI-ColorWebs/Pages/TruePalette.cshtml
@@ -3,12 +3,18 @@
@{
ViewData["Title"] = "True Palette";
}
-
+<style>
+ body {
+ background-image: url("https://c8.alamy.com/comp/2D1P4N9/background-with-dotted-pattern-at-the-cornerswhite-backdrop-with-black-dotscirclesraster-modern-optical-pop-art-texture-for-posters-business-cards-2D1P4N9.jpg");
+ background-position: 50% 50%;
+ background-repeat: repeat;
+ }
+</style>
<div class="text-center">
<h1 class="display-4">Welcome</h1>
- <p>Learn about <a href="https://docs.microsoft.com/aspnet/core">building Web apps with ASP.NET Core</a>.</p>
<h2>
<button id="gsetNew">Generate New Set Palette</button>
+ <br>
<span id="palColor"></span>
<span id="palColor2"></span>
<span id="palColor3"></span>
diff --git a/CI-ColorWebs/wwwroot/css/site.css b/CI-ColorWebs/wwwroot/css/site.css
index b3fdae262ae49e437bee2e7f01e7606a3ab0d2ac..5386bae8d72b5c98dc14fd888bf8cb88944b3b2b 100644
--- a/CI-ColorWebs/wwwroot/css/site.css
+++ b/CI-ColorWebs/wwwroot/css/site.css
@@ -112,4 +112,12 @@ body {
.AboutUsContact{
font-size: 20px;
font-weight: 400;
-}
\ No newline at end of file
+}
+
+.PrivacyHeader{
+ margin-top: 30px;
+ color: black;
+ font-size: 40px;
+ font-weight: 400;
+ font-family: "Aileron", sans-serif;
+}