Skip to content

Commit

Permalink
Deploying to gh-pages from @ f39d947 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
mingness committed Sep 16, 2024
1 parent f304bb8 commit fab00fb
Show file tree
Hide file tree
Showing 8 changed files with 163 additions and 5 deletions.
15 changes: 10 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ The events page, found in file `events.html`, is coded up and built from other c

The events shown as upcoming can be found in the `events` folder. We use Jekyll's support of `posts` for events and news. This means that the file needs to have the date in the filename in the form `yyyy-mm-dd-title.md`, and Jekyll will also automatically parse this information from the file name for you, and offer it as a `date` parameter. The rest of the information that can be customized to provide titles, images, and ticket links is in the "front matter," or the section at the top between the lines with three dashes `---`; these three dashes are required, and tell Jekyll to compile and process the page.

If the event will occur over a range of dates, please set the date in the filename as the final day - this allows the event to show in the upcoming events section until the final day. You can set the start date in the front matter, as seen below.

An preconfigured template of a markdown file can be found in `_templates/event-template.md`.

```
Expand Down Expand Up @@ -85,6 +87,8 @@ If you want to change anything related to spacing and design, you'll need to cha
### people page
The people page, which is found at `people.html`, is automatically built from text files in the `_members` directory and `_data/communities.yml` file.

If a member hasn't submitted member page text or images, you can force that a link not be created to a member page from the people page. This is done by making sure there is nothing past the front matter, meaning, if the last line in the member markdown file is the second `---`.

#### member pages
Each member has their own markdown (`*.md`) file. The stuff at the top ("front matter") is data that can be accessed by the script that builds the people page, and each member's page. It defines text, and where relevant files are.

Expand Down Expand Up @@ -147,9 +151,9 @@ If you want to change anything related to spacing and design, you'll need to cha

You'd like to develop the design elements and code for the website? Thank you!

This website is built using Jekyll and tailwindcss. [Jekyll](https://jekyllrb.com/) uses [Liquid](https://shopify.github.io/liquid/) to process templates. Both html files and markdown files can include what's called front matter, which is a section at the top of the page with key value pairs - we use the yaml formating.
This website is built using Jekyll and tailwindcss. [Jekyll](https://jekyllrb.com/) uses [Liquid](https://shopify.github.io/liquid/) to process templates. Both html files and markdown files can include what's called front matter, which is a section at the top of the page with key value pairs - we use the yaml formatting.

To develop for this website, you'll need to install ruby (language Jekyll is written in), Jekyll, and node.js(used to install tailwind), and tailwind.
To develop for this website, you'll need to install ruby (language Jekyll is written in), Jekyll, and node.js(used to install tailwind), and tailwind. There is an installation guide below.

### To install the required `npm` dependencies

Expand Down Expand Up @@ -201,12 +205,13 @@ When you create a pull request, there are github actions that will deploy the bu

### Installation

You'll want to install ruby and node.js, if you haven't already. If you need to install either of these, here are some helpful references:
You'll want to install ruby, node.js, and tailwindcss if you haven't already. If you need to install any of these, here are some helpful references:

- https://jekyllrb.com/docs/installation/ubuntu/
- https://github.com/rubygems/rubygems?tab=readme-ov-file: you can install ruby with [rbenv](https://github.com/rbenv/rbenv)
- https://tailwindcss.com/docs/installation
- https://jekyllrb.com/docs/installation/ubuntu/
- https://docs.npmjs.com/downloading-and-installing-node-js-and-npm: to install node and npm, use nvm: https://github.com/nvm-sh/nvm
- https://tailwindcss.com/docs/installation
- https://tailwindcss.com/docs/editor-setup

#### Setting up Jekyll
Once ruby is installed, install jekyll and bundler gems with
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file added assets/video/the-art-market-3-reel-1-low.mp4
Binary file not shown.
21 changes: 21 additions & 0 deletions events.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,27 @@ <h1>upcoming events.</h1>




<div future-date="2024-09-22" class="w-full max-w-64 lg:w-64 links-without-underline">
<div class="font-prachtsaal text-right text-sm">20.09.2024 - 22.09.2024</div>
<a href="/events/2024/09/22/art-market.html" class="flex flex-col">

<img class="w-64" src="/assets/img/events/2024-art-market/The-Art-Market-3-posters-04-crop.jpg">

<div class="font-prachtsaal font-bold text-lg">The Art Market</div>
<hr class="border-1 border-black">
<div class="font-prachtsaal">by Artist Stop Being Poor</div>
<div class="mt-2"></div>
</a>
</div>











Expand Down
132 changes: 132 additions & 0 deletions events/2024/09/22/art-market.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,132 @@
<!doctype html>
<html lang="en" class="font-sans">

<head>
<meta charset="utf-8">
<link href="/assets/css/styles.css" rel="stylesheet">
<title>


Prachtsaal Studio: The Art Market

</title>


<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="100px">
</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>20.09.2024 - 22.09.2024</h2>

<div>


</div>
</header>

<div class="flex flex-col items-center">

<img src="/assets/img/events/2024-art-market/The-Art-Market-3-posters-04-crop.jpg">



<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 20, 21 and 22 of September. With more than 30 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, 20.09, 18.00-22.00<br />
Saturday, 21.09, 14.00-20.00<br />
Sunday, 22.09, 14.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.jpeg" alt="" title="">
<figcaption></figcaption>
</figure>


<figure>
<img src="/assets/img/events/2024-art-market/20231202_175128_Original-768x1024.jpeg" alt="" title="">
<figcaption></figcaption>
</figure>


<figure>
<img src="/assets/img/events/2024-art-market/20231202_175141_Original-768x1024.jpeg" 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 &copy; 2024 Prachtsaal Studio. All rights reserved.
</div>
</footer>
</div>
</div>

<script src="/assets/js/menu.js"></script>
</body>

</html>

0 comments on commit fab00fb

Please sign in to comment.