-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdata.xml
More file actions
148 lines (130 loc) · 3.51 KB
/
data.xml
File metadata and controls
148 lines (130 loc) · 3.51 KB
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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
<?xml version="1.0" encoding="utf-8"?>
<company>
<title>Aestronauts</title>
<based-in>NY, the United States</based-in>
<founding-date>May 24, 2021</founding-date>
<website></website>
<press-contact>
<!-- Mail address -->
jingyuzhuang1999@outlook.com
</press-contact>
<!-- Google analytics ID: -->
<analytics></analytics>
<!-- <phone></phone>-->
<!--<address>
<line>
Street
</line>
<line>
City
</line>
<line>
Country
</line>
</address>-->
<socials>
<social>
<name>LinkedIn</name>
<link>
<!-- URL starting with http or https -->
https://www.linkedin.com/company/74046630/admin/
</link>
</social>
</socials>
<description>Aestronauts is a NY based game studio looking to bring entertainment to unlikely places. We are committed to making engaging and light-hearted experiences that can be enjoyed by everyone.</description>
<!-- Choose between a single block: -->
<!--<history></history>-->
<!-- Or multiple blocks: -->
<histories>
<history>
<header>Tempo Prototyped, June 18</header>
<text>We finished our first playable prototype, Tempo, which went on to become our debut release.</text>
</history>
<history>
<header>Joined Level UpState 2021, June 14</header>
<text>Level UpState is an incubator program for game dev startups.</text>
</history>
<history>
<header>Team Founded, May 24</header>
<text>Aestronauts was founded by 6 developers</text>
</history>
</histories>
<!--<trailers>
<trailer>
<name></name>
Pick one:
<youtube>
Video ID only, not the full URL
</youtube>
<vimeo>
Video ID only, not the full URL
</vimeo>
</trailer>
</trailers>-->
<!--<awards>
<award>
<description></description>
<info></info>
</award>
</awards>-->
<!--<quotes>
<quote>
<description></description>
<name></name>
<website></website>
<link></link>
</quote>
</quotes>-->
<!-- <additionals>
<additional>
<title></title>
<description></description>
<link></link>
</additional>
</additionals>-->
<credits>
<credit>
<person>Ayodele Afolabi</person>
<role>General Artist</role>
<!-- Optional: -->
<website>https://www.artstation.com/sapel</website>
</credit>
<credit>
<person>Brett Blandford</person>
<role>Generalist Developer</role>
<!-- Optional: -->
<website>https://www.linkedin.com/in/brett-blandford-48634b189/</website>
</credit>
<credit>
<person>Jingyu Zhuang</person>
<role>Producer</role>
<!-- Optional: -->
<website>https://www.linkedin.com/in/jingyuzhuang/</website>
</credit>
<credit>
<person>Millie Harris</person>
<role>3D Technical Artist</role>
<!-- Optional: -->
<website>https://www.linkedin.com/in/millie-harris/</website>
</credit>
<credit>
<person>Noah Maestre</person>
<role>Sound Designer</role>
<!-- Optional: -->
<website>https://www.linkedin.com/in/noah-maestre-20212081/</website>
</credit>
<credit>
<person>Wyatt Marvil</person>
<role>Programmer</role>
<!-- Optional: -->
<website>https://2020wmarvil.github.io/</website>
</credit>
</credits>
<contacts>
<contact>
<name>Jingyu Zhuang</name>
<!-- Pick one: -->
<mail>jingyuzhuang1999@outlook.com</mail>
</contact>
</contacts>
</company>