Skip to content

Commit 6c43bf5

Browse files
committed
Merge branch 'master' into my-team-feature
2 parents 46febb8 + 4da2b03 commit 6c43bf5

3 files changed

Lines changed: 304 additions & 264 deletions

File tree

Gemfile.lock

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,14 @@ GEM
2121
multipart-post (>= 1.2, < 3)
2222
ffi (1.9.10)
2323
gemoji (2.1.0)
24-
github-pages (58)
24+
github-pages (60)
2525
RedCloth (= 4.2.9)
2626
github-pages-health-check (= 1.1.0)
2727
jekyll (= 3.0.3)
2828
jekyll-coffeescript (= 1.0.1)
2929
jekyll-feed (= 0.4.0)
3030
jekyll-gist (= 1.4.0)
31+
jekyll-github-metadata (= 1.9.0)
3132
jekyll-mentions (= 1.0.1)
3233
jekyll-paginate (= 1.1.0)
3334
jekyll-redirect-from (= 0.9.1)
@@ -67,6 +68,8 @@ GEM
6768
jekyll-feed (0.4.0)
6869
jekyll-gist (1.4.0)
6970
octokit (~> 4.2)
71+
jekyll-github-metadata (1.9.0)
72+
octokit (~> 4.0)
7073
jekyll-mentions (1.0.1)
7174
html-pipeline (~> 2.3)
7275
jekyll (~> 3.0)
@@ -124,7 +127,7 @@ PLATFORMS
124127
ruby
125128

126129
DEPENDENCIES
127-
github-pages (= 58)
130+
github-pages (= 60)
128131
json
129132

130133
BUNDLED WITH

_includes/faqs.html

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,37 @@ <h3>Frequently Asked Questions</h3>
4242
</div>
4343
</div>
4444

45+
<div class="toggle faq">
46+
<div class="togglet"><i class="toggle-closed icon-question-sign"></i><i class="toggle-open icon-question-sign"></i>What will I learn?
47+
</div>
48+
<div class="togglec">
49+
<p>
50+
We invest in you to learn as much as you need to attain and sustain a career as a software engineer. To support you, we hire expert practitioners to help you craft the best possible learning path towards your goal.
51+
</p>
52+
<p>
53+
If you're looking for a set curriculum like the one you would find at a school or bootcamp, you won't find it here. We don't believe in a cookie-cutter approach to learning.
54+
</p>
55+
<p>
56+
Instead, we focus on two things: helping you learn how to learn, and providing a rich environment for you to practice and develop your craft with other motivated learners.
57+
</p>
58+
<p>
59+
We believe the best answer to "what should I learn?" is "whatever the most skilled people around you know." So if you are surrounded by concert pianists, you're better off studying piano than the violin.
60+
</p>
61+
<p>
62+
We hire skilled full-stack JavaScript web developers to serve as expert practitioners and mentors from whom you can learn skills and receive invaluable guidance.
63+
</p>
64+
<p>
65+
So... will you learn languages like JavaScript? And databases like PostgreSQL and MongoDB? And HTML and CSS and React and git and... The answer is: yes, of course. You certainly will learn these things, and many many more.
66+
</p>
67+
<p>
68+
More importantly, though, you will learn the habits of mind of an engineer. You will learn how to build products with a team. You will learn how to evaluate your own skills and choose appropriate challenges to help you advance them. You will learn how to mentor other learners, not just because it's a Good Thing To Do, but also because the best way to test your knowledge is to teach it.
69+
</p>
70+
<p>
71+
Finally, you will learn how to learn. After all, is there any more important skill?
72+
</p>
73+
</div>
74+
</div>
75+
4576
<div class="toggle faq">
4677
<div class="togglet"><i class="toggle-closed icon-question-sign"></i><i class="toggle-open icon-question-sign"></i>Do you have an online option?
4778
</div>

0 commit comments

Comments
 (0)