studysoup.com
Open in
urlscan Pro
54.189.254.180
Public Scan
URL:
https://studysoup.com/scholarships/dosomething-grab-mic
Submission Tags: falconsandbox
Submission: On August 27 via api from US — Scanned from DE
Submission Tags: falconsandbox
Submission: On August 27 via api from US — Scanned from DE
Form analysis
4 forms found in the DOMPOST /users/verify
<form id="login_dialog_form" action="/users/verify" accept-charset="UTF-8" method="post" class="ajax-submit"><input name="utf8" type="hidden" value="✓"><input type="hidden" name="authenticity_token"
value="F5MHm9RFUpoAOANJGMrHrQNmw1bPfw0CeiUHhbWKY+3VtOLknfKcMqeBhCwv4RLQzCWuyCRQ1x5S8aGpJ+88Ew==">
<input placeholder="Email" autocomplete="email" required="required" type="email" name="user[username]" id="login_user_username">
<input placeholder="Password" autocomplete="current-password" required="required" type="password" name="user[password]" id="login_user_password">
<input type="submit" name="commit" value="Log in" class="button button-1 primary-1-background" data-disable-with="Loading...">
<div class="row small-padding-top">
<div class="small-12 columns text-left">
<a data-reveal-id="request-reset-email-modal">Forgot password?</a><br>
<a href="#" data-reveal-id="simple_signup_dialog">Register Now</a>
</div>
</div>
</form>
POST /users
<form class="new_user" id="new_user" action="/users" accept-charset="UTF-8" data-remote="true" method="post"><input name="utf8" type="hidden" value="✓">
<script src="https://www.recaptcha.net/recaptcha/api.js?render=6LfnIfQZAAAAAD56Sgmgj7k0EnURhOubYNWRWQ0J"></script>
<script>
// Define function so that we can call it again later if we need to reset it
// This executes reCAPTCHA and then calls our callback.
function executeRecaptchaForCreate() {
grecaptcha.ready(function() {
grecaptcha.execute('6LfnIfQZAAAAAD56Sgmgj7k0EnURhOubYNWRWQ0J', {
action: 'create'
}).then(function(token) {
setInputWithRecaptchaResponseTokenForCreate('g-recaptcha-response-data-create', token)
});
});
};
// Invoke immediately
executeRecaptchaForCreate()
// Async variant so you can await this function from another async function (no need for
// an explicit callback function then!)
// Returns a Promise that resolves with the response token.
async function executeRecaptchaForCreateAsync() {
return new Promise((resolve, reject) => {
grecaptcha.ready(async function() {
resolve(await grecaptcha.execute('6LfnIfQZAAAAAD56Sgmgj7k0EnURhOubYNWRWQ0J', {
action: 'create'
}))
});
})
};
var setInputWithRecaptchaResponseTokenForCreate = function(id, token) {
var element = document.getElementById(id);
element.value = token;
}
</script>
<input type="hidden" name="g-recaptcha-response-data[create]" id="g-recaptcha-response-data-create" data-sitekey="6LfnIfQZAAAAAD56Sgmgj7k0EnURhOubYNWRWQ0J" class="g-recaptcha g-recaptcha-response "
value="03ANYolqtqJcjeErW1tVkYHdyZTYvkCPksf0keCRQk4RaGWLQfQx7LM_PzeS5m0DdhwQIV9prbEedYx8lI3G3XjFvxY9x0EQHSDX4ggsgEviX9JknpCjrfyoZ4Cx-ElWkSkncntqNuhDDRgZDQZmjelgwtr-g6aaXv-RFJxWMgoGW17yoiq4Z_LW5QhapVSPtXF24-BYM7MgyspEnBCvQ_KxMGS5vKNFyMOaX9TGoSol1j6VBe4M3SlZu3d-xr3e-AvBXNzjMhh2XLGldfxR5zE1E8cnGKgFXN2p7icEBDOEkeZ4Zcp6zj5K9cqoNqPivr-4sVjYLdFX98hW28MMvBOWITzgAYC6YwlNIp6f1pxaXVXvzD-eSla6PtxISpXDZDWtjJuL7PfBjgLIi7P89BHLnYK9xlyp9WNj36ggXpfYl7uSbktg2w5iu4h1I952cnVJXsPNu9Qfj4ZSm0HW5L1J07cKM3Yx76pqW9J4m8_yrcRwJN2qceLQjjSd9QqvRUDc3sruBEkSeI3Fqv8FvPU5_Md0T2RQmJRQ"
style="">
<p id="signup-error" class="hide alert-box warning xsmall-padding"></p>
<input class="hide" placeholder="first and last name" style="margin-top:10px;margin-bottom: 10px" type="text" value="" name="user[name]" id="user_name">
<input placeholder="example@email.com" autocomplete="email" required="required" type="email" name="user[email]" id="user_email">
<input class="" autocomplete="current-password" placeholder="password" style="margin-bottom: 10px" type="password" name="user[password]" id="user_password">
<input type="submit" name="commit" value="Join Free" class="button button-1 primary-1-background" data-disable-with="Joining...">
</form>
POST /users/password
<form action="/users/password" accept-charset="UTF-8" data-remote="true" method="post"><input name="utf8" type="hidden" value="✓">
<p class="normal_error"></p>
<input autocomplete="email" placeholder="Enter your email address" id="reset-password-request" type="email" name="user[email]">
<div><input type="submit" name="commit" value="Reset Password" id="reset_password_button" class="button-1 primary-1-background"></div>
<script src="https://www.recaptcha.net/recaptcha/api.js?render=6LfnIfQZAAAAAD56Sgmgj7k0EnURhOubYNWRWQ0J"></script>
<script>
// Define function so that we can call it again later if we need to reset it
// This executes reCAPTCHA and then calls our callback.
function executeRecaptchaForResetPassword() {
grecaptcha.ready(function() {
grecaptcha.execute('6LfnIfQZAAAAAD56Sgmgj7k0EnURhOubYNWRWQ0J', {
action: 'reset_password'
}).then(function(token) {
setInputWithRecaptchaResponseTokenForResetPassword('g-recaptcha-response-data-reset-password', token)
});
});
};
// Invoke immediately
executeRecaptchaForResetPassword()
// Async variant so you can await this function from another async function (no need for
// an explicit callback function then!)
// Returns a Promise that resolves with the response token.
async function executeRecaptchaForResetPasswordAsync() {
return new Promise((resolve, reject) => {
grecaptcha.ready(async function() {
resolve(await grecaptcha.execute('6LfnIfQZAAAAAD56Sgmgj7k0EnURhOubYNWRWQ0J', {
action: 'reset_password'
}))
});
})
};
var setInputWithRecaptchaResponseTokenForResetPassword = function(id, token) {
var element = document.getElementById(id);
element.value = token;
}
</script>
<input type="hidden" name="g-recaptcha-response-data[reset_password]" id="g-recaptcha-response-data-reset-password" data-sitekey="6LfnIfQZAAAAAD56Sgmgj7k0EnURhOubYNWRWQ0J" class="g-recaptcha g-recaptcha-response "
value="03ANYolqtLwRyEkjd0006XnlzOWz50S35el3eqcpdUMb3rJ9ENoMAWJ47wOXOmJzA48yKvUr9LqQr-yIUvm_akX4eUnIYk11XyKr6G6MFwemUeS5yB7AIVMyjBiGdH896fMu-ZixIVAxIg6vjrZD2O5mStIPp8FLG3J0JTb_mUAxUP7MvBHkvJTk_2PPhr6nqv7NApael5J0j6l9GDp21DvJDdp1eNa3HxakhZ1bBSMZSFdtuQv9IslNyRIQBFBGPS3a7yTWFmMaM4rYvBRhwEEQN1DgTOYcTHjE-xhCqehqmvO1V-2RBWFagwbWrPilb5IWPCOVKgOtcG8jDpXIUuRVVFR_uEV9vqcw5nf_D7WfZkXmH1LjHc8rQy_zdNyj_oW7IshYKFr3DTCXLiMdBe4hbtL4NB8WDOa86URhOyyYS3_Z4MCnkx7MnLgAyCq4GPWUVPxg-CQ_RrpyWbCKl_dIB2AKfFVZgtKJbt4hDbgxVGOsBlYobhRYBhk6fKIQ0kuwnw4uYX8piBCWL_7swhq9DwPOGFPA14FO5j60G5von8Bgh0M9hzVG4"
style="">
</form>
GET https://tr.snapchat.com/cm/i
<form method="GET" action="https://tr.snapchat.com/cm/i" target="snap009985319332935227" accept-charset="utf-8" style="display: none;"><iframe id="snap009985319332935227" name="snap009985319332935227"></iframe><input name="pid"><input
name="u_scsid"><input name="u_sclid"></form>
Text Content
StudySoup Study Guides Homework Help Textbook Solutions Notetakers Study Guides Log in Sign Up × Log in to StudySoup Forgot password? Register Now Join StudySoup for FREE Get Full Access to Thousands of Study Materials at Your School Already have an account? Login here × Reset your password I don't want to reset my password GRAB THE MIC - $2,500 EASY SCHOLARSHIP: READ THE NEWS AND TAKE ACTION Read the news, change the news. You could win an easy $2,500 scholarship by taking action on headlines you care about. Every week, we’ll send you a current event about an issue like gun violence, climate change, or immigration. We’ll also provide a way to make an impact on that story (like sharing resources to educate friends, calling your Congressperson, or signing a petition). Every action you take enters you to win a $2,500 scholarship. Let’s Do This! Home > Scholarships > Grab the Mic - $2,500 Easy Scholarship: Read the News and Take Action ABOUT STUDYSOUP We launched the StudySoup peer-to-peer learning marketplace in 2014. When we were in school, we found that success in the classroom can be a pretty ambiguous thing. Every class has hours of lectures and dozens of readings. Come midterm time, most students are overwhelmed and have no idea how they should study. Without fail, however, there are always a few top students in the class who know exactly what it takes to be successful. We decided to empower those top students to help their peers, and make money, by posting their best study materials to StudySoup.com. At the end of the day, learning from your peers is the best way to learn, because after all, who understands your questions better than someone else in the class? SCHOLARSHIP DETAILS Read the news, change the news. You could win an easy $2,500 scholarship by taking action on headlines you care about. Every week, we’ll send you a current event about an issue like gun violence, climate change, or immigration. We’ll also provide a way to make an impact on that story (like sharing resources to educate friends, calling your Congressperson, or signing a petition). Every action you take enters you to win a $2,500 scholarship. Let’s Do This! SCHOLARSHIP ELIGIBILITY One entry per person. No minimum GPA or essays required. Must be 13 to 25 years old to apply. This scholarship is only open to those residing in the U.S. and Canada or those who hold citizenship in the U.S. or Canada. Terms and Conditions HOW TO APPLY Simply click on the button below and fill out the online application form! -------------------------------------------------------------------------------- GRAB THE MIC - $2,500 EASY SCHOLARSHIP: READ THE NEWS AND TAKE ACTION Mar 30th 19 Deadline 10 Mins Estimated time to complete application $2500 Closed Terms of Use Cancellation Policy Privacy Policy StudySoup Inc, 2022.