Files
redscapefactory.com/about.html
2026-01-14 23:56:45 +01:00

96 lines
3.5 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About | REDSCAPEFACTORY</title>
<link rel="stylesheet" href="style.css">
</head>
<body class="site-frame">
<header>
<nav>
<div class="logo">
<a href="index.html">
<img src="assets/img/logo.png" alt="REDSCAPEFACTORY">
</a>
</div>
<ul class="nav-links">
<li><a href="index.html">Home</a></li>
<li class="has-dropdown">
<a href="#">Music</a>
<ul class="dropdown">
<li><a href="music/asceptic-siliceum.html">Asceptic Siliceum</a></li>
<li><a href="music/asceptic.html">Asceptic</a></li>
<li><a href="music/arisi-namaz.html">Arisi Namaz</a></li>
<li><a href="music/physicalscience.html">PHYSICALSCIENCE</a></li>
</ul>
</li>
<li class="has-dropdown">
<a href="#">Others</a>
<ul class="dropdown">
<li><a href="podcasts.html">Podcasts</a></li>
<li><a href="composer.html">Composer</a></li>
</ul>
</li>
<li><a href="gallery.html">Gallery</a></li>
<li><a href="about.html">About</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>
</header>
<main class="about-page">
<div class="project-container">
<div class="project-info">
<h1>About</h1>
<div class="description">
<p>
REDSCAPEFACTORY is the creative umbrella for the sonic explorations of Redscape.
From the deep ambient textures of <strong>Asceptic Siliceum</strong> to the
experimental noise of <strong>PHYSICALSCIENCE</strong>, the project seeks to
document the intersection between industrial landscapes and organic emotions.
</p>
<p>
Based in France, the factory operates as a multidisciplinary laboratory
where sound, podcasting, and visual arts converge into a single narrative.
</p>
<p>
Please do not hesitate to contact me for any projects requiring
sound design, exhibitions, advertising campaigns, podcasts, theme tunes, stingers, etc.
</p>
</div>
<div class="contact-section">
<span class="label">General Inquiries</span>
<a href="mailto:contact@redscapefactory.com" class="email-link">hello@redscapefactory.com</a>
</div>
</div>
<div class="project-visual">
<img src="assets/img/logo.png" alt="REDSCAPEFACTORY Studio">
</div>
</div>
</main>
<footer class="zake-footer">
<div class="footer-col">
<h4>CONTACT</h4>
<p><a href="mailto:contact@redscapefactory.com">Email</a></p>
</div>
<div class="footer-col">
<h4>FOLLOW</h4>
<p><a href="#">Bandcamp</a> / <a href="#">Instagram</a></p>
</div>
<div class="footer-col">
<h4>&copy; 2026</h4>
<p>REDSCAPEFACTORY</p>
</div>
</footer>
</body>
</html>