Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
48 changes: 47 additions & 1 deletion assets/css/templates/layouts/retreat.sass
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
*/


html[layout=retreat]
html[layout=retreat-v6],
html[layout=retreat-v5]
body

header
Expand Down Expand Up @@ -86,3 +87,48 @@ html[layout=retreat]

p
@apply my-[20px] text-[1rem]

section.sponsors
@apply mt-[100px]

.sponsor-wrapper
@apply flex flex-wrap justify-center

a.sponsor, a.sponsor-cta
@apply h-[150px] w-[30%] min-w-[240px] m-[10px] flex flex-col justify-center
@apply border-[2px] border-neutral-100/50 border-solid rounded-[16px]

a.sponsor
@apply items-center bg-neutral-100/50
svg
@apply max-h-[70px] w-[180px]
svg path
@apply fill-black/50

a.sponsor:hover
@apply bg-neutral-100/75 border-neutral-100
svg path
@apply fill-black/75

a.sponsor-cta span
@apply text-center
a.sponsor-cta:hover span
@apply text-[var(--color-primary-dark)]
a.sponsor-cta:hover
@apply border-neutral-100

.sponsor-stickers
@apply flex flex-wrap justify-center mt-5

a.sponsor-highlight
@apply row

svg
@apply max-h-[70px] w-[180px]
svg path
@apply fill-black/50
span
@apply mt-2 ml-2 flex items-center text-[20px] text-black/50

section.sponsors p
@apply mb-[40px] text-center
Binary file added assets/images/pictures/retreat/01a.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/pictures/retreat/02a.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/pictures/retreat/03a.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/pictures/retreat/05a.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/pictures/retreat/08a.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/pictures/retreat/09a.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/pictures/retreat/10a.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions pages/retreat-v5.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---

layout: retreat-v5
permalink: /retreat-2024

title: Retreat v5

---
8 changes: 8 additions & 0 deletions pages/retreat-v6.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---

layout: retreat-v6
permalink: /retreat

title: Retreat v6

---
8 changes: 0 additions & 8 deletions pages/retreat.html

This file was deleted.

2 changes: 1 addition & 1 deletion templates/includes/components/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<aside class=info>
<div>
<label>Associazione culturale Speck&Tech</label>
<label>Speck&Tech APS</label>
<span>C.F. 96106760224</span>
<span>P.IVA IT02467530222</span>
<span>IBAN IT31I0830401864000064406608</span>
Expand Down
2 changes: 1 addition & 1 deletion templates/includes/components/navigation.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ <h1>S&T</h1>
<!--<a href=/trek>Speck&Trek</a>-->
<!--<a href=/pan-e-botoni>Pan&Botoni</a>-->
<a href=/jobs>Jobs</a>
<a href=/retreat>Retreat</a>
<a href=/support>Support Us</a>
<a href=/events class=cta>Events</a>
<!--<a href=/retreat class=cta>Retreat v5</a>-->
</div>

<a button class=menu>
Expand Down
File renamed without changes.
Loading