102 lines
4.9 KiB
HTML
102 lines
4.9 KiB
HTML
<!DOCTYPE html>
|
||
<html lang="en">
|
||
<head>
|
||
<meta charset="UTF-8">
|
||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||
<title>Asceptic Siliceum | REDSCAPEFACTORY</title>
|
||
<link rel="stylesheet" href="../style.css">
|
||
</head>
|
||
<body>
|
||
<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="single-project-main">
|
||
<section class="project-intro-section">
|
||
<div class="brand-line">
|
||
<span>ASCEPTIC SILICEUM</span>
|
||
</div>
|
||
<p class="intro-text">
|
||
Asceptic Siliceum is the first audio project of Redscape and the foundation of all.
|
||
</p>
|
||
</section>
|
||
|
||
<section class="release-entry">
|
||
<div class="project-container">
|
||
<div class="project-info">
|
||
<div class="project-brand-label">ASCEPTIC SILICEUM</div>
|
||
<h1>Life (2026)</h1>
|
||
<div class="description">
|
||
<p>The first EP from the podcast ‘ASpaceMR’, from label audio series ASoundMR (co-founded by Asceptic Siliceum and Phil_Goud), brings together tracks from episode 1 of Act 3 of this audio documentary series dedicated to astronomy.</br>
|
||
The melody serves as a common thread throughout the work, as it is also the original theme of the audio series.
|
||
</p>
|
||
</div>
|
||
<div class="bandcamp-area">
|
||
<iframe style="border: 0; width: 100%; height: 120px;" src="https://bandcamp.com/EmbeddedPlayer/album=224597522/size=large/bgcol=ffffff/linkcol=0687f5/tracklist=false/artwork=none/transparent=true/" seamless><a href="https://redscapefactory.bandcamp.com/album/life">Life by Asceptic Siliceum</a></iframe>
|
||
</div>
|
||
<a href="../index.html" class="back-link">← Back to Music</a>
|
||
</div>
|
||
<div class="project-visual">
|
||
<img src="../assets/img/life.jpg" alt="Life EP">
|
||
</div>
|
||
</div>
|
||
</section>
|
||
|
||
<section class="release-entry">
|
||
<div class="project-container">
|
||
<div class="project-info">
|
||
<div class="project-brand-label">ASCEPTIC SILICEUM</div>
|
||
<h1>Chaotic Paths (2019)</h1>
|
||
<div class="description">
|
||
<p>Asceptic Siliceum's first EP.</br>
|
||
An EP with IDM connotations, very noisy, brutal, radical, hopeless.</br>
|
||
Between infernal machines going haywire and the chaotic paths of humanity, ending in abandoned hope.</br>
|
||
An uncompromising, dark and grimy EP that risks dragging those who dare to listen into unsuspected depths...</br>
|
||
</p>
|
||
</div>
|
||
<div class="bandcamp-area">
|
||
<iframe style="border: 0; width: 100%; height: 120px;" src="https://bandcamp.com/EmbeddedPlayer/album=1687343830/size=large/bgcol=333333/linkcol=0f91ff/tracklist=false/artwork=none/transparent=true/" seamless><a href="https://redscapefactory.bandcamp.com/album/asceptic-siliceum-chaotic-paths-2019-original-version">Asceptic Siliceum - Chaotic Paths (2019 Original Version) by Redscape Factory.</a></iframe>
|
||
</div>
|
||
<a href="../index.html" class="back-link">← Back to Music</a>
|
||
</div>
|
||
<div class="project-visual">
|
||
<img src="../assets/img/chaotic-paths.jpg" alt="Life EP">
|
||
</div>
|
||
</div>
|
||
</section>
|
||
</main>
|
||
|
||
</body>
|
||
</html>
|