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

122 lines
5.4 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>RedscapeFactory | The Factory Of Sounds</title>
<meta property="og:type" content="website">
<meta property="og:url" content="https://redscapefactory.com/">
<meta property="og:title" content="RedscapeFactory">
<meta property="og:description" content="The Factory Of Sounds">
<meta property="og:image" content="https://redscapefactory.com/assets/img/live-preview.png">
<meta property="og:site_name" content="REDSCAPEFACTORY">
<link rel="stylesheet" href="style.css">
<link rel="icon" type="image/png" href="assets/img/favicon.png?v=2">
<link rel="apple-touch-icon" href="assets/img/favicon.png">
</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>
<section class="home-hero">
<div class="hero-container">
<div class="hero-description">
<p>RedscapeFactory was born in 2023 from the mind of its creator, Redscape, an electronic music artist for some twenty years.</br>
Initially navigating the world of independent French podcasting with his podcast Les Abyssales, created in 2014 to explore electronic music, his breakthrough came when he met Phil_Goud, with whom he partnered to produce the audio series ASpaceMR.</br>
Since then, he has explored a wide range of musical styles, from ambient to drum “n” bass and progressive house, offering soundscapes conducive to introspection and inner and outer journeys, on Earth and in the stars.
</p>
</div>
<div class="hero-visual">
<img src="assets/img/logo.png" alt="Redscape Factory">
</div>
</div>
<section class="home-projects-list">
<div class="projects-horizontal-container">
<a href="music/asceptic-siliceum.html" class="project-item">
<div class="project-top">
<span class="project-name">ASCEPTIC SILICEUM</span>
<span class="project-genre">Ambient / IDM / PsyTrance</span>
</div>
<span class="project-action">LISTEN →</span>
</a>
<a href="music/asceptic.html" class="project-item">
<div class="project-top">
<span class="project-name">ASCEPTIC</span>
<span class="project-genre">Drum'n'Bass</span>
</div>
<span class="project-action">LISTEN →</span>
</a>
<a href="music/arisi-namaz.html" class="project-item">
<div class="project-top">
<span class="project-name">ARISI NAMAZ</span>
<span class="project-genre">Progressive House</span>
</div>
<span class="project-action">LISTEN →</span>
</a>
<a href="music/physicalscience.html" class="project-item">
<div class="project-top">
<span class="project-name">PHYSICALSCIENCE</span>
<span class="project-genre">Techno / Hardcore</span>
</div>
<span class="project-action">LISTEN →</span>
</a>
</div>
</section>
</main>
<div class="footer-wrapper"></div>
<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="https://redscapefactory.bandcamp.com">Bandcamp</a> / <a href="https://instagram.com/redscapefactory">Instagram</a> / <a href="https://soundcloud.com/redscapefactory">Soundcloud</a></p>
</div>
<div class="footer-col">
<h4>&copy; 2026</h4>
<p>REDSCAPEFACTORY</p>
</div>
</div>
</footer>
</body>
</html>