-
Notifications
You must be signed in to change notification settings - Fork 0
/
fusasis.html
27 lines (23 loc) · 8.97 KB
/
fusasis.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>Developers | 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="Developers - HGBaquiran College"property=og:title><meta content="Meet our Developers."property=og:description><meta content=https://raw.githubusercontent.com/jesusdiazjess/hgbc.edu.ph/main/metatags/METADDevelopers.png property=og:image><meta content=https://hgbc.edu.ph property=og:url><meta content=website property=og:type><meta content="Developers - HGBaquiran College"property=og:title><meta content="Meet our Developers."property=og:description><meta content=https://raw.githubusercontent.com/jesusdiazjess/hgbc.edu.ph/main/metatags/METADDevelopers.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="Developers - HGBaquiran College"name=twitter:title><meta content="Meet our Developers."name=twitter:description><meta content=https://raw.githubusercontent.com/jesusdiazjess/hgbc.edu.ph/main/metatags/METADDevelopers.png property=og:image><meta content=https://hgbc.edu.ph name=twitter:url><section class=fusasis-header><nav><div class=logo-container><a href=index.html><img src=images/logo.png alt="HGBaquiran College Logo"></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>THE DEVELOPERS</h1></section><meta charset=UTF-8><meta content="width=device-width,initial-scale=1"name=viewport><link href=styles.css rel=stylesheet><title>Multiple Accordions Example</title><body><script src=script.js></script><section class=fusasis-us><div class=row><div class=fusasis-col><h2>Project FUSASIS</h2><p>Welcome to the cyberspace of HGBaquiran College, where a dynamic team of five developers, including a co-pilot, is reshaping education through innovation. These visionaries bring diverse skills and experiences, united by a shared commitment to blend cutting-edge technology with pedagogical excellence. Join us as we explore the unique stories behind these developers, each contributing to the transformation of HGBaquiran College into a hub of academic excellence and technological advancement.<div class=fusasis-col><div class=developer id=developer1 onmouseout='resetEffect("developer1")'onmouseover='hoverEffect("developer1")'><div class=overlay></div><img src=metadevs/ANJ_HD.webp><h3>Ms. Anjilyn<br>Divina</h3></div><div class=developer id=developer2 onmouseout='resetEffect("developer2")'onmouseover='hoverEffect("developer2")'><div class=overlay></div><img src=metadevs/HON_HD.webp alt=HON><h3>Ms. Honey Joy Forto</h3></div><div class=developer id=developer3 onmouseout='resetEffect("developer3")'onmouseover='hoverEffect("developer3")'><div class=overlay></div><a href=https://mega.nz/filerequest/ZQHzS0CfoRc target=_blank><img src=metadevs/JES_HD.webp alt=JES></a><h3>Mr. Jesus Diaz</h3></div><div class=developer id=developer4 onmouseout='resetEffect("developer4")'onmouseover='hoverEffect("developer4")'><div class=overlay></div><img src=metadevs/JER_HD.webp><h3>Ms. Jermalyn<br>Domingo</h3></div><div class=developer id=developer5 onmouseout='resetEffect("developer5")'onmouseover='hoverEffect("developer5")'><div class=overlay></div><img src=metadevs/LAN_HD.webp alt=LAN><h3>Ms. Lance<br>Rubrica</h3></div></div><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><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><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><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></section><script src=hgbc.js></script>