-
Notifications
You must be signed in to change notification settings - Fork 0
/
termsofuse.html
27 lines (23 loc) · 9.96 KB
/
termsofuse.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<html lang=en><meta content="width=device-width,initial-scale=1"name=viewport><meta content="IE=edge,chrome=1"http-equiv=X-UA-Compatible><title>Terms of Use | HGBaquiran College</title><link href=style.css rel=stylesheet><link href=https://cdn.jsdelivr.net/npm/@fortawesome/[email protected]/css/all.min.css rel=stylesheet><link href=https://fonts.googleapis.com rel=preconnect><link href=https://fonts.gstatic.com rel=preconnect crossorigin><link href="https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,400;1,300&display=swap"rel=stylesheet><link href=/favicon.ico rel=icon type=image/x-icon><link href=images/favicon.ico rel="shortcut icon"type=image/x-icon><link href=style.css rel=stylesheet><link href=https://cdn.jsdelivr.net/npm/@fortawesome/[email protected]/css/all.min.css rel=stylesheet><link href=https://fonts.googleapis.com rel=preconnect><link href=https://fonts.gstatic.com rel=preconnect crossorigin><link href="https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,400;1,300&display=swap"rel=stylesheet><script src="https://www.googletagmanager.com/gtag/js?id=G-7SVH2LQ0S9"async></script><script>function gtag(){dataLayer.push(arguments)}window.dataLayer=window.dataLayer||[],gtag("js",new Date),gtag("config","G-7SVH2LQ0S9")</script><meta content=5F9C9778C149E3E98C05D17F360D5619 name=msvalidate.01><meta content="Terms of Use - HGBaquiran College"property=og:title><meta content="If you agree to these Terms on behalf of a company or another legal entity, you represent that you have the authority to bind such entity, its affiliates, and all users who access the Services through your Account to these Terms."property=og:description><meta content=https://raw.githubusercontent.com/jesusdiazjess/hgbc.edu.ph/main/metatags/METADTermsofUse.png property=og:image><meta content=https://hgbc.edu.ph property=og:url><meta content=website property=og:type><meta content="Terms of Use - HGBaquiran College"property=og:title><meta content="If you agree to these Terms on behalf of a company or another legal entity, you represent that you have the authority to bind such entity, its affiliates, and all users who access the Services through your Account to these Terms."property=og:description><meta content=https://raw.githubusercontent.com/jesusdiazjess/hgbc.edu.ph/main/metatags/METADTermsofUse.png property=og:image><meta content=https://hgbc.edu.ph property=og:url><meta content=website property=og:type><meta content=summary_large_image name=twitter:card><meta content="Terms of Use - HGBaquiran College"name=twitter:title><meta content="If you agree to these Terms on behalf of a company or another legal entity, you represent that you have the authority to bind such entity, its affiliates, and all users who access the Services through your Account to these Terms."name=twitter:description><meta content=https://raw.githubusercontent.com/jesusdiazjess/hgbc.edu.ph/main/metatags/METADTermsofUse.png property=og:image><meta content=https://hgbc.edu.ph name=twitter:url><section class=terms-header><nav><div class=logo-container><a href=index.html><img alt="HGBaquiran College Logo"src=images/logo.png></a><div><span class=logo-text>HGBaquiran College</span></div></div><div class=nav-container><div class=nav-links><span class=close-btn onclick=hideMenu()>×</span><ul><li><a href=index.html>HOME</a><li><a href=course.html>COURSE</a><li><a href=admission.html>ADMISSION</a><li><a href=news.html>NEWS</a><li><a href=about.html>ABOUT US</a></ul></div><span class=menu-btn onclick=showMenu()>☰</span><div class=login-container><div class=login-wrapper><a href=login.html class=login-link>LOG IN</a></div></div></div></nav><h1>TERMS OF USE</h1></section><body><script src=script.js></script><section class=terms-us><div class=row><div class=terms-col><h4><p><i>© 2024 All Rights Reserved.</i></h4><h2>General</h2><p class=indented-paragraph>All textual, graphical, and other content appearing on this website are the property of HGBaquiran College, Inc. You may view, copy, print, and use the content contained on this website solely for your own personal use, provided that:</p><li>No text, graphics, or other content available from this website is modified in any way.<li>The content available from this website is used for informational and non-commercial purposes only.<li>No graphics available from this website are used, copied, or distributed separate from accompanying text.</li><p>Nothing contained herein shall be construed as conferring by implication, estoppel, or otherwise any license or other grant of right to use any copyright, trademark, or other intellectual property of HGBaquiran College, Inc., or any third party, except as expressly provided herein. This website may contain links to or be accessed through links on websites of other institutions, individuals, or groups. HGBaquiran College, Inc., does not have responsibility for the contents, availability, operation, or performance of any other sites, to which this website may be linked or from which this website may be accessed.<br><br>Reference to any product, process, publication, service, or offering of any third party by trade name, trademark, manufacturer, or otherwise does not necessarily constitute or imply the endorsement or recommendation of such by HGBaquiran College, Inc. Our Web Development Team shall have the right (but not the obligation) in their sole discretion to refuse or remove any content that is available via this website. Without limiting the foregoing, Our Web Development Team shall have the right to remove any content that violates the policies of HGBaquiran College, Inc., or is otherwise determined to be objectionable by HGBaquiran College, Inc., in its sole discretion.<p>HGBaquiran College, Inc., reserves the right, at its sole and absolute discretion, to make changes in these Terms of Use at any time without notice. Your continued use of the Site after any such changes signifies your acceptance of the Terms of Use as revised.</p><script src=script.js></script></div></div></section><section class=policy-us></section><section class=footer><h4>About Us</h4><div class=footer-text>HGBaquiran College, Inc., is located in Tumauini, Isabela, Philippines 3325.<br>It was established in 2005 and was the town of Tumauini's only college.<br>© <span id=currentYear></span> All Rights Reserved.</div><script>// Get the current year
const currentYear = new Date().getFullYear();
// Set the current year in the span
document.getElementById('currentYear').textContent = currentYear;</script><p><a href=privacypolicy.html class=privacy-policy-link id=privacyPolicyLink>PRIVACY POLICY</a><div class=loading-spinner id=loadingSpinner style=display:none></div><script>// Event listener for Privacy Policy link
document.getElementById('privacyPolicyLink').addEventListener('click', function(event) {
event.preventDefault(); // Prevent the default link behavior
const loadingSpinner = document.getElementById('loadingSpinner');
loadingSpinner.style.display = 'block'; // Show the spinner
// Simulate a loading process (for demonstration purposes)
setTimeout(function() {
loadingSpinner.style.display = 'none'; // Hide the spinner
window.location.href = 'privacypolicy.html'; // Redirect to the Privacy Policy page
}, 1500); // Adjust the timeout duration as needed
});</script><div class=icons><a href=https://www.facebook.com/hgbaquiran target=_blank><i class="icon fa-brands fa-facebook"></i> </a><a href=mailto:[email protected]><i class="icon fa-envelope fa-solid"></i> </a><a href=https://www.youtube.com/your-youtube-channel target=_blank><i class="icon fa-brands fa-youtube"></i></a></div><p class=made>Made with ❤️ by <a href=fusasis.html id=fusasisLink>FUSASIS</a><div class=loading-spinner id=loadingSpinner></div><script>document.getElementById('fusasisLink').addEventListener('click', function(event) {
event.preventDefault(); // Prevent the default link behavior
const loadingSpinner = document.getElementById('loadingSpinner');
loadingSpinner.style.display = 'block'; // Show the spinner
// Simulate a loading process (for demonstration purposes)
setTimeout(function() {
loadingSpinner.style.display = 'none'; // Hide the spinner
window.location.href = 'fusasis.html'; // Redirect to fusasis.html
}, 1500); // Adjust the timeout duration as needed
});</script></section><script src=hgbc.js></script><style>#modal{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.7);display:flex;justify-content:center;align-items:center;opacity:0;visibility:hidden;transition:opacity .5s ease,visibility 0s .5s}#modal.show{opacity:1;visibility:visible;transition:opacity .5s ease,visibility 0s 0s}#modal-content{background:#fff;padding:20px;text-align:center;border-radius:8px;max-width:400px;width:100%;transform:translateY(-50px);transition:transform .5s ease}#modal.show #modal-content{transform:translateY(0)}#modal button{background-color:#4caf50;color:#fff;padding:10px 20px;border:none;cursor:pointer;border-radius:5px}#modal button:hover{background-color:#45a049}</style><div id=modal><div id=modal-content><p>You are not allowed to inspect or view the source code of this page. <a href=termsofuse.html class=privacy-policy-link>Learn More</a></p><button id=understand-btn>I Understand</button></div></div><audio id=error-sound preload=auto src=sounds/error-call-to-attention-129258.mp3></audio><script>function showModal(){document.getElementById("modal").classList.add("show")}function playSound(){var e=document.getElementById("error-sound");e&&e.play().catch(function(e){console.log("Error playing sound: ",e)})}document.addEventListener("contextmenu",function(e){e.preventDefault()}),document.onkeydown=function(e){(123==e.keyCode||e.ctrlKey&&e.shiftKey&&73==e.keyCode||e.ctrlKey&&85==e.keyCode)&&(e.preventDefault(),showModal(),playSound())},document.getElementById("understand-btn").onclick=function(){document.getElementById("modal").classList.remove("show")}</script>