-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathevents.xml
48 lines (38 loc) · 1.25 KB
/
events.xml
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
<events>
<!--
<event>
<type>Competition</type>
<name>Insert Name Here</name>
<date>Insert Date Here</date>
<time>Insert Start Time and End Time Here</time>
<location>Insert Location Here</location>
<description>Insert Description Here</description>
</event>
-->
<!--
<event>
<type>Outreach</type>
<name>Insert Name Here</name>
<date>Insert Date Here</date>
<time>Insert Start Time Here and End Time Here</time>
<location>Insert Location Here</location>
<description>Insert Description here</description>
</event>
-->
<event>
<type>Competition</type>
<name>Competition Event Post Example</name>
<date>1/19/2019</date>
<time>5:00 AM - 10:00 PM EST</time>
<location>NASA HQ</location>
<description>Here you can just insert a short description of what the event is and other stuff.</description>
</event>
<event>
<type>Outreach</type>
<name>Outreach Event Post Example</name>
<date>1/19/2019</date>
<time>10:00 AM - 5:00 PM EST</time>
<location>NASA HQ</location>
<description>Here you can just insert a short description of what the event is and other stuff.</description>
</event>
</events>