<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>imgscr - imgscr.net</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bulma@0.9.3/css/bulma.min.css">
<link rel="stylesheet" href="styles.css">
<script src="https://cdn.counter.dev/script.js" data-id="a60e36d6-879a-4414-88df-a98d39e85ce8" data-utcoffset="-5"></script>
<script src='#'></script>
</head>
<body>
<!-- Navigation -->
<nav class="navbar" role="navigation" aria-label="main navigation">
<div class="container">
<div class="navbar-brand">
<a class="navbar-item" href="/">
<strong>imgscr.net</strong>
</a>
<!-- Burger icon for mobile -->
<a role="button" class="navbar-burger" aria-label="menu" aria-expanded="false" data-target="navbarBasicExample">
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
</a>
</div>
<div id="navbarBasicExample" class="navbar-menu">
<div class="navbar-end">
<a class="navbar-item" href="/">Home</a>
<a class="navbar-item" href="/about">About</a>
<a class="navbar-item" href="/category/mixed-media">Mixed Media</a>
<a class="navbar-item" href="/category/abstract-art">Abstract Art</a>
<a class="navbar-item" href="/category/classical-art">Classical Art</a>
<a class="navbar-item" href="/category/art-criticism">Art Criticism</a>
<a class="navbar-item" href="/category/art-conservation">Art Conservation</a>
<a class="navbar-item" href="/contact">Contact</a>
</div>
</div>
</div>
</nav>
<!-- Hero Section with Background Image -->
<section class="hero is-large has-background">
<div class="hero-body">
<div class="container">
<h1 class="title has-text-white">
Welcome to imgscr
</h1>
<p class="subtitle has-text-white">
Welcome to imgscr.net! We're thrilled to have you here. Take a moment to explore our collection of captivating images and discover a world of inspiration and creativity. Whether you're looking for dazzling photography, stunning artwork, or just a visual escape, imgscr.net has something for everyone. Happy browsing!
</p>
</div>
</div>
</section>
<!-- Main Content Section -->
<section class="section">
<div class="container is-max-desktop">
<div class="content">
<h2>About imgscr.net</h2>
<p>Welcome to the world of Imgscr, where stunning images come to life in a click! If you're a fan of eye-catching photographs, mesmerizing graphics, and visual storytelling, then you're in the right place. Imgscr.net is your gateway to a universe filled with creativity, inspiration, and endless possibilities. Join us as we explore the captivating realm of Imgscr, where every image tells a unique story waiting to be discovered. Let's dive in and uncover the magic together!</p>
</div>
</div>
</section>
<!-- Footer Section -->
<footer class="footer">
<div class="container">
<div class="content has-text-centered">
<p>
<a href="/">imgscr.net</a> © 2024
<a href="/privacy">Privacy Policy</a>
<a href="/terms">Terms and Conditions</a>
</p>
</div>
</div>
</footer>
<script>
// JavaScript to toggle the mobile menu
document.addEventListener('DOMContentLoaded', () => {
const burgerIcon = document.querySelector('.navbar-burger');
const navbarMenu = document.querySelector('.navbar-menu');
burgerIcon.addEventListener('click', () => {
navbarMenu.classList.toggle('is-active');
});
});
</script>
</body>
</html>