mirror of
https://github.com/neosubhamoy/neosubhamoy-portfolio.git
synced 2025-12-20 03:29:35 +05:30
(feat): added dmca page and minor changes in policy and terms page
This commit is contained in:
@@ -0,0 +1,63 @@
|
|||||||
|
<?php
|
||||||
|
require 'core/vendor/autoload.php';
|
||||||
|
$dotenv = Dotenv\Dotenv::createImmutable('../');
|
||||||
|
$dotenv->load();
|
||||||
|
|
||||||
|
require 'core/connection.php';
|
||||||
|
require 'core/host_config.php';
|
||||||
|
require 'core/query_functions.php';
|
||||||
|
?>
|
||||||
|
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
<meta name="description" content="">
|
||||||
|
<title>DMCA Notice - @neo_subhamoy</title>
|
||||||
|
<?php require 'assets/_integrate.php';?>
|
||||||
|
</head>
|
||||||
|
<body class="font-lexend bg-bg_primary text-accent_secondary">
|
||||||
|
<?php include 'assets/_preloader.php';?>
|
||||||
|
<?php include 'assets/_floatingbar.php';?>
|
||||||
|
<?php require 'assets/_header.php';?>
|
||||||
|
<div class="dmcabox w-full px-4 lg:px-[4.5rem]">
|
||||||
|
<div class="mainsection w-full mt-10 mb-28">
|
||||||
|
<div class="dmcaheader w-full flex justify-between items-center">
|
||||||
|
<span class="flex items-center">
|
||||||
|
<button class="w-[40px] h-[40px] bg-bg_secondary hover:bg-bg_third rounded-full flex justify-center items-center mr-3" onclick="location.href='<?php echo $basePath ?>'"><i class="fa-solid fa-chevron-left"></i></button>
|
||||||
|
<h1 class="text-4xl">DMCA Notice</h1>
|
||||||
|
</span>
|
||||||
|
<span class="px-4 py-1 bg-accent_primary_extratransparent rounded-full text-accent_primary hidden lg:block">#legal</span>
|
||||||
|
</div>
|
||||||
|
<p class="text-lg text-accent_three mt-12">Last Updated On: 11th of December 2023</p>
|
||||||
|
<div class="dmcacontent w-full bg-bg_secondary rounded-xl px-5 py-7 mt-7">
|
||||||
|
<div class="dmcacont1 text-accent_three pb-5 mb-10 border-b-[1px] border-b-accent_secondary_transparent">
|
||||||
|
<p>If you require any more information or have any questions regarding this site's disclaimer, please feel free to contact us by email at <a href="mailto:hey@neosubhamoy.com">hey@neosubhamoy.com</a>.</p>
|
||||||
|
</div>
|
||||||
|
<div class="dmcacont2 text-accent_three">
|
||||||
|
<h2 class="text-2xl text-accent_secondary my-3">Disclaimers for Subhamoy Biswas Portfolio</h2>
|
||||||
|
|
||||||
|
<p>All the information on this website - https://neosubhamoy.com - is published in good faith and for general information purpose only. Subhamoy Biswas Portfolio does not make any warranties about the completeness, reliability and accuracy of this information. Any action you take upon the information you find on this website (Subhamoy Biswas Portfolio), is strictly at your own risk. Subhamoy Biswas Portfolio will not be liable for any losses and/or damages in connection with the use of our website.</p>
|
||||||
|
|
||||||
|
<p>From our website, you can visit other websites by following hyperlinks to such external sites. While we strive to provide only quality links to useful and ethical websites, we have no control over the content and nature of these sites. These links to other websites do not imply a recommendation for all the content found on these sites. Site owners and content may change without notice and may occur before we have the opportunity to remove a link which may have gone 'bad'.</p>
|
||||||
|
|
||||||
|
<p>Please be also aware that when you leave our website, other sites may have different privacy policies and terms which are beyond our control. Please be sure to check the Privacy Policies of these sites as well as their "Terms of Service" before engaging in any business or uploading any information.</p>
|
||||||
|
|
||||||
|
<h2 class="text-2xl text-accent_secondary my-3">Consent</h2>
|
||||||
|
|
||||||
|
<p>By using our website, you hereby consent to our disclaimer and agree to its terms.</p>
|
||||||
|
|
||||||
|
<h2 class="text-2xl text-accent_secondary my-3">Update</h2>
|
||||||
|
|
||||||
|
<p>Should we update, amend or make any changes to this document, those changes will be prominently posted here.</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<?php require 'assets/_footer.php';?>
|
||||||
|
<script type="text/javascript" src="assets/js/preloader-config.js"></script>
|
||||||
|
<script type="text/javascript" src="assets/js/floatingbar-config.js"></script>
|
||||||
|
<script type="text/javascript" src="assets/js/keybinding-config.js"></script>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
@@ -76,7 +76,7 @@ require 'core/query_functions.php';
|
|||||||
|
|
||||||
<p>We use the information we collect in various ways, including to:</p>
|
<p>We use the information we collect in various ways, including to:</p>
|
||||||
|
|
||||||
<ul>
|
<ul class="list-disc ml-10">
|
||||||
<li>Provide, operate, and maintain our website</li>
|
<li>Provide, operate, and maintain our website</li>
|
||||||
<li>Improve, personalize, and expand our website</li>
|
<li>Improve, personalize, and expand our website</li>
|
||||||
<li>Understand and analyze how you use our website</li>
|
<li>Understand and analyze how you use our website</li>
|
||||||
@@ -139,7 +139,7 @@ require 'core/query_functions.php';
|
|||||||
access, we hyperlinked to their Privacy Policies below.
|
access, we hyperlinked to their Privacy Policies below.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<ul>
|
<ul class="list-disc ml-10">
|
||||||
<li>
|
<li>
|
||||||
<p>Google</p>
|
<p>Google</p>
|
||||||
<p>
|
<p>
|
||||||
|
|||||||
@@ -38,11 +38,9 @@ require 'core/query_functions.php';
|
|||||||
<p>The Subhamoy Biswas Portfolio website located at https://neosubhamoy.com is a copyrighted work belonging to Subhamoy Biswas. Certain features of the Site may be subject to additional guidelines, terms, or rules, which will be posted on the Site in connection with such features.</p>
|
<p>The Subhamoy Biswas Portfolio website located at https://neosubhamoy.com is a copyrighted work belonging to Subhamoy Biswas. Certain features of the Site may be subject to additional guidelines, terms, or rules, which will be posted on the Site in connection with such features.</p>
|
||||||
|
|
||||||
<p>All such additional terms, guidelines, and rules are incorporated by reference into these Terms.</p>
|
<p>All such additional terms, guidelines, and rules are incorporated by reference into these Terms.</p>
|
||||||
|
<p>These Terms of Use described the legally binding terms and conditions that oversee your use of the Site. BY LOGGING INTO THE SITE, YOU ARE BEING COMPLIANT THAT THESE TERMS and you represent that you have the authority and capacity to enter into these Terms. YOU SHOULD BE AT LEAST 18 YEARS OF AGE TO ACCESS THE SITE. IF YOU DISAGREE WITH ALL OF THE PROVISION OF THESE TERMS, DO NOT LOG INTO AND/OR USE THE SITE.</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="termscont2 text-accent_three">
|
<div class="termscont2 text-accent_three">
|
||||||
<p>These Terms of Use described the legally binding terms and conditions that oversee your use of the Site. BY LOGGING INTO THE SITE, YOU ARE BEING COMPLIANT THAT THESE TERMS and you represent that you have the authority and capacity to enter into these Terms. YOU SHOULD BE AT LEAST 18 YEARS OF AGE TO ACCESS THE SITE. IF YOU DISAGREE WITH ALL OF THE PROVISION OF THESE TERMS, DO NOT LOG INTO AND/OR USE THE SITE.</p>
|
|
||||||
|
|
||||||
<p> </p>
|
|
||||||
|
|
||||||
<p>These terms require the use of arbitration Section 10.2 on an individual basis to resolve disputes and also limit the remedies available to you in the event of a dispute.</p>
|
<p>These terms require the use of arbitration Section 10.2 on an individual basis to resolve disputes and also limit the remedies available to you in the event of a dispute.</p>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user