-
Notifications
You must be signed in to change notification settings - Fork 1
/
faq.html
169 lines (168 loc) · 11.8 KB
/
faq.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
---
title: FAQ
permalink: "/faq/"
layout: page
---
<div class="container">
<div class="col-md-10 col-md-offset-1">
<h1>Frequently Asked Questions</h1>
<div class="panel-group" id="accordion" role="tablist" aria-multiselectable="true">
<div class="panel panel-default"> <!-- QUESTION 1 -->
<div class="panel-heading" role="tab" id="headingOne">
<h4 class="panel-title">
<a role="button" data-toggle="collapse" data-parent="#accordion" href="#collapseOne" aria-expanded="true" aria-controls="collapseOne">
<h2>Who is behind this program?</h2>
</a>
</h4>
</div>
<div id="collapseOne" class="panel-collapse collapse in" role="tabpanel" aria-labelledby="headingOne">
<div class="panel-body">
<p>This program is run by the people who started Awesome Inc, APAX Software, and RunJumpDev. We have a shared interest in enabling creators and helping people pursue their passions.</p>
<p><a href="http://www.awesomeinc.org" target="_blank">Awesome Inc</a> exists to grow the technology-driven, creative, entrepreneurial community in Lexington. We provide co-working space that serves as an office for freelancers and startups. Our downtown space also plays host to events like the <a href="http://entrepreneurhof.com">Kentucky Entrepreneur Hall of Fame</a> reception, the MobileX Conference, Kentucky Space’s HackerSPACE event, IdeaFestival’s IF University, <a href="http://lexington.startupweekend.org">Startup Weekend Lexington</a>, and RunJumpDev’s Global Game Jam.</p>
<p><a href="http://www.apaxsoftware.com" target="_blank">APAX Software</a> is a Lexington Kentucky based software development company that specializes in cutting edge mobile application development, website design and development, and database driven applications.</p>
<p><a href="http://runjumpdev.org/" target="_blank">RunJumpDev</a> is a local game developers group. The group is committed to educating, promoting, and retaining local talent, as well as training new talent in the area. The group was created to grow and cultivate the local game development community in Lexington, KY.</p>
</div>
</div>
</div>
<div class="panel panel-default"> <!-- QUESTION 2 -->
<div class="panel-heading" role="tab" id="headingTwo">
<h4 class="panel-title">
<a class="collapsed" role="button" data-toggle="collapse" data-parent="#accordion" href="#collapseTwo" aria-expanded="false" aria-controls="collapseTwo">
<h2>Will I really know how to code after completing a course?</h2>
</a>
</h4>
</div>
<div id="collapseTwo" class="panel-collapse collapse" role="tabpanel" aria-labelledby="headingTwo">
<div class="panel-body">
<p>Not only will you know how to code, but you will have written a programming application in the language of the course you complete.
<br><br>
You don’t have to be a genius to code, you just need to be determined.</p>
<h3>Do I have to have coding experience to attend one of these courses?</h3>
<p> No coding experience is necessary to attend a course. However, you do need to be proficient with a computer and show up with a good work ethic.</p>
</div>
</div>
</div>
<div class="panel panel-default"> <!-- QUESTION 3 -->
<div class="panel-heading" role="tab" id="headingThree">
<h4 class="panel-title">
<a class="collapsed" role="button" data-toggle="collapse" data-parent="#accordion" href="#collapseThree" aria-expanded="false" aria-controls="collapseThree">
<h2>What are the prerequisites for these courses?</h2>
</a>
</h4>
</div>
<div id="collapseThree" class="panel-collapse collapse" role="tabpanel" aria-labelledby="headingThree">
<div class="panel-body">
<p>All of the courses require that you have basic experience using a computer to input text and manipulate graphics. All courses also require you to have the ability to work productively for about 6 hours/day in a social, experiential learning environment.</p>
<p>We recommend that participants in our courses bring their own laptop computer (specific requirements below). This enables you to go home after the course with a working development environment and continue working on your website, mobile app, or video game. If you do not have access to your own computer, we have a limited number of <a href="http://mkt.com/awesome-inc/laptop-rental">laptop computers for rent for $25/day</a>.</p>
<p>Specific Requirements for Unity Gaming Engine Courses:</p>
<ul>
<li>Laptop that can run Unity (see <a href="http://unity3d.com/unity/system-requirements" target="_blank">system requirements</a>)</li>
<li>Experience playing a variety of video games (platformers, FPS, arcade, puzzle, etc)</li>
</ul>
<p>Specific Requirements for iOS Courses:</p>
<ul>
<li>Mac with OS X 10.9+</li>
<li>Xcode 6.0+ installed <a href="https://itunes.apple.com/us/app/xcode/id497799835?ls=1&mt=12" target="_blank">can be downloaded here for free.</a></li>
<li>Experience using an iPhone or iPad or iPod device.</li>
</ul>
<p>Specific Requirements for Python Courses:</p>
<ul>
<li>A stable Windows, Mac, or Linux laptop.</li>
<li>You can read more about <a href="http://www.python.org/about/gettingstarted/" target="_blank">getting started with Python here</a> (don't worry, we'll help you through this if you don't already have Python installed).</li>
</ul>
<p>Specific Requirements for Ruby Courses:</p>
<ul>
<li>A stable Windows, Mac, or Linux laptop.</li>
<li>You can read more about <a href="http://rubyonrails.org/download" target="_blank">getting started with Ruby on Rails here</a> (don't worry, we'll help you through this if you don't already have Ruby and Rails installed).</li>
</ul>
</p>
</div>
</div>
</div>
<div class="panel panel-default"> <!-- QUESTION 4 -->
<div class="panel-heading" role="tab" id="headingFour">
<h4 class="panel-title">
<a class="collapsed" role="button" data-toggle="collapse" data-parent="#accordion" href="#collapseFour" aria-expanded="false" aria-controls="collapseFour">
<h2>Will students receive a certificate upon completion?</h2>
</a>
</h4>
</div>
<div id="collapseFour" class="panel-collapse collapse" role="tabpanel" aria-labelledby="headingFour">
<div class="panel-body">
<p>Much more important than a certificate of completion, students will walk away with their own working application. As a piece of a developer’s portfolio, this aligns better with the demands of potential employers. If you require a certificate for your particular situation, we can provide one after the course upon request.</p>
</div>
</div>
</div>
<div class="panel panel-default"> <!-- QUESTION 5 -->
<div class="panel-heading" role="tab" id="headingFive">
<h4 class="panel-title">
<a class="collapsed" role="button" data-toggle="collapse" data-parent="#accordion" href="#collapseFive" aria-expanded="false" aria-controls="collapseFive">
<h2>Will I get a job after completing the course?</h2>
</a>
</h4>
</div>
<div id="collapseFive" class="panel-collapse collapse" role="tabpanel" aria-labelledby="headingFive">
<div class="panel-body">
<p>We don’t make any promises that you will get a job, but upon completion of one of our full length courses you will be a proficient programmer in the framework for the class you participated. We have relationships with many software companies in the region who are constantly looking for qualified programmers. If you are interested in employment upon completion, we will be happy to refer you to relevant job opportunities.</p>
</div>
</div>
</div>
<div class="panel panel-default"> <!-- QUESTION 7 -->
<div class="panel-heading" role="tab" id="headingSeven">
<h4 class="panel-title">
<a class="collapsed" role="button" data-toggle="collapse" data-parent="#accordion" href="#collapseSeven" aria-expanded="false" aria-controls="collapseSeven">
<h2>Am I too [insert demographic] for this course? What if I don't fit the "programmer" stereotype?</h2>
</a>
</h4>
</div>
<div id="collapseSeven" class="panel-collapse collapse" role="tabpanel" aria-labelledby="headingSeven">
<div class="panel-body">
<p>We believe that anyone can learn to code, no matter your age, gender, or favorite basketball team. There is no age requirement at Awesome Inc U. We've seen successful programmers as young as elementary school and several in their 60's. The average age of our students is 27, more than 25% of our students are female, and we've had students travel from places like St. Louis, Nashville, and Detroit to participate in our courses.</p>
</div>
</div>
</div>
<div class="panel panel-default"> <!-- QUESTION 8 -->
<div class="panel-heading" role="tab" id="headingEight">
<h4 class="panel-title">
<a class="collapsed" role="button" data-toggle="collapse" data-parent="#accordion" href="#collapseEight" aria-expanded="false" aria-controls="collapseEight">
<h2>I registered for a course, but now I can't attend. Can I get a refund?</h2>
</a>
</h4>
</div>
<div id="collapseEight" class="panel-collapse collapse" role="tabpanel" aria-labelledby="headingEight">
<div class="panel-body">
<p>We don't offer refunds for our 1-day Crash Courses, but if something comes up, you may request to transfer your registration to a future course date.</p>
</div>
</div>
</div>
<div class="panel panel-default"> <!-- QUESTION 9 -->
<div class="panel-heading" role="tab" id="headingNine">
<h4 class="panel-title">
<a class="collapsed" role="button" data-toggle="collapse" data-parent="#accordion" href="#collapseNine" aria-expanded="false" aria-controls="collapseNine">
<h2>When is the next class?</h2>
</a>
</h4>
</div>
<div id="collapseNine" class="panel-collapse collapse" role="tabpanel" aria-labelledby="headingNine">
<div class="panel-body">
<p>Our next Bootcamp cohort (Spring 2019, i.e. S19) has classes from Monday, February 25th - Friday, May 17th. The application deadline for the S19 cohort is Friday, December 14th.</p>
</div>
</div>
</div>
<div class="panel panel-default"> <!-- QUESTION 10 -->
<div class="panel-heading" role="tab" id="headingTen">
<h4 class="panel-title">
<a class="collapsed" role="button" data-toggle="collapse" data-parent="#accordion" href="#collapseTen" aria-expanded="false" aria-controls="collapseTen">
<h2>What if I have more questions? How do I contact someone at Awesome Inc U?</h2>
</a>
</h4>
</div>
<div id="collapseTen" class="panel-collapse collapse" role="tabpanel" aria-labelledby="headingTen">
<div class="panel-body">
<p>We're available via email: <a href="mailto:[email protected]?Subject=Awesome%20Inc%20U">[email protected]</a> or you can reach out on Twitter: <a href="http://twitter.com/awesome_inc">@awesome_inc</a>.</p>
</div>
</div>
</div>
</div> <!-- panel-group -->
</div> <!-- /col-md-10 -->
</div> <!-- /container -->