Skip to content

Agents Scully and Mulder have left the FBI, this is the website of their freelance business.

Notifications You must be signed in to change notification settings

mdohr07/anomalyagency

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Anomaly Agency

👽 Welcome to the Anomaly Agency! 👽

Preview of Anomaly Agency

Scully and Mulder have left the FBI to open their own agency dedicated to investigating the unexplained. This project is a concept website created for practice and fun, written in HTML, CSS, and a touch of JavaScript.

🚀 Quick Start

  1. Fork the Repository:

    • Simply fork this repository to get started with your own Anomaly Agency website.
  2. Open index.html:

    • Open the index.html file in your browser.

👾 Example Code

<div class="entry hidden">
    <section class="entry-img">
        <img src="./img/blog/pexels-derpy-cg-7462340.jpg" alt="">
    </section>
    <h5>UFOs Sweep Skies, U.S. Government's Chilling Silence</h5>
    <p>Across the European skies, unprecedented UFO sightings baffle experts...</p>
    <button>Read more...</button>
</div>
const observer = new IntersectionObserver((entries) => {
    entries.forEach((entry) => {
        if (entry.isIntersecting) { 
            entry.target.classList.add('show');
        } else {
            entry.target.classList.remove('show');
        }
    });
});

const hiddenElements = document.querySelectorAll('.hidden');
hiddenElements.forEach((el) => observer.observe(el));

🛸 Contact Information

For inquiries, see contact information in my profile :-)

About

Agents Scully and Mulder have left the FBI, this is the website of their freelance business.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published