-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deploying to gh-pages from @ d977673 🚀
- Loading branch information
Showing
3 changed files
with
146 additions
and
8 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,138 @@ | ||
<!doctype html> | ||
<html lang="en" class="font-sans"> | ||
|
||
<head> | ||
<meta charset="utf-8"> | ||
<link href=/assets/css/styles.css rel="stylesheet"> | ||
<link rel="apple-touch-icon" sizes="180x180" href=/apple-touch-icon.png> | ||
<link rel="icon" type="image/png" sizes="32x32" href=/favicon-32x32.png> | ||
<link rel="icon" type="image/png" sizes="16x16" href=/favicon-16x16.png> | ||
<link rel="manifest" href=/site.webmanifest> | ||
<title> | ||
|
||
|
||
Prachtsaal Studio: The Art Market | ||
|
||
</title> | ||
|
||
<meta name="description" content="Visit us between Friday and Sunday during for a unique opportunity to meet artists and buy unique presents for friends and family."> | ||
|
||
|
||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
</head> | ||
|
||
<body> | ||
|
||
<div class="flex flex-col w-full"> | ||
<div> | ||
<nav class="flex nav-x nav-y justify-between items-start"> | ||
<div> | ||
<a href=/> | ||
<img src=/assets/img/prachtsaal-logo.png width="150"> | ||
</a> | ||
</div> | ||
|
||
<div> | ||
<div class="flex justify-end cursor-pointer sm:hidden mb-2" id="burger"> | ||
<svg class="w-6 h-6" fill="none" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" stroke="currentColor" viewBox="0 0 24 24"><path d="M4 6h16M4 12h16M4 18h16"></path></svg> | ||
</div> | ||
<!-- <div class="hidden block sm:flex sm:flex-row sm:space-x-12" id="menu"> --> | ||
<div class="hidden sm:flex links-without-underline" id="menu"> | ||
<ul class="sm:flex sm:flex-row sm:space-x-12 list-none"> | ||
<li><a href=/events.html>events</a></li> | ||
<li><a href=/people.html>people</a></li> | ||
<li><a href=/about.html>about</a></li> | ||
<li><a href=/#contact>contact</a></li> | ||
</ul> | ||
|
||
</div> | ||
</div> | ||
</nav> | ||
|
||
</div> | ||
|
||
<div> | ||
|
||
|
||
<div class="flex justify-center"> | ||
<div class="flex-col mx-12 lg:max-w-6xl items-center"> | ||
|
||
<header class="flex flex-col mt-28 mb-16 mx-28 text-center font-prachtsaal"> | ||
<h1>The Art Market</h1> | ||
|
||
<h2 class="text-sm my-2">by Artist Stop Being Poor<br>06.12.2024 - 08.12.2024</h2> | ||
|
||
<div> | ||
|
||
|
||
</div> | ||
</header> | ||
|
||
<div class="flex flex-col items-center"> | ||
|
||
<img src="/assets/img/events/2024-art-market/The-Art-Market-4-poster.webp"> | ||
|
||
|
||
|
||
<div class="my-16 md:w-[760px]"> | ||
<p>Organized by <a href="https://artiststopbeingpoor.club/the-art-market/">Artist Stop Being Poor</a> and taking place at Prachtsaal over the 6th, 7th and 8th of December. With more than 20 artists showcasing their art and merchandising, this is an excellent opportunity to fall in love and acquire some excellent art.</p> | ||
|
||
<h2 id="opening-hours">Opening hours:</h2> | ||
<p>Vernisaage, Friday, 06.12, 18.00-22.00<br /> | ||
Saturday, 07.12, 12.00-20.00<br /> | ||
Sunday, 08.12, 12.00-20.00<br /> | ||
<br /></p> | ||
|
||
<video width="720" height="1280" controls=""> | ||
<source src="/assets/video/the-art-market-3-reel-1-low.mp4" type="video/mp4" /> | ||
Your browser does not support the video tag. | ||
</video> | ||
|
||
</div> | ||
|
||
|
||
|
||
|
||
<div class="grid grid-flow-row sm:grid-cols-2 lg:grid-cols-3 justify-center gap-2"> | ||
|
||
<figure> | ||
<img src="/assets/img/events/2024-art-market/20231202_173014_Original-scaled.webp" alt="" title=""> | ||
<figcaption></figcaption> | ||
</figure> | ||
|
||
|
||
<figure> | ||
<img src="/assets/img/events/2024-art-market/20231202_175128_Original-768x1024.webp" alt="" title=""> | ||
<figcaption></figcaption> | ||
</figure> | ||
|
||
|
||
<figure> | ||
<img src="/assets/img/events/2024-art-market/20231202_175141_Original-768x1024.webp" alt="" title=""> | ||
<figcaption></figcaption> | ||
</figure> | ||
|
||
|
||
</div> | ||
|
||
</div> | ||
|
||
</div> | ||
</div> | ||
|
||
</div> | ||
|
||
<div class="bg-black text-gray-400 mt-16"> | ||
<footer class="text-center m-16"> | ||
<a href=/impressum.html>Impressum</a> | ||
<div class="mt-8"> | ||
Copyright © 2024 Prachtsaal Studio. All rights reserved. | ||
</div> | ||
</footer> | ||
</div> | ||
</div> | ||
|
||
<script src=/assets/js/menu.js></script> | ||
</body> | ||
|
||
</html> |