Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Making the Copyright professional #708

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
130 changes: 57 additions & 73 deletions berry_pops.html
Original file line number Diff line number Diff line change
@@ -1,75 +1,59 @@
<html lang="en">
<head>
<meta charset="utf-8"/>
<meta content="width=device-width, initial-scale=1.0" name="viewport"/>
<title>
Shop Items
</title>
<script src="https://cdn.tailwindcss.com">
</script>
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css" rel="stylesheet"/>
</head>
<body class="bg-gradient-to-r from-pink-300 via-purple-300 to-indigo-400 flex items-center justify-center min-h-screen">
<div class="max-w-4xl mx-auto p-6 bg-white rounded-lg shadow-md flex">
<div class="w-1/2">
<br>
<br>
<br>
<img alt="A pink cup of Van Leeuwen strawberry ice cream with several scoops on top" class="rounded-lg" height="400" src="/images/download (2).jpeg" width="400"/>
</div>
<div class="w-1/2 pl-6">
<h1 class="text-2xl font-bold text-red-700">
Berry Pops
</h1>
<div class="flex items-center my-2">
<span class="text-2xl font-bold text-red-700">
$18.99
</span>
<span class="text-gray-500 line-through ml-2">
$20.99
</span>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Shop Items</title>
<script src="https://cdn.tailwindcss.com"></script>
<link
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css"
rel="stylesheet"
/>
</head>
<body class="bg-gradient-to-r from-pink-300 via-purple-300 to-indigo-400 flex items-center justify-center min-h-screen">
<div class="max-w-4xl mx-auto p-6 bg-white rounded-lg shadow-md flex flex-wrap md:flex-nowrap">
<div class="w-full md:w-1/2 mb-6 md:mb-0">
<img
src="/basic-icecream-website/images/ice.jpg"
alt="A pink cup of Van Leeuwen strawberry ice cream with several scoops on top"
class="rounded-lg w-full h-auto object-cover"
/>
</div>
<div class="w-full md:w-1/2 md:pl-6">
<h1 class="text-3xl font-bold text-red-700 mb-4">Berry Pops</h1>
<div class="flex items-center my-2">
<span class="text-2xl font-bold text-red-700">$18.99</span>
<span class="text-gray-500 line-through ml-2">$20.99</span>
</div>
<p class="text-gray-700 mb-6">
Berry Pops delivers a vibrant, fruity burst of mixed berries with
each bite, offering a refreshing balance of tartness and sweetness.
This dairy-free treat is ideal for those who love light and zesty
flavors. Reviews highlight its invigorating taste and the perfect mix
of berry flavors for a refreshing experience.
</p>
<ul class="mb-6">
<li>
<strong>SKU (Stock Keeping Unit):</strong> BPIC500ML
</li>
<li>
<strong>Availability:</strong>
<span class="text-red-700">Limited</span>
</li>
<li>
<strong>Flavor:</strong>
<span class="text-red-700">Tangent and fruity</span>
</li>
<li>
<strong>Vendor:</strong>
<span class="text-red-700">Polar Bear</span>
</li>
</ul>
<a href="index.html">
<button class="px-6 py-2 bg-red-700 text-white rounded hover:bg-red-600 transition duration-300">
Go Back
</button>
</a>
</div>
</div>
<p class="text-gray-700 mb-4">
Berry Pops delivers a vibrant, fruity burst of mixed berries with each bite, offering a refreshing balance of tartness and sweetness. This dairy-free treat is ideal for those who love light and zesty flavors. Reviews highlight its invigorating taste and the perfect mix of berry flavors for a refreshing experience.
</p>
<ul class="mb-4">
<li>
<strong>
SKU(Stock Keeping Unit):
</strong>
BPIC500ML
</li>
<li>
<strong>
Availability:
</strong>
<span class="text-red-700">
Limited
</span>
</li>
<li>
<strong>
Flavor:
</strong>
<span class="text-red-700">
Tangent and fruity
</span>
</li>
<li>
<strong>
Vendor:
</strong>
<span class="text-red-700">
Polar Bear
</span>
</li>
</ul>
<a href="index.html">
<button class="ml-4 px-6 py-2 bg-red-700 text-white rounded">
Go Back
</button>
</div>
</div>
</div>
</body>
</html>
</body>
</html>
104 changes: 82 additions & 22 deletions copyright.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,42 +4,102 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Copyright</title>
<title>Copyright Policy | ArcticDelights</title>
<style>
body {
font-family: Arial, sans-serif;
line-height: 1.6;
margin: 0;
padding: 0;
background-color: #f4f4f4;
}
header {
background-color: #29c5ca;
padding: 30px;
text-align: center;
color: white;
}
h1 {
margin: 0;
font-size: 2.5rem;
}
main {
padding: 40px;
max-width: 1000px;
margin: 20px auto;
background-color: white;
box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
border-radius: 8px;
}
h2 {
color: #054652;
text-align: center;
font-size: 2rem;
margin-bottom: 20px;
}
p {
margin-bottom: 20px;
color: #333;
}
ol {
margin-left: 20px;
color: #333;
}
li {
margin-bottom: 15px;
}
footer {
background-color: #29c5ca;
padding: 15px;
text-align: center;
color: white;
}
footer p {
margin: 0;
}
</style>
</head>

