preventsuicide.appstate.edu
Open in
urlscan Pro
2606:4700::6812:8a1
Public Scan
URL:
https://preventsuicide.appstate.edu/
Submission: On May 23 via api from US — Scanned from DE
Submission: On May 23 via api from US — Scanned from DE
Form analysis
4 forms found in the DOM<form id="search-form">
<div class="site-search">
<svg class="svg-inline--fa fa-search fa-w-16 fa-lg" aria-hidden="true" focusable="false" data-prefix="fas" data-icon="search" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" data-fa-i2svg="">
<path fill="currentColor"
d="M505 442.7L405.3 343c-4.5-4.5-10.6-7-17-7H372c27.6-35.3 44-79.7 44-128C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c48.3 0 92.7-16.4 128-44v16.3c0 6.4 2.5 12.5 7 17l99.7 99.7c9.4 9.4 24.6 9.4 33.9 0l28.3-28.3c9.4-9.4 9.4-24.6.1-34zM208 336c-70.7 0-128-57.2-128-128 0-70.7 57.2-128 128-128 70.7 0 128 57.2 128 128 0 70.7-57.2 128-128 128z">
</path>
</svg><!-- <i class="fas fa-search fa-lg"></i> Font Awesome fontawesome.com -->
<input id="search-input" placeholder="Search" type="text">
</div>
<div class="search-type">
<div class="form-check">
<input id="site-type-1" class="form-check-input" type="radio" name="searchType" value="site" checked="checked">
<label class="form-check-label" for="site-type-1">This site</label>
</div>
<div class="form-check">
<input id="site-type-2" class="form-check-input" type="radio" name="searchType" value="appstate">
<label class="form-check-label" for="site-type-2">Appalachian State University</label>
</div>
</div>
<div class="submit">
<button class="btn btn-outline-dark" role="submit">Search</button>
</div>
</form>
POST ./contact/user/send
<form method="post" action="./contact/user/send" id="email-contact-form">
<h4 class="text-primary text-center"><strong>Or use the contact form below:</strong></h4>
<input type="hidden" name="to_address" value="">
<div class="row">
<div class="col-sm-6 mb-3">
<label>Your name</label>
<input type="text" class="form-control" name="from_name" id="contact-name" required="">
</div>
<div class="col-sm-6 mb-3">
<label>Your email address</label>
<input type="text" class="form-control" name="from_address" id="contact-email" required="">
</div>
</div>
<div class="mb-3">
<label>Subject</label>
<input type="text" class="form-control" maxlength="25" name="subject" id="contact-subject" required="">
</div>
<div class="mb-3">
<label>Message</label>
<small><em>(1000 character limit)</em></small>
<textarea name="message" id="contact-message" class="form-control" style="min-height: 120px" required=""></textarea>
</div>
<div class="mb-3">
<div class="g-recaptcha" data-sitekey="6LekfE8UAAAAAB3fJ2NaVgmirYNgcJ1RMHOln9Ba" data-callback="allowSubmit">
<div style="width: 304px; height: 78px;">
<div><iframe title="reCAPTCHA" width="304" height="78" role="presentation" name="a-88xi0754p00r" frameborder="0" scrolling="no"
sandbox="allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation allow-modals allow-popups-to-escape-sandbox allow-storage-access-by-user-activation"
src="https://www.google.com/recaptcha/api2/anchor?ar=1&k=6LekfE8UAAAAAB3fJ2NaVgmirYNgcJ1RMHOln9Ba&co=aHR0cHM6Ly9wcmV2ZW50c3VpY2lkZS5hcHBzdGF0ZS5lZHU6NDQz&hl=de&v=joHA60MeME-PNviL59xVH9zs&size=normal&cb=9xlc6haw1ovf"></iframe>
</div><textarea id="g-recaptcha-response" name="g-recaptcha-response" class="g-recaptcha-response"
style="width: 250px; height: 40px; border: 1px solid rgb(193, 193, 193); margin: 10px 25px; padding: 0px; resize: none; display: none;"></textarea>
</div><iframe style="display: none;"></iframe>
</div>
</div>
<button class="btn btn-primary btn-block" type="button" id="send-message" disabled="true">Send message</button>
<div class="alert alert-info text-center" id="contact-sending" style="display:none"><svg class="svg-inline--fa fa-envelope fa-w-16 fa-spin" aria-hidden="true" focusable="false" data-prefix="fas" data-icon="envelope" role="img"
xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" data-fa-i2svg="">
<path fill="currentColor"
d="M502.3 190.8c3.9-3.1 9.7-.2 9.7 4.7V400c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V195.6c0-5 5.7-7.8 9.7-4.7 22.4 17.4 52.1 39.5 154.1 113.6 21.1 15.4 56.7 47.8 92.2 47.6 35.7.3 72-32.8 92.3-47.6 102-74.1 131.6-96.3 154-113.7zM256 320c23.2.4 56.6-29.2 73.4-41.4 132.7-96.3 142.8-104.7 173.4-128.7 5.8-4.5 9.2-11.5 9.2-18.9v-19c0-26.5-21.5-48-48-48H48C21.5 64 0 85.5 0 112v19c0 7.4 3.4 14.3 9.2 18.9 30.6 23.9 40.7 32.4 173.4 128.7 16.8 12.2 50.2 41.8 73.4 41.4z">
</path>
</svg><!-- <i class="fas fa-envelope fa-spin"></i> Font Awesome fontawesome.com --> Sending email...</div>
</form>
GET index.php
<form class="form-search " id="search_box" action="index.php" autocomplete="on" method="get" role="search">
<input type="hidden" name="module" id="search_box_module" value="search">
<input type="hidden" name="user" id="search_box_user" value="search">
<div class="form-group">
<input type="text" class="input-sm form-control" name="search" placeholder="Search">
</div>
</form>
POST //translate.googleapis.com/translate_voting?client=te
<form id="goog-gt-votingForm" action="//translate.googleapis.com/translate_voting?client=te" method="post" target="votingFrame" class="VIpgJd-yAWNEb-hvhgNd-aXYTce"><input type="text" name="sl" id="goog-gt-votingInputSrcLang"><input type="text"
name="tl" id="goog-gt-votingInputTrgLang"><input type="text" name="query" id="goog-gt-votingInputSrcText"><input type="text" name="gtrans" id="goog-gt-votingInputTrgText"><input type="text" name="vote" id="goog-gt-votingInputVote"></form>
Text Content
Skip to content Tab to switch menus, arrow keys to move through links. Division of Student Affairs * Care * Engage * Transform This site Appalachian State University Search CARE Our work creates a culture of care that builds a foundation for students to thrive and be resilient. -------------------------------------------------------------------------------- Health and Wellness * Counseling & Psychological Services * Counseling for Faculty/Staff * Health Services * Intramural Sports * Intercultural Student Affairs * University Health and Safety Council * University Recreation * Wellness to Wellness & Prevention Services * Women's Center Safety and Emergencies * AppCares * Campus Police * Interpersonal Violence * Prevent Suicide * Red Flag Campaign Child Care * Camp UREC * Child Development ENGAGE Our diverse, student-centered community fosters local-to-global learning, leadership, engagement, and service. -------------------------------------------------------------------------------- Service and Involvement * Black Student Association * Club Council * Club Sports * Community-Engaged Leadership * Fraternity and Sorority Life * Outdoor Programs * Leadership at Appalachian State * Student Government Association * Trailhead Academies Academics * Academic Integrity * Graduate Assistant Preview Program Community * Community-Engaged Leadership * Henderson Springs LGBT Center * Looking Glass Gallery * Multicultural Center * Reneweable Energy Initiative * Student Union * University Housing Communication * Appalachian State Policy Manual * Engage * Parents and Family * Student Conduct TRANSFORM We transform students into dynamic leaders and lifelong learners who will make a difference in their communities and throughout the world. -------------------------------------------------------------------------------- Support and Service * Alternative Service Experience * Legal Clinic * Off Campus * Off Campus Housing * Orientation * Plemmons Student Union * Campus Activities * Child Development * Community-Engaged Leadership * Counseling & Psychological Services * Electronic Student Services * Intercultural Student Affairs * Off-Campus Student Services * Office of Student Affairs * Office of the Dean of Students * Orientation * Parent and Family Services * Plemmons Student Union * Student Conduct * Student Health Services * Student Legal Services * University Housing * University Recreation * Wellness & Prevention Services Previous Next PREVENT SUICIDE Tab thru menu links. Enter key for site map * Learn More: Preventing Suicide * Warning Signs for Suicide * Risk Factors * Fact Sheets * Organizations * Suicide Prevention Protocols * Resources * Learn More: Preventing Suicide * Warning Signs for Suicide * Risk Factors * Fact Sheets * Organizations * Suicide Prevention Protocols * Resources HELP IS AVAILABLE If you or someone you know is thinking about suicide, help is available. During business hours, visit Counseling and Psychological Services and let the receptionist know that this is an emergency and a counselor will meet with you as soon as possible. After hours, on weekends or during breaks, you may call Counseling and Psychological Services at (828) 262-3180 and select the option to speak to the counselor on call. The 988 Lifeline is also available 24/7 by phone by dialing 988 or by chat. These services are available for those who are struggling with suicidal thoughts and for those who are wanting guidance on how to help a friend. In the event of an in-progress suicide attempt, call 911 immediately to have emergency services sent out. Click the buttons below for more information about preventing suicide. × Send an email to with: Google Outlook Yahoo your email app -------------------------------------------------------------------------------- Message sent successfully. Close OR USE THE CONTACT FORM BELOW: Your name Your email address Subject Message (1000 character limit) Send message Sending email... LOCAL AND NATIONAL RESOURCES Campus Resources Counseling and Psychological Services Center (828) 262-3180 University Police Department (828) 262-2150 Emergencies: (828) 262-8000 Office of the Dean of Students (828) 262-8284 Counseling for Faculty and Staff (828) 262-4951 -------------------------------------------------------------------------------- Community Resources Daymark Recovery Services (828) 264-4357 After Hours/Crises Line: (828) 264-4357 -------------------------------------------------------------------------------- National Resources National Suicide Prevention Lifeline 1-800-273-TALK[8255] Chat: Click Here The Trevor Project 1-866-488-7386 Trans Lifeline 1-877-565-8860 Crisis Textline Text HOME to 741741 Copyright 2024 Appalachian State University. All rights reserved. Accessibility | Disclaimer | Privacy Equal Opportunity | Policy * Appalachian State Facebook link * Appalachian State Instagram link * Appalachian State Twitter link * Appalachian State YouTube link * Appalachian State Snapchat link Originaltext Diese Übersetzung bewerten Mit deinem Feedback können wir Google Übersetzer weiter verbessern