Bunch of wording changes.
This commit is contained in:
@@ -117,7 +117,7 @@ Template.InternshipHtmlEditor.onCreated(function() {
|
||||
|
||||
if(ask) {
|
||||
//Ask the user if they want to update the repository with their changes.
|
||||
swal({
|
||||
swal.fire({
|
||||
title: "Save Changes",
|
||||
text: "Would you like to save any changes you have made to this page?",
|
||||
type: "question",
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
import './Messages.html';
|
||||
import swal from "sweetalert2";
|
||||
|
||||
const PREFIX = "Messages_";
|
||||
|
||||
|
||||
@@ -45,7 +45,7 @@ Template.PageEditor.onCreated(function() {
|
||||
currentHtml = data;
|
||||
|
||||
//Ask the user if they want to update the repository with their changes.
|
||||
swal({
|
||||
swal.fire({
|
||||
title: "Save Changes",
|
||||
text: "Would you like to save any changes you have made to this page?",
|
||||
type: "question",
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
import './SlideshowEditor.html';
|
||||
import '/imports/ui/dialogs/SelectImageDialog.js';
|
||||
import swal from "sweetalert2";
|
||||
import {Session} from 'meteor/session';
|
||||
import {Meteor} from 'meteor/meteor';
|
||||
|
||||
const PREFIX = "SlideshowEditor_";
|
||||
|
||||
@@ -114,7 +116,7 @@ Template.SlideshowEditor.events({
|
||||
let slideshow = Session.get(PREFIX + 'selectedSlideshow');
|
||||
|
||||
if(slideshow) {
|
||||
swal({
|
||||
swal.fire({
|
||||
title: 'Are you sure?',
|
||||
text: "You won't be able to revert this!",
|
||||
type: 'warning',
|
||||
|
||||
@@ -15,6 +15,7 @@
|
||||
<ol class="listFormat generalText">
|
||||
<li>Make sure your parents or guardians are supportive. They must sign a letter of consent that should be submitted with your application. Discuss with your parents or guardian the details of the program you are considering. They must be made aware of safety, travel, and supervision issues before you apply. Make sure they agree that the program is appropriate for you.</li>
|
||||
<li>Apply to the program you have chosen. Many programs begin accepting applications as early as January of the year you plan to attend. Make sure you are clear about the application deadlines. If you are accepted before the Education Foundation completes the selection process, include a copy of your acceptance in your application packet.</li>
|
||||
<li>Apply for both need and merit scholarships offered by the program.</li>
|
||||
<li>Write an essay of at least two pages double spaced, describing the program and why you have selected it. Include information about who you are, what your experiences have been that lead you to be interested in this program, and what you hope to learn.</li>
|
||||
<li>Assemble information about this program to include with you AVEF application. This can be from brochures, books, the web or any other materials sent to you by the program you have applied for.</li>
|
||||
<li>Three typed letters of recommendation from teachers or other community members (not a family member) who know you well enough to tell us why they think this program will be right for you and will benefit your education. These letters should be mailed directly to AVEF Box 242, Boonville CA 95415</li>
|
||||
|
||||
@@ -15,6 +15,7 @@
|
||||
<br>P.O. Box 242
|
||||
<br>Boonville, CA 95415
|
||||
</div>
|
||||
<p>Or email us at: <a href= "mailto: president@andersonvalleyeducation.org"> AVEF President (president@andersonvalleyeducation.org) </a></p>
|
||||
<p>Thank you.</p>
|
||||
<p>The Anderson Valley Education Foundation is a non-profit 501(c) (3) public charity, IRS Tax ID # 68-0436870. Contributions are tax deductible to the full extent of the law.</p>
|
||||
</div>
|
||||
|
||||
1716
package-lock.json
generated
1716
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Reference in New Issue
Block a user