Skip to content
Snippets Groups Projects
Commit b1d38fd8 authored by akhilb3's avatar akhilb3
Browse files

Akhil - Background

Background visuals added
parent a4d4f2db
Branches
No related tags found
No related merge requests found
No preview for this file type
No preview for this file type
...@@ -7,4 +7,10 @@ ...@@ -7,4 +7,10 @@
<RootNamespace>CI_ColorWebs</RootNamespace> <RootNamespace>CI_ColorWebs</RootNamespace>
</PropertyGroup> </PropertyGroup>
<ItemGroup>
<None Update="Pages\circlebackground.jpg">
<DependentUpon>Privacy.cshtml</DependentUpon>
</None>
</ItemGroup>
</Project> </Project>
File added
...@@ -3,12 +3,19 @@ ...@@ -3,12 +3,19 @@
@{ @{
ViewData["Title"] = "Home page"; 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> <script>src = 'site.js'</script>
<div class="text-center"> <div class="text-center">
<h1 class="display-4">Welcome</h1> <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> <h2>
<button id="genNew">Generate New Random Color</button> <button id="genNew">Generate New Random Color</button>
<br>
<span id="color"></span> <span id="color"></span>
<span id="color2"></span> <span id="color2"></span>
<span id="color3"></span> <span id="color3"></span>
...@@ -24,7 +31,8 @@ ...@@ -24,7 +31,8 @@
<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> <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>
</div> </div>
...@@ -4,5 +4,22 @@ ...@@ -4,5 +4,22 @@
ViewData["Title"] = "Privacy Policy"; ViewData["Title"] = "Privacy Policy";
} }
<h1>@ViewData["Title"]</h1> <h1>@ViewData["Title"]</h1>
<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
<p>Use this page to detail your site's privacy policy.</p>
\ No newline at end of file
...@@ -41,6 +41,12 @@ ...@@ -41,6 +41,12 @@
@RenderBody() @RenderBody()
</main> </main>
</div> </div>
<br>
<br>
<br>
<br>
<br>
<br>
<footer class="border-top footer text-muted"> <footer class="border-top footer text-muted">
<div class="container"> <div class="container">
......
...@@ -3,12 +3,18 @@ ...@@ -3,12 +3,18 @@
@{ @{
ViewData["Title"] = "True Palette"; 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"> <div class="text-center">
<h1 class="display-4">Welcome</h1> <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> <h2>
<button id="gsetNew">Generate New Set Palette</button> <button id="gsetNew">Generate New Set Palette</button>
<br>
<span id="palColor"></span> <span id="palColor"></span>
<span id="palColor2"></span> <span id="palColor2"></span>
<span id="palColor3"></span> <span id="palColor3"></span>
......
...@@ -113,3 +113,11 @@ body { ...@@ -113,3 +113,11 @@ body {
font-size: 20px; font-size: 20px;
font-weight: 400; font-weight: 400;
} }
.PrivacyHeader{
margin-top: 30px;
color: black;
font-size: 40px;
font-weight: 400;
font-family: "Aileron", sans-serif;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment