-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix the new updated on campus job search button
- Loading branch information
1 parent
222dcbc
commit fcda030
Showing
2 changed files
with
29 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# --------------------------------------- | ||
# -------------- IMPORTANT -------------- | ||
# --------------------------------------- | ||
# STEP 1: Create a file named `.env` in the same folder as this file. | ||
# STEP 2: Paste all the content of this file into `.env` file | ||
|
||
# Enter your ASU username and password | ||
# * AppliFly will not store or log any user data/credentials. | ||
# * You run this script in your own machine locally. | ||
ASUUSERNAME=kdhyani | ||
ASUPASSWORD=WSXqaz456@789+* | ||
|
||
# Answer in either `true` or `false` | ||
# Example: FEDERAL_WORK_STUDY=true | ||
FEDERAL_WORK_STUDY=true | ||
|
||
# Enter the path to your resume and cover letter | ||
|
||
# How to find path of a file? | ||
# Windows - https://www.computerhope.com/issues/ch001708.htm#:~:text=How%20to%20find%20the%20absolute,the%20path%20to%20the%20file. | ||
# Mac - https://superuser.com/questions/371513/how-to-tell-full-path-of-file-on-mac | ||
|
||
# TESTED FILE FORMAT - .pdf | ||
|
||
# We need to specify the absolute path here. | ||
# Example: /Users/admin/Downloads/resume.pdf | ||
PATH_TO_RESUME=/Users/kdhyani/KSHITIJ_DHYANI_CV.pdf | ||
PATH_TO_COVER_LETTER=/Users/kdhyani/KSHITIJ_DHYANI_CV.pdf |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters