InGenius Prep is on the Inc. 5000 List of Fastest-Growing Companies for 2019!
InGenius Prep
August 14, 2019
share on
$(‘.facebook’).hover(function () {
$(‘.fb-icon’).toggleClass(‘hide’);
$(‘.fb-hover-icon’).toggleClass(‘hide’);
});
$(‘.linkedin’).hover(function () {
$(‘.linkedin-icon’).toggleClass(‘hide’);
$(‘.linkedin-hover-icon’).toggleClass(‘hide’);
});
InGenius Prep is on the Inc. 5000 List of Fastest-Growing Companies for 2019!
Press Release:
New Haven, Connecticut – August 14, 2019 – InGenius Prep ranked #432 of all private companies nationwide in terms of annual growth on the distinguished Inc. 5000 list of fastest growing companies. Additionally, InGenius Prep was the top-ranked admissions counseling company on the list, the 2nd fastest-growing company in Connecticut, and the 6th fastest-growing education company. In 2018, the company ranked at #657, and has continued to grow rapidly during the past year.
“We are excited to rank now in the top 500 on the Inc. 5000 list for 2019,” InGenius Prep Co-Founder and CEO, Joel Butterly, stated. “This recognition represents our team’s hard work and strong results, and we are excited to continue supporting students with their ambitions in higher education,” continued Butterly.
Over the course of six years, InGenius has expanded to 12 locations worldwide, including new offices in Vancouver, Toronto, and Hong Kong, and plans to establish InGenius Prep in Los Angeles and Singapore in the coming months. In addition to new offices, InGenius Prep has continued to develop new services for both secondary school applications and career counseling. “We hope to provide our students with the strategies that they need throughout their educational journeys – offering guidance for the transition to high school, preparing them for the college application process, all the way through graduate school support and establishing a career path,” explained Butterly.
This past admissions cycle, InGenius Prep had 39 top 10 acceptances and 253 top 30 acceptances – including 3 into Stanford, 3 into Princeton, 4 into Harvard, and 5 into Columbia. “We take enormous pride in our results, but we are even more proud of the standards we maintain in this business that has come under scrutiny recently. InGenius Prep is growing specifically because we don’t take shortcuts. Our students work hard to achieve their goals,” stated Butterly.
About InGenius Prep
Founded at Yale in 2013 and operating around the world, InGenius Prep’s team of experts has helped countless students unlock their potential and get into their reach schools. With the largest team of Former Admissions Officers, InGenius Prep challenges students to perfect their applications for college and graduate programs. InGenius Prep boasts a 99% acceptance rate and is known for getting students into top colleges nationwide.
CONTACT: contact@ingeniusprep.com | ingeniusprep.com | 800.722.3105
Tags :fastest growing companies,Inc. 5000,ingenius Prep,Inc. 5000 2019
5 tips to get into college
Name *
Email M*
function validate_file(uid, files) {
var file_err = ‘file_err’;
var upload_cv = $(‘#’ + uid);
var file = $(‘#’ + uid)[0].files[0];
if (file == undefined) {
document.getElementsByClassName(“file-upload-wrapper”).removeAttribute(“data-text”);
upload_cv.after(‘
Please upload valid (‘ + files + ‘) File
‘);
return false;
} else {
document.getElementsByClassName(“file-upload-wrapper”).removeAttribute(“data-text”);
$(“#” + file_err).html(“”);
}
}
(function ($) {
$(document).ready(function () {
$(“#contact-form-b33bc1fea9f4d33c3029afe4fac04a04”).validate();
function gatedSubmit(url) {
// downloadFile(url);
$.AjaxDownloader({
url : ‘https://newsite.ingeniusprep.com/wp/wp/wp-admin/admin-ajax.php’,
data : {
action: ‘download_file’,
fileurl: url,
}
});
}
});
})(jQuery);
.modal-backdrop {
z-index: -1;
}
×
…
Close
var $ = jQuery.noConflict();
function form_submit_action_b33bc1fea9f4d33c3029afe4fac04a04() {
if( $( “#contact-form-b33bc1fea9f4d33c3029afe4fac04a04” ).valid() ){
function setLoader() {
jQuery(“.wrap-forms-loader”).show();
}
setLoader();
//console.log(this);
var form = document.querySelector(“#contact-form-b33bc1fea9f4d33c3029afe4fac04a04”).elements;
var json_obj = {};
for (var i = 0; i < form.length; i++) {
//type equal to 'radio button'
if (form[i].getAttribute('type') == "radio") {
if (form[i].getAttribute('api-form-field')) {
if (form[i].checked) {
json_obj[form[i].getAttribute('api-form-field')] = form[i].value;
}
}
}
//TODO type equal to 'checkbox'
else if (form[i].getAttribute('type') == "checkbox") {
if (form[i].getAttribute('api-form-field')) {
if (form[i].checked) {
json_obj[form[i].getAttribute('api-form-field')] = form[i].value;
}
}
}
//other form fields
else {
if (form[i].getAttribute('api-form-field')) {
json_obj[form[i].getAttribute('api-form-field')] = form[i].value;
}
}
}
jQuery('input[name="data"]').val(JSON.stringify(json_obj));
//setLoader();
//console.log(json_obj);
var form_type = json_obj.form_submit_type;
// Static Submit
if(form_type == 'api_url'){
if (grecaptcha === undefined) {
$('.form-message-wrapper').html( "Recaptcha not defined" );
jQuery(".wrap-forms-loader").hide();
return false;
}
var response = grecaptcha.getResponse();
if (!response) {
$('.form-message-wrapper').html( "Coud not get recaptcha response" );
jQuery(".wrap-forms-loader").hide();
return false;
}
//console.log(form_type);
var data_string = JSON.stringify(json_obj);
//console.log(data_string);
$.ajax({
url: json_obj.form_submit_url,
data: data_string,
type: 'post',
success: function (data) {
jQuery(".wrap-forms-loader").hide();
$("#contact-form-b33bc1fea9f4d33c3029afe4fac04a04")[0].reset();
$('.form-message-wrapper').html( ""+data.success_msg+"" );
},
error: function (data) {
},
});
return false;
}
else{
}
}
//return console.log(json_obj);
}
function setLoader() {
jQuery(".wrap-forms-loader").show();
}
(function ($) {
$.fn.exists = function(callback) {
var args = [].slice.call(arguments, 1);
if (this.length) {
callback.call(this, args);
}
return this;
};
$(document).ready(function(){
$('div.fw-flash-messages').exists(function() {
$('.form-message-wrapper').append($('div.fw-flash-messages').html());
});
});
})(jQuery);
ul.fw-flash-type-success {
margin-bottom: 15px;
margin-top: -30px;
}
ul.fw-form-errors {
margin-bottom: 15px;
margin-top: -30px;
}
By:
Clifford Jefferson
Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Nam libero tempore, cum soluta nobis est eligendi optio cumqu (~260)
Schedule a free consultation
to find out how we can help you get accepted.
hbspt.forms.create({ portalId: “5109206”,formId: “86b53e9c-69d7-4dd9-9e2e-c23476e9a906”});
You May Also Be Interested In..
Sed ut perspiciatis unde omnis iste natus
#base-blurb-id-5dc5816dd5560 .base-blurb__card {
min-height: 1px;
background-color: rgba(255,255,255,1);
text-align: left;
border:1px solid rgba(0,0,0,0);
}
#base-blurb-id-5dc5816dd5560 .base-blurb__card__body__thumbnail {
background-image: url(‘https://newsite.ingeniusprep.com/wp/app/uploads/2018/09/881484382.png’);
}
#base-blurb-id-5dc5816dd5560 .base-blurb__card__body__title {
color: rgba(0,0,0,1);
}
#base-blurb-id-5dc5816dd5560 .base-blurb__card__body__label {
color: rgba(0,0,0,1);
}
#base-blurb-id-5dc5816dd5560 .base-blurb__card__body__summery {
color: rgba(0,0,0,1);
}
#base-blurb-id-5dc5816dd5560 .base-blurb__float__description {
text-align: left;
}
#base-blurb-id-5dc5816dd5560 .base-blurb__float__description__title {
color: rgba(0,0,0,1);
}
#base-blurb-id-5dc5816dd5560 .base-blurb__float__description__label {
color: rgba(0,0,0,1);
}
#base-blurb-id-5dc5816dd5560 .base-blurb__float__description__summery {
color: rgba(0,0,0,1);
}
#base-blurb-id-5dc5816dd5560 .base-blurb__float {
background-color: rgba(255,255,255,1);
}
How to Impress with your Business SchoolResumé (~50)
#base-blurb-id-5dc5816dd57c1 .base-blurb__card {
min-height: 1px;
background-color: rgba(255,255,255,1);
text-align: left;
border:1px solid rgba(0,0,0,0);
}
#base-blurb-id-5dc5816dd57c1 .base-blurb__card__body__thumbnail {
background-image: url(‘https://newsite.ingeniusprep.com/wp/app/uploads/2018/09/881484382.png’);
}
#base-blurb-id-5dc5816dd57c1 .base-blurb__card__body__title {
color: rgba(0,0,0,1);
}
#base-blurb-id-5dc5816dd57c1 .base-blurb__card__body__label {
color: rgba(0,0,0,1);
}
#base-blurb-id-5dc5816dd57c1 .base-blurb__card__body__summery {
color: rgba(0,0,0,1);
}
#base-blurb-id-5dc5816dd57c1 .base-blurb__float__description {
text-align: left;
}
#base-blurb-id-5dc5816dd57c1 .base-blurb__float__description__title {
color: rgba(0,0,0,1);
}
#base-blurb-id-5dc5816dd57c1 .base-blurb__float__description__label {
color: rgba(0,0,0,1);
}
#base-blurb-id-5dc5816dd57c1 .base-blurb__float__description__summery {
color: rgba(0,0,0,1);
}
#base-blurb-id-5dc5816dd57c1 .base-blurb__float {
background-color: rgba(255,255,255,1);
}
How to Impress with your Business School Resumé (~50)
#base-blurb-id-5dc5816dd586c .base-blurb__card {
min-height: 1px;
background-color: rgba(255,255,255,1);
text-align: left;
border:1px solid rgba(0,0,0,0);
}
#base-blurb-id-5dc5816dd586c .base-blurb__card__body__thumbnail {
background-image: url(‘https://newsite.ingeniusprep.com/wp/app/uploads/2018/09/881484382.png’);
}
#base-blurb-id-5dc5816dd586c .base-blurb__card__body__title {
color: rgba(0,0,0,1);
}
#base-blurb-id-5dc5816dd586c .base-blurb__card__body__label {
color: rgba(0,0,0,1);
}
#base-blurb-id-5dc5816dd586c .base-blurb__card__body__summery {
color: rgba(0,0,0,1);
}
#base-blurb-id-5dc5816dd586c .base-blurb__float__description {
text-align: left;
}
#base-blurb-id-5dc5816dd586c .base-blurb__float__description__title {
color: rgba(0,0,0,1);
}
#base-blurb-id-5dc5816dd586c .base-blurb__float__description__label {
color: rgba(0,0,0,1);
}
#base-blurb-id-5dc5816dd586c .base-blurb__float__description__summery {
color: rgba(0,0,0,1);
}
#base-blurb-id-5dc5816dd586c .base-blurb__float {
background-color: rgba(255,255,255,1);
}
How to Impress with your Business School Resumé (~50)