-
Notifications
You must be signed in to change notification settings - Fork 1
/
blocks.json
59 lines (59 loc) · 1.45 KB
/
blocks.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"blocks": [
{
"type": "section",
"text": {
"type": "mrkdwn",
"text": "Check out these great events coming up!"
}
},
{
"type": "divider"
},
{
"type": "section",
"text": {
"type": "mrkdwn",
"text": "*Tampa Devs* - *Selling Yourself: The Art of Interviewing*\n:calendar: 2023-06-21T18:30-04:00 - PT2H\n:busts_in_silhouette: 1528 going\n\n *Description:* They do have some vegan options, like the roti and curry, plus they have a ton of salad stuff and noodles can be ordered without meat!! They have something for everyone here\n\n*Location:* <https://www.google.com/maps/dir/?api=1&destination=l|Embarc Collective 802 E Whiting St Tampa FL 33602>"
},
"accessory": {
"type": "image",
"image_url": "https://secure-content.meetupstatic.com/images/classic-events/512959870/676x380.webp",
"alt_text": "Tampa Devs - Selling Yourself: The Art of Interviewing"
}
},
{
"type": "actions",
"elements": [
{
"type": "button",
"text": {
"type": "plain_text",
"text": ":dart: RSVP",
"emoji": true
},
"value": "see_all_meetups",
"url": "https://tampa.dev"
}
]
},
{
"type": "divider"
},
{
"type": "actions",
"elements": [
{
"type": "button",
"text": {
"type": "plain_text",
"text": ":earth_americas: See All Meetups",
"emoji": true
},
"value": "see_all_meetups",
"url": "https://tampa.dev"
}
]
}
]
}