fix: Styles & Links & Content
This commit is contained in:
@@ -23,7 +23,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
::deep .player-inner-container {
|
::deep .player-inner-container {
|
||||||
padding: 0.75rem;
|
padding: 0 0.75rem 0.75rem 0.75rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* The visible surface is a MudPaper; scoped CSS only sets geometry + a hairline accent */
|
/* The visible surface is a MudPaper; scoped CSS only sets geometry + a hairline accent */
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
<footer class="deepdrft-footer">
|
<footer class="deepdrft-footer">
|
||||||
<div class="deepdrft-footer-logo d-none d-sm-inline">Deep <span>DRFT</span></div>
|
<div class="deepdrft-footer-logo d-none d-sm-inline">Deep <span>DRFT</span></div>
|
||||||
<ul class="deepdrft-footer-links">
|
<ul class="deepdrft-footer-links">
|
||||||
<li><a href="#">About</a></li>
|
<li><a href="/about">About</a></li>
|
||||||
<li><a href="#">Contact</a></li>
|
<li><a href="#">Contact</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
<div class="deepdrft-footer-copy">© 2026 Deep DRFT</div>
|
<div class="deepdrft-footer-copy">© 2026 Deep DRFT</div>
|
||||||
|
|||||||
@@ -367,7 +367,7 @@
|
|||||||
new(
|
new(
|
||||||
Name: "Daniel Harvey",
|
Name: "Daniel Harvey",
|
||||||
Role: "Production · Sound Design · Live",
|
Role: "Production · Sound Design · Live",
|
||||||
Bio: "Daniel started on drums at ten and embarked in electronic music at seventeen — synthesizers first. A metalhead at from a young age, he spent ten years as an engineer living near Detroit filling the nights with synthesized tones and rhythms, shaped most of all by modern underground Detroit techno. Art & engineering cannot be separated: custom plugins, hardware recording & performance rigs, the tools behind the tracks are just as important as the finished sound. To him the science and the math matter as much as the beauty — tension and release, built deliberately.",
|
Bio: "Daniel started on drums at ten and embarked in electronic music at seventeen — synthesizers first. A metalhead at from a young age, he spent ten years as an engineer living near Detroit filling the nights with synthesized tones and rhythms, shaped most of all by the thriving local underground techno scene.\n\nNow back home in the lowcountry, Daniel carries the varied sounds of his past into a new future, inspired by the wandering cypress swamps and soulful sunsets over the Ashley River.\n\nArt & engineering cannot be separated: custom plugins, hardware recording & performance rigs; the tools behind the tracks are just as important as the finished sound. To him the science and the math matter as much as the beauty — tension and release, built deliberately.",
|
||||||
PortraitImage1: "img/dd-daniel-bw.jpeg",
|
PortraitImage1: "img/dd-daniel-bw.jpeg",
|
||||||
PortraitImage2: "img/dd-daniel.jpeg"),
|
PortraitImage2: "img/dd-daniel.jpeg"),
|
||||||
];
|
];
|
||||||
|
|||||||
@@ -14,7 +14,7 @@
|
|||||||
<link rel="stylesheet" href="@Assets["_content/DeepDrftShared.Client/css/parallax.css"]" />
|
<link rel="stylesheet" href="@Assets["_content/DeepDrftShared.Client/css/parallax.css"]" />
|
||||||
<link rel="stylesheet" href="@Assets["styles/deepdrft-styles.css"]" />
|
<link rel="stylesheet" href="@Assets["styles/deepdrft-styles.css"]" />
|
||||||
<ImportMap />
|
<ImportMap />
|
||||||
<link rel="icon" type="image/ico" href="deepdrft-logo.ico" />
|
<link rel="icon" type="image/ico" href="deepdrft-logo-bw.ico" />
|
||||||
<HeadOutlet @rendermode="InteractiveAuto" />
|
<HeadOutlet @rendermode="InteractiveAuto" />
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user