<body>

<!-- Header Section -->
<header style="background-color: #29c5ca; padding: 20px; text-align: center;">
<h1 style="color: white; margin: 0;">Have ArcticDelights And Be Chill</h1>
<header>
<h1>ArcticDelights: Stay Cool, Stay Chill</h1>
</header>

<!-- Main Content Section -->
<main style="padding: 20px; max-width: 1000px; margin: auto;">
<h2 style="color: #054652; text-align: center;">Copyright Policy</h2>
<!-- <p>Effective Date: [Insert Date]</p> -->
<p>Welcome to ArcticDelights. All materials on this website are copyrighted and owned by ArcticDelights, unless
otherwise indicated. The following guidelines outline our copyright policy and help protect the rights of
both ArcticDelights and our users.</p>
<main>
<h2>Copyright Policy</h2>
<p>Welcome to ArcticDelights. All materials on this website are copyrighted and owned by ArcticDelights, unless otherwise indicated. The guidelines outlined below explain our copyright policy and aim to protect the intellectual property rights of ArcticDelights and its users.</p>

<!-- List of points on copyright infringement -->

<ol>
<li><strong>Ownership of Content:</strong><p>Clearly state that the content on your webpage is protected by copyright. For example: “© 2024 ArcticDelights. All rights reserved.”</p></li>
<li><strong>Ownership</strong><p>All the text, images, and other media own by ArcticDelights.</p></li>
<li><strong>Usage Rights</strong><p>No part of this site may be reproduced without permission.</p></li>
<li><strong>Trademarks</strong><p>All trademarks and logos are the property of ArcticDelights.</p></li>
<li><strong>Contact Information</strong><p>Provide a way for users to contact you for permissions or inquiries</p></li>
<li><strong>External Links</strong><p>If you link to other sites, clarify that you’re not responsible for their content.</p></li>

</ol>

<li><strong>Ownership of Content:</strong>
<p>All content, including text, images, and multimedia elements on this website, are protected by copyright law and are the exclusive property of ArcticDelights unless stated otherwise. “© 2024 ArcticDelights. All rights reserved.”</p>
</li>
<li><strong>Exclusive Rights:</strong>
<p>ArcticDelights holds full ownership of all text, images, and media on this site. Unauthorized reproduction or use of the content is prohibited without prior written consent.</p>
</li>
<li><strong>Usage Restrictions:</strong>
<p>No portion of this website may be reproduced, distributed, or transmitted in any form or by any means without express permission from ArcticDelights.</p>
</li>
<li><strong>Trademarks:</strong>
<p>All trademarks, logos, and service marks displayed on this site are the property of ArcticDelights. Unauthorized use of these trademarks is strictly prohibited.</p>
</li>
<li><strong>Contact Information:</strong>
<p>For inquiries regarding permissions or licensing, please contact us at <a href="mailto:[email protected]">[email protected]</a>.</p>
</li>
<li><strong>External Links:</strong>
<p>This site may contain links to external websites. ArcticDelights does not endorse or assume responsibility for the content of these third-party sites.</p>
</li>
</ol>
</main>

<!-- Footer Section -->
<footer style="background-color: #29c5ca; padding: 10px; text-align: center; color: rgb(0, 0, 0);">
<p>&copy; 2024 ArcticDelights. All rights reserved.</p>
<footer>
<p>&copy; 2024 ArcticDelights. All Rights Reserved.</p>
</footer>

</body>
</html>

</html>
Loading