Compare commits
2 Commits
daa4182778
...
5d59cf8e50
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5d59cf8e50 | ||
|
|
bc1a3ccf75 |
@@ -355,6 +355,11 @@
|
|||||||
"sentBy": "MEMBER-2",
|
"sentBy": "MEMBER-2",
|
||||||
"time": "11.25.2025-6:43:280160pm"
|
"time": "11.25.2025-6:43:280160pm"
|
||||||
},
|
},
|
||||||
|
"POST-HY-5": {
|
||||||
|
"text": "asd",
|
||||||
|
"sentBy": "MEMBER-2",
|
||||||
|
"time": "11.25.2025-9:02:490950pm"
|
||||||
|
},
|
||||||
"CONVERSATION-1": {
|
"CONVERSATION-1": {
|
||||||
"id": 1,
|
"id": 1,
|
||||||
"between": [
|
"between": [
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ class Events extends Shadow {
|
|||||||
|
|
||||||
events = [
|
events = [
|
||||||
{
|
{
|
||||||
date: `January 2, 2025`,
|
date: `January 23, 2025`,
|
||||||
title: `Hyperia Winter Ball`,
|
title: `Hyperia Winter Ball`,
|
||||||
description: `Join us in Austin, Texas for a dance. Live music and drinks will be included. <br>Admission for men is $50, women are free. Open to the public.`,
|
description: `Join us in Austin, Texas for a dance. Live music and drinks will be included. <br>Admission for men is $50, women are free. Open to the public.`,
|
||||||
location: `Austin, TX`
|
location: `Austin, TX`
|
||||||
@@ -20,7 +20,7 @@ class Events extends Shadow {
|
|||||||
Stack(() => {
|
Stack(() => {
|
||||||
|
|
||||||
VStack(() => {
|
VStack(() => {
|
||||||
p(`January 2, 2025`)
|
p(`January 23, 2025`)
|
||||||
|
|
||||||
p(`Hyperia Winter Ball`)
|
p(`Hyperia Winter Ball`)
|
||||||
.fontSize(1.2, em)
|
.fontSize(1.2, em)
|
||||||
@@ -29,7 +29,7 @@ class Events extends Shadow {
|
|||||||
|
|
||||||
})
|
})
|
||||||
|
|
||||||
p(`Join us in Austin, Texas for a great dance, with free drinks and live music by Boerne's own Noah Kurtis. <br><br>Admission: $30 for men, women are free.`)
|
p(`Join us in Austin, Texas for a great dance, with free drinks and live music. <br><br>Admission: $30 for men, women are free.`)
|
||||||
.marginRight(4, em)
|
.marginRight(4, em)
|
||||||
|
|
||||||
button("Tickets Available Soon")
|
button("Tickets Available Soon")
|
||||||
|
|||||||
Reference in New Issue
Block a user