-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
332 lines (256 loc) · 14.2 KB
/
index.html
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
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
<!DOCTYPE html>
<html>
<head>
<title>Software and Game Development Group</title>
<!--
<meta name="viewport" content="width=device-width">
todo mobile friendly
-->
<link rel="stylesheet" href="https://dilanxd.com/style/style.css">
<link rel="stylesheet" href="/style/faq.css">
<link rel="shortcut icon" type="image/png" href="images/favicon.png">
<script src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
<script src="https://unpkg.com/feather-icons"></script>
<script>
$(function(){
$("#header").load("/header/header.html");
$("#footer").load("/header/footer.html");
});
</script>
</head>
<body>
<div id="header"></div>
<div class="content">
<div class="title-block">
<img src="/images/SGDG1.png">
<p class="mega">The Software and Game Development Group</p>
<p class="mini">at Northwestern University</p>
</div>
<hr class="section-line"/>
<div class="section">
<p class="large">
SGDG aims to promote the development of personal projects and connect developers of
all experience levels to each other.
</p>
<div class="row">
<div class="column3">
<i data-feather="terminal" width="64" height="64"></i>
<p class="heading">Software Developers</p>
<p class="normal">
Creators or those interested in creating desktop, mobile, web, or any type of
computer applications, programs, APIs, and more. Competitively, or
just for fun.
</p>
</div>
<div class="column3">
<i data-feather="copy" width="64" height="64"></i>
<p class="heading">UI/UX Designers</p>
<p class="normal">
Individuals who enjoy creating an enjoyable experience for computer users,
including the way applications look and feel.
</p>
</div>
<div class="column3">
<i data-feather="server" width="64" height="64"></i>
<p class="heading">Systems Managers</p>
<p class="normal">
People who enjoy using and implementing existing software and hardware,
possibly for software made by other SGDG members.
</p>
</div>
</div>
<div class="row">
<div class="column4">
<i data-feather="image" width="64" height="64"></i>
<p class="heading">Game Designers</p>
<p class="normal">
Those with an interest in designing a video game of any kind, including its
genre, its style, its world, its story, and more.
</p>
</div>
<div class="column4">
<i data-feather="code" width="64" height="64"></i>
<p class="heading">Game Developers</p>
<p class="normal">
People who have an interest in coding a game, including its mechanics and
features.
</p>
</div>
<div class="column4">
<i data-feather="pen-tool" width="64" height="64"></i>
<p class="heading">Graphics Designers</p>
<p class="normal">
Artists or aspiring artists who find designing and animating game graphics.
</p>
</div>
<div class="column4">
<i data-feather="headphones" width="64" height="64"></i>
<p class="heading">Game Music Composers</p>
<p class="normal">
Those with great musical taste and interest in creating video game music.
</p>
</div>
</div>
<div class="row">
<div class="column2">
<i data-feather="play" width="64" height="64"></i>
<p class="heading">Gamers</p>
<p class="normal">
Those who could care less about creating games but would love to
help playtest and play the games made by others in SGDG.
</p>
</div>
<div class="column2">
<i data-feather="mouse-pointer" width="64" height="64"></i>
<p class="heading">Computer Users</p>
<p class="normal">
People with interest in testing and using software or other computer
things made by others in SGDG.
</p>
</div>
</div>
<p class="dim">
Feel like none of these apply to you? If you're interested in tech or games,
you'll most likely like it here anyway. You can always
<a href="/">contact us</a>
with questions though.
</p>
</div>
<hr class="section-line">
<div class="section">
<p class="large">
Find others here to help you with things you might not be the best at.
</p>
<p class="normal" style="padding-bottom: 50px;">
Let's say you're an aspiring game designer and developer with a game idea
and the ability to program it, but your artistic ability is very limited.
Start your project with SGDG to find others who share your interests and
have that missing ability and interest in graphics design. Or, maybe
you're someone with an idea for an app but don't have the ability to make
it. Find someone through SGDG to team up with and turn your idea into
something real.
</p>
<p class="large">
Get the recognition your personal projects deserve.
</p>
<p class="normal" style="padding-bottom: 50px;">
It's sometimes really demotivating to make something cool only for no one
to see, use, or play it. Build a portfolio with SGDG to grow a userbase.
</p>
<p class="large">
Personal projects are cool, but we're more than just that.
</p>
<div class="row">
<div class="column3">
<i data-feather="hash" width="64" height="64"></i>
<p class="heading">Programming Competitions</p>
<p class="normal">
Join <strong>SGDG Competitive Programming</strong> and participate in mainstream regional or global team programming competitions.
</p>
</div>
<div class="column3">
<i data-feather="layers" width="64" height="64"></i>
<p class="heading">Game Jams</p>
<p class="normal">
Join <strong>SGDG Competitive Game Development</strong> and create a game competitively as a part of an external game jam.
</p>
</div>
<div class="column3">
<i data-feather="user" width="64" height="64"></i>
<p class="heading">Social Events</p>
<p class="normal">
Have a life outside of development and participate in some SGDG
social events (gaming events, trips, etc.).
</p>
</div>
</div>
</div>
<hr class="section-line">
<div class="section">
<p class="large">No weekly meetings.</p>
<p class="normal">Because SGDG is (somewhat) small-scale project based, there won't really be any all-member weekly meetings or anything like that. You use SGDG's resources to find others willing to help you bring your own app idea, game idea, or anything of the sort into reality. You and your project members can then determine your own meeting times as needed.</p>
<p class="large">But there'll be some events.</p>
<p class="normal">We do hope to host events (in-person or virtual) throughout the school year for all SGDG members (and potentially other members of the community as well). Maybe some programming competitions or game jams, or other social events like gaming competitions and tournaments.</p>
<p class="large">Represent SGDG.</p>
<p class="normal">You'll optionally be able to join the SGDG Competitive Programming and SGDG Competitive Game Development teams (currently work-in-progress, more info coming soon) to represent SGDG in external programming competitions and game jams. Of course, SGDG itself is also kind of a project, so you'll also be given opportunities to develop SGDG software and websites, and help host events.</p>
</div>
<hr class="section-line">
<div class="faq-section">
<p class="large">
FREQUENTLY ASKED QUESTIONS
</p>
<button type="button" class="collapse">
How do I join SGDG?
</button>
<div class="inner-content">
<p>
Joining SGDG is pretty easy. Visit <a href="http://join.sgdgroup.org">join.sgdgroup.org</a>, follow the instructions, and answer the questions. Then, be sure to check your email for the latest news, projects, events, and more.
</p>
</div>
<div class="spacer"></div>
<button type="button" class="collapse">
Is there a Discord server for SGDG?
</button>
<div class="inner-content">
<p>
<a href="https://sgdgroup.org/discord">Yes! Join!</a>
</p>
</div>
<div class="spacer"></div>
<button type="button" class="collapse">
I don't have any experience in any of these things. Can I still join?
</button>
<div class="inner-content">
<p>
Definitely! SGDG is open to everyone regardless of their experience levels. If you have an interest in tech and computer content development, you're welcome to join. You'll have plenty of opportunities to learn through hands-on development work and through others who have more experience.
</p>
</div>
<div class="spacer"></div>
<button type="button" class="collapse">
None of the types of developers listed really apply to me. Should I still join?
</button>
<div class="inner-content">
<p>
You'd probably enjoy being a member of SGDG if you have any sort of interest in technology or electronic entertainment. If you're still not sure if SGDG is right for you, you should contact us.
</p>
</div>
<div class="spacer"></div>
<button type="button" class="collapse">
How time consuming is SGDG?
</button>
<div class="inner-content">
<p>
One of the cool things about SGDG is there's no time commitment requirement. Since we're primarily project based, you only commit to projects that you're interested in when you want to and have the time.
<br><br>
SGDG Competitive Programming and SGDG Competitive Game Development will have their own time commitment requirement, but you don't have to participate in those to be a member of SGDG.
</p>
</div>
<div class="spacer"></div>
<button type="button" class="collapse">
Can I participate in external programming competitions/hackathons/game jams through SGDG?
</button>
<div class="inner-content">
<p>
Yup! As stated several times on this page (lol), you can join SGDG Competitive Programming and SGDG Competitive Game Development to participate in competitions with other SGDG members.
<br><br>
This is the plan, but since SGDG is brand new, a bunch of this stuff has yet to be figured out. Stay tuned for more info later in the year.
</p>
</div>
<div class="spacer"></div>
<button type="button" class="collapse">
I have some suggestions to make SGDG better. Can I share them?
</button>
<div class="inner-content">
<p>
Of course! You should definitely <a href="/contact">contact us</a> with your ideas and suggestions for the organization. We're always looking for new ideas and would love to grow SGDG and do more in it.
</p>
</div>
</div>
<script src="/scripts/collapse.js"></script>
<script>
feather.replace()
</script>
</div>
<div id="footer"></div>
</body>
</html>