Pagination
Pricing Tables
- BASIC
- 19
- Learn by doing with our proven curriculum, videos, and challenges.
- Get help from our staff with priority Q&A
- PRO
- 49
- Learn by doing with our proven curriculum, videos, and challenges.
- Get help from our staff with priority Q&A
- Get Unstuck! Weekly staff-moderated Slack office hours
- ELITE
- 499
- Learn by doing with our proven curriculum, videos, and challenges.
- Get help from our staff with priority Q&A
- Get 1-on-1 with weekly 50-minute sessions with our staff
Testimonials
I had some background knowledge of coding, but I didn't see a future in computer programming.
Person 1
Online Learner
2015
To get several blockquotes to be the same height, use Foundation's data equalizer:
Launch's learn to code online program was the perfect stepping stone into the world of coding and making my future goals even more attainable!
Person 1
Online Learner
2015
Launch Academy has taken me from a guy struggling on my own through various books and programs into a focused student. It has challenged me to think like a programmer.
Person 2
Online Learner
2015
I had some background knowledge of coding, but I didn't see a future in computer programming.
Person 3
Online Learner
2015
Tooltips
Tooltips provide additional information on hover in a compact but noticeable visual style.
For React, you need to structure things a little differently, and use the ReactTooltip node package to get the tooltip to display:
<div className="tooltip-wrapper">
<span className="has-tip"
data-tip="This is a React tooltip.
<br>It's even multi-line."
data-multiline
>?</span>
<ReactTooltip place="top" />
</div>
(Currently, the React-generated tooltip will display a bit differently due to the different approach it uses to generate the upward or downward arrow on the tooltip box. We have not styled it to have the same pink border that the Haml-generated tooltip has.)
This documentation generated using Hologram