banner now controlled by Content and ContentSidebar components
This commit is contained in:
@@ -12,13 +12,12 @@
|
||||
<title>Drawing Gallery | denizk0461</title>
|
||||
</svelte:head>
|
||||
|
||||
<Content>
|
||||
<Banner2
|
||||
title="Drawing Gallery"
|
||||
banner="banner.webp"
|
||||
bannerAlt="Several Faber-Castell Polychromos colour pencils lined up with markings next to them in the same colour on a sheet of paper."
|
||||
subtitle="???"
|
||||
/>
|
||||
<Content bannerContent={{
|
||||
title: "Drawing Gallery",
|
||||
banner: "banner.webp",
|
||||
bannerAlt: "Several Faber-Castell Polychromos colour pencils lined up with markings next to them in the same colour on a sheet of paper.",
|
||||
subtitle: "sketches & stuff",
|
||||
}}>
|
||||
|
||||
<div class="selected-container">
|
||||
<a class="selected-img-link" href={drawingsRev[selectedIndex].src}>
|
||||
|
||||
Reference in New Issue
Block a